move target registry stuff to X86ATTAsmPrinter.cpp
[oota-llvm.git] / lib / VMCore /
2009-09-20 Nick LewyckyPeer through zext and sext to eliminate them when it...
2009-09-20 Nick LewyckyFold 'icmp eq (icmp), true' into an xor(icmp).
2009-09-20 Nick LewyckyCorrect the comment; this applies to fcmp too.
2009-09-20 Nick LewyckyRemove tab, again.
2009-09-20 Nick LewyckyTeach the constant folder how to not a cmpinst.
2009-09-20 Nick LewyckyTry turning icmp(bitcast(x), bitcast(y)) into icmp...
2009-09-20 Nick LewyckyRemove tabs I added.
2009-09-20 Nick LewyckyClean up the usage of evaluateICmpRelation's return...
2009-09-20 Daniel DunbarStrip trailing whitespace.
2009-09-20 Nick LewyckyRemove dead store by taking a guess at what Chris meant...
2009-09-20 Daniel DunbarTabs -> spaces, and remove trailing whitespace.
2009-09-20 Nick LewyckyDelete dead code. sext and zext can not turn integers...
2009-09-20 Nick LewyckyValue* were never meant to be const. Removing constness...
2009-09-20 Nick LewyckyTeach the constant folder how to handle a few simple...
2009-09-18 Devang PatelWrite and read metadata attachments.
2009-09-18 Victor HernandezUpdate malloc call creation code (AllocType is now...
2009-09-18 Anton KorobeynikovAllow symbols to start from the digit if target request...
2009-09-17 Benjamin KramerInitialize HasMetadata to zero.
2009-09-16 Devang PatelPrint debug info attached with an instruction.
2009-09-16 Devang PatelAdd llvm::Metadata to manage metadata used in a context.
2009-09-15 Dan GohmanFix an accidental inversion of the inbounds flag.
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-15 Nick LewyckyForbid arrays of function-type and structures with...
2009-09-15 Chris Lattnerfix PR4963: folding insertvalue would sometimes turn...
2009-09-15 Chris Lattnermake -debug-pass=Executions show information about...
2009-09-15 Chris Lattneradd some missing quotes in debug output
2009-09-14 Nick LewyckyFix a pair of comment typos.
2009-09-14 Nick LewyckyFifth time's a charm! Remove ourselves as abstract...
2009-09-14 Nick LewyckyDon't leak! Always remove oneself as a listener after...
2009-09-13 Nick LewyckyActually remove old types from the set.
2009-09-13 Nick LewyckyStoring a set of PATypeHolders is a bad idea because...
2009-09-13 Chris LattnerMake the MC symbol printer and llvm::Mangler exactly...
2009-09-12 Dan GohmanPreserve the inbounds flag, so that the constant folder...
2009-09-12 Dan GohmanFix the build when DEBUG_SYMBOL_TABLE is set.
2009-09-11 Daniel DunbarFix -Asserts warning.
2009-09-11 Chris Lattnerreject attempts to take the address of an intrinsic...
2009-09-11 Chris Lattnerfix prefix ordering, it's L_foo not _Lfoo
2009-09-11 Chris Lattneradd a new Mangler::getNameWithPrefix API which returns the
2009-09-11 Dan GohmanFix indentation.
2009-09-11 Dan GohmanTeach lib/VMCore/ConstantFold.cpp how to set the inboun...
2009-09-10 Dan GohmanFactor out the code for checking that all indices in...
2009-09-10 Devang PatelFix whitespaces.
2009-09-10 Benjamin KramerAdd some braces to make newer GCCs happy and update...
2009-09-10 Evan ChengAdd malloc call utility functions. Patch by Victor...
2009-09-09 Devang PatelTake lock before removing a node from MDNodeSet.
2009-09-09 Devang PatelEnable MDNode uniquing.
2009-09-09 Devang PatelGracefully destroy MDNodes.
2009-09-08 Devang PatelRemove dead code.
2009-09-08 Nick LewyckyHoist out the test+insert to CheckedTypes. This doesn...
2009-09-08 Nick LewyckySimplify from my last change. Assert1 is a macro that...
2009-09-08 Nick LewyckyVerify types. Invalid types can be constructed when...
2009-09-07 Dan GohmanReappy r80998, now that the GlobalOpt bug that it expos...
2009-09-07 Nick LewyckyExpress this in the canonical way.
2009-09-07 Nick LewyckyHomogenize whitespace.
2009-09-07 Daniel DunbarDisable MDNode uniquing.
2009-09-06 Duncan SandsPublic and private corrections, warned about by icc...
2009-09-06 Duncan SandsRemove some unused variables and methods warned about by
2009-09-06 Daniel DunbarRevert "Include optional subclass flags, such as inboun...
2009-09-04 Devang PatelWhile replacing an MDNode elment, properly update MDNod...
2009-09-04 Dan GohmanInclude optional subclass flags, such as inbounds,...
2009-09-03 Dan GohmanRevert 80959. It isn't sufficient to solve the full...
2009-09-03 Dan GohmanRemove the API for creating ConstantExprs with the...
2009-09-03 Devang PatelUse WeakVH to hold dead mdnodes. Check use_empty()...
2009-09-03 Dan GohmanChange PHINode::hasConstantValue to have a DominatorTre...
2009-09-03 Gabor Greifback out my recent commit (r80858), it seems to break...
2009-09-03 Devang PatelNow Bitcode reader bug is fixed. Reapply 80839.
2009-09-03 Gabor Greifre-commit r66920 (which has been backed out in r66953...
2009-09-02 Devang PatelRevert 80839 for now. It causes test failures.
2009-09-02 Devang PatelUse CallbackVH, instead of WeakVH, to hold MDNode elements.
2009-09-02 Torok EdwinOpaque types didn't work if llvm_is_multithreaded().
2009-09-02 Torok EdwinFix DbgStopPointInst->getFileName/getDirectory, broken...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-01 Devang PatelFor now disable MDNode uniquing. This fixes llvm-gcc...
2009-08-31 Torok EdwinFree the constants that have no uses in ~LLVMContext.
2009-08-29 Dan GohmanCleanup whitespace and indentation.
2009-08-29 Dan GohmanRemove some unused fields.
2009-08-28 Devang PatelReapply 79977.
2009-08-27 Dan GohmanTeach getUnderlyingObject and skipPointerCasts about...
2009-08-27 Devang PatelRemove an entry from ValueMap before removing elements.
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 GohmanFix the InsertAtEnd form of ShuffleVectorInst construct...
2009-08-25 Dan GohmanEliminate the unused Context argument on one of the...
2009-08-25 Dan GohmanUse covariant return types for Instruction::clone,...
2009-08-25 Dan GohmanThis should use isIndenticalToWhenDefined.
2009-08-25 Dan GohmanRename Instruction::isIdenticalTo to Instruction::isIde...
2009-08-25 Dan GohmanAllocate the basic types inside the LLVMContextImpl...
2009-08-25 Devang PatelUpdate DebugInfo interface to use metadata, instead...
2009-08-23 Benjamin KramerKill off more cerr/cout uses and prune includes a bit.
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-23 Chris Lattnereliminate the std::ostream form of WriteAsOperand and...
2009-08-23 Chris Lattnerremove the std::ostream version of module and type...
2009-08-23 Chris Lattnerremove some DOUTs
2009-08-23 Chris Lattnereliminate the "Value" printing methods that print to...
2009-08-23 Owen AndersonUse standard LLVM-style headers.
2009-08-23 Chris Lattnerswitch a couple things off std::ostream
2009-08-23 Chris Lattnerswitch from std::ostream to raw ostream, fix file header.
2009-08-20 Owen AndersonReduce contention on the Attributes lock by using atomi...
2009-08-20 Dan GohmanRename hasNoUnsignedOverflow and hasNoSignedOverflow...
2009-08-19 Daniel DunbarAdd a fast path for setName("") on an unnamed value.
next