aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make sure to include name information if we have itChris Lattner2002-11-011-1/+2
* Fix burg build problem.Chris Lattner2002-11-012-0/+4
* Add a fixmeChris Lattner2002-10-311-0/+2
* A new test case that tries to generate all the different possible shiftBrian Gaeke2002-10-311-0/+27
* InstSelectSimple.cpp: Include llvm/iOther.h for ShiftInst.Brian Gaeke2002-10-313-5/+401
* * Minor optimization: when merging nodes, merge the smaller one into theChris Lattner2002-10-311-3/+13
* Eliminate some unneccesary #includes and forward declsChris Lattner2002-10-314-56/+0
* CBE doesn't alloc correctlyNick Hildenbrandt2002-10-313-2/+22
* Reassociate pass now worksChris Lattner2002-10-311-1/+1
* Reassociate now worksChris Lattner2002-10-311-3/+2
* Fixes to the reassociate pass to make it respect dominance propertiesChris Lattner2002-10-311-57/+54
* Fix nasty bug in ::isNeg()Chris Lattner2002-10-311-1/+1
* Restore support for indirect function calls (which briefly wasn't workingVikram S. Adve2002-10-311-4/+10
* Do not print "NEW FILES AND DIRECTORIES" unless requested separatelyVikram S. Adve2002-10-311-6/+13
* Remove dead codeChris Lattner2002-10-311-31/+12
* Refactored DSGraph.h:Misha Brukman2002-10-316-970/+1072
* This fixes all kinds of problems with array handling. There are still bugs toChris Lattner2002-10-314-127/+364
* New testcasesChris Lattner2002-10-312-0/+84
* Tell cvs to ignore *.dot and *.ps files in this directoryChris Lattner2002-10-311-0/+2
* New testcase for the possible array merging scenariosChris Lattner2002-10-311-0/+38
* Can simplify code now with the isCommutative() method.Chris Lattner2002-10-311-13/+5
* Use new isCommutative interface, which gives us SetEQ and SetNE for free.Chris Lattner2002-10-311-7/+3
* New isAssociative/isCommutative inspection methods, graciously contributed byChris Lattner2002-10-312-0/+60
* Statistic class should return const reference to *this, not a reference toChris Lattner2002-10-312-12/+12
* BreakCriticalEdges should update dominance frontier information as well asChris Lattner2002-10-312-4/+28
* Add interface to update domfrontier info, thanks to Casey Carter for implChris Lattner2002-10-311-3/+21
* New testcasesChris Lattner2002-10-313-0/+65