oota-llvm.git
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 LattnerTestcase for bad constant handling
2002-04-07 Chris LattnerHopefully this change will make the makefile work for...
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 LattnerFix bug in testcase: no implementatino section make...
2002-04-05 Chris LattnerNew testcases
2002-04-05 Chris Lattner* Move DerivedType::addAbstractTypeUser from DerivedType.h
2002-04-05 Chris Lattner* Delete getNumAbstractTypeUsers method
2002-04-05 Chris LattnerClean up debugging code
2002-04-05 Chris Lattner* Refactor loop in removeAbstractTypeUser to be more...
2002-04-05 Chris LattnerTestcase that breaks recursive type processing
2002-04-05 Chris Lattner* Allow purify builds to be enabled without hacking...
2002-04-04 Chris Lattners/MethodType/FunctionType
2002-04-04 Chris LattnerRemove backwards compatibility code
2002-04-04 Chris LattnerMake build work in release mode
2002-04-04 Chris LattnerDon't link in library that cannot be found, this should...
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-04 Chris LattnerDeparameterize PATypeHolder
2002-04-04 Chris LattnerAdd method to get # nodes in the graph
2002-04-04 Chris LattnerMake the release build work
2002-04-04 Chris LattnerFix the release build
2002-04-04 Chris Lattner* Add dump() virtual function to AbstractType user...
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 LattnerMove the PromoteMemoryToRegister pass to be run _after_...
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-04-01 Chris LattnerShadow nodes don't need to know their explicit parent...
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 getCallInstIndirectAddrVal() to add call...
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 Chris Lattner* Allow access to DSNode iterator as DSNode::iterator...
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 LattnerInitial checkin of file:
2002-03-30 Chris Lattner* Clean up data structures [AllocDSNode -> DSNode]
2002-03-30 Chris LattnerAdd accessors and a method to get all the outgoing...
2002-03-30 Chris LattnerAdd an accessor
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 LattnerAdd a hook to allow the datastructure to keep naturally...
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 LattnerAdd more accessors
2002-03-29 Chris LattnerCheckin new useful routine
2002-03-29 Chris LattnerNew clone function routine
2002-03-29 Chris LattnerFind out which calls in the function we need to transfo...
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerRename getCalledMethod to getCalledFunction
2002-03-29 Chris LattnerRemove getCalledMethod. Use getCalledFunction instead
2002-03-29 Chris LattnerModularize code a bit
2002-03-29 Chris LattnerImplement the first step of pool allocation - Creating...
2002-03-29 Chris LattnerAdd an insert method to VAlueHolder to allow batch...
2002-03-29 Chris LattnerAdd new addTypeName method to Module class
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris Lattners/Method/Function
2002-03-29 Chris LattnerImplement new getFunction and getOrInsertFunction methods
2002-03-29 Chris LattnerSimplify code a bit by using Module::getOrInsertFunction
2002-03-29 Chris LattnerFlesh out a bunch more code, print allocations that...
2002-03-29 Chris Lattners/method/function
2002-03-29 Chris Lattners/Method/Function/g
2002-03-29 Chris LattnerSimplify code a lot by using the Module::getFunction...
2002-03-29 Chris LattnerExpose more information to clients
2002-03-29 Chris LattnerAdd getOrInsertFunction and getFunction methods to...
2002-03-29 Chris LattnerAdd #define for MethodType
2002-03-29 Chris Lattners/Method/Function/
2002-03-29 Chris LattnerRename MethodType to FunctionType, provide a #define
next