Optimize fprintf -> iprintf if there are no floating point arguments
[oota-llvm.git] / lib / Bitcode /
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...
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str...
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-11 Benjamin KramerMake LLVMContext and LLVMContextImpl classes instead...
2009-08-11 Erick TryzelaarChange llvm-c's ordering of contexts to make it consistent.
2009-08-05 Owen AndersonPrivatize the StructType table, which unfortunately...
2009-08-04 Chris Lattnerrevert r78048, it isn't worth using assertingvh here.
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Devang PatelUse separate ValueList for metadata.
2009-08-04 Devang PatelRevert recent bitcode writer patches.
2009-08-04 Chris Lattnerswitch ValueMap to using AssertingVH. This is an old...
2009-08-04 Devang PatelRemove dead code.
2009-08-04 Devang PatelFix MDString Abbrev setup.
2009-08-04 Devang PatelConstants and Metadata share ValueList. This means...
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 Benjamin KramerWork around a dangling pointer dereference when enumera...
2009-07-30 Devang PatelDo not use abbrev while writing NamedMDNode name.
2009-07-30 Devang PatelEnumerate NamedMDNode elements first.
2009-07-30 Owen AndersonMove more code back to 2.5 APIs.
2009-07-29 Devang PatelRead and write NamedMDNode.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
next