movl is a cheaper way to materialize 0 without clobbering EFLAGS than movabsq.
[oota-llvm.git] / lib / Bitcode /
2010-02-25 Nick LewyckyMake the side-numbering of instructions used by metadat...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-02-15 Daniel DunbarSimplify.
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 Evan ChengAlso recognize armv6t2-* and armv5te-* triplets.
2010-02-12 Evan ChengAdd ARM bitcode file magic.
2010-02-06 Victor HernandezFunction-local metadata whose operands had been optimiz...
2010-02-04 Victor HernandezFix (and test) function-local metadata that occurs...
2010-01-29 Victor HernandezWe were not writing bitcode for function-local metadata...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-25 Dan GohmanFix the bitcode reader to deserialize nuw/nsw/etc....
2010-01-24 Chris Lattnermake -fno-rtti the default unless a directory builds...
2010-01-23 Benjamin KramerRespect operator precedence (and silence a gcc 4.3...
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 Nick LewyckyFix a crasher trying to fold each element in a comparis...
2010-01-14 Victor HernandezSimplify code that chooses when to enumerate function...
2010-01-14 Victor HernandezAvoid modifying ValueEnumerator's MD ValueList by choos...
2010-01-14 Victor HernandezIn WriteFunction(), write function-local metadata befor...
2010-01-14 Victor HernandezClean up unnecessary return and brackets
2010-01-13 Victor HernandezFix comment typo
2010-01-13 Victor HernandezWrite function-local metadata as a metadata subblock...
2010-01-13 Victor HernandezEnumerate function-local metadata (and its types and...
2010-01-13 Victor HernandezParse function-local metadata inside function blocks
2010-01-13 Victor HernandezRevert 93270 pending investigation of how stray non...
2010-01-12 Victor HernandezMake WriteConstants() more robust against stray values...
2010-01-11 Devang Patels/NextValueNo/NextMDValueNo while processing metadata.
2010-01-10 Victor HernandezCompute isFunctionLocal in MDNode ctor or via argument...
2010-01-09 Chris Lattner"In order to ease automatic bindings generation, it...
2010-01-09 Chris Lattnerclean up this code, add a fixme.
2010-01-09 Devang PatelNamedMDNode is never used so there is no need to enumer...
2010-01-09 Devang PatelNamedMDNode element is either null or MDNode. Otherwise...
2010-01-09 Devang PatelDerive NamedMDNode from Value.
2010-01-07 Devang PatelUse separate namespace for named metadata.
2010-01-05 Devang PatelAllow null to be an element of NamedMDNode. e.g. !llvm...
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2009-12-31 Ted KremenekRemove derelict serialization code.
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-31 Chris Lattnertidy
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 Lattnerrename getHandlerNames to getMDKindNames, simplify...
2009-12-28 Chris Lattnerchange the strange MetadataContext::getMDs function...
2009-12-28 Chris Lattnereliminate the elem_* iterator stuff from NamedMDNode.
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-23 David GreeneChange errs() to dbgs().
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
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 Victor HernandezUpdate CreateMalloc so that its callers specify the...
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 Lattneradd bitcode reader support for blockaddress. We can...
2009-10-28 Chris Lattnerbitcode writer support for blockaddress.
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
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-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-25 Daniel DunbarSuppress -Asserts warning.
2009-10-24 Victor HernandezAuto-upgrade free instructions to calls to the builtin...
2009-10-22 Devang PatelHide MetadataContext implementation details.
2009-10-22 Devang PatelFix getMDs() interface such that it does not expose...
2009-10-22 Devang PatelUsing TrackingVH instead of WeakVH or WeakMetadataVH.
2009-10-22 Devang PatelFix getHandlerNames() interface. Now it populate clinet...
2009-10-21 Dale JohannesenRename msasm to alignstack per review.
2009-10-21 Devang PatelDo not use SmallVector to store MDNode elements.
2009-10-21 Victor HernandezMake changes to rev 84292 as requested by Chris Lattner.
2009-10-19 Chris Lattnersimplify.
2009-10-17 Victor HernandezRemove MallocInst from LLVM Instructions.
2009-10-17 Victor HernandezAutoupgrade malloc insts to malloc calls.
2009-10-13 Dale JohannesenAdd an "msasm" flag to inline asm as suggested in PR...
2009-10-13 Devang PatelDo not write empty METADATA_ATTACHMENT record.
2009-10-13 Devang PatelRemove unnecessary assert.
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-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-18 Devang PatelWrite and read metadata attachments.
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
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-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Devang PatelAdd new value for given index in MDValuePtrs.
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-28 Devang PatelReapply 79977.
2009-08-26 Devang PatelRevert 79977. It causes llvm-gcc bootstrap failures...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-23 Chris Lattnerremove some uses of llvm/Support/Streams.h
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
next