aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Give passnames to the printer classesChris Lattner2002-11-061-0/+6
* New testcase to handle eventuallyChris Lattner2002-11-061-0/+7
* Remove a nasty little semi-colon someone introduced whichVikram S. Adve2002-11-061-1/+1
* Typo fixedNick Hildenbrandt2002-11-051-1/+1
* Added new testsNick Hildenbrandt2002-11-051-4/+13
* New testcaseChris Lattner2002-11-051-0/+6
* Add a note about the switch instructionChris Lattner2002-11-051-2/+8
* Attempted fixes to the mergemap to make it work better.Chris Lattner2002-11-051-15/+28
* Add a bunch of assertionsChris Lattner2002-11-042-4/+20
* Simplify codeChris Lattner2002-11-042-6/+2
* Sun can now use mallinfo()Chris Lattner2002-11-042-10/+0
* Fix typo.Nick Hildenbrandt2002-11-041-1/+1
* Link to -lmallocChris Lattner2002-11-041-4/+3
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-046-7/+6
* Generalize ExportSymbols into PLATFORMLINKOPTSChris Lattner2002-11-043-9/+11
* Allow memory sizes to be negative, eliminate TmpRSSChris Lattner2002-11-042-10/+6
* Allow memory sizes to be negative, remove obsolete TmpRSS fieldChris Lattner2002-11-042-28/+22
* mallinfo is not available on sun apparently :(Chris Lattner2002-11-042-4/+14
* Instcombine this away:Chris Lattner2002-11-041-1/+7
* Add new getelementptr elimination testChris Lattner2002-11-041-0/+7
* Add a transformation to turn:Chris Lattner2002-11-041-0/+36
* New testcase for malloc promotionChris Lattner2002-11-041-0/+7
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-044-0/+372
* Generic graph iterator to enumerate the SCCs of a graphVikram S. Adve2002-11-042-0/+442
* Change the "Cannot merge two portions of the same node yet" from an assertionChris Lattner2002-11-041-6/+13
* Add information about why this testcase failsChris Lattner2002-11-041-4/+12
* Convert uint gep operands to longChris Lattner2002-11-046-18/+18
* Convert old style gep index from uint to longChris Lattner2002-11-041-1/+1
* Ack: Fix bug in previous checkin.Chris Lattner2002-11-041-1/+1
* Be more generous about level raising constant expressions don't force eachChris Lattner2002-11-041-24/+20
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-042-2/+90
* Make sure to _delete_ memory allocated by worklistsChris Lattner2002-11-041-0/+2
* Implement methods needed to print out call graphChris Lattner2002-11-041-3/+22
* Give a better error message in an unhandled caseChris Lattner2002-11-041-1/+8
* Minor fix to space accountingChris Lattner2002-11-042-2/+2
* Improve the clean targetChris Lattner2002-11-041-0/+3
* Implement MaxRSS in terms of mallinfo instead of the system RSS. This givesChris Lattner2002-11-042-36/+16
* Allow the call graph to be called from analyze naturally with print implementedChris Lattner2002-11-042-23/+11
* Rename ValueMap to ScalarMapChris Lattner2002-11-037-66/+67
* Rename NewNode flag to HeapNodeChris Lattner2002-11-035-6/+7
* Change the letters used to represent stack and heap allocations to "S" and "H"Chris Lattner2002-11-031-2/+2
* Check in header file that was missing, thus broke the buildChris Lattner2002-11-031-0/+16
* Disable correlated expressions pass until it is reliable.Vikram S. Adve2002-11-031-1/+1
* code to lightly instrument at branchesAnand Shukla2002-11-031-0/+210
* Move function to cpp file from headerChris Lattner2002-11-024-10/+14
* Fixed comment on top of DSNode.h, added note to DSSupport.h as to whyMisha Brukman2002-11-024-4/+12
* Implement signed and unsigned division and remainderChris Lattner2002-11-023-12/+128
* Enable div and mod testsChris Lattner2002-11-021-12/+12
* Implement multiply operatorChris Lattner2002-11-023-2/+60
* Enable multiply testsChris Lattner2002-11-021-3/+3