Reintroduce the InlineHint function attribute.
[oota-llvm.git] / lib / AsmParser / LLParser.cpp
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-15 Eric ChristopherRemove the InlineHint attribute. There are no current...
2010-01-11 Victor HernandezConsolidate ConvertGlobalValIDToValue, ConvertGlobalOrM...
2010-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2010-01-09 Chris Lattnerfix PR5983, reject function bodies with no blocks per...
2010-01-06 Victor HernandezWhen parsing function-local metadata, create a function...
2010-01-05 Victor HernandezRe-add parsing of function-local metadata; this time...
2010-01-05 Devang PatelAllow null to be an element of NamedMDNode. e.g. !llvm...
2010-01-05 Benjamin KramerMove remaining stuff to the isInteger predicate.
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2009-12-30 Chris Lattnerremove some fixme's
2009-12-30 Chris Lattnernow that instruction metadata is only parsed in one...
2009-12-30 Chris Lattnerreimplement ParseOptionalInfo as ParseOptionalCommaAlig...
2009-12-30 Chris Lattnerrename ParseOptionalCustomMetadata -> ParseInstructionM...
2009-12-30 Chris Lattnerconvert 4 more instructions over.
2009-12-30 Chris Lattneradd facilities to start factoring instruction metadata...
2009-12-30 Chris Lattnerreimplement insertvalue/extractvalue metadata handling...
2009-12-30 Chris Lattnerremove two bogus calls that accepted metadata in the...
2009-12-30 Chris Lattnerrename NamedOrCustomMD -> MetadataVar to follow convent...
2009-12-30 Chris Lattnerrename lltok::Metadata -> lltok::exclaim. We name...
2009-12-30 Chris Lattnerrename MetadataCache -> NumberedMetadata to follow...
2009-12-30 Chris Lattnerrewrite ParseMDNodeVector to follow the normal patter...
2009-12-30 Chris Lattnerrename ParseMDNode -> ParseMDNodeID, since it parses...
2009-12-30 Chris Lattnerfix parsing of mdstring values.
2009-12-30 Chris Lattnerremove the code added in r90497. It has several major...
2009-12-30 Chris Lattnersplit t_Metadata into t_MDNode and t_MDString, eliminat...
2009-12-29 Chris Lattnerfactor code even more.
2009-12-29 Chris Lattnersimplify some code and unbreak the build by not consumi...
2009-12-29 Benjamin Kramerremove a really wrong parenthesis.
2009-12-29 Chris Lattnerclean up some really strange code.
2009-12-29 Chris Lattnerchange ParseMDString and ParseMDNode to take arguments...
2009-12-29 Chris Lattnerswitch to TrackingVH instead of WeakVH, since these...
2009-12-29 Chris LattnerEach instruction is allowed to have *multiple* different
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-23 David GreeneChange errs() to dbgs().
2009-12-07 Anton KorobeynikovAdd MSP430 interrupt calling conv. No functionality...
2009-12-03 Victor HernandezAdd ParseInlineMetadata() which can parses metadata...
2009-11-26 Chris LattnerAdd a hack for PR5601, a crash on obsolete syntax that...
2009-11-07 Daniel DunbarFix MSVC warning ( | with bool and unsigned int).
2009-11-07 Victor HernandezRe-commit r86077 now that r86290 fixes the 179.art...
2009-11-06 Victor HernandezRevert r86077 because it caused crashes in 179.art...
2009-11-05 Devang PatelUse WeakVH while storing metadata in containers.
2009-11-05 Victor HernandezUpdate CreateMalloc so that its callers specify the...
2009-11-03 Devang PatelParse debug info attached with insertvalue and extractv...
2009-11-02 Chris Lattnertypo
2009-11-01 Chris LattnerRevert 85678/85680. The decision is to stay with the...
2009-10-31 Chris LattnerMake blockaddress(@func, null) be valid, and make ...
2009-10-28 Chris Lattnerfull asmparser support for blockaddress. We can now do:
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Chris Lattneradd enough support for indirect branch for the feature...
2009-10-25 Chris Lattnerfix PR5295 where the .ll parser didn't reject a functio...
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-23 Victor HernandezMinor code cleanup.
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-21 Victor HernandezMake changes to rev 84292 as requested by Chris Lattner.
2009-10-20 Devang PatelCosmetic changes.
2009-10-19 Chris Lattnerclean up after metadata changes.
2009-10-18 Chris Lattnerremove some nonascii weird stuff
2009-10-18 Chris Lattneradd some fixme's
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-16 Devang PatelParse PHI instruction with attached metadata.
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-10-13 Devang PatelParse GEP with attached custom metadata. This happens...
2009-10-05 Chris Lattnerstrength reduce a ton of type equality tests to check...
2009-09-29 Devang PatelOnly one custom meadata of each kind can be attached...
2009-09-29 Devang PatelParse custom metadata attached with an instruction.
2009-09-28 Devang Patels/class Metadata/class MetadataContext/g
2009-09-28 Devang PatelDo not use global typedef for MDKindID.
2009-09-25 Victor HernandezRevert 82694 "Auto-upgrade malloc instructions to mallo...
2009-09-24 Victor HernandezAuto-upgrade malloc instructions to malloc calls.
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-17 Devang PatelFix parsing of optional metadata for 'load', 'store...
2009-09-16 Devang PatelParse debug info attached with an instruction.
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-02 Nuno Lopesplug another leak in LLParser::PerFunctionState::SetIns...
2009-09-02 Nuno Lopesplug memory leak in LLParser::PerFunctionState::SetInst...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-29 Dan GohmanMinor logic simplification.
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-26 Dale JohannesenAdd an 'inline hint' attribute to represent source
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-07-31 Owen AndersonMove the metadata constructors back to 2.5 syntax.
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Owen AndersonMove getTrue() and getFalse() to 2.5-like APIs.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
next