platform/upstream/llvm.git
2016-08-16 Job Noorman[AVR] Fix compile errors
2016-08-16 Marina Yatsina[X86] Add xgetbv/x[X86] Add xgetbv xsetbv intrinsics...
2016-08-16 Guy Blank[X86] Add xgetbv/xsetbv intrinsics to non-windows platforms
2016-08-16 Eugene Leviant[ELF] Ignore .interp section in case linker script...
2016-08-16 Kirill Bobyrev[clang-rename] fix broken build
2016-08-16 David Majnemer[InstSimplify] Fold gep (gep V, C), (xor V, -1) to C-1
2016-08-16 Mehdi AminiFunctionImport: missed one occurence of ImportListForMo...
2016-08-16 Mehdi AminiFunctionImport: rename ImportsForModule to ImportList...
2016-08-16 Mehdi Amini[LTO] Simplify APIs and constify (NFC)
2016-08-16 Sagar Thakur[TSan][MIPS] Implements setjmp assembly for MIPS64
2016-08-16 Saleem AbdulrasoolSymbol: add missing item in covered switch
2016-08-16 Eric FiselierDefault LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX
2016-08-16 Francis Ricci [compiler-rt] Allow c++ abi to be explictly disable...
2016-08-16 Petr Hosek[ELF] Linkerscript: support hidden symbols assignments
2016-08-16 Francis RicciRevert "[compiler-rt] Allow c++ abi to be explictly...
2016-08-16 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-16 Justin Lebar[CUDA] Fix "declared here" note on deferred wrong-side...
2016-08-16 Mehdi Amini[LTO] Rename variables with meaningul names, i.e. more...
2016-08-16 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-16 Francis Ricci[compiler-rt] Allow c++ abi to be explictly disabled...
2016-08-16 Richard SmithPR28978: If we need overload resolution for the move...
2016-08-15 Reid Kleckner[AMDGPU] Give enum an explicit 64-bit type to fix MSVC...
2016-08-15 Teresa Johnson[ThinLTO] Fix temp file dumping, enable via llvm-lto...
2016-08-15 Kirill Bobyrev[clang-rename] cleanup `auto` usages
2016-08-15 Justin Lebar[CUDA] Raise an error if a wrong-side call is codegen'ed.
2016-08-15 Reid KlecknerDon't use %llc_dwarf with -mtriple, they don't combine
2016-08-15 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-15 Justin BognerLinker: Avoid some ridiculous indentation by using...
2016-08-15 Wolfgang PiebAdding the triple for test comitted with r278703.
2016-08-15 Mike Aizatsky[sancov] extracting AArch64 test to a separate file.
2016-08-15 Tim Shen[ADT] Fix DepthFirstIterator's std::iterator base to...
2016-08-15 Tim Shen[ADT] Change PostOrderIterator to use NodeRef. NFC.
2016-08-15 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-15 Eli FriedmanFix typo in lowering for fp128 ueq.
2016-08-15 Jan VeselyAMDGPU/R600: Convert buffer id to VTX_READ input
2016-08-15 Hemant KulkarniReally fix the issue with 502957cc9cf805dc6093950e8cdcd...
2016-08-15 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-15 Tim Shen[ADT] Change PostOrderIterator to use NodeRef. NFC.
2016-08-15 Adhemerval... libcxx: Fix path.compare.pass expected result
2016-08-15 Tim NorthoverGlobalISel: support loads and stores of strange types.
2016-08-15 Teresa JohnsonRemove unnecessary flag from new test
2016-08-15 Manman RenObjective-C diagnostics: isObjCNSObjectType should...
2016-08-15 Sanjay Patelupdate tests to use FileCheck and exact checking
2016-08-15 Sanjoy DasRevert "[ValueTracking] Improve ValueTracking on left...
2016-08-15 Teresa Johnson[ThinLTO] Remove functions resolved to available_extern...
2016-08-15 Tobias Grosser[ScopDetect] Do not assert in case of AddRecs with...
2016-08-15 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-15 Eric FiselierFix new ASAN failures
2016-08-15 Justin LebarAdd the notion of deferred diagnostics.
2016-08-15 Justin Lebar[CUDA] Include CUDA headers before anything else.
2016-08-15 Justin Lebar[CUDA] Fix CUDA install version parsing.
2016-08-15 Hemant KulkarniFix a test that failed due to:
2016-08-15 David L KreitzerEnhance SCEV to compute the trip count for some loops...
2016-08-15 Saleem AbdulrasoolStaticAnalyzer: Report found fields order in PaddingChecker
2016-08-15 Chris Bieneman[CMake] Apple stage1 doesn't need to set libcxx options
2016-08-15 Chris Bieneman[CMake] Renaming test variable to be consistent
2016-08-15 Sanjay Patel[InstCombine] add test for missing vector icmp fold
2016-08-15 Sanjay Patel[InstCombine] add tests for vector icmp folds
2016-08-15 Hemant Kulkarnillvm-objdump: Implement source[line numbers] interleaving
2016-08-15 Kostya Serebryany[libFuzzer] print a verbose message after executing...
2016-08-15 Eric FiselierUse -O1 when testing with ASAN and MSAN to prevent...
2016-08-15 Kostya Serebryany[libFuzzer] fix the bot
2016-08-15 Filipe CabecinhasSplit DescribeAddressIfShadow between a function that...
2016-08-15 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-15 Eric FiselierFix PR28506. Re-enable missing math.h C++11 decls on...
2016-08-15 Daniel Sanders[msan] Correct @LINE expression in obstack.cc
2016-08-15 Sanjay Patelupdate test to use FileCheck and autogenerated checks
2016-08-15 Reid KlecknerFix WAsm test after LSR change in r278658
2016-08-15 Daniel Sanders[msan] Fix line number sensitivity in chained_origin...
2016-08-15 Matthias BraunRevert "[Thumb] Validate branch target for CBZ/CBNZ...
2016-08-15 Paul RobinsonReplace an obsolete company name.
2016-08-15 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-15 Sanjay Patel[InstCombine] add test for missing vector icmp fold
2016-08-15 Sanjay Patelminimize test
2016-08-15 Evgeniy Stepanov[ubsan] Initialize Android logging.
2016-08-15 Sanjay Patelremove unnecessary IR comments about uses
2016-08-15 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-15 Wolfgang PiebLocal variables whose address is taken and passed on...
2016-08-15 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-15 Kostya Serebryany[libFuzzer] add InsertRepeatedBytes and EraseBytes.
2016-08-15 Eugene Zelenko[Documentation] Improve checks groups descriptions...
2016-08-15 Sanjay Patel[InstCombine] auto-generate exact checks
2016-08-15 Sanjay Patel[InstCombine] add tests for missing vector icmp folds
2016-08-15 Yaxun LiuAMDGPU: Update AMDGPURuntimeMetadata.h for enums of...
2016-08-15 Tobias GrosserDisable invariant load hoisting temporarily
2016-08-15 Tobias Grosser[test] Force invariant load hoisting one last time
2016-08-15 Matt ArsenaultAMDGPU: Don't fold subregister extracts into tied operands
2016-08-15 Tobias Grosser[tests] Force invariant load hoisting for test cases...
2016-08-15 Reid KlecknerRevert "[SimplifyCFG] Rewrite SinkThenElseCodeToEnd"
2016-08-15 Daniel Sanders[mips] XFAIL mips64el tests that fail on clang-cmake...
2016-08-15 Pavel LabathFix expression evaluation with operator new
2016-08-15 Tobias Grosser[tests] Force invariant load hoisting for test cases...
2016-08-15 Tobias Grosser[test] Correct spelling in test case
2016-08-15 Tobias Grosser[tests] Force invariant load hoisting for test cases...
2016-08-15 Roman GareevPerform replacement of access relations and creation...
2016-08-15 Valery Pykhtin[AMDGPU] fix failure on printing of non-existing instru...
2016-08-15 Pavel LabathFix a race in Broadcaster/Listener interaction
2016-08-15 Eugene Leviant[ELF] Linkerscript: fix bug in assignOffsets (check...
2016-08-15 Pavel LabathFixup r278524 for non-apple targets
2016-08-15 Sjoerd MeijerMachineLoop: add methods findLoopControlBlock and findL...
next