summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert r263366: Cosmetic change to reduce repetitions. NFC.Rui Ueyama2016-03-141-9/+11
* clang-format: [JS] Handle certain cases of ASI.Daniel Jasper2016-03-143-67/+193
* CodeGen: Use 32-bit gep offsets to address vtable address points.Peter Collingbourne2016-03-1412-39/+39
* More of the alias refactoring work! CommandAlias is now a CommandObjectEnrico Granata2016-03-145-35/+75
* Enable expectedFailure for all Clang versions in TestRegisterVariablesEd Maste2016-03-141-1/+1
* ELF: Add a few numbers to the document.Rui Ueyama2016-03-141-0/+30
* CodeGen: Mark functions used in vtables as unnamed_addr.Peter Collingbourne2016-03-144-6/+26
* [AliasSetTracker] Do not strip pointer casts when processing MemSetInstMichael Kuperstein2016-03-142-2/+34
* [AArch64] Refactor AArch64FrameLowering::emitPrologue. NFC.Chad Rosier2016-03-142-58/+56
* [SpillPlacement] Fix a quadratic behavior in spill placement.Quentin Colombet2016-03-142-53/+44
* [AArch64] Break the dependency between FP and SP when possible.Chad Rosier2016-03-146-14/+25
* [ADT] Add a pop_back_val method to the SparseSet container.Quentin Colombet2016-03-142-0/+25
* [Mips] Fix -Wunused-private-field warning after r263444.Chad Rosier2016-03-143-7/+6
* [DAG] use !isUndef() ; NFCISanjay Patel2016-03-1410-50/+43
* Add failing tests that I forgot to add to the last commitMarshall Clow2016-03-143-0/+90
* Implement LWG#2566: Requirements on the first template parameter of container...Marshall Clow2016-03-146-24/+27
* [modules] Don't diagnose non-modular includes from modular files that areRichard Smith2016-03-145-4/+23
* [DAG] use isUndef() ; NFCISanjay Patel2016-03-1414-196/+179
* AMDGPU/SI: Handle wait states required for DPP instructionsTom Stellard2016-03-143-0/+112
OpenPOWER on IntegriCloud