]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/IR/LLVMContextImpl.h
[GC] Verify-pass void vararg functions in gc.statepoint
[opencl/llvm.git] / lib / IR / LLVMContextImpl.h
2015-01-20 Manman Ren[llvm link] Destroy ConstantArrays in LLVMContext if...
2015-01-20 Duncan P. N. Exon... IR: Introduce GenericDwarfNode
2015-01-19 Duncan P. N. Exon... IR: Merge UniquableMDNode back into MDNode, NFC
2015-01-19 Duncan P. N. Exon... IR: Extract MDNodeOpsKey, NFC
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-13 Duncan P. N. Exon... IR: Add MDLocation class
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-06 Benjamin KramerTurn some DenseMaps that are only used for set operatio...
2014-12-06 Benjamin KramerReapply "LLVMContext: Store APInt/APFloat directly...
2014-12-06 NAKAMURA TakumiReformat.
2014-12-06 Benjamin KramerRevert "LLVMContext: Store APInt/APFloat directly into...
2014-12-05 Benjamin KramerLLVMContext: Store APInt/APFloat directly into the...
2014-12-03 Peter CollingbournePrologue support
2014-11-25 David BlaikieRevert "unique_ptrify LLVMContextImpl::CAZConstants"
2014-11-25 David Blaikieunique_ptrify LLVMContextImpl::CAZConstants
2014-11-21 Rafael EspindolaAdd params() to FunctionType. NFC.
2014-11-21 Rafael EspindolaAdd and use a helper elements() to StructType. NFC.
2014-11-18 Duncan P. N. Exon... IR: Split MDNode into GenericMDNode and MDNodeFwdDecl
2014-11-17 Duncan P. N. Exon... IR: Simplify uniquing for MDNode
2014-11-14 Duncan P. N. Exon... IR: Rewrite uniquing and creation of MDString
2014-10-01 Duncan P. N. Exon... LTO: Ignore disabled diagnostic remarks
2014-08-27 Craig TopperSimplify creation of a bunch of ArrayRefs by using...
2014-08-19 Duncan P. N. Exon... Reapply r215966, r215965, r215964, r215963, r215960...
2014-08-19 Aaron BallmanReverting r215966, r215965, r215964, r215963, r215960...
2014-08-19 Duncan P. N. Exon... IR: Replace uses of ConstantAggrUniqueMap with Constant...
2014-08-19 Duncan P. N. Exon... IR: Rewrite ConstantUniqueMap
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-05-22 Diego NovilloRemove LLVMContextImpl::optimizationRemarkEnabledFor.
2014-05-22 Diego NovilloAdd support for missed and analysis optimization remarks.
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-08 Diego NovilloAdd -pass-remarks flag to 'opt'.
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-01-19 Chandler CarruthAdd a const lookup routine to get a BlockAddress consta...
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-09-11 Benjamin KramerRevert "Give internal classes hidden visibility."
2013-09-11 Benjamin KramerGive internal classes hidden visibility.
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-01-24 Bill WendlingCreate a new class: AttributeSetNode.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.