summaryrefslogtreecommitdiffstats
path: root/llvm/lib/IR/LLVMContextImpl.h
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add a const lookup routine to get a BlockAddress constant if there isChandler Carruth2014-01-191-2/+2
* Add warning capabilities in LLVM.Quentin Colombet2013-12-171-3/+6
* Revert r197438 and r197447 until we figure out how to avoid circular dependen...Quentin Colombet2013-12-171-6/+3
* Add warning capabilities in LLVM.Quentin Colombet2013-12-161-3/+6
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+5
* Revert "Give internal classes hidden visibility."Benjamin Kramer2013-09-111-6/+6
* Give internal classes hidden visibility.Benjamin Kramer2013-09-111-6/+6
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-011-1/+6
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-111-2/+2
* Create a new class: AttributeSetNode.Bill Wendling2013-01-241-0/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+361
OpenPOWER on IntegriCloud