oota-llvm.git
2009-12-29 Chris Lattnerfix .cpp file to not wrap the entire file in namespace...
2009-12-29 Chris Lattnertidy up debug info comments, use ->isVoidTy() where...
2009-12-29 Chris Lattnersink twine.h down out of Value.h. It is annoying that...
2009-12-29 Sanjiv GuptaExtern declaration for unordered.f32 libcall was not...
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 Lattneradd IRBuilder.cpp to cmake
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 Lattnertidy up and delete a dead smallvector.
2009-12-28 Benjamin KramerAdd missing include (for inline PATypeHolder::get).
2009-12-28 Chris Lattneravoid a completely unneeded linear walk.
2009-12-28 Chris LattnerEliminate two bits of ugliness in MDNode::replaceElement:
2009-12-28 Chris Lattnerrearrange some methods, no functionality change.
2009-12-28 Chris Lattneravoid temporary CallbackVH's.
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 Lattnerprune some #includes
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 Chris Lattnermove these out of their own timer groups into the ...
2009-12-28 Sanjiv GuptaFixed llc crash for zext (i1 -> i8) loads.
2009-12-28 Sanjiv GuptaAllow targets to specify the return type of libcalls...
2009-12-28 Bill WendlingMark variable used by 'assert' as 'unused'.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead store.
2009-12-28 Bill WendlingRemove dead store and simplify code.
2009-12-28 Bill WendlingRemove dead store.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead store.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingMark some debug variables as 'unused' to quiet compiler...
2009-12-28 Bill WendlingRemove dead store. The initial value was never used...
2009-12-28 Bill WendlingAdd an "ATTRIBUTE_UNUSED" macro (and use it). It's...
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-28 Bill WendlingRemove dead variable.
2009-12-26 Daniel Dunbarlit: Add setuptools support.
2009-12-26 Daniel Dunbarlit: Sink code into a 'lit' package.
2009-12-26 Eli FriedmanPR5886: Make sure IMUL32m is marked as setting EFLAGS...
2009-12-25 Bill WendlingAvoid assigning to Changed when it won't be used after...
2009-12-25 Bill WendlingRemove dead store.
2009-12-25 Bill WendlingRemove dead store from copy-pasto.
2009-12-25 Bill WendlingRemove dead store.
2009-12-25 Bill WendlingRemove dead store.
2009-12-25 Bill WendlingUse the 'MadeChange' variable instead of returning...
2009-12-24 John McCallImplement support for converting to string at "natural...
2009-12-24 Douglas GregorMove the two definitions of operator<< into namespace...
2009-12-24 Douglas GregorDefine the new operator<< for sets into namespace std...
2009-12-24 Daniel DunbarDon't emit trailing semicolon.
2009-12-24 John McCallSubstantially optimize APFloat::toString() by doing...
2009-12-24 John McCallAdd accessors for the largest-magnitude, smallest-magni...
2009-12-24 John McCallSet Remainder before Quotient in case Quotient and...
2009-12-24 Dale JohannesenTestcase for llvm-gcc checkin 92108.
2009-12-24 Chris Lattnerhandle equality memcmp of 8 bytes on x86-64 with two...
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 Chris Lattnermove an optimization for memcmp out of simplifylibcalls...
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-24 David GreeneChange errs() to dbgs().
2009-12-23 David GreeneChange errs() to dbgs().
2009-12-23 David GreeneChange errs() to dbgs().
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
2009-12-23 Chris Lattnerreorder to follow a normal fall-through style, no funct...
2009-12-23 David GreeneClarify how dbgs() operates.
2009-12-23 David GreeneFix a comment.
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 Chris Lattnersizeof(char) is always 1.
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneChange dbgs() back to errs() for assert messages as...
2009-12-23 David GreeneRemove dump routine and the associated Debug.h from...
2009-12-23 David GreeneChange dbgs() back to errs() as Chris requested.
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...
next