aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
* When parsing function-local metadata, create a function-local MDNodeVictor Hernandez2010-01-061-2/+4
* Re-add parsing of function-local metadata; this time with testcase.Victor Hernandez2010-01-051-11/+10
* now that instruction metadata is only parsed in one place, eliminate theChris Lattner2009-12-301-2/+2
* reimplement ParseOptionalInfo as ParseOptionalCommaAlign, correctlyChris Lattner2009-12-301-4/+4
* rename ParseOptionalCustomMetadata -> ParseInstructionMetadata,Chris Lattner2009-12-301-1/+1
* convert 4 more instructions over.Chris Lattner2009-12-301-4/+4
* add facilities to start factoring instruction metadata parsingChris Lattner2009-12-301-4/+6
* reimplement insertvalue/extractvalue metadata handling to not blindly Chris Lattner2009-12-301-1/+8
* rename MetadataCache -> NumberedMetadata to follow the conventionChris Lattner2009-12-301-2/+1
* rewrite ParseMDNodeVector to follow the normal patter used in the .ll parser.Chris Lattner2009-12-301-0/+2
* rename ParseMDNode -> ParseMDNodeID, since it parses !42, not !{... } as you'...Chris Lattner2009-12-301-1/+1
* remove the code added in r90497. It has several major issues and no tests.Chris Lattner2009-12-301-2/+0
* split t_Metadata into t_MDNode and t_MDString, eliminating some unsafe casting.Chris Lattner2009-12-301-2/+4
* change ParseMDString and ParseMDNode to take arguments of the right type.Chris Lattner2009-12-291-2/+2
* switch to TrackingVH instead of WeakVH, since these can neverChris Lattner2009-12-291-3/+3
* Metadata.h doesn't need to include ValueHandle.h anymore.Chris Lattner2009-12-281-0/+1
* Add ParseInlineMetadata() which can parses metadata that refers to an instruc...Victor Hernandez2009-12-031-1/+3
* Use WeakVH while storing metadata in containers.Devang Patel2009-11-051-2/+2
* full asmparser support for blockaddress. We can now do:Chris Lattner2009-10-281-4/+51
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-1/+1
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-271-1/+8
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-1/+1
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-2/+5
* Parse custom metadata attached with an instruction.Devang Patel2009-09-291-1/+1
* Do not use global typedef for MDKindID.Devang Patel2009-09-281-1/+1
* Revert 82694 "Auto-upgrade malloc instructions to malloc calls." because it c...Victor Hernandez2009-09-251-5/+2
* Auto-upgrade malloc instructions to malloc calls.Victor Hernandez2009-09-241-2/+5
* Fix parsing of optional metadata for 'load', 'store' and 'alloc' instructions.Devang Patel2009-09-171-2/+3
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-021-1/+1
* Extend the AsmWriter to print unnamed numbered types as "%0 = type ..."Dan Gohman2009-08-121-0/+1
* Parse named metadata.Devang Patel2009-07-291-0/+1
* Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA...Devang Patel2009-07-231-3/+3
* Introduce MetadataBase, a base class for MDString and MDNode.Devang Patel2009-07-221-1/+2
* Refactor metadata parsing routines into separate functions.Devang Patel2009-07-201-0/+2
* Support MDNode forward reference.Devang Patel2009-07-081-0/+2
* Use LLVMContext in the LLLexer.Owen Anderson2009-07-071-1/+1
* switch the .ll parser to use SourceMgr.Chris Lattner2009-07-021-2/+2
* switch the .ll parser into SMDiagnostic.Chris Lattner2009-07-021-1/+1
* Use LLVMContext for generating UndefValue constants too!Owen Anderson2009-07-021-0/+2
* Try again at converting the LLParser to use LLVMContext, without massive brea...Owen Anderson2009-07-011-2/+4
* --- Reverse-merging (from foreign repository) r74648 into '.':Bill Wendling2009-07-011-5/+2
* Convert LLParser to use LLVMContext for creating constants.Owen Anderson2009-07-011-2/+5
* Support stand alone metadata syntax.Devang Patel2009-07-011-1/+3
* Make MDNode use CallbackVH. Also change MDNode to store Value* instead ofNick Lewycky2009-05-101-1/+1
* Add support for embedded metadata to LLVM. This introduces two new types ofNick Lewycky2009-04-041-0/+3
* Fix two classes of bugs. First:Chris Lattner2009-03-091-3/+3
* Reject PR3281:accepted03.ll with:Chris Lattner2009-01-051-1/+1
* Fix PR3281:crash08.ll with this diagnostic:Chris Lattner2009-01-051-1/+2
* reject PR3281:crash07.ll with:Chris Lattner2009-01-051-1/+1
* Refactor some parser interfaces to fix PR3278 and a FIXME:Chris Lattner2009-01-041-2/+2