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