summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Remove ssp from this test.Eric Christopher2010-09-08
* Fix CellSPU vector shuffles, again.Kalle Raiskila2010-09-08
* add support for the commuted form of the test instruction, rdar://8018260.Chris Lattner2010-09-08
* implement proper support for sysret{,l,q}, rdar://8403907Chris Lattner2010-09-08
* implement the iret suite of instructions properly,Chris Lattner2010-09-08
* add support for instruction prefixes on the same line as the instruction,Chris Lattner2010-09-08
* gas accepts xchg <mem>, <reg> as a synonym for xchg <reg>, <mem>.Chris Lattner2010-09-08
* fix the encoding of the "jump on *cx" family of instructions,Chris Lattner2010-09-08
* disable for the moment while tracking down a few Thumb2-O0 failure that lookJim Grosbach2010-09-08
* remove these tests for now.Devang Patel2010-09-07
* There is no need to force target if the test is going to run on other x86 pla...Devang Patel2010-09-07
* Typo. Thanks to BillW for pointing it out!Stuart Hastings2010-09-07
* Fix a serious performance regression introduced by r108687 on linux:Chris Lattner2010-09-07
* rename test.Chris Lattner2010-09-07
* Test case for r113248. Raar 8361341.Stuart Hastings2010-09-07
* Fix command line used to link these test cases.Devang Patel2010-09-07
* Reintroduce dbg-declare tests.Devang Patel2010-09-07
* Remove last three tests. I need to make them independent of my setup.Devang Patel2010-09-07
* Add a test case to check handling of dbg-declare during hybrid mode where we...Devang Patel2010-09-07
* Add a test case to check handling of dbg-declare by selection DAG builder.Devang Patel2010-09-07
* Add a test case to check handling of dbg-declare by fast-isel.Devang Patel2010-09-07
* add missing cmov aliases, this resolves rdar://8208499Chris Lattner2010-09-07
* "sldt <mem>" is ambiguous in 64-bit mode, but shouldChris Lattner2010-09-06
* fix rdar://8017621 - llvm-mc can't guess encoding for "push $(1000)"Chris Lattner2010-09-06
* fix the operand constraints of the immediate form of in/out,Chris Lattner2010-09-06
* fix PR8067, an over-aggressive assertion in LICM.Chris Lattner2010-09-06
* Teach loop rotate to hoist trivially invariant instructionsChris Lattner2010-09-06
* fix PR8063, a crash in globalopt in the malloc analysis code.Chris Lattner2010-09-05
* implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner2010-09-05
* Fix LoopSimplify to notify ScalarEvolution when splitting a loop backedgeDan Gohman2010-09-04
* fix a bug in my licm rewrite when a load from the promoted memoryChris Lattner2010-09-04
* Propagate non-local comparisons. Fixes PR1757.Owen Anderson2010-09-03
* Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen2010-09-03
* Generalize getFieldType to work on all TypedInits. Add a couple of testcases...David Greene2010-09-03
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-03
* Re-apply r112883:Jim Grosbach2010-09-03
* Add a test for PR4413, which was apparently fixed at some point in the past.Owen Anderson2010-09-03
* Add PR number to test.Owen Anderson2010-09-03
* Revert "For ARM stack frames that utilize variable sized objects and have eit...Daniel Dunbar2010-09-03
* test/CodeGen/X86: Add explicit -mtriple=(i686|x86_64)-linux for Win32 host.NAKAMURA Takumi2010-09-03
* AVX doesn't support mm operations neither its instrinsics.Bruno Cardoso Lopes2010-09-03
* Replace NEON vabdl, vaba, and vabal intrinsics with combinations of theBob Wilson2010-09-03
* update one more testChris Lattner2010-09-02
* add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner2010-09-02
* Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov2010-09-02
* more test cleanupChris Lattner2010-09-02
* remove some noise from tests.Chris Lattner2010-09-02
* we are past the point where these tests are useful.Chris Lattner2010-09-02
* For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach2010-09-02
* fix more AST updating bugs, correcting miscompilation in PR8041Chris Lattner2010-09-02