Add support for hexadecimal FP constants!
[oota-llvm.git] / lib /
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...
2002-03-29 Chris Lattners/Method/Function
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-28 Chris LattnerRemove the reduceApply functions they are obsolete...
2002-03-28 Chris LattnerImplement getEscapingAllocations & getNonEscapingAlloca...
2002-03-28 Chris Lattner* Rename UnlinkUndistinguishableShadowNodes & RemoveUnr...
2002-03-28 Chris LattnerOoops, I did such a great job pruning nodes, that I...
2002-03-28 Chris LattnerInitial checkin of Noop pass that will be the pool...
2002-03-28 Chris LattnerMany changes
2002-03-27 Cameron Buschardt* Move classes around
2002-03-27 Cameron BuschardtImplemented promote mem->reg pass.
2002-03-27 Chris Lattner* Add #define to enabled debug messages
2002-03-27 Chris Lattner* Implement DSNode::removeAllIncomingEdges
2002-03-27 Chris Lattner* Add critical node support
2002-03-27 Chris Lattner* Destroy alloca nodes when a graph gets inlined
2002-03-27 Chris Lattner* Optimizers return true on change
2002-03-27 Chris LattnerFix long line
2002-03-27 Chris Lattner* Because of optimization, the shadow nodes between...
2002-03-26 Chris LattnerInitial checkin of Datastructure analysis.
2002-03-26 Chris LattnerChange from Method to Function
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-26 Chris LattnerConvert to use new style casts instead of direct checking
2002-03-26 Chris Lattnerchange refs to Method to Function
2002-03-26 Chris LattnerRemove unneccesary forward declarations for classes
2002-03-24 Vikram S. AdveRefix bug: Add back method MachineCodeForInstruction...
2002-03-24 Vikram S. AdveMoved to directory Scalar/ and renamed.
2002-03-24 Vikram S. AdveDestroy MethodLiveVarInfo after register allocation.
2002-03-24 Vikram S. AdveUse deterministic iterator for SchedGraphs. This is...
2002-03-24 Vikram S. AdveBug fix: nextToTry was not being initialized in one...
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-24 Vikram S. AdveAdd option to disable scheduling.
2002-03-24 Vikram S. AdveMinor changes.
2002-03-24 Vikram S. AdveRe-fix bug: Put back MachineCodeForInstruction::dropAll...
2002-03-24 Vikram S. AdveFix padding for variables allocated on stack.
next