platform/upstream/llvm.git
2018-04-17 Vedant Kumar[Mem2Reg] Create merged debug locations for inserted...
2018-04-17 Vedant Kumar[Mem2Reg] Make RenamePassData a struct, NFC
2018-04-17 Erich KeaneAdd Microsoft mangling for _Float16
2018-04-17 Alex Bradbury[RISCV] implement li pseudo instruction
2018-04-17 Peter CollingbourneCOFF: Merge .idata, .didat and .edata into .rdata by...
2018-04-17 Peter Collingbournellvm-pdbutil: Fix an off-by-one error.
2018-04-17 Stanislav MekhanoshinLoadStoreVectorizer crashes due to unsized type
2018-04-17 Keith Wyss[XRay] Add clang builtin for xray typed events.
2018-04-17 Keith Wyss[XRay] Typed event logging intrinsic
2018-04-17 Keith WyssImplement trampoline and handler for typed xray event...
2018-04-17 Heejin Ahn[WebAssembly] Add an assertion for an invalid CFG
2018-04-17 Rui UeyamaRename sys::Process::GetArgumentVector -> sys::windows...
2018-04-17 Dan Gohman[WebAssembly] Teach fast-isel to gracefully recover...
2018-04-17 Jim InghamChange PlatformPosix::DoLoadImage to use a UtilityFunction.
2018-04-17 Dan Albert[Driver] Use the per-API level Android library directories.
2018-04-17 Teresa JohnsonRequire shell for test
2018-04-17 Jim InghamFix the xcode project for the Args -> Utility move.
2018-04-17 Teresa JohnsonRemove unused variable
2018-04-17 Zachary Turner[llvm-pdbutil] Dump first section contribution for...
2018-04-17 Jan Veselypowr: Use denormal path only
2018-04-17 Jan Veselypown: Use denormal path only
2018-04-17 Jan Veselypow: Use denormal path only
2018-04-17 Craig Topper[X86] Add separate scheduling class for PSADBW instruction.
2018-04-17 Craig Topper[X86] Remove unnecessary InstRW overrides. Add somes...
2018-04-17 Akira Hatanaka[Sema] Warn about memcpy'ing non-trivial C structs.
2018-04-17 Akira HatanakaMove the visitor classes that are used to traverse...
2018-04-17 Pavel LabathMove Args.cpp from Interpreter to Utility
2018-04-17 Akira HatanakaAdd a command line option 'fregister_global_dtors_with_...
2018-04-17 Jan Veselyamdgcn/fmin: Fix typos that reduced precision
2018-04-17 Jan Veselyexp10: Port from amd builtins
2018-04-17 Craig Topper[X86] Remove -mcpu=skx/knl from some tests and use...
2018-04-17 Ivan A. Kosarev[NEON] Define vget_high_f16() and vget_low_f16() intrin...
2018-04-17 Teresa Johnson[ThinLTO] Pass -save-temps to LTO backend for distribut...
2018-04-17 Momchil VelikovRevert "Fix incorrect choice of callee-saved registers...
2018-04-17 Momchil VelikovFix incorrect choice of callee-saved registers save...
2018-04-17 Krzysztof Parzyszek[Hexagon] Do not merge initializers for stack and non...
2018-04-17 Kostya Kortchinsky[sanitizer] Remove low-hanging-fruit dead code
2018-04-17 whitequark[LLVM-C] [PR34633] Avoid calling ->dump() methods from...
2018-04-17 Aaron BallmanAdd modifiers for unsigned char and signed char field...
2018-04-17 Ivan A. Kosarev[NEON] Fix the architecture condition for the crypto...
2018-04-17 Nemanja Ivanovic[PowerPC] Mark the BDNZ intrinsic as NoDuplicate
2018-04-17 Aaron BallmanAdd checks for format specifiers used by __builtin_dump...
2018-04-17 Chandler CarruthAdd some infuriatingly necessary comments to this test...
2018-04-17 Momchil VelikovFix incorrect choice of callee-saved registers save...
2018-04-17 Haojian Wu[clangd] Fix "fail to create file URI" warnings in...
2018-04-17 Philip Pfaffe[NewPM] Update pass registration for the LLVM plugin...
2018-04-17 Michael ZolotukhinRevert "Reapply "[PR16756] Use SSAUpdaterBulk in JumpTh...
2018-04-17 Simon Pilgrim[X86] Add FP comparison scheduler classes
2018-04-17 Gerolf Hoflehner[DAGCombiner] Fix for oss-fuzz bug
2018-04-17 Duncan P. N... Fix malformed table introduced by r330174
2018-04-17 Michael Zolotukhin[SSAUpdaterBulk] Add debug logging.
2018-04-17 Michael ZolotukhinReapply "[PR16756] Use SSAUpdaterBulk in JumpThreading...
2018-04-17 Duncan P. N... Remove GC-related warning terminology
2018-04-17 Gerolf Hoflehner[IR] Upgrade comment token in objc retain release marke...
2018-04-17 Peter CollingbourneCOFF: Make SectionChunk::Relocs field an ArrayRef....
2018-04-17 whitequarkCODE_OWNERS: Take ownership of C API.
2018-04-16 Davide Italiano[Statistics] Relax the test output a little bit.
2018-04-16 Eli Friedman[ARM] Compute a target feature which corresponds to...
2018-04-16 Roman Tereshin[DebugInfo] Follow-up bug fix on "Fixing a couple of...
2018-04-16 Steven Wu[Availability] Improve availability to consider functio...
2018-04-16 Davide Italiano[Commands] Expose statistics through the SBAPI.
2018-04-16 Reid KlecknerRevert r329960 "Do not keep shared symbols created...
2018-04-16 Eugene ZemtsovMake sure deleting all breakpoints clears their sites...
2018-04-16 Eli Friedman[libc++abi] Replace __sync_* functions with __libcpp_at...
2018-04-16 Saleem AbdulrasoolRevert "build: reserve `--color-diagnostics` for lld"
2018-04-16 Erich KeaneLimit types of builtins that can be redeclared.
2018-04-16 Aaron BallmanDefer adding keywords to the identifier table until...
2018-04-16 Saleem Abdulrasoolbuild: reserve `--color-diagnostics` for lld
2018-04-16 Zachary Turner[PDB] Correctly use the target machine when writing...
2018-04-16 Alexey Bataev[OPENMP] Allow to use declare target variables in map...
2018-04-16 Akira Hatanaka[CodeGen] Fix a crash that occurs when a non-trivial...
2018-04-16 Alexey Bataev[OPENMP] General code improvements.
2018-04-16 Akira HatanakaRevert "[CodeGen] Fix a crash that occurs when a non...
2018-04-16 Bruno Cardoso... Use export_as for autolinking frameworks
2018-04-16 Akira Hatanaka[CodeGen] Fix a crash that occurs when a non-trivial...
2018-04-16 Krzysztof Parzyszek[Hexagon] Emit a warning when -fvectorize is given...
2018-04-16 Davide Italiano[lldb-private] Mark a function as inline to prevent...
2018-04-16 Mandeep Singh... [RISCV] Fix assert message operator
2018-04-16 Davide Italiano[Statistics] Move GetStatDescription to an header file.
2018-04-16 Kostya Kortchinsky[sanitizer] Fix OSX build failure post D45457
2018-04-16 Zachary TurnerResubmit "Fix some incorrect fields in our generated...
2018-04-16 Craig Topper[X86] Remove unnecessary -mattr to enable avx512bw...
2018-04-16 Haicheng Wu[SLP] Use getExtractWithExtendCost() to compute the...
2018-04-16 Lang Hames[ORC] Add a MaterializationResponsibility class to...
2018-04-16 Lang Hames[ORC] Merge VSO notifyResolutionFailed and notifyFinali...
2018-04-16 Alexey Bataev[OPENMP] General code improvements.
2018-04-16 Krzysztof Parzyszek[Hexagon] Turn off flag enabling auto-vectorization
2018-04-16 Lei Huang[NFC] Move verificaiton check for f128 conversion into...
2018-04-16 Sanjay Patel[InstCombine] simplify code in SimplifyAssociativeOrCom...
2018-04-16 Craig Topper[Attributes] Fix a bug in AttributeList::get so it...
2018-04-16 Adrian McCarthyRemove faulty assertion in llvm-pdbutil
2018-04-16 Kostya Kortchinsky[sanitizer] Build failures fixes post D45457
2018-04-16 Zachary TurnerRevert "Fix some incorrect fields in our generated...
2018-04-16 Brock Wyma[CodeView] Initial support for emitting S_THUNK32 symbo...
2018-04-16 Kostya Kortchinsky[sanitizer] Split Symbolizer/StackTraces from core...
2018-04-16 Zachary TurnerFix some incorrect fields in our generated PDBs.
2018-04-16 Sanjay Patel[InstCombine] simplify getBinOpsForFactorization()...
2018-04-16 David BlaikieSmallVectorMemoryBuffer: Fix some comments
2018-04-16 Sanjay Patel[InstCombine] simplify fneg+fadd folds; NFC
2018-04-16 Sanjay Patel[InstCombine] fix formatting; NFC
next