platform/upstream/llvm.git
2017-07-30 Alexander Shaposhnikov[clang-reorder-fields] Emit warning when reordering...
2017-07-30 NAKAMURA TakumiCodeGenModule.cpp: [PR33810][Modules] Remove an asserti...
2017-07-30 Richard SmithPR33902: Invalidate line number cache when adding more...
2017-07-30 Craig Topper[X86] Add addsub intrinsics to the intrinsic lowering...
2017-07-30 NAKAMURA TakumiCodeGenModule.cpp: [PR33810][Modules] Avoid reusing...
2017-07-30 Dehao ChenRefactor the build{Module|Function}SimplificationPipeli...
2017-07-30 NAKAMURA TakumiCodeGenModule.cpp: [PR33810][Modules] Make sure actual...
2017-07-30 David BlaikieDebugInfo: Provide option for explicitly specifying...
2017-07-30 Sam ElliottMigrate PGOMemOptSizeOpt to use new OptimizationRemarkE...
2017-07-29 Lenar SafinImprove readability of CXX method overrides list
2017-07-29 Florian Hahn[AArch64] Tie source and destination operands for AESMC...
2017-07-29 Florian Hahn[AArch64] Use 8 bytes as preferred function alignment...
2017-07-29 Saleem AbdulrasoolMC: simplify internal function call parameter
2017-07-29 Saleem AbdulrasoolMC: account for the return column in the CIE key
2017-07-29 Singapuram... Remove Debug metadata from copied instruction to preven...
2017-07-29 Michael Kruse[Simplify] Implement write accesses coalescing.
2017-07-29 Simon Pilgrim[X86][AVX] Ensure vector non-temporal load/store intrin...
2017-07-29 Hiroshi InoueFix test failure without X86 backend
2017-07-29 Simon Pilgrim[SelectionDAG][X86] CombineBT - more aggressively deter...
2017-07-29 Tobias Grosser[tests] Do not emity binary bitcode to stdout in Region...
2017-07-29 Victor LeschukFix incorrect assertion condition.
2017-07-29 Michal Gorny[OCaml] Pass -D/-UNDEBUG through to ocamlc
2017-07-29 Dehao ChenUpdate the test to make windows bot pass.
2017-07-29 Michal Gorny[OCaml] Install dynamic libraries in 'stubdirs' directory
2017-07-29 Sanjoy Das[SCEV] Change an early exit to an assert; NFC
2017-07-29 Dehao Chenupdate the test file that was omitted in r309478.
2017-07-29 Dehao ChenRefine the PGOOpt and SamplePGOSupport handling.
2017-07-29 Tom StellardAMDGPU: Remove deadcode from AMDGPUInstPrinter
2017-07-29 Tom StellardAMDGPU: Move INDIRECT_BASE_ADDR definition out of commo...
2017-07-29 Jessica Paquette[MachineOutliner] NFC: Change IsTailCall to a call...
2017-07-29 Shoaib Meenai[libc++] Hoist extern template above first use
2017-07-29 NAKAMURA Takumilit::shtest-format.py: Make write-bad-encoding.py py3...
2017-07-29 Matt ArsenaultAMDGPU: Make areMemAccessesTriviallyDisjoint more aware...
2017-07-29 Matt ArsenaultAMDGPU: Teach isLegalAddressingMode about global_*...
2017-07-29 Matt ArsenaultAMDGPU: Start selecting global instructions
2017-07-29 Eugene Zelenko[Hexagon] Fix some Clang-tidy modernize-use-using and...
2017-07-29 Stephan T.... [libcxx] [test] Change comments to say C++ instead...
2017-07-29 Stephan T.... [libcxx] [test] The entire file futures.shared_future...
2017-07-29 Stephan T.... [libcxx] [test] In func.wrap.func.con/alloc_F.pass...
2017-07-29 Stephan T.... [libcxx] [test] Make files consistently end with newlin...
2017-07-29 Stephan T.... [libcxx] [test] Untabify, NFC.
2017-07-29 Stephan T.... [libcxx] [test] Strip trailing whitespace, NFC.
2017-07-29 Alexander Shaposhnikov[llvm] Update MachOObjectFile::exports interface
2017-07-29 Vedant Kumar[ubsan] Diagnose invalid uses of builtins (compiler-rt)
2017-07-29 Vedant Kumar[test] FileCheck-ify a test to avoid a spurious failure...
2017-07-29 Vedant Kumar[ubsan] Diagnose invalid uses of builtins (clang)
2017-07-29 Michael Kruse[test] Add test case for -polly-simplify. NFC.
2017-07-28 Eli FriedmanFix update_llc_test_checks.py ARM parsing
2017-07-28 Tobias Edler... [LTO] llvm-lto2: Add option to load sample profile
2017-07-28 Adrian PrantlRemove the unused offset field from LiveDebugValues...
2017-07-28 Michael Kruse[Simplify] Do not remove dependencies of phis within...
2017-07-28 Michael Kruse[VirtualInstruction] Do not iterate over a region state...
2017-07-28 Adrian PrantlRemove the unused offset field from LiveDebugVariables...
2017-07-28 Adrian PrantlRemove the unused offset from DBG_VALUE (NFC)
2017-07-28 Adrian PrantlRemove the unused DBG_VALUE offset parameter from Globa...
2017-07-28 Adrian PrantlUpdate the Go bindings for r309426 (remove offset from...
2017-07-28 Farhana AleenAdded tests for i8 interleaved-load-pattern of stride...
2017-07-28 Adrian PrantlRemove the unused DBG_VALUE offset parameter from RegAl...
2017-07-28 Sumanth GundapaneniAdd documentation for the attribute "no-jump-tables"
2017-07-28 Sumanth Gundapaneni[SimplifyCFG] Make the no-jump-tables attribute also...
2017-07-28 Kostya Serebryany[libFuzzer] improve support for inline-8bit-counters...
2017-07-28 Krzysztof Parzyszek[Hexagon] Formatting changes, NFC
2017-07-28 Easwaran Raman[Inliner] Do not apply any bonus for cold callsites.
2017-07-28 Reid KlecknerTry to fix asan test on sanitizer-windows
2017-07-28 Adrian PrantlRemove the unused dbg.value offset from SelectionDAG...
2017-07-28 Reid Kleckner[lit] Use a %{python} substitution to avoid relying...
2017-07-28 Adrian PrantlRemove offset parameter from llvm.dbg.value intrinsics...
2017-07-28 Reid Kleckner[lit] Remove stale test inputs before running check-lit
2017-07-28 Adrian PrantlReword sentence in LangRef
2017-07-28 Krzysztof Parzyszek[compiler-rt] Add missing quotation marks to msan_compi...
2017-07-28 Chris Bieneman[CMake] Add SharingPtr.h to the Framework header list
2017-07-28 Chris Bieneman[CMake] debugserver-nonui doesn't go in the framework
2017-07-28 Adrian PrantlAdopt to LLVM API change (llvm.dbg.value no longer...
2017-07-28 Adrian PrantlRemove the obsolete offset parameter from @llvm.dbg...
2017-07-28 Alexey Bataev[SLP] Allow vectorization of the instruction from the...
2017-07-28 Matt MorehouseAdd end-to-end tests for overflows of byval arguments.
2017-07-28 Sterling AugustineAdd clear_cache implementation for ppc64. Fix buffer...
2017-07-28 Reid KlecknerFix conditional tail call branch folding when both...
2017-07-28 Michael Kruse[VirtualInstruction] Remove assertion. NFC.
2017-07-28 Matt MorehouseRevert r308677.
2017-07-28 Matt ArsenaultAMDGPU: Look through a bitcast user of an out argument
2017-07-28 Jonathan PeytonFix comments and build messages concerning TSX
2017-07-28 Chad Rosier[Value Tracking] Refactor icmp comparison logic into...
2017-07-28 Matt ArsenaultAMDGPU: Add pass to replace out arguments
2017-07-28 Hiroshi Yamauchi[LVI] Constant-propagate a zero extension of the switch...
2017-07-28 Leo Li[CMake] Add Android toolchain CMake cache files.
2017-07-28 George Karpenkov[sanitizers test CMake] further refactor testing CMake...
2017-07-28 George Karpenkov[sanitizer tests CMake] Factor out CMake logic for...
2017-07-28 Tim NorthoverGlobalISel: map 128-bit values to an FPR by default.
2017-07-28 Michael Kruse[test] Fix typo in filename. NFC.
2017-07-28 Michael Kruse[Simplify] Fix typo in statistics output. NFC.
2017-07-28 Michael Kruse[Simplify] Remove empty partial accesses first. NFC.
2017-07-28 Reid Kleckner[lit] Dump some FileCheck inputs to try to debug some...
2017-07-28 Reid Kleckner[lit] Fix shtest-format external_shell failures
2017-07-28 Matt ArsenaultAMDGPU: Annotate implicitarg.ptr usage
2017-07-28 Wei Mi[GVN] Recommit the patch "Add phi-translate support...
2017-07-28 Chris Bieneman[CMake] libcompression is optional not required for...
2017-07-28 Chris Bieneman[CMake] Add checks for libcompression
2017-07-28 Chris Bieneman[CMake] Cleanup of header fixup and installation
2017-07-28 Chris Bieneman[CMake] Enable OS_LOG support on Darwin
next