platform/upstream/llvm.git
2016-11-11 Erik EcksteinFunctionComparator: don't rely on argument evaluation...
2016-11-11 Mehdi AminiFix static initialization order fiasco in MCTests
2016-11-11 Lang Hames[ORC] Temporarily fix the RPCUtils unit test by explici...
2016-11-11 Piotr PadlewskiNFC ProgrammersManual fix
2016-11-11 Adrian PrantlSimplify code and address review comments (NFC)
2016-11-11 Rafael EspindolaMake test more strict. NFC.
2016-11-11 Lang Hames[Orc] Update the BuildingAJIT Chapter 5 server class...
2016-11-11 Richard TrieuRemove double setting of invalid flag.
2016-11-11 Adrian PrantlFix a reference-to-temporary introduced in r286607.
2016-11-11 Lang Hames[ORC] Re-apply 286620 with fixes for the ErrorSuccess...
2016-11-11 Nemanja Ivanovic[PowerPC] Add remaining vector permute builtins in...
2016-11-11 Evgeniy Stepanov[cfi] Test case for weak symbol handling.
2016-11-11 Evgeniy Stepanov[cfi] Fix weak functions handling.
2016-11-11 Rafael EspindolaAvoid a crash with -r and .comment.
2016-11-11 Tom StellardFix build since llvm r286566 and require at least llvm 4.0
2016-11-11 Devin Coughlin[analyzer] Teach RetainCountChecker about VTCompression...
2016-11-11 Erik EcksteinMake the FunctionComparator of the MergeFunctions pass...
2016-11-11 Todd FialaRemove weak-linked symbols for SBBreakpointListImpl
2016-11-11 Richard TrieuWhen a DecompositionDecl is marked invalid, also set...
2016-11-11 Rui UeyamaFix -Wpessimizing-move warning.
2016-11-11 Artem Dergachev[ASTMatchers] Fix a typo in cStyleCastExpr() docs....
2016-11-11 Nemanja Ivanovic[PowerPC] Add vector conversion builtins to altivec...
2016-11-11 Vyacheslav... Fixed the lost FastMathFlags for FCmp operations in...
2016-11-11 Chad Rosier[AArch64] Update a FIXME comment to reflect current...
2016-11-11 Peter CollingbourneBitcode: Change getModuleSummaryIndex() to return an...
2016-11-11 Peter CollingbourneBitcode: Clean up error handling for certain bitcode...
2016-11-11 Peter CollingbourneBitcode: Prepare to move bitcode readers to free functions.
2016-11-11 Lang Hames[ORC] Revert r286620 while I investigate a bot failure.
2016-11-11 Lang Hames[ORC] Refactor the ORC RPC utilities to add some new...
2016-11-11 Sanjay Patel[InstCombine] add tests to show size-increasing select...
2016-11-11 Reid KlecknerAdd a test that uses coverage and printf from a DLL
2016-11-11 Chad Rosier[AArch64] Add test to show narrow zero store merging...
2016-11-11 Geoff Berry[AArch64] Fix bugs in isel lowering replaceSplatVectorS...
2016-11-11 Reid Kleckner[sancov] Don't instrument MSVC CRT stdio config helpers
2016-11-11 Petr Hosek[CMake] Check runtimes subdir when looking for libcxx...
2016-11-11 Evgeniy Stepanov[cfi] Enable cfi-icall on ARM and AArch64.
2016-11-11 Evgeniy Stepanov[cfi] Tweak a test for the cfi-icall change.
2016-11-11 Evgeniy Stepanov[cfi] Implement cfi-icall using inline assembly.
2016-11-11 Adrian PrantlFix comments according to the LLVM coding guidelines.
2016-11-11 Reid KlecknerAdd missing %run to test to fix AArch64 buildbot
2016-11-11 Reid Kleckner[asan/win] Fix wrong TerminateProcess exit code
2016-11-11 Adrian PrantlRevert "Use private linkage for MergedGlobals variables...
2016-11-11 Chad Rosier[AArch64] Remove lots of redundant code. NFC.
2016-11-11 Sylvestre LedruForce the locale when executing ld gold
2016-11-11 Sanjay Patel[InstCombine] fix formatting of FoldOpIntoSelect()...
2016-11-11 Greg ClaytonFixed issues found by Paul Robinson with my patch for:
2016-11-11 Sylvestre LedruAdd a new optimization option -Og
2016-11-11 Chad Rosier[AArch64] Early return and minor renaming/refactoring...
2016-11-11 Greg ClaytonFix windows buildbot where warnings are errors. We...
2016-11-11 Douglas KatzmanFix mismatched enum value name and diagnostic text.
2016-11-11 Greg ClaytonFix code to deal with recent LLVM changes.
2016-11-11 Greg ClaytonClean up DWARFFormValue by reducing duplicated code...
2016-11-11 Nemanja Ivanovic[PowerPC] Add vector conversion builtins to altivec...
2016-11-11 Simon Pilgrim[X86] Merge (near) duplicate scalar non-temporal store...
2016-11-11 NAKAMURA Takumillvm-strings: Fix r286556 to add required libraries.
2016-11-11 John BrawnFix test/tools/gold/X86/thinlto_funcimport.ll on non...
2016-11-11 Chad Rosier[AArch64] Enable merging of adjacent zero stores for...
2016-11-11 Sam Kolton[AMDGPU] TargetStreamer: Fix .note section name
2016-11-11 Eugene Leviant[ELF] Attempt to fix PPC buildbot
2016-11-11 George Rimar[ELF] - Use backward slashes inside response files
2016-11-11 Eugene Leviant[ELF] Set 'Live = true' in SyntheticSection ctor. NFC.
2016-11-11 Ulrich Weigand[SystemZ] Support CL(G)T instructions
2016-11-11 Ulrich Weigand[SystemZ] Support load-and-zero-rightmost-byte facility
2016-11-11 Ulrich Weigand[SystemZ] Use LLGT(R) instructions
2016-11-11 Alexey BataevFix for PR28523: unexpected compilation error.
2016-11-11 Sagar Thakur[MSAN][MIPS] Fix test Linux/syscalls_sigaction.cc on...
2016-11-11 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-11 Tamas BerghammerFix TestHelp on linux after version number syntax change
2016-11-11 Eugene Leviant[ELF] Convert .got section to input section
2016-11-11 Simon Pilgrim[X86] Add knownbits vector BSWAP test
2016-11-11 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-11 Simon Pilgrim[X86] Add knownbits vector UREM/SREM tests
2016-11-11 Simon Pilgrim[SelectionDAG] Add support for vector demandedelts...
2016-11-11 Simon Pilgrim[X86] Add knownbits vector UDIV test
2016-11-11 Omair JavaidMark xfail TestNamespaceDefinitions for arm/aarch64...
2016-11-11 Diana Picus[ARM] Add plumbing for GlobalISel
2016-11-11 Adam Nemet[opt-viewer] Make it work in the absence of hotness...
2016-11-11 Mehdi AminiFix gold plugin after Error API changes
2016-11-11 Teresa JohnsonFix examples files to reflect header split in r286566.
2016-11-11 Teresa JohnsonAdd missing file from r286566
2016-11-11 Teresa JohnsonMirror the llvm changes that split Bitcode/ReaderWriter.h
2016-11-11 Teresa JohnsonMirror the llvm changes that split Bitcode/ReaderWriter.h
2016-11-11 Teresa JohnsonSplit Bitcode/ReaderWriter.h into separate reader and...
2016-11-11 Mehdi AminiRevert unwanted changes in lldb when updating llvm...
2016-11-11 Mandeep Singh... [opt-viewer] PEPify opt-viewer.py
2016-11-11 Mehdi AminiFix build failure, update llvm-strings for the new...
2016-11-11 Mehdi AminiPrevent at compile time converting from Error::success...
2016-11-11 Mehdi AminiMake the Error class constructor protected
2016-11-11 Mehdi AminiCMake: make LLVM_OPTIMIZED_TABLEGEN friendly with LLVM_...
2016-11-11 Davide Italiano[ADT/MathExtras] Make buildbot happy again.
2016-11-11 Saleem Abdulrasoolllvm-strings: explicitly include cctype
2016-11-11 Rui UeyamaRemove a member from InputSectionData and use the pool...
2016-11-11 Saleem Abdulrasoolllvm-strings: introduce basic strings tool
2016-11-11 Davide Italiano[lli] Simplify the code a bit. No functional change...
2016-11-11 Davide Italiano[IR/DataLayout] Simplify the code using PowerOf2Ceil...
2016-11-11 Davide Italiano[lld/COFF] Don't round alignment if it's already a...
2016-11-11 Yaxun LiuAMDGPU: Attempt to fix build failure on x86-64 selfhost...
2016-11-11 Davide Italiano[ADT/MathExtras] Add tests for PowerOf2Floor (previousl...
2016-11-11 Sean FertileAdd a blank line for a test commit.
2016-11-11 Davide Italiano[ADT/MathExtras] Introduce PowerOf2Ceil.
next