aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-0745-674/+627
* Fix Bug: test/Regression/Other/2002-04-07-InfConstant.llChris Lattner2002-04-071-3/+12
* Fix bug: test/Regression/Other/2002-04-07-HexFloatConstants.llChris Lattner2002-04-071-2/+20
* Add a better comment to explain what is going on.Chris Lattner2002-04-071-1/+4
* Remove debugging code accidentally checked in!Chris Lattner2002-04-071-1/+0
* Add support for hexadecimal FP constants!Chris Lattner2002-04-071-7/+35
* Implement constant propogation of multiply and divide instructions!!Chris Lattner2002-04-073-0/+32
* * Make all of the refineAbstractType functions work identicallyChris Lattner2002-04-071-68/+68
* Enable better debug output. When debugging the type system, print out theChris Lattner2002-04-071-1/+3
* * Reenable apparently neccesary code, that breaks testcases when enabled,Chris Lattner2002-04-061-1/+7
* * FIX: test/Regression/Assembler/2002-02-19-TypeParsing.llChris Lattner2002-04-051-3/+4
* * Move DerivedType::addAbstractTypeUser from DerivedType.hChris Lattner2002-04-051-28/+48
* Clean up debugging codeChris Lattner2002-04-051-4/+4
* * Refactor loop in removeAbstractTypeUser to be more clearChris Lattner2002-04-051-18/+35
* s/MethodType/FunctionTypeChris Lattner2002-04-048-36/+34
* Make build work in release modeChris Lattner2002-04-041-11/+2
* Make the release build workChris Lattner2002-04-041-2/+0
* * Add debug support for PATypeHolderChris Lattner2002-04-041-6/+15
* Make the release build compileChris Lattner2002-04-041-2/+0
* PATypeHolder is now not a templateChris Lattner2002-04-041-4/+5
* Add debug supportChris Lattner2002-04-041-0/+4
* * Make PATypeHolder not take a type argumentChris Lattner2002-04-041-47/+37
* Lexer doesn't create typehandle gross stuff now, parser does.Chris Lattner2002-04-041-6/+1
* Call nodes are never equivalentChris Lattner2002-04-041-3/+4
* Add hack to get timing of analysisChris Lattner2002-04-041-0/+23
* * Eliminate commented out codeChris Lattner2002-04-041-10/+4
* Support resolving function arguments/return values to pointers that indexChris Lattner2002-04-011-5/+15
* Case numbers were not updated when Sparc.burg.in was changedVikram S. Adve2002-04-011-1/+2
* Add a new replaceWith method useful for replacing instructionsChris Lattner2002-04-011-1/+27
* Allow scalars that point to multiple nodes when building the scalar map.Chris Lattner2002-04-011-5/+0
* Add extra case here to avoid getting spurious outputChris Lattner2002-04-011-0/+4
* Avoid incorrectly adding null values to the scalar map!Chris Lattner2002-04-011-0/+1
* Critical shadow nodes no do not know their parent explictly.Chris Lattner2002-04-011-4/+2
* Minor cleanups (use dyn_cast instead of testing manually)Chris Lattner2002-04-011-6/+7
* Allow merging of identical call nodes. Make the shadow node pointed toChris Lattner2002-04-011-4/+18
* Increase limit for perimeterChris Lattner2002-04-011-1/+1
* Unify the destruction code used for node pairs vs normal nodes. This wasChris Lattner2002-03-311-35/+36
* 1. Fix a leftover bug in generating memory instructions.Vikram S. Adve2002-03-311-36/+38
* Added function getCallInstIndirectAddrVal() to set call interferenceVikram S. Adve2002-03-312-1/+11
* Minor cleanup in printing constants. I think this included a bugVikram S. Adve2002-03-311-32/+14
* Add method clearCallInterference().Vikram S. Adve2002-03-312-0/+6
* Include temp. values when computing max. size of stack frame!Vikram S. Adve2002-03-311-3/+3
* Fix a bug in previous bug fix.Vikram S. Adve2002-03-312-12/+28
* Bug fix: address used by indirect call instruction should alsoVikram S. Adve2002-03-312-32/+42
* Add debug outputChris Lattner2002-03-311-11/+19
* * Fix nondeleted type handle which could cause type pool corruption (andChris Lattner2002-03-311-1/+4
* * Move the isEquivalentTo implementations here. They can probably be putChris Lattner2002-03-311-1/+39
* Print out the instruction instead of just the address!Chris Lattner2002-03-311-1/+3
* * Move isEquivalentTo implementations to NodeImplChris Lattner2002-03-311-56/+91
* * Convert CallMap to be a vector, because the keys can change, and the mapChris Lattner2002-03-311-8/+45