aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* New testcase for arithmetic operationsChris Lattner2002-11-021-0/+28
* * Implement subtractChris Lattner2002-11-023-58/+37
* shuffle code around a bit, implement and, or, xorChris Lattner2002-11-023-65/+148
* New testcase for logical operatorsChris Lattner2002-11-021-0/+16
* Add PHI node support, add comment for branch functionChris Lattner2002-11-022-0/+42
* Make phi test a bit more challengingChris Lattner2002-11-021-3/+6
* Implement unconditional branching supportChris Lattner2002-11-023-1/+20
* Only test that uncond branch worksChris Lattner2002-11-021-2/+2
* * Fix nonconstant shift caseChris Lattner2002-11-022-108/+38
* Expose a LJELLO variableChris Lattner2002-11-021-0/+1
* Tests results are invalidated when jello is rebuiltChris Lattner2002-11-021-2/+2
* Use a more table driven approach to handling types. Seems to simplify theChris Lattner2002-11-022-394/+224
* Make switch statements denser, but only because of the follow-on patchChris Lattner2002-11-022-64/+92
* * Remove dead variableChris Lattner2002-11-022-8/+12
* Implement the "unknown flag" which mainly consists of aligning printing codeChris Lattner2002-11-024-25/+33
* Oops, this was not meant to be checked inChris Lattner2002-11-021-2/+1
* Stop representing scalars as explicit nodes in the graph. Now the onlyChris Lattner2002-11-024-170/+133
* * Eliminate Scalar node type (renumber other node types)Chris Lattner2002-11-022-18/+22
* Fixed bug in Regression/CBackend/2002-10-30-FunctionPointerAlloca.llNick Hildenbrandt2002-11-012-2/+2
* Fix comments, steens is context sensitive, we just haven't implementedChris Lattner2002-11-011-3/+3
* Add a testcase cee should eventually passChris Lattner2002-11-011-0/+21
* Use absolute path name for "analyze" since we are changing directories.Vikram S. Adve2002-11-011-1/+4
* New iostream definitionsChris Lattner2002-11-012-0/+2