summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContextImpl.h
Commit message (Expand)AuthorAgeFilesLines
* IR: Fix MDType fields from unsigned to uint64_tDuncan P. N. Exon Smith2015-02-191-14/+14
* IR: Drop scope from MDTemplateParameterDuncan P. N. Exon Smith2015-02-191-19/+11
* IR: Remove unnecessary fields from MDTemplateParameterDuncan P. N. Exon Smith2015-02-101-25/+10
* IR: Add specialized debug info metadata nodesDuncan P. N. Exon Smith2015-02-101-0/+575
* IR: Rename 'operator ==()' to 'isKeyOf()', NFCDuncan P. N. Exon Smith2015-02-051-4/+4
* IR: Reduce boilerplate in DenseMapInfo overrides, NFCDuncan P. N. Exon Smith2015-02-041-91/+63
* IR: Define MDNode uniquing sets automatically, NFCDuncan P. N. Exon Smith2015-02-041-3/+2
* IR: Split out DebugInfoMetadata.h, NFCDuncan P. N. Exon Smith2015-02-021-0/+1
* Revert GCStrategy ownership changesPhilip Reames2015-01-261-11/+0
* IR: Change GenericDwarfNode::getHeader() to StringRefDuncan P. N. Exon Smith2015-01-221-2/+2
* IR: DwarfNode => DebugNode, NFCDuncan P. N. Exon Smith2015-01-221-14/+14
* Remove dead leak detector parts that fell out of use in r224703.Benjamin Kramer2015-01-221-4/+0
* [llvm link] Destroy ConstantArrays in LLVMContext if they are not used.Manman Ren2015-01-201-0/+3
* IR: Introduce GenericDwarfNodeDuncan P. N. Exon Smith2015-01-201-8/+53
* IR: Merge UniquableMDNode back into MDNode, NFCDuncan P. N. Exon Smith2015-01-191-1/+1
* IR: Extract MDNodeOpsKey, NFCDuncan P. N. Exon Smith2015-01-191-23/+48
* Move ownership of GCStrategy objects to LLVMContextPhilip Reames2015-01-161-0/+12
* IR: Add MDLocation classDuncan P. N. Exon Smith2015-01-131-0/+43
* IR: Split GenericMDNode into MDTuple and UniquableMDNodeDuncan P. N. Exon Smith2015-01-121-14/+14
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-59/+21
* Turn some DenseMaps that are only used for set operations into DenseSets.Benjamin Kramer2014-12-061-5/+5
* Reapply "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP De...Benjamin Kramer2014-12-061-39/+22
* Reformat.NAKAMURA Takumi2014-12-061-26/+18
* Revert "LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP Den...Benjamin Kramer2014-12-061-15/+46
* LLVMContext: Store APInt/APFloat directly into the ConstantInt/FP DenseMaps.Benjamin Kramer2014-12-051-46/+15
* Prologue supportPeter Collingbourne2014-12-031-0/+6
* Revert "unique_ptrify LLVMContextImpl::CAZConstants"David Blaikie2014-11-251-4/+1
* unique_ptrify LLVMContextImpl::CAZConstantsDavid Blaikie2014-11-251-1/+4
* Add params() to FunctionType. NFC.Rafael Espindola2014-11-211-4/+3
* Add and use a helper elements() to StructType. NFC.Rafael Espindola2014-11-211-3/+2
* IR: Split MDNode into GenericMDNode and MDNodeFwdDeclDuncan P. N. Exon Smith2014-11-181-13/+13
* IR: Simplify uniquing for MDNodeDuncan P. N. Exon Smith2014-11-171-16/+46
* IR: Rewrite uniquing and creation of MDStringDuncan P. N. Exon Smith2014-11-141-1/+1
* LTO: Ignore disabled diagnostic remarksDuncan P. N. Exon Smith2014-10-011-0/+1
* Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...Craig Topper2014-08-271-1/+1
* Reapply r215966, r215965, r215964, r215963, r215960, r215959, r215958, and r2...Duncan P. N. Exon Smith2014-08-191-8/+6
* Reverting r215966, r215965, r215964, r215963, r215960, r215959, r215958, and ...Aaron Ballman2014-08-191-6/+8
* IR: Replace uses of ConstantAggrUniqueMap with ConstantUniqueMapDuncan P. N. Exon Smith2014-08-191-4/+4
* IR: Rewrite ConstantUniqueMapDuncan P. N. Exon Smith2014-08-191-4/+2
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo2014-05-221-9/+0
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-221-1/+9
* Add C API for thread yielding callback.Juergen Ributzka2014-05-161-0/+3
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-151-15/+1
* [PM] Add pass run listeners to the pass manager.Juergen Ributzka2014-04-281-1/+15
* [C++] Use 'nullptr'.Craig Topper2014-04-281-2/+2
* Add -pass-remarks flag to 'opt'.Diego Novillo2014-04-081-0/+4
* [C++11] Add 'override' keyword to IR library.Craig Topper2014-03-051-3/+3
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-1/+1
* Pass to emit DWARF path discriminators.Diego Novillo2014-03-031-1/+6
OpenPOWER on IntegriCloud