aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove code that is superceeded by code in ExprTypeConvert.cppChris Lattner2001-12-071-40/+1
* Don't insert scales of 1 :)Chris Lattner2001-12-071-1/+2
* Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ...Chris Lattner2001-12-071-4/+4
* Do not pessimize users of this function. Fix logic.Chris Lattner2001-12-061-2/+2
* We can do cast-add elimination even on casts that reinterpretChris Lattner2001-12-061-13/+11
* Fix bug that caused invalid transformations to be appliedChris Lattner2001-12-061-1/+1
* Actually return true when a change has been madeChris Lattner2001-12-051-0/+2
* Handle more complex array indexing expressionsChris Lattner2001-12-051-14/+47
* Fix pessimizations on sized arraysChris Lattner2001-12-051-2/+4
* Fix a few bugs. Fix pessimization handling sized arraysChris Lattner2001-12-051-7/+15
* "fix" problems processing floating point expressionsChris Lattner2001-12-051-0/+3
* Hrm, don't do debugging output when debugging is off. :(Chris Lattner2001-12-051-3/+3
* Remove unnecesary namespace impotChris Lattner2001-12-051-2/+0
* Simplify induction variables before 'raising' the representationChris Lattner2001-12-052-1/+3
* Fixes to type conversion stuff to match induction variables more frequentlyChris Lattner2001-12-052-30/+127
* Fix a bug that clobbered the step value on some inputsChris Lattner2001-12-051-4/+7
* Fix a bug introduced by "internal linkage" work.Chris Lattner2001-12-041-2/+3
* Fix bugs, don't do external methods which causes segv.Chris Lattner2001-12-041-1/+4
* Remove printoutsChris Lattner2001-12-041-2/+7
* Fix a pessimization due to sucky LI testingChris Lattner2001-12-041-0/+15
* Implement induction variable simplificationChris Lattner2001-12-041-1/+125
* Use new induction variable simplification code with -indvars optionChris Lattner2001-12-042-2/+3
* Allow hyphens in identifier namesChris Lattner2001-12-041-2/+2
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-0453-147/+146
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-0380-1098/+1082
* Simplify induction variables passChris Lattner2001-12-031-0/+19
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-0327-98/+113
* Initial checkin of indvar stuffChris Lattner2001-12-032-0/+75
* Compile the scalar directoryChris Lattner2001-12-031-1/+1
* Induction variables must be phi nodesChris Lattner2001-12-033-14/+12
* Move support directoryChris Lattner2001-11-291-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-2791-258/+1792
* Move DataTypes.h from llvm/Support to just SupportChris Lattner2001-11-2610-9/+8
* New testcase for globaldceChris Lattner2001-11-261-0/+17
* -raise includes constprop and dceChris Lattner2001-11-261-3/+0
* Turn off debug infoChris Lattner2001-11-261-1/+1
* * Add hooks to globaldceChris Lattner2001-11-261-28/+37
* Link to ipo libraryChris Lattner2001-11-261-1/+1
* Fix problem where lli < foo.bc would have argc = 0Chris Lattner2001-11-261-0/+7
* Use pointertype where appropriateChris Lattner2001-11-261-2/+2
* Remove invalid,unneccesary ## tokenChris Lattner2001-11-261-1/+1
* Add support to enable -lfoo to be processed correctlyChris Lattner2001-11-262-2/+6
* Add hooks to print natural loop information and induction variablesChris Lattner2001-11-261-1/+21
* Add testcases for internalChris Lattner2001-11-262-0/+15
* Rename irreducible to cfgstructures.ll Include other interesting structuresChris Lattner2001-11-262-14/+53
* MAke sure diffs matchChris Lattner2001-11-261-4/+5
* Implement internalChris Lattner2001-11-261-5/+5
* Make strings be internalChris Lattner2001-11-261-1/+2
* Remove debugging outputChris Lattner2001-11-261-1/+1
* Support internal linkageChris Lattner2001-11-261-1/+2