platform/upstream/llvm.git
2018-05-09 Vitaly Buka[sanitizer] Cleanup sorting functions
2018-05-09 Stella Stamenova[cmake, unittests] Fix the CMake file for the LLDB...
2018-05-09 Simon Pilgrim[X86] Fix Broadwell's Shuffle256 schedule classes load...
2018-05-09 Martin Storsjo[COFF] Fix dangling StringRefs from SVN 331900
2018-05-09 Simon Pilgrim[X86] Merge instregex patterns to reduce InstrRW compil...
2018-05-09 David BolvanskyAllow copy elision in path concatenation
2018-05-09 Matt ArsenaultAMDGPU: Add combine for trunc of bitcast from build_vector
2018-05-09 Kostya Serebryany[dfsan] add one more sanitizer-coverage hook to the...
2018-05-09 Krzysztof Parzyszek[Hexagon] Check the end of the correct container (fix...
2018-05-09 Matt ArsenaultAMDGPU: Stop special casing constant indexes of extract...
2018-05-09 Julie Hockett[tools] Updating PPCallbacks::InclusionDirective calls
2018-05-09 Julie Hockett[clang] Adding CharacteristicKind to PPCallbacks::Inclu...
2018-05-09 Martin Storsjo[llvm-rc] Handle C preprocessor output
2018-05-09 Martin Storsjo[llvm-rc] Add support for the RCDATA resource type
2018-05-09 Martin Storsjo[llvm-rc] Allow -1 for control IDs in old style dialogs...
2018-05-09 Martin Storsjo[COFF] Allow specifying export forwarding in a def...
2018-05-09 Alexey Bataev[OPENMP] Generate unique names for offloading regions id.
2018-05-09 Roman Tereshin Reapplying r331819 [GlobalISel][Legalizer] More...
2018-05-09 David Blaikiellvm-mca: Add missing includes
2018-05-09 Craig Topper[DAGCombiner] In visitBITCAST when trying to constant...
2018-05-09 Yaxun Liu[OpenCL] Fix typos in emitted enqueue kernel function...
2018-05-09 Matt Morehouse[libFuzzer] Disable print-func.test on Darwin.
2018-05-09 Craig Topper[X86] Only enable the __ud2 and __int2c builtins if...
2018-05-09 Greg ClaytonGeneral cleanup to minimize the .debug_types patch
2018-05-09 Michael Kruse[ScopInfo] Remove bail out condition in buildMinMaxAcce...
2018-05-09 Kostya Kortchinsky[sanitizer] Correct 64-bit atomic_store on 32-bit ...
2018-05-09 David Bolvansky[InstCombine] snprintf optimizations
2018-05-09 Amara Emerson[DAGCombine] Change store merge candidates check cut...
2018-05-09 Krzysztof Parzyszek[Hexagon] Fix sanitizer error about using -1u in variab...
2018-05-09 Stella Stamenova[lit, lldbsuite] Add a bug reference to the failing...
2018-05-09 Krzysztof Parzyszek[LV] Change MaxVectorSize bound to 256 in assertion...
2018-05-09 Pavel LabathAPFloat/x87: Fix string conversion for "unnormal" value...
2018-05-09 Krzysztof Parzyszek[Hexagon] Simplify MCCodeEmitter, move data to tables
2018-05-09 Pavel LabathFix Windows build for the Predicate.h refactor in r331880
2018-05-09 Sid ManningAdd basic compiler-rt builtins support for hexagon.
2018-05-09 Pavel LabathModernize and clean-up the Predicate class
2018-05-09 Alexey Bataev[OPENMP] Mark global tors/dtors as used.
2018-05-09 Karl-Johan... [LV] Add lit testcase for bitcast problem. NFC
2018-05-09 Anastasia Stulova[OpenCL] Add constant address space to __func__ in...
2018-05-09 Pavel Labath[Support/Path] Make handling of paths like "///" consistent
2018-05-09 Manuel KlimekDo not warn on unused parameters for functions with...
2018-05-09 Sven van Haastregt[OpenCL] Restrict various keywords in OpenCL C++ mode
2018-05-09 Adhemerval... [AArch64] Improve cost of vector division by constant
2018-05-09 Nico WeberRemove 'abi-breaking-checks' lit feature.
2018-05-09 Nico WeberRemove unused lit setting, see https://reviews.llvm...
2018-05-09 Alexander KornienkoFixes issue introduced by r331556.
2018-05-09 Pavel LabathRevert "DWARFVerifier: Check "completeness" of .debug_n...
2018-05-09 Pavel LabathDWARFVerifier: Check "completeness" of .debug_names...
2018-05-09 Simon Pilgrim[CostModel][X86] Split off SLM checks
2018-05-09 Benjamin KramerRevert "[InstCombine] snprintf optimizations"
2018-05-09 Benjamin Kramer[DebugInfo] Mark tests using -debug-only as REQUIRES...
2018-05-09 Simon Pilgrim[X86] Cleanup WriteFStore/WriteVecStore schedules
2018-05-09 Simon Dardis[mips] Move conditional moves out of isCodeGenOnly
2018-05-09 Benjamin Kramer[wasm] Update test for variables->retainedNodes rename.
2018-05-09 Hans WennborgRevert r331843 "[DebugInfo] Generate debug information...
2018-05-09 Martin Storsjo[COFF] Improve correctness of def parsing for GNU features
2018-05-09 Martin Storsjo[COFF] Improve correctness of def parsing for GNU features
2018-05-09 Martin StorsjoRevert "[Driver] Use -fuse-line-directives by default...
2018-05-09 Krasimir Georgiev[clang-format] Respect BreakBeforeClosingBrace while...
2018-05-09 Simon Atanasyan[driver] Add mips_Features_Group to Options to improve...
2018-05-09 Pavel Labath[DWARF] Align non-accelerated function fullname searchi...
2018-05-09 Hans WennborgAdd a test for r331746.
2018-05-09 Shiva Chen[DebugInfo] Fix test failed due to debug-label-mi.ll...
2018-05-09 Bjorn Pettersson[MergedLoadStoreMotion] Fix a debug invariant bug in...
2018-05-09 Simon Atanasyan[ELF][MIPS] Add test case to cover LA25 r6 thunks gener...
2018-05-09 Robert Widmann[LLVM-C] Correct types in Go bindings
2018-05-09 David Bolvansky[InstCombine] snprintf optimizations
2018-05-09 Shiva Chen[DebugInfo] Fix test failed due to new DISubprogram...
2018-05-09 Craig Topper[X86] Combine (vXi1 (bitcast (-1)))) and (vXi1 (bitcast...
2018-05-09 Daniel SandersRevert r331816 and r331820 - [globalisel] Add a combine...
2018-05-09 JF Bastien_Atomic of empty struct shouldn't assert
2018-05-09 Shiva Chen[DebugInfo] Examine all uses of isDebugValue() for...
2018-05-09 Shiva Chen[DebugInfo] Generate debug information for labels.
2018-05-09 Shiva Chen[DebugInfo] Convert intrinsic llvm.dbg.label to Machine...
2018-05-09 Shiva Chen[DebugInfo] Add DILabel metadata and intrinsic llvm...
2018-05-09 Sean Fertile[PPC64] Add lazy symbol resolution stubs.
2018-05-09 Roman TereshinRevert r331819 [GlobalISel][Legalizer] More concise...
2018-05-09 Lang Hames[RuntimeDyld][MachO] Properly handle thumb to thumb...
2018-05-09 Nico WeberMake CMakeLists.txt formatting more consistent with...
2018-05-09 Nico Weberfix path to llvm-cfi-verify unittests in docs
2018-05-09 Nico WeberMake llvm-cfi-verify CMakeLists.txt formatting more...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-05-09 Petr HosekSet CMAKE_BUILD_WITH_INSTALL_RPATH for Fuchsia runtimes
2018-05-09 Heejin AhnSupport a funclet operand bundle in LowerInvoke
2018-05-09 Vitaly Buka[sanitizer] Remove unneeded blank lines
2018-05-09 Nico WeberInline contents of LLVM_XRAY_TOOLS variable into its...
2018-05-09 Vitaly Buka[sanitizer] Update .clang-format in compiler-rt
2018-05-09 Sriraman TallamFix test by adding -triple=x86_64-unknown-linux
2018-05-09 Petr Hosek[CMake] Use CMAKE_OBJCOPY and CMAKE_STRIP to externaliz...
2018-05-09 Petr Hosek[CMake] Include llvm-strip in Fuchsia toolchain distrib...
2018-05-08 Matt Morehouse[libFuzzer] Guard symbolization with try-lock.
2018-05-08 Davide Italiano[SimplifyCFG] Fix a crash when folding PHIs.
2018-05-08 Sriraman TallamNew option -z keep-text-section-prefix to keep text...
2018-05-08 Roman LebedevPartially revert r331456: [clang-tidy] Remove AnalyzeTe...
2018-05-08 Peter CollingbourneMC: Remove dead code. NFCI.
2018-05-08 Daniel Sanders[globalisel] Correct r331816 to check the opcode before...
2018-05-08 Roman Tereshin[GlobalISel][Legalizer] More concise and faster widenSc...
2018-05-08 Volodymyr SapsaiRevert "Emit an error when mixing <stdatomic.h> and...
2018-05-08 Rumeet DhindsaAdd support for LTO plugin option obj-path
2018-05-08 Daniel Sanders[globalisel] Add a combiner helpers for extending loads...
next