Eliminate the PromoteInstance class, incorporating it into the PromotePass
[oota-llvm.git] / lib /
2002-04-09 Chris LattnerAdd a couple of extra casts to avoid extra #include
2002-04-09 Chris LattnerAdd a couple of extra casts to avoid having to add...
2002-04-09 Chris LattnerUse opaque decl instead of #include
2002-04-09 Chris LattneriUse new form of pop_back to make code more concise
2002-04-09 Chris LattnerNo need to reserve space, erasing does not change the...
2002-04-09 Chris LattnerDelete NOP instructions as they are eliminated.
2002-04-09 Chris Lattner* Add a file header with some information
2002-04-09 Chris LattnerDon't leak all of the Loop objects created...
2002-04-09 Chris Lattner* Add a useful file comment
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...
2002-04-09 Chris LattnerMove the InsertPrologEpilogCode class out of the Sparc...
2002-04-09 Chris LattnerInclude prototype for interface to PrologEpilogCodeInse...
2002-04-09 Chris LattnerUse new higher level isFloatingPoint() function
2002-04-09 Chris LattnerClean up the ownership model a bit so that nodes actual...
2002-04-09 Chris Lattner* General cleanups
2002-04-09 Chris LattnerConvert AddedInstrMapType to contain AddedInstrns by...
2002-04-09 Chris Lattner*blush* somehow this debugging code got checked in...
2002-04-09 Chris LattnerGCC3.0 is reported to die without an alloca definition.
2002-04-08 Chris LattnerDon't leak memory like a seive
2002-04-08 Chris LattnerValue cannot be directly instantiated. I think that...
2002-04-08 Chris LattnerRemove extranous #include
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris Lattner* Narrow AsmWriter interface
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris Lattners/method/function
2002-04-08 Chris Lattnerllvm/Assembly/Writer.h is unneccesary except for extrem...
2002-04-08 Chris LattnerisLabelType is obsolete
2002-04-08 Chris LattnerPlay around with #includes
2002-04-08 Chris LattnerAdd #includes that were pruned from already #included...
2002-04-08 Chris LattnerConstantHandling moved into VMCore library
2002-04-08 Chris LattnerLibrary bumped up out of Assembly directory
2002-04-08 Chris LattnerMinor change to reflect that ConstantHandling is now...
2002-04-08 Chris LattnerMoved assembly writer library into its own top level...
2002-04-08 Chris LattnerMove include/llvm/ValueHolderImpl.h to lib/VMCore/Value...
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerRemove asmwriter library from link line, because the...
2002-04-07 Chris LattnerRemove some gross code by using the Value::dump method...
2002-04-07 Chris LattnerRemove some gross code by using the VAlue::dump method...
2002-04-07 Chris LattnerUpdate comments
2002-04-07 Chris LattnerEliminate explicit use of Writer library, using debug...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-07 Chris LattnerFix Bug: test/Regression/Other/2002-04-07-InfConstant.ll
2002-04-07 Chris LattnerFix bug: test/Regression/Other/2002-04-07-HexFloatConst...
2002-04-07 Chris LattnerAdd a better comment to explain what is going on.
2002-04-07 Chris LattnerRemove debugging code accidentally checked in!
2002-04-07 Chris LattnerAdd support for hexadecimal FP constants!
2002-04-07 Chris LattnerImplement constant propogation of multiply and divide...
2002-04-07 Chris Lattner* Make all of the refineAbstractType functions work...
2002-04-07 Chris LattnerEnable better debug output. When debugging the type...
2002-04-06 Chris Lattner* Reenable apparently neccesary code, that breaks testc...
2002-04-05 Chris Lattner* FIX: test/Regression/Assembler/2002-02-19-TypeParsing.ll
2002-04-05 Chris Lattner* Move DerivedType::addAbstractTypeUser from DerivedType.h
2002-04-05 Chris LattnerClean up debugging code
2002-04-05 Chris Lattner* Refactor loop in removeAbstractTypeUser to be more...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-04 Chris LattnerMake build work in release mode
2002-04-04 Chris LattnerMake the release build work
2002-04-04 Chris Lattner* Add debug support for PATypeHolder
2002-04-04 Chris LattnerMake the release build compile
2002-04-04 Chris LattnerPATypeHolder is now not a template
2002-04-04 Chris LattnerAdd debug support
2002-04-04 Chris Lattner* Make PATypeHolder not take a type argument
2002-04-04 Chris LattnerLexer doesn't create typehandle gross stuff now, parser...
2002-04-04 Chris LattnerCall nodes are never equivalent
2002-04-04 Chris LattnerAdd hack to get timing of analysis
2002-04-04 Chris Lattner* Eliminate commented out code
2002-04-01 Chris LattnerSupport resolving function arguments/return values...
2002-04-01 Vikram S. AdveCase numbers were not updated when Sparc.burg.in was...
2002-04-01 Chris LattnerAdd a new replaceWith method useful for replacing instr...
2002-04-01 Chris LattnerAllow scalars that point to multiple nodes when buildin...
2002-04-01 Chris LattnerAdd extra case here to avoid getting spurious output
2002-04-01 Chris LattnerAvoid incorrectly adding null values to the scalar...
2002-04-01 Chris LattnerCritical shadow nodes no do not know their parent expli...
2002-04-01 Chris LattnerMinor cleanups (use dyn_cast instead of testing manually)
2002-04-01 Chris LattnerAllow merging of identical call nodes. Make the shadow...
2002-04-01 Chris LattnerIncrease limit for perimeter
2002-03-31 Chris LattnerUnify the destruction code used for node pairs vs norma...
2002-03-31 Vikram S. Adve1. Fix a leftover bug in generating memory instructions.
2002-03-31 Vikram S. AdveAdded function getCallInstIndirectAddrVal() to set...
2002-03-31 Vikram S. AdveMinor cleanup in printing constants. I think this...
2002-03-31 Vikram S. AdveAdd method clearCallInterference().
2002-03-31 Vikram S. AdveInclude temp. values when computing max. size of stack...
2002-03-31 Vikram S. AdveFix a bug in previous bug fix.
2002-03-31 Vikram S. AdveBug fix: address used by indirect call instruction...
2002-03-31 Chris LattnerAdd debug output
2002-03-31 Chris Lattner* Fix nondeleted type handle which could cause type...
2002-03-31 Chris Lattner* Move the isEquivalentTo implementations here. They...
2002-03-31 Chris LattnerPrint out the instruction instead of just the address!
2002-03-31 Chris Lattner* Move isEquivalentTo implementations to NodeImpl
2002-03-31 Chris Lattner* Convert CallMap to be a vector, because the keys...
2002-03-31 Vikram S. AdveFix CreateUIntSetInstruction() to handle sign extension...
2002-03-30 Chris Lattner* Catch and ignore (for now) return instructions in...
2002-03-30 Chris Lattner* Clean up data structures [AllocDSNode -> DSNode]
2002-03-30 Chris LattnerMaintain enough information so that the pools for all...
2002-03-29 Chris LattnerImplement the first batch of transformations to the...
2002-03-29 Chris Lattner* s/Method/Function
2002-03-29 Chris LattnerCorrectly clone the function with the extra argument...
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerNew clone function routine
2002-03-29 Chris LattnerFind out which calls in the function we need to transfo...
next