Use WriteAsOperand instead of getName() to print loop header names,
[oota-llvm.git] / include /
2010-01-09 Devang PatelDelete NamedMDSymTable while destrucing Module.
2010-01-09 Dale JohannesenAdd DEBUG_DECLARE. Not used yet.
2010-01-09 Devang PatelDerive NamedMDNode from Value.
2010-01-08 Dale JohannesenAdd DEBUG_VALUE. Not used yet.
2010-01-07 Tobias GrosserAdd assert to check dominance dfs numbers.
2010-01-07 Tobias GrosserRemove workaround in PostDominators
2010-01-07 Tobias GrosserFix DFS number calculation for postdominators
2010-01-07 David GreeneRevert r92939. These intrinsics get matched to LLVM...
2010-01-07 David GreeneAdd some "missing" instrinsics to make the SSE intrinsi...
2010-01-07 Devang PatelUse separate namespace for named metadata.
2010-01-07 Kovarththanan Raja... Fix occurrence typo
2010-01-07 Duncan SandsCorrect spelling.
2010-01-07 Jakob Stoklund OlesenAdd comments.
2010-01-06 Jakob Stoklund OlesenAdd Target hook to duplicate machine instructions.
2010-01-06 Evan ChengTeach dag combine to fold the following transformation...
2010-01-06 Douglas GregorFix struct/class mismatch
2010-01-06 Duncan SandsPartially address a README by having functionattrs...
2010-01-06 Jakob Stoklund OlesenAdd <imp-def> and <imp-kill> operands when replacing...
2010-01-05 Dan GohmanDon't use the ISD::NodeType enum for SDNode opcodes...
2010-01-05 Dan GohmanRestore dump() methods to Loop and MachineLoop.
2010-01-05 Devang PatelNamedMDNode is a collection MDNodes.
2010-01-05 Benjamin KramerAdd a new predicate for integer type equality tests.
2010-01-05 Dan GohmanMake RecursivelyDeleteTriviallyDeadInstructions,
2010-01-05 Dan GohmanSome versions of GCC don't like non-static data members...
2010-01-05 Dan GohmanAdd a SmallBitVector class, which mimics BitVector...
2010-01-05 Chris Lattnerconvert various IntrinsicInst's to use class instead...
2010-01-05 Devang PatelDelete renaming use of dead dbg intrinsics.
2010-01-05 David GreeneFix a build error by adding a missing commit.
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2010-01-05 Devang PatelRemove dead debug info intrinsics.
2010-01-05 Dan GohmanSimplify this code; avoid duplicating the low-level...
2010-01-05 Dan GohmanFix a typo in a comment.
2010-01-04 Dan GohmanRemove the CPAttrParentAsRoot code, which is unused...
2010-01-04 Mikhail GlushenkovFix the Emacs mode string.
2010-01-02 Chris Lattnerremove the random sampling framework, which is not...
2010-01-01 Chris Lattnerteach instcombine to optimize pointer difference idioms...
2010-01-01 Ted KremenekRemove old header.
2009-12-31 Ted KremenekRemove derelict serialization code.
2009-12-31 Chris Lattnerthis #include is ok.
2009-12-31 Chris Lattnerfix Analysis/DebugInfo.h to not include Metadata.h...
2009-12-31 Chris LattnerRemove #include of metadata.h from intrinsicinst.h...
2009-12-31 Chris Lattnerrename "elements" of metadata to "operands". "Elements...
2009-12-31 Chris LattnerOptimize MDNode to coallocate the operand list immediately
2009-12-30 Chris Lattnerdo not bother reuniquing mdnodes whose operands drop...
2009-12-30 Douglas GregorImplement edit distance for StringRef
2009-12-29 Chris Lattnerremove a bunch of unneeded functions.
2009-12-29 Chris Lattnerone pass of cleanup over DebugInfo.h. Much more is...
2009-12-29 Chris LattnerFinal step in the metadata API restructuring: move the
2009-12-29 Chris Lattnerjust cleanup.
2009-12-29 Chris Lattnerprivatize another interface.
2009-12-29 Chris Lattnerthe only call to this function (from clang) has been...
2009-12-29 Chris Lattnerremove some unneeded Metadata interfaces.
2009-12-29 Chris Lattnersink twine.h down out of Value.h. It is annoying that...
2009-12-29 Chris LattnerWhen doing v1->RAUW(v2), don't do anything to metadata...
2009-12-29 Chris Lattnersink the Instruction::HasMetadata bit into SubclassData.
2009-12-29 Chris Lattneradd a layer of accessors around the Value::SubClassData...
2009-12-28 Chris LattnerThis is a major cleanup of the instruction metadata...
2009-12-28 Chris Lattnerrearrange some code.
2009-12-28 Chris Lattnerremove #include that comes in from ConstantFolder.h
2009-12-28 Chris Lattnerremove #include of Function.h from IRBuilder
2009-12-28 Chris Lattnermove debug info stuff out of line, allowing two #includes
2009-12-28 Chris Lattnersplit code that doesn't need to be templated out of...
2009-12-28 Chris Lattnerrename ivar to be more descriptive.
2009-12-28 Chris Lattnerrename getMDKind -> getMDKindID, make it autoinsert...
2009-12-28 Chris Lattnerrename getHandlerNames to getMDKindNames, simplify...
2009-12-28 Chris Lattneravoid a completely unneeded linear walk.
2009-12-28 Chris LattnerRewrite the function-local validation logic for MDNodes...
2009-12-28 Chris Lattnerrename MDNode instance variables to something meaningful.
2009-12-28 Chris Lattnersnip one more #include from Metadata.h
2009-12-28 Chris Lattnerprune #includes more.
2009-12-28 Chris LattnerMetadata.h doesn't need to include ValueHandle.h anymore.
2009-12-28 Chris Lattnerchange the strange MetadataContext::getMDs function...
2009-12-28 Chris Lattnerchange NamedMDNode to use a pimpl for its operand list...
2009-12-28 Chris Lattnereliminate the elem_* iterator stuff from NamedMDNode.
2009-12-28 Chris Lattnermove ElementVH out of the MDNode class into the MDNode...
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-28 Bill WendlingAdd an "ATTRIBUTE_UNUSED" macro (and use it). It's...
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-12-23 David GreeneFix a comment.
2009-12-23 David GreeneRemove dump routine and the associated Debug.h from...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneConvert debug messages to use dbgs(). Generally this...
2009-12-23 David GreeneProvide dbgs(), a circular-buffering debug output strea...
2009-12-23 David GreeneAdd circular_raw_ostream, which buffers its output...
2009-12-23 Eric ChristopherUpdate objectsize intrinsic and associated dependencies...
2009-12-22 Anton KorobeynikovRestore snprintf weirdness for VCPP only
2009-12-22 Chris Lattnerdon't run GVN at -O1, GCC doesn't do it's equivalent...
2009-12-22 Chris LattnerThe phi translated pointer can be computed when returni...
2009-12-22 Bill WendlingAdd more plumbing. This time in the LowerArguments...
2009-12-22 Chris Lattnerfix unit test that I broke.
2009-12-22 Chris Lattnertypes don't need atomic inc/dec, they are local to...
2009-12-22 Chris Lattnercomment fix: weakvh -> tracking vh
2009-12-22 Lang HamesChanged slot index ranges for MachineBasicBlocks to...
2009-12-21 Bill Wendling- Add a bit more plumbing assigning an order to SDNodes.
2009-12-21 Anton KorobeynikovRemove uber-gross hack. The define _snprintf to snprint...
2009-12-21 Bill WendlingPlace SDNodeOrdering.h in the directory it's used.
2009-12-21 Eric ChristopherFix setting and default setting of code model for jit...
next