summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-04
* Generic graph iterator to enumerate the SCCs of a graphVikram S. Adve2002-11-04
* Change the "Cannot merge two portions of the same node yet" from an assertionChris Lattner2002-11-04
* Add information about why this testcase failsChris Lattner2002-11-04
* Convert uint gep operands to longChris Lattner2002-11-04
* Convert old style gep index from uint to longChris Lattner2002-11-04
* Ack: Fix bug in previous checkin.Chris Lattner2002-11-04
* Be more generous about level raising constant expressions don't force eachChris Lattner2002-11-04
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-04
* Make sure to _delete_ memory allocated by worklistsChris Lattner2002-11-04
* Implement methods needed to print out call graphChris Lattner2002-11-04
* Give a better error message in an unhandled caseChris Lattner2002-11-04
* Minor fix to space accountingChris Lattner2002-11-04
* Improve the clean targetChris Lattner2002-11-04
* Implement MaxRSS in terms of mallinfo instead of the system RSS. This givesChris Lattner2002-11-04
* Allow the call graph to be called from analyze naturally with print implementedChris Lattner2002-11-04
* Rename ValueMap to ScalarMapChris Lattner2002-11-03
* Rename NewNode flag to HeapNodeChris Lattner2002-11-03
* Change the letters used to represent stack and heap allocations to "S" and "H"Chris Lattner2002-11-03
* Check in header file that was missing, thus broke the buildChris Lattner2002-11-03
* Disable correlated expressions pass until it is reliable.Vikram S. Adve2002-11-03
* code to lightly instrument at branchesAnand Shukla2002-11-03
* Move function to cpp file from headerChris Lattner2002-11-02
* Fixed comment on top of DSNode.h, added note to DSSupport.h as to whyMisha Brukman2002-11-02
* Implement signed and unsigned division and remainderChris Lattner2002-11-02
* Enable div and mod testsChris Lattner2002-11-02
* Implement multiply operatorChris Lattner2002-11-02
* Enable multiply testsChris Lattner2002-11-02
* New testcase for arithmetic operationsChris Lattner2002-11-02
* * Implement subtractChris Lattner2002-11-02
* shuffle code around a bit, implement and, or, xorChris Lattner2002-11-02
* New testcase for logical operatorsChris Lattner2002-11-02
* Add PHI node support, add comment for branch functionChris Lattner2002-11-02
* Make phi test a bit more challengingChris Lattner2002-11-02
* Implement unconditional branching supportChris Lattner2002-11-02
* Only test that uncond branch worksChris Lattner2002-11-02
* * Fix nonconstant shift caseChris Lattner2002-11-02
* Expose a LJELLO variableChris Lattner2002-11-02
* Tests results are invalidated when jello is rebuiltChris Lattner2002-11-02
* Use a more table driven approach to handling types. Seems to simplify theChris Lattner2002-11-02
* Make switch statements denser, but only because of the follow-on patchChris Lattner2002-11-02
* * Remove dead variableChris Lattner2002-11-02
* Implement the "unknown flag" which mainly consists of aligning printing codeChris Lattner2002-11-02
* Oops, this was not meant to be checked inChris Lattner2002-11-02
* Stop representing scalars as explicit nodes in the graph. Now the onlyChris Lattner2002-11-02
* * Eliminate Scalar node type (renumber other node types)Chris Lattner2002-11-02
* Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.llNick Hildenbrandt2002-11-01
* Fix comments, steens is context sensitive, we just haven't implementedChris Lattner2002-11-01
* Add a testcase cee should eventually passChris Lattner2002-11-01
* Use absolute path name for "analyze" since we are changing directories.Vikram S. Adve2002-11-01