[IR] Introduce a dereferenceable_or_null(N) attribute.
[oota-llvm.git] / lib / AsmParser / LLParser.h
2009-12-30 Chris Lattnernow that instruction metadata is only parsed in one...
2009-12-30 Chris Lattnerreimplement ParseOptionalInfo as ParseOptionalCommaAlig...
2009-12-30 Chris Lattnerrename ParseOptionalCustomMetadata -> ParseInstructionM...
2009-12-30 Chris Lattnerconvert 4 more instructions over.
2009-12-30 Chris Lattneradd facilities to start factoring instruction metadata...
2009-12-30 Chris Lattnerreimplement insertvalue/extractvalue metadata handling...
2009-12-30 Chris Lattnerrename MetadataCache -> NumberedMetadata to follow...
2009-12-30 Chris Lattnerrewrite ParseMDNodeVector to follow the normal patter...
2009-12-30 Chris Lattnerrename ParseMDNode -> ParseMDNodeID, since it parses...
2009-12-30 Chris Lattnerremove the code added in r90497. It has several major...
2009-12-30 Chris Lattnersplit t_Metadata into t_MDNode and t_MDString, eliminat...
2009-12-29 Chris Lattnerchange ParseMDString and ParseMDNode to take arguments...
2009-12-29 Chris Lattnerswitch to TrackingVH instead of WeakVH, since these...
2009-12-28 Chris LattnerMetadata.h doesn't need to include ValueHandle.h anymore.
2009-12-03 Victor HernandezAdd ParseInlineMetadata() which can parses metadata...
2009-11-05 Devang PatelUse WeakVH while storing metadata in containers.
2009-10-28 Chris Lattnerfull asmparser support for blockaddress. We can now do:
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-28 Devang PatelDo not use global typedef for MDKindID.
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-17 Devang PatelFix parsing of optional metadata for 'load', 'store...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-07-29 Devang PatelParse named metadata.
2009-07-23 Devang PatelDerive MDNode from MetadataBase instead of Constant...
2009-07-22 Devang PatelIntroduce MetadataBase, a base class for MDString and...
2009-07-20 Devang PatelRefactor metadata parsing routines into separate functions.
2009-07-08 Devang PatelSupport MDNode forward reference.
2009-07-07 Owen AndersonUse LLVMContext in the LLLexer.
2009-07-02 Chris Lattnerswitch the .ll parser to use SourceMgr.
2009-07-02 Chris Lattnerswitch the .ll parser into SMDiagnostic.
2009-07-02 Owen AndersonUse LLVMContext for generating UndefValue constants...
2009-07-01 Owen AndersonTry again at converting the LLParser to use LLVMContext...
2009-07-01 Bill Wendling--- Reverse-merging (from foreign repository) r74648...
2009-07-01 Owen AndersonConvert LLParser to use LLVMContext for creating constants.
2009-07-01 Devang PatelSupport stand alone metadata syntax.
2009-05-10 Nick LewyckyMake MDNode use CallbackVH. Also change MDNode to store...
2009-04-04 Nick LewyckyAdd support for embedded metadata to LLVM. This introdu...
2009-03-09 Chris LattnerFix two classes of bugs. First:
2009-01-05 Chris LattnerReject PR3281:accepted03.ll with:
2009-01-05 Chris LattnerFix PR3281:crash08.ll with this diagnostic:
2009-01-05 Chris Lattnerreject PR3281:crash07.ll with:
2009-01-04 Chris LattnerRefactor some parser interfaces to fix PR3278 and a...
2009-01-02 Misha BrukmanDown with trailing whitespace!
2009-01-02 Chris Lattnerminor cleanups and comment improvements.
2009-01-02 Chris LattnerReimplement the old and horrible bison parser for ...