summaryrefslogtreecommitdiff
path: root/lib/Transforms
Commit message (Expand)AuthorAge
...
* Remove code that is superceeded by code in ExprTypeConvert.cppChris Lattner2001-12-07
* Don't insert scales of 1 :)Chris Lattner2001-12-07
* We can do cast-add elimination even on casts that reinterpretChris Lattner2001-12-06
* Fix bug that caused invalid transformations to be appliedChris Lattner2001-12-06
* Actually return true when a change has been madeChris Lattner2001-12-05
* Handle more complex array indexing expressionsChris Lattner2001-12-05
* Fix pessimizations on sized arraysChris Lattner2001-12-05
* Fix a few bugs. Fix pessimization handling sized arraysChris Lattner2001-12-05
* Hrm, don't do debugging output when debugging is off. :(Chris Lattner2001-12-05
* Fixes to type conversion stuff to match induction variables more frequentlyChris Lattner2001-12-05
* Fix a bug introduced by "internal linkage" work.Chris Lattner2001-12-04
* Fix bugs, don't do external methods which causes segv.Chris Lattner2001-12-04
* Remove printoutsChris Lattner2001-12-04
* Implement induction variable simplificationChris Lattner2001-12-04
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-04
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-03
* Initial checkin of indvar stuffChris Lattner2001-12-03
* Compile the scalar directoryChris Lattner2001-12-03
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Turn off debug infoChris Lattner2001-11-26
* Make strings be internalChris Lattner2001-11-26
* Remove debugging outputChris Lattner2001-11-26
* Support internal linkageChris Lattner2001-11-26
* Build IPO directoryChris Lattner2001-11-26
* Implement support for internal methodsChris Lattner2001-11-26
* Include const prop as part of -raiseChris Lattner2001-11-26
* Misc cleanupsChris Lattner2001-11-26
* Expose constant propogation of an instruction in a clean wayChris Lattner2001-11-26
* Implement DCE of global valuesChris Lattner2001-11-26
* Support array indexingChris Lattner2001-11-26
* Support Composite's, not just structsChris Lattner2001-11-26
* losslessCastableTypes is moved to Type classChris Lattner2001-11-26
* Support selectable structure transformationsChris Lattner2001-11-26
* Support mutation of array indexingChris Lattner2001-11-26
* Clean up code, implement array indexing stuffChris Lattner2001-11-26
* Implement array indexing reverse engineeringChris Lattner2001-11-26
* Print incoming arguments and return values.Vikram S. Adve2001-11-15
* -cleangcc pass now remove type names that are never referenced and type names...Chris Lattner2001-11-15
* Remove much cruft from the MemAccessInst instructionChris Lattner2001-11-14
* Better heuristics for handling arraysChris Lattner2001-11-14
* * Change ExpressionConvertableToType to more closely match map behavior ofChris Lattner2001-11-13
* Avoid assertion failure when taking size of unsized array. Todo item herEChris Lattner2001-11-13
* Fix minor bugChris Lattner2001-11-12
* Changed insert instructions only for CONSTANTS - back to originalRuchira Sasanka2001-11-12
* Initail checking of structure swapperChris Lattner2001-11-10
* Initial checkin of structure mutatorChris Lattner2001-11-10
* Remove false optimization that basically broke everythingChris Lattner2001-11-09
* * Add better caching of data to avoid silly recusionsChris Lattner2001-11-08
* Improve raising significantlyChris Lattner2001-11-08