aboutsummaryrefslogtreecommitdiffstats
path: root/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move someDuncan Sands2010-02-161-7/+7
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-17/+17
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-151-18/+18
* Add support for a union type in LLVM IR. Patch by Talin!Chris Lattner2010-02-124-9/+77
* Add a new function attribute, 'alignstack'. It will indicate (when the backendsCharles Davis2010-02-122-0/+29
* Reintroduce the InlineHint function attribute.Jakob Stoklund Olesen2010-02-063-0/+3
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-1/+0
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Remove MetadataBase class because it is not adding significant value.Devang Patel2010-01-221-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* Make the parser include the lower level error message in its own errorDan Gohman2010-01-211-1/+2
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-153-3/+0
* Consolidate ConvertGlobalValIDToValue, ConvertGlobalOrMetadataValIDToValue, a...Victor Hernandez2010-01-112-111/+74
* Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez2010-01-102-18/+17
* fix PR5983, reject function bodies with no blocks per the grammar.Chris Lattner2010-01-091-0/+4
* When parsing function-local metadata, create a function-local MDNodeVictor Hernandez2010-01-062-10/+16
* Re-add parsing of function-local metadata; this time with testcase.Victor Hernandez2010-01-052-21/+28
* Allow null to be an element of NamedMDNode. e.g. !llvm.stuff = !{!0, !1, null}Devang Patel2010-01-051-0/+6
* Move remaining stuff to the isInteger predicate.Benjamin Kramer2010-01-051-1/+1
* NamedMDNode is a collection MDNodes.Devang Patel2010-01-051-2/+1
* Avoid going through the LLVMContext for type equality where it's safe to dere...Benjamin Kramer2010-01-051-6/+3
* remove some fixme'sChris Lattner2009-12-301-2/+0
* now that instruction metadata is only parsed in one place, eliminate theChris Lattner2009-12-302-10/+12
* reimplement ParseOptionalInfo as ParseOptionalCommaAlign, correctlyChris Lattner2009-12-302-37/+46
* rename ParseOptionalCustomMetadata -> ParseInstructionMetadata,Chris Lattner2009-12-302-20/+11
* convert 4 more instructions over.Chris Lattner2009-12-302-31/+24
* add facilities to start factoring instruction metadata parsingChris Lattner2009-12-302-14/+33
* reimplement insertvalue/extractvalue metadata handling to not blindly Chris Lattner2009-12-302-10/+35
* 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-303-22/+24
* rename lltok::Metadata -> lltok::exclaim. We name tokens Chris Lattner2009-12-304-19/+15
* rename MetadataCache -> NumberedMetadata to follow the conventionChris Lattner2009-12-302-17/+18
* rewrite ParseMDNodeVector to follow the normal patter used in the .ll parser.Chris Lattner2009-12-302-31/+40
* rename ParseMDNode -> ParseMDNodeID, since it parses !42, not !{... } as you'...Chris Lattner2009-12-302-6/+6
* 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-302-43/+2
* split t_Metadata into t_MDNode and t_MDString, eliminating some unsafe casting.Chris Lattner2009-12-302-24/+36
* 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-292-18/+27
* switch to TrackingVH instead of WeakVH, since these can neverChris Lattner2009-12-292-13/+13
* 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
* Metadata.h doesn't need to include ValueHandle.h anymore.Chris Lattner2009-12-281-0/+1
* Change errs() to dbgs().David Greene2009-12-231-3/+3
* Add MSP430 interrupt calling conv. No functionality change yet.Anton Korobeynikov2009-12-073-0/+4