summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/DeadTypeElimination.cpp
Commit message (Expand)AuthorAge
...
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* The proper prototype for malloc returns a pointer, not an unsized arrayChris Lattner2001-12-14
* 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
* -cleangcc pass now remove type names that are never referenced and type names...Chris Lattner2001-11-15
* Fix minor bugChris Lattner2001-11-12
* Don't print spurious linking warnings about methods that are never used.Chris Lattner2001-11-05
* Refactor code to share stuffChris Lattner2001-11-04
* Fix cast instructions that end up in bad places in GCC outputChris Lattner2001-11-04
* Add new cleanup pass:Chris Lattner2001-11-03
* * Export method to merge identically named methodsChris Lattner2001-11-03
* Changes to compile the TSP benchmark successfully. Favor warning instead of ...Chris Lattner2001-11-03
* Add code to link method together with the same name if one is vararg and the ...Chris Lattner2001-11-03
* Propogate name to the malloc itself instead of to the castChris Lattner2001-11-01
* Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...Chris Lattner2001-10-31
* Initial version of GCC cleanup pass: just removes extraneous global symbol ta...Chris Lattner2001-10-31