aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAgeFilesLines
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-131-1/+3
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-2/+2
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-281-3/+0
* Add a comment explaining why this code is more complex than itDan Gohman2010-08-241-0/+8
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-241-0/+1
* Give ParseInstructionMetadata access to the PerFunctionState object.Dan Gohman2010-08-241-1/+1
* Factor out metadata parsing into a separate function.Dan Gohman2010-07-141-0/+1
* fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXXChris Lattner2010-04-071-1/+1
* include header.Chris Lattner2010-04-011-0/+1
* rewrite handling of forward ref'd instruction metadata Chris Lattner2010-04-011-0/+9
* eliminate a temporary smallvectorChris Lattner2010-04-011-2/+1
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-121-0/+4
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-121-0/+1
* Remove MetadataBase class because it is not adding significant value.Devang Patel2010-01-221-1/+0
* Consolidate ConvertGlobalValIDToValue, ConvertGlobalOrMetadataValIDToValue, a...Victor Hernandez2010-01-111-4/+1
* Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez2010-01-101-4/+2
* 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