summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi...Evan Cheng2009-09-22
* Initial support for running LLVM tests from cmake.Daniel Dunbar2009-09-22
* Generate lit.site.cfg from a .in file, as clang does.Daniel Dunbar2009-09-22
* Fix a pasto. Also simplify for Bill's benefit.Evan Cheng2009-09-22
* Fix PR5023: The instruction form of DominatorTree::dominates did not Chris Lattner2009-09-21
* Clean up spill weight computation. Also some changes to give loop inductionEvan Cheng2009-09-21
* Add a comment mentioning the rdar number associated with this test.Dan Gohman2009-09-21
* Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-poolDan Gohman2009-09-21
* Recognize SSE min and max opportunities in even more cases.Dan Gohman2009-09-21
* fix PR5016, a crash I introduced in GVN handing first classChris Lattner2009-09-21
* enable non-local analysis and PRE of large store -> little load.Chris Lattner2009-09-21
* add pr#Chris Lattner2009-09-21
* Improve GVN to be able to forward substitute a small load Chris Lattner2009-09-21
* Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an im...Evan Cheng2009-09-21
* fix a FileCheck bug where:Chris Lattner2009-09-21
* Move ARM and X86 specific AsmParser tests into separate subdirectories, and onlyDaniel Dunbar2009-09-21
* Work around a FileCheck bug, for now.Daniel Dunbar2009-09-20
* Revert r82404, it is causing a bootstrap miscompile. This is very very Chris Lattner2009-09-20
* this was not supposed to be committedChris Lattner2009-09-20
* implement and document support for CHECK-NOTChris Lattner2009-09-20
* improve memdep to eliminate bitcasts (and aliases, and noop geps) Chris Lattner2009-09-20
* Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it upChris Lattner2009-09-20
* Teach 'make check-all' to build the site configuration for clang, if it is in...Daniel Dunbar2009-09-20
* enhance GVN to forward substitute a stored value to a loadChris Lattner2009-09-20
* Peer through zext and sext to eliminate them when it is safe to do so.Nick Lewycky2009-09-20
* Fold 'icmp eq (icmp), true' into an xor(icmp).Nick Lewycky2009-09-20
* Add an intel syntax MCInstPrinter implementation. You can nowChris Lattner2009-09-20
* Rewrite this check so that it checks what it's supposed to and doesn't useNick Lewycky2009-09-20
* Teach the constant folder how to not a cmpinst.Nick Lewycky2009-09-20
* Add 'make check-all', which runs the LLVM tests along with the clang tests ifDaniel Dunbar2009-09-20
* Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) inNick Lewycky2009-09-20
* Clean up the usage of evaluateICmpRelation's return value.Nick Lewycky2009-09-20
* When computing live intervals for earlyclobber operands,Dale Johannesen2009-09-20
* Teach the constant folder how to handle a few simple i1 cases.Nick Lewycky2009-09-20
* Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...Evan Cheng2009-09-19
* Delete the label names from this test to make it less fragile.Dan Gohman2009-09-18
* Make a new X8632_MachoTargetObjectFile TLOF implementation whose Chris Lattner2009-09-18
* Model the carry bit on ppc32. Without this we couldDale Johannesen2009-09-18
* Add support for using the FLAGS result of or, xor, and and instructionsDan Gohman2009-09-18
* Write and read metadata attachments.Devang Patel2009-09-18
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-18
* make this testcase check darwin32 alsoChris Lattner2009-09-17
* rename testChris Lattner2009-09-17
* convert to filecheckChris Lattner2009-09-17
* rename fileChris Lattner2009-09-17
* A testcase!Devang Patel2009-09-17
* Teach ScalarEvolution how to reason about no-wrap flags on loopsDan Gohman2009-09-17
* Remove test cases using -regalloc=simple.Daniel Dunbar2009-09-17
* Fix PR4910: Broken logic in coalescer means when a physical register liveness...Evan Cheng2009-09-17
* Fix the comment in this test.Dan Gohman2009-09-16