summaryrefslogtreecommitdiff
path: root/lib/AsmParser/LLParser.h
Commit message (Expand)AuthorAge
* Move "atomic" and "volatile" designations on instructions after the opcodeEli Friedman2011-08-12
* Initial commit of the 'landingpad' instruction.Bill Wendling2011-08-12
* Representation of 'atomic load' and 'atomic store' in IR.Eli Friedman2011-08-09
* Add the 'resume' instruction for the new EH rewrite.Bill Wendling2011-07-31
* Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338,Bill Wendling2011-07-30
* LangRef and basic memory-representation/reading/writing for 'cmpxchg' andEli Friedman2011-07-28
* Merge the contents from exception-handling-rewrite to the mainline.Bill Wendling2011-07-27
* Initial implementation of 'fence' instruction, the new C++0x-style replacemen...Eli Friedman2011-07-25
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* remove asmparser support for the old getresult instruction, which has been su...Chris Lattner2011-06-17
* remove parser support for the obsolete "multiple return values" syntax, whichChris Lattner2011-06-17
* Remove old backwards compatibility support from the parser for autoupgradingChris Lattner2011-06-17
* Reject uses of unnamed_addr in declarations.Rafael Espindola2011-01-13
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* remove unions from LLVM IR. They are severely buggy and notChris Lattner2010-08-28
* Add a comment explaining why this code is more complex than itDan Gohman2010-08-24
* Extend function-local metadata to be usable as attachments.Dan Gohman2010-08-24
* Give ParseInstructionMetadata access to the PerFunctionState object.Dan Gohman2010-08-24
* Factor out metadata parsing into a separate function.Dan Gohman2010-07-14
* fix a crash on invalid metadata, e.g.: call i32 @foo(), XXXXChris Lattner2010-04-07
* include header.Chris Lattner2010-04-01
* rewrite handling of forward ref'd instruction metadata Chris Lattner2010-04-01
* eliminate a temporary smallvectorChris Lattner2010-04-01
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-12
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-12
* Remove MetadataBase class because it is not adding significant value.Devang Patel2010-01-22
* 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