Teach instCombine to remove malloc+free if malloc's only uses are comparisons
[oota-llvm.git] / lib / AsmParser /
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-03 Dan GohmanRemove the API compatibility layer which converted...
2010-04-23 Chris Lattnerreject invalid comma stuff with a message. We reject...
2010-04-20 Chris Lattnerreapply 'reject forward references to functions whose...
2010-04-17 Daniel DunbarRevert "reject forward references to functions whose...
2010-04-17 Chris Lattnerreject forward references to functions whose type don...
2010-04-10 Chris Lattnerturn an assert into a proper check, fixing crash on...
2010-04-07 Chris Lattnerfix a crash on invalid metadata, e.g.: call i32 @foo...
2010-04-06 Chris Lattnerenhance SMDiagnostic to also maintain a pointer to...
2010-04-06 Chris LattnerGive llvm::SourceMgr the ability to have a client-specified
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-01 Chris Lattnerinclude header.
2010-04-01 Chris Lattnerrewrite handling of forward ref'd instruction metadata
2010-04-01 Chris Lattnerno really, we don't need to copy strings around in...
2010-04-01 Chris Lattnereliminate a temporary smallvector
2010-02-16 Duncan SandsIntroduce isOpaqueTy and use it rather than isa<OpaqueT...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Charles DavisAdd a new function attribute, 'alignstack'. It will...
2010-02-06 Jakob Stoklund OlesenReintroduce the InlineHint function attribute.
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-22 Devang PatelRemove MetadataBase class because it is not adding...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2010-01-21 Dan GohmanMake the parser include the lower level error message...
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-28 Chris LattnerMetadata.h doesn't need to include ValueHandle.h anymore.
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-26 Victor HernandezRemove FreeInst.
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...
next