summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add a new pass "Loop Interchange"Karthik Bhat2015-03-063-0/+9
* Remember to move a type to the correct set when setting the body.Rafael Espindola2015-03-061-0/+1
* SDAG: Merge the meat of two ExpandAtomic implementations.Benjamin Kramer2015-03-051-0/+4
* Replace PrintStackTrace(FILE*) with PrintStackTrace(raw_ostream&)Zachary Turner2015-03-051-2/+4
* Use the generic Lfunc_begin label on ppc.Rafael Espindola2015-03-051-0/+4
* Revert busted CallSite change from r231386Reid Kleckner2015-03-051-5/+0
* Replace llvm.frameallocate with llvm.frameescapeReid Kleckner2015-03-053-5/+10
* Revert r231276 (including r231277): Add a lock() function in PassRegistry to ...Erik Eckstein2015-03-051-9/+1
* While reviewing the changes to Clang to add builtin support for the vsld, vsr...Kit Barton2015-03-051-3/+0
* [TableGen] Add support constraining a vector type in a pattern to have a spec...Craig Topper2015-03-051-0/+12
* Reformat.NAKAMURA Takumi2015-03-051-6/+3
* Revert r231104, "unique_ptrify FullDependenceAnalysis::DV", to appease msc18 ...NAKAMURA Takumi2015-03-051-1/+4
* [SCEV] make SCEV smarter about proving no-wrap.Sanjoy Das2015-03-041-0/+9
* DWARFFormValue: Add getAsSignedConstant method.Frederic Riss2015-03-041-0/+1
* Make the DWARFAbbreviationDeclaration::AttributeSpec type public.Frederic Riss2015-03-041-6/+8
* don't repeat class / function / variable names in comments; NFCSanjay Patel2015-03-041-205/+149
* Add LLVM support for PPC cryptography builtinsNemanja Ivanovic2015-03-041-2/+36
* Add missing <atomic> include to PassRegistry.hReid Kleckner2015-03-041-0/+1
* Add a lock() function in PassRegistry to speed up multi-thread synchronization.Erik Eckstein2015-03-041-1/+8
* Recommit r231221: "Devirtualize ~parser<T> by making it protected in base cla...David Blaikie2015-03-041-10/+16
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-046-39/+22
* Fix DwarfExpression::AddMachineRegExpression so it doesn't read past theAdrian Prantl2015-03-041-1/+1
* Revert r231221, "Devirtualize ~parser<T> by making it protected in base class...NAKAMURA Takumi2015-03-041-15/+10
* Mutate TargetLowering::shouldExpandAtomicRMWInIR to specifically dictate how ...JF Bastien2015-03-041-4/+17
* Remove explicit RNSuccIterator copy assignment in favor of implicit defaultDavid Blaikie2015-03-041-20/+0
* use = default instead of {}David Blaikie2015-03-041-2/+2
* Make format_object_base explicitly copyable, so format_objects can be copied ...David Blaikie2015-03-041-0/+1
* Devirtualize ~parser<T> by making it protected in base classes and making der...David Blaikie2015-03-041-10/+15
* Avoid copying parser objectsDavid Blaikie2015-03-041-2/+2
* Make OptionValue explicitly copyableDavid Blaikie2015-03-041-0/+8
* Devirtualize OptionValue::~OptionValue in favor of protected in the base, wit...David Blaikie2015-03-041-5/+19
* [MC][Target] Implement support for R_X86_64_SIZE{32,64}.Davide Italiano2015-03-041-0/+1
* [llvm-pdbdump] Display full enum definitions.Zachary Turner2015-03-041-0/+3
* Revert "[ADT] fail-fast iterators for DenseMap"Chaoren Lin2015-03-042-138/+20
* Move emitDIE and emitAbbrevs to AsmPrinter. NFC.Frederic Riss2015-03-041-0/+8
* Constify AsmPrinter passed to DIE methods.Frederic Riss2015-03-041-26/+26
* Object: Add range iterators to Archive symbolsRui Ueyama2015-03-041-3/+5
* Remove MCStreamer.h include from MCContext.h and explictly include it where n...Pete Cooper2015-03-041-1/+0
* Recommit r231168: unique_ptrify LiveRange::segmentSetDavid Blaikie2015-03-041-11/+5
* Recommit r231175: Change LiveStackAnalysis::SS2IntervalMap from std::map to s...David Blaikie2015-03-041-1/+2
* Revert "unique_ptrify LiveRange::segmentSet"David Blaikie2015-03-042-7/+12
* Remove 'llvm.x86.avx2.vbroadcasti128' intrinsic.Juergen Ributzka2015-03-041-2/+0
* Add missing header includeDavid Blaikie2015-03-031-0/+1
* Recommit r231168: unique_ptrify LiveRange::segmentSetDavid Blaikie2015-03-031-11/+5
* Change LiveStackAnalysis::SS2IntervalMap from std::map to std::unordered_mapDavid Blaikie2015-03-031-1/+1
* Revert "unique_ptrify LiveRange::segmentSet"David Blaikie2015-03-031-5/+11
* Move TargetLibraryInfo data from two files into one common .def file.Jan Wen Voung2015-03-032-669/+1031
* unique_ptrify LiveRange::segmentSetDavid Blaikie2015-03-031-11/+5
* Remove getDataLayout() from Instruction/GlobalValue/BasicBlock/FunctionMehdi Amini2015-03-033-4/+11
* Fix the build broken in r231142David Blaikie2015-03-031-1/+1