summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix llvm/llvm/lib/Transforms/Utils/LoopUnroll.cpp:285:53: error: suggestEric Christopher2016-03-151-11/+9
* Move global ID computation from Function to GlobalValue (NFC)Teresa Johnson2016-03-158-55/+55
* Workaround the fact that "b" is now a separate command object from "_regexp-b...Enrico Granata2016-03-152-6/+6
* DenseMap: make .resize() do the intuitive thingFiona Glaser2016-03-152-1/+18
* [MachO] Add MachO alt-entry directive support.Lang Hames2016-03-1517-15/+147
* Add some test coverage for the changes in alias helpEnrico Granata2016-03-151-0/+18
* Improve the way we decide whether an alias is a dashdash aliasEnrico Granata2016-03-151-1/+2
* [libFuzzer] use max_len exactly equal to the max size of input. Fix 32-bit buildKostya Serebryany2016-03-151-1/+2
* This was printing arguments twice in dash-dash aliases; don't do thatEnrico Granata2016-03-151-24/+24
* [StatepointLowering] Move an assertion; NFCISanjoy Das2016-03-151-6/+4
* [MC] Rename TLSCALL as it's not ARM specific.Davide Italiano2016-03-154-8/+8
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-154-22/+22
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-1547-388/+388
* Temporarily Revert "[X86][SSE] Simplify vector LOAD + EXTEND onEric Christopher2016-03-144-90/+53
* Add dependency to llvm-dis.Rui Ueyama2016-03-141-1/+1
* Use ELFT instead of ELFFile<ELFT>.Rui Ueyama2016-03-1414-170/+146
* [LoopUnroll] Respect the convergent attribute.Justin Lebar2016-03-143-5/+142
* MathExtrasTest.cpp: Use EXPECT_DOUBLE_EQ here, instead of EXPECT_FLOAT_EQ.NAKAMURA Takumi2016-03-141-1/+1
* Missed this file in previous checkinMarshall Clow2016-03-141-6/+33
* Implement LWG2577: {shared,unique}_lock</tt> should use std::addressofMarshall Clow2016-03-1413-55/+163
* clang/test/CodeGenCXX/virtual-function-attrs.cpp: Appease i686-mingw32 to exp...NAKAMURA Takumi2016-03-141-3/+3
* Object: Add ELF types to ELFType.Rui Ueyama2016-03-141-6/+49
* Imporove load to store => memcpyAmaury Sechet2016-03-142-25/+128
* Make getAlignment a non-member function. NFC.Rui Ueyama2016-03-141-8/+6
* Re-add ConstantFoldInstOperands form taking opcode and return type.Manuel Jacob2016-03-142-4/+26
* Remove code added for debugging purposes. NFC.Easwaran Raman2016-03-141-3/+3
* Lots of progress on the CommandAlias refactoringEnrico Granata2016-03-147-136/+299
* llvm-shlib: Remove the option to override __cxa_atexitJustin Bogner2016-03-143-19/+1
* llvm-config: fix --libs on LinuxReid Kleckner2016-03-141-7/+9
* Error messages should start with lowercase letters.Rui Ueyama2016-03-142-6/+6
* Factor out MachineBlockPlacement::fillWorkLists. NFCAmaury Sechet2016-03-141-36/+39
* Revert "[ThinLTO] Clang side of renaming of function index (NFC)"Teresa Johnson2016-03-144-22/+22
* Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"Teresa Johnson2016-03-1447-369/+796
* [ThinLTO] Clang side of renaming of function index (NFC)Teresa Johnson2016-03-144-22/+22
* [ThinLTO] Renaming of function index to module summary index (NFC)Teresa Johnson2016-03-1447-796/+369
* [JITEventListener] Fix some -Wundef warningsKeno Fischer2016-03-141-2/+2
* Shuffle an #undef to avoid a warning on FreeBSDEd Maste2016-03-141-2/+1
* Revert "Turn LoopLoadElimination on again"Adam Nemet2016-03-141-2/+2
* [CMake] Updating Apple Clang CMake cachesChris Bieneman2016-03-142-9/+58
* allow branch weight metadata on select instructions (PR26636)Sanjay Patel2016-03-144-5/+58
* [attrs] Handle convergent CallSites.Justin Lebar2016-03-144-58/+107
* [docs] "Straightforward" is one word.Justin Lebar2016-03-141-1/+1
* [docs] Fix typo in docs/CodeGenerator.rst.Justin Lebar2016-03-141-1/+1
* [SystemZ] Add missing isBranch flags to certain instructionUlrich Weigand2016-03-141-9/+11
* Relax test introduced in r263464 to accept ARM ABI output.Peter Collingbourne2016-03-141-1/+1
* [SLPVectorizer] Fix dependency listKeno Fischer2016-03-141-0/+1
* Reverting r263474; it turns out there are uses of the public interface, but M...Aaron Ballman2016-03-141-2/+2
* The file header of TrailingObjects.h suggests that TrailingObjects be inherit...Aaron Ballman2016-03-141-2/+2
* ELF: Update the document.Rui Ueyama2016-03-141-19/+21
* Turn LoopLoadElimination on againAdam Nemet2016-03-141-2/+2
OpenPOWER on IntegriCloud