aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix PR1539. Add LoopPassPrinter.Devang Patel2007-07-052-0/+31
* Make sure only one copy of a filter is placed in theDuncan Sands2007-07-052-3/+26
* Test commit.Duncan Sands2007-07-051-1/+1
* Add a note about llvm2cpp's dubious future.Reid Spencer2007-07-051-0/+8
* Get the version number right, finally.Reid Spencer2007-07-051-3/+2
* Teach DAGISelEmitter about zero_reg.Evan Cheng2007-07-051-1/+8
* Instructions with ImmutablePredicateOperand aren't really predicable since th...Evan Cheng2007-07-052-2/+6
* Reflects the chanegs made to PredicateOperand.Evan Cheng2007-07-054-56/+93
* Added ARM::CPSR to represent ARM CPSR status register.Evan Cheng2007-07-051-0/+6
* Unfortunately we now require C++ code to isel Bcc, conditional moves, etc.Evan Cheng2007-07-051-23/+171
* Each ARM use predicate operand is now made up of two components. The new comp...Evan Cheng2007-07-053-69/+128
* Added ARM::CPSR to represent ARM CPSR status register.Evan Cheng2007-07-051-49/+59
* PPC conditional branch predicate does not change after isel.Evan Cheng2007-07-051-1/+2
* - Added zero_reg def to stand for register 0.Evan Cheng2007-07-051-2/+19
* Do not check isPredicated() on non-predicable instructions.Evan Cheng2007-07-051-1/+4
* Better assertion messages.Evan Cheng2007-07-051-3/+4
* Break "variable canonicalization" out of InequalityGraph and into its own classNick Lewycky2007-07-051-269/+287
* Fix another bug, this time in PREing select instructions.Owen Anderson2007-07-042-2/+19
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-0410-148/+148
* Refactor X87 instructions. As a side effect, allDale Johannesen2007-07-045-553/+377
* Extend eh.selector to support both catches and filters.Duncan Sands2007-07-044-84/+84
* Nested try-catch-filter testcase.Duncan Sands2007-07-041-0/+32
* Make the GSG actually work.Chris Lattner2007-07-041-1/+1
* Fix a typo that was killing GVNPRE of select instructions.Owen Anderson2007-07-042-1/+10
* Fix an error in phi translation of GEPs that was causing failures.Owen Anderson2007-07-042-1/+15
* Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them.Reid Spencer2007-07-041-0/+2
* Support generation of GR64 to MMX code in the JIT.Bill Wendling2007-07-041-2/+4
* Remove unused method - getIDomBlock().Devang Patel2007-07-041-10/+0
* Fix typo in assertion check.Devang Patel2007-07-041-1/+1
* Allow a GR64 to be moved into an MMX register via the "movd" instruction.Bill Wendling2007-07-043-1/+33
* Add support for performing GVNPRE on GEP instructions.Owen Anderson2007-07-032-5/+179
* Change the place where man pages are installed to ${prefix}/share/man1. ThisBill Wendling2007-07-031-1/+1
* Add functionality to value number GEP instructions. This also provides the i...Owen Anderson2007-07-031-2/+32
* Test modified svn mailerAnton Korobeynikov2007-07-031-0/+1
* Remove BFtoLLVM. It was old, and a poor example because it didn't use best p...Owen Anderson2007-07-036-274/+1
* Make the unary operator case a bit faster, since casts are the only kind of u...Owen Anderson2007-07-031-10/+4
* Add support for performing GVNPRE on cast instructions, and add a testcase fo...Owen Anderson2007-07-032-18/+133
* We really should not have this version number in SO many makefiles. This sho...Tanya Lattner2007-07-031-1/+1
* Revert last change until issue reported by Owen, won't be fixed.Anton Korobeynikov2007-07-032-3/+3
* Some spacing fixes. Cosmetic.Dale Johannesen2007-07-032-199/+199
* Rename llvm-test => test-suite. By Dave Greene.Anton Korobeynikov2007-07-032-3/+3
* Fix several over-aggressive folds for undef nodes in dagcombine, toDan Gohman2007-07-031-51/+46
* note where to get steens-aa and ds-aaChris Lattner2007-07-031-0/+6
* Test commit.Owen Anderson2007-07-031-1/+2
* New testcases for rev 37847 (PR's 1489 and 1505).Dale Johannesen2007-07-033-0/+140
* Fix for PR 1505 (and 1489). Rewrite X87 registerDale Johannesen2007-07-0310-257/+494
* Testing commit.Tanya Lattner2007-07-021-1/+1
* Add a basic test-case for passing and returning <4 x double> andDan Gohman2007-07-021-0/+14
* Vector results may be returned in XMM0 and XMM1, not just XMM0. WithDan Gohman2007-07-021-3/+4
* Replace ExpandScalarFormalArgs and ExpandScalarCallArgs with the newlyDan Gohman2007-07-021-124/+30