summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser/LLParser.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* remove two bogus calls that accepted metadata in the middle of insert/extract...Chris Lattner2009-12-301-5/+0
* rename NamedOrCustomMD -> MetadataVar to follow conventions of all the rest o...Chris Lattner2009-12-301-18/+20
* rename lltok::Metadata -> lltok::exclaim. We name tokens Chris Lattner2009-12-301-11/+9
* rename MetadataCache -> NumberedMetadata to follow the conventionChris Lattner2009-12-301-15/+17
* rewrite ParseMDNodeVector to follow the normal patter used in the .ll parser.Chris Lattner2009-12-301-31/+38
* rename ParseMDNode -> ParseMDNodeID, since it parses !42, not !{... } as you'...Chris Lattner2009-12-301-5/+5
* fix parsing of mdstring values.Chris Lattner2009-12-301-7/+4
* remove the code added in r90497. It has several major issues and no tests.Chris Lattner2009-12-301-41/+2
* split t_Metadata into t_MDNode and t_MDString, eliminating some unsafe casting.Chris Lattner2009-12-301-22/+32
* factor code even more.Chris Lattner2009-12-291-26/+14
* simplify some code and unbreak the build by not consuming anChris Lattner2009-12-291-10/+4
* remove a really wrong parenthesis.Benjamin Kramer2009-12-291-1/+1
* clean up some really strange code.Chris Lattner2009-12-291-8/+8
* change ParseMDString and ParseMDNode to take arguments of the right type.Chris Lattner2009-12-291-16/+25
* switch to TrackingVH instead of WeakVH, since these can neverChris Lattner2009-12-291-10/+10
* Each instruction is allowed to have *multiple* different Chris Lattner2009-12-291-16/+25
* Final step in the metadata API restructuring: move the Chris Lattner2009-12-291-4/+1
* This is a major cleanup of the instruction metadata interfaces thatChris Lattner2009-12-281-2/+1
* rename getMDKind -> getMDKindID, make it autoinsert if an MD KindChris Lattner2009-12-281-4/+1
* Change errs() to dbgs().David Greene2009-12-231-3/+3
* Add MSP430 interrupt calling conv. No functionality change yet.Anton Korobeynikov2009-12-071-0/+2
* Add ParseInlineMetadata() which can parses metadata that refers to an instruc...Victor Hernandez2009-12-031-7/+46
* Add a hack for PR5601, a crash on obsolete syntax that we plan toChris Lattner2009-11-261-0/+4
* Fix MSVC warning ( | with bool and unsigned int).Daniel Dunbar2009-11-071-1/+1
* Re-commit r86077 now that r86290 fixes the 179.art and 175.vpr ARM regressions.Victor Hernandez2009-11-071-1/+3
* Revert r86077 because it caused crashes in 179.art and 175.vpr on ARMVictor Hernandez2009-11-061-3/+1
* Use WeakVH while storing metadata in containers.Devang Patel2009-11-051-5/+5
* Update CreateMalloc so that its callers specify the size to allocate:Victor Hernandez2009-11-051-1/+3
* Parse debug info attached with insertvalue and extractvalue instructions.Devang Patel2009-11-031-0/+11
* typoChris Lattner2009-11-021-1/+1
* Revert 85678/85680. The decision is to stay with the current form of Chris Lattner2009-11-011-11/+5
* Make blockaddress(@func, null) be valid, and make 'deleting a basic Chris Lattner2009-10-311-5/+11
* full asmparser support for blockaddress. We can now do:Chris Lattner2009-10-281-35/+119
* rename indbr -> indirectbr to appease the residents of #llvm.Chris Lattner2009-10-281-8/+8
* add enough support for indirect branch for the feature test to passChris Lattner2009-10-271-32/+72
* fix PR5295 where the .ll parser didn't reject a function after a globalChris Lattner2009-10-251-5/+8
* Auto-upgrade free instructions to calls to the builtin free function.Victor Hernandez2009-10-241-3/+4
* Minor code cleanup.Victor Hernandez2009-10-231-3/+2
* Rename msasm to alignstack per review.Dale Johannesen2009-10-211-4/+4
* Make changes to rev 84292 as requested by Chris Lattner.Victor Hernandez2009-10-211-23/+18
* Cosmetic changes.Devang Patel2009-10-201-1/+1
* clean up after metadata changes.Chris Lattner2009-10-191-10/+4
* remove some nonascii weird stuffChris Lattner2009-10-181-1/+1
* add some fixme'sChris Lattner2009-10-181-0/+1
* Remove MallocInst from LLVM Instructions.Victor Hernandez2009-10-171-1/+1
* Autoupgrade malloc insts to malloc calls.Victor Hernandez2009-10-171-6/+38
* Parse PHI instruction with attached metadata.Devang Patel2009-10-161-0/+6
* Add an "msasm" flag to inline asm as suggested in PR 5125.Dale Johannesen2009-10-131-4/+5
* Parse GEP with attached custom metadata. This happens during libprofile_rt.bc...Devang Patel2009-10-131-0/+4
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-051-20/+20
OpenPOWER on IntegriCloud