platform/upstream/llvm.git
2016-08-26 Chris Bieneman[CMake] Expose runtime component check targets
2016-08-26 Adam Nemet[Inliner] Report when inlining fails because callee...
2016-08-26 Rafael EspindolaMake writeToResolutionFile a static helper.
2016-08-26 Kyle ButtTailDuplication: Record blocks that received the duplic...
2016-08-26 Chris Bieneman[CMake] Fixing LLVM_INCLUDE_TESTS for runtimes directory
2016-08-26 Teresa JohnsonStreamline LTO getComdat invocation (NFC)
2016-08-26 Jason Henline[StreamExecutor] Fix KernelSpec Doxygen
2016-08-26 Kevin EnderbyNext set of additional error checks for invalid Mach...
2016-08-26 Manman RenSwift Calling Convetion: add support for AArch64.
2016-08-26 Tim NorthoverAArch64: avoid assertion on illegal types in performFDi...
2016-08-26 Sanjay Patel[InstCombine] add helper function for icmp (and (sh...
2016-08-26 Sean CallananDon't crash when trying to capture persistent variables...
2016-08-26 Chad Rosier[AArch64] Avoid materializing constant values when...
2016-08-26 Davide Italiano[AsmParser] Placate a -Wmisleading-indentantion warning...
2016-08-26 Reid Kleckner[MC] Move .cv_loc management logic out of MCContext
2016-08-26 Eugene Zelenko[Clang-tidy] Fix some checks documentation style.
2016-08-26 Tim NorthoverGlobalISel: mark G_FPEXT legal from float to double.
2016-08-26 Tim NorthoverGlobalISel: mark G_FCMP legal on float & double.
2016-08-26 Tim NorthoverGlobalISel: simplify G_ICMP legalization regime.
2016-08-26 Tim NorthoverGlobalISel: legalize sdiv and srem operations.
2016-08-26 Tim NorthoverGlobalISel: legalize under-width divisions.
2016-08-26 Tim NorthoverGlobalISel: mark selects legal
2016-08-26 Tim NorthoverGlobalISel: mark float/int conversions legal
2016-08-26 Manman RenDon't diagnose non-modular includes when we are not...
2016-08-26 Sanjay Patel[InstCombine] clean up foldICmpAndConstConst(); NFC
2016-08-26 Krzysztof ParzyszekMissed a semicolon in r279835
2016-08-26 Krzysztof ParzyszekAdd some more detailed debugging information in Registe...
2016-08-26 Sanjay Patel[InstCombine] add helper function for folding of icmp...
2016-08-26 Bob Haarmanlimit the number of instructions per block examined...
2016-08-26 Saleem AbdulrasoolFileCheck: Minor cleanup of the class Pattern
2016-08-26 Sanjay Patel[InstCombine] rename variables in foldICmpAndConstant...
2016-08-26 Bob Haarmantest commit
2016-08-26 Adam Nemet[LoopUnroll] Use OptimizationRemarkEmitter directly...
2016-08-26 Sanjay Patel[InstCombine] rename variables in foldICmpDivConstant...
2016-08-26 Hans WennborgAdd support for -fdiagnostics-absolute-paths: printing...
2016-08-26 Michael KruseAdd space between access string and follow-up.
2016-08-26 Michael KruseAdd "New access function" to update_check.py classifier.
2016-08-26 Tobias GrosserAvoid the use of large unsigned values in isl unit...
2016-08-26 Davide Italiano[lib/LTO] Add an assertion to catch invalid opt levels.
2016-08-26 Chad Rosier[AArch64] Avoid materializing constant 1 by using csinc...
2016-08-26 Roman Gareev[FIX] Access dimensions should correspond to number...
2016-08-26 Pablo BarrioHandle empty functions with debug info in load/store...
2016-08-26 Dean Michael... [compiler-rt][XRay] Remove unnecessary assertion.
2016-08-26 Dean Michael... Revert " [compiler-rt] Allow c++ abi to be explictly...
2016-08-26 Tobias Grosserunittests: Make the expected value the first argument...
2016-08-26 Dean Michael... [compiler-rt] Allow c++ abi to be explictly disable...
2016-08-26 Tobias GrosserImprove documentation and testing for isl_valFromAPInt
2016-08-26 Haojian Wu[clang-tidy] Some tweaks on header guard checks.
2016-08-26 Tobias GrosserImprove documentation and testing of APIntFromVal
2016-08-26 Pavel LabathSwitch linux and android CODE_OWNERS
2016-08-26 Simon Pilgrim[X86][SSE4A] The EXTRQ/INSERTQ bit extraction/insertion...
2016-08-26 Eugene LeviantImplement support for --build-id=uuid switch
2016-08-26 Eugene Leviant[ELF] Added test case for PROVIDE and PROVIDE_HIDDEN...
2016-08-26 Pavel LabathAdd cmake option to choose whether to use the builtin...
2016-08-26 Eugene LeviantImplement getRandomBytes() function
2016-08-26 Craig Topper[X86][SSE] Add CMPSS/CMPSD intrinsic scalar load foldin...
2016-08-26 Dean Michael... [compiler-rt][XRay] Initial per-thread inmemory logging...
2016-08-26 Matt ArsenaultReplace subregister uses when processing tied operands
2016-08-26 Mads Ravn[clang-tidy] Added hh, hxx and hpp to header guard...
2016-08-26 Dean Michael... Include tests only if COMPILER_RT_BUILD_XRAY is ON.
2016-08-26 Eric ChristopherFix singlton -> singleton typo.
2016-08-26 Jim InghamMake all the Function implementations different so...
2016-08-26 Richard SmithSort list of driver-known file extensions. It was previ...
2016-08-26 Richard SmithAdditional update missed by r279793, should hopefully...
2016-08-26 Akira HatanakaFix the static_assert added in r279536.
2016-08-26 Kostya Serebryany[libFuzzer] simplify a test to make it pass on the bot
2016-08-26 Richard SmithC++ Modules TS: add frontend support for building pcm...
2016-08-26 Kostya Serebryany[sanitizer] enable random shuffling the memory chunks...
2016-08-25 Kostya Serebryany[libFuzzer] make sure we have symbols on fuzzer tests
2016-08-25 Kostya Serebryany[asan] remove unused kAsanHeapRightRedzoneMagic (NFC...
2016-08-25 Kostya Serebryany[asan] remove unused kAsanHeapRightRedzoneMagic (NFC)
2016-08-25 Michael KupersteinRevert r274613 because it breaks the test suite with...
2016-08-25 Kostya Serebryany[libFizzer] rename -print_new_cov_pcs=1 into -print_pcs...
2016-08-25 Reid KlecknerWiden type of __offset_flags in RTTI on Mingw64
2016-08-25 Michael KupersteinRevert r279782 due to debug buildbot breakage.
2016-08-25 Enrico GranataAdd a notification message in 'type lookup' when the...
2016-08-25 David BlaikieFix ArrayRef initializer_list Ctor Test
2016-08-25 Michael KupersteinRevert r274613 because it breaks the test suite with...
2016-08-25 Kostya Serebryany[asan] fix windows bot
2016-08-25 Kostya Serebryany[sanitizer] add __sanitizer_symbolize_pc. https://githu...
2016-08-25 Jason Henline[StreamExecutor] Add Platform and PlatformManager
2016-08-25 Tim Shen[MemCpy] Add comments for r279769
2016-08-25 Chris Bienemancmake: Install CheckAtomic.cmake (needed by lldb)
2016-08-25 Chris Bieneman[CMake] Add support for exposing runtime targets
2016-08-25 Hemant KulkarniFix test corresponding to change r279770
2016-08-25 Reid Kleckner[MS] Win64 va_arg should expect large arguments to...
2016-08-25 Tim NorthoverARM: by default don't set the Thumb bit on MachO reloca...
2016-08-25 Reid KlecknerFix clang-offload-bundler.c test on Windows
2016-08-25 Kostya Serebryany[sanitizer] change SizeClassAllocator64 to accept just...
2016-08-25 Hemant Kulkarnillvm-objdump: ELF: Handle code and data mix in all...
2016-08-25 Tim Shen[MemCpy] Check for alias in performMemCpyToMemSetOptzn...
2016-08-25 Kostya Serebryany[lsan] one more test fix to please the Debian Sid bot...
2016-08-25 Michael KupersteinReuse an SDLoc throughout a function. NFC.
2016-08-25 Richard SmithRefactor to remove the assumption that we know the...
2016-08-25 Adrian McCarthyOmit column info for CodeView by default
2016-08-25 Reid Kleckner[MS] Pass non-trivially-copyable objects indirectly...
2016-08-25 Marshall ClowFollowon to r279744. Find the other exception types...
2016-08-25 Tim NorthoverGlobalISel: add missing type to G_UADDE instructions
2016-08-25 Tim NorthoverGlobalISel: mark overflow bit of overflow ops legal.
2016-08-25 Tim NorthoverGlobalISel: mark simple ops legal even on types < 32...
next