XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / lib / AsmParser /
2010-12-19 Nick LewyckyAdd missing standard headers. Patch by Joerg Sonnenberger!
2010-12-19 Nick LewyckyAdd missing std:: prefixes to some calls. C++ doesn...
2010-12-16 Michael J. SpencerMemoryBuffer now return an error_code and returns a...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-07 Jay FoadPR5207: Change APInt methods trunc(), sext(), zext...
2010-10-25 Charles DavisAdd a new 'hotpatch' attribute. This attribute will...
2010-10-21 Duncan SandsAlignLoc is never used for anything - zap it (gcc-4...
2010-10-16 Benjamin KramerEliminate some calls to Value::getNameStr.
2010-09-30 Nick LewyckyPacify a noisy compiler, and sink this variable declara...
2010-09-29 Nick LewyckySilence compiler warning.
2010-09-27 Benjamin KramerPush twines deeper into SourceMgr's error handling...
2010-09-25 Che-Liang ChiouAdd ret instruction to PTX backend
2010-09-13 Michael J. SpencerRevert "CMake: Get rid of LLVMLibDeps.cmake and export...
2010-09-10 Michael J. SpencerCMake: Get rid of LLVMLibDeps.cmake and export the...
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-08-28 Chris Lattnerremove unions from LLVM IR. They are severely buggy...
2010-08-24 Dan GohmanAdd a comment explaining why this code doesn't just...
2010-08-24 Dan GohmanAdd a comment explaining why this code is more complex...
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
2010-08-24 Dan GohmanGive ParseInstructionMetadata access to the PerFunction...
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-04 Dan GohmanDon't print the filename twice in file-not-found errors.
2010-07-30 Dan GohmanMove MaximumAlignment to be a member of the Value class.
2010-07-28 Dan GohmanDefine a maximum supported alignment value for load...
2010-07-24 Eli FriedmanRevert r109361; it's impossible to write a call with...
2010-07-24 Eli FriedmanMinor simplification.
2010-07-24 Eli FriedmanMake the ll parser check that arguments have valid...
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-14 Dan GohmanFactor out metadata parsing into a separate function.
2010-07-13 Dan GohmanAdd support for empty named metadata too. This isn...
2010-07-13 Dan GohmanAdd support for empty metadata nodes: !{}.
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-05-28 Dan GohmanEliminate the restriction that the array size in an...
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.
next