summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...Owen Anderson2010-09-18
* Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64Bob Wilson2010-09-17
* Teach the (non-MC) instruction printer to use the cannonical names for push/pop,Jim Grosbach2010-09-17
* Teach machine sink toEvan Cheng2010-09-17
* Update tests to handle MC-inst instruction printing of shift operations. TheJim Grosbach2010-09-17
* FileCheck-izeJim Grosbach2010-09-17
* Move thumb2 tests to the thumb2 directoryJim Grosbach2010-09-17
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* Avoid emitting a PIC base register if no PIC addresses are needed.Dan Gohman2010-09-17
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-17
* When substituting sunkaddrs into indirect arguments an asm, we wereDale Johannesen2010-09-16
* Change SPU register re-interpretations from OR to COPY_TO_REGCLASS instruction.Kalle Raiskila2010-09-16
* Reapply Gabor's 113839, 113840, and 113876 with a fix for a problemBob Wilson2010-09-15
* the darwin9-powerpc buildbot keeps consistently crashing,Gabor Greif2010-09-15
* forgot the testcase change for r113839Gabor Greif2010-09-14
* test for and-tst peephole optimizationGabor Greif2010-09-14
* Re-apply r113679, which was reverted in r113720, which added a paid of new in...Owen Anderson2010-09-13
* Revert 113679, it was causing an infinite loop in a testcase that I've sentEric Christopher2010-09-12
* Fix test so it passes on non-Darwin hosts.Evan Cheng2010-09-10
* Fix merging base-updates for VLDM/VSTM: Before I switched these instructionsBob Wilson2010-09-10
* Teach if-converter to be more careful with predicating instructions that wouldEvan Cheng2010-09-10
* Add one more pattern to fallback movddupBruno Cardoso Lopes2010-09-09
* Fix NEON VLD pseudo instruction itineraries that were incorrectly copied fromBob Wilson2010-09-09
* Re-enable usage of the ARM base pointer. r113394 fixed the known failures.Jim Grosbach2010-09-08
* Remove ssp from this test.Eric Christopher2010-09-08
* Fix CellSPU vector shuffles, again.Kalle Raiskila2010-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
* 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
* implement rdar://6653118 - fastisel should fold loads where possible.Chris Lattner2010-09-05
* Remove the rest of the nonexistent 64-bit AVX instructions.Dale Johannesen2010-09-03
* Re-apply r112883:Jim Grosbach2010-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
* Properly emit __chkstk call instead of __alloca on non-mingw windows targets.Anton Korobeynikov2010-09-02
* For ARM stack frames that utilize variable sized objects and have eitherJim Grosbach2010-09-02
* Don't narrow the load and store in a load+twiddle+store sequence unlessDan Gohman2010-09-02
* Fix an unnecessary XFAILSandeep Patel2010-09-02
* Now that register allocation properly considers reserved regs, simplify theJim Grosbach2010-09-02
* Convert VLD1 and VLD2 instructions to use pseudo-instructions untilBob Wilson2010-09-02
* test/loop-strength-reduce4: Add explicit triplet for Win32 host.NAKAMURA Takumi2010-09-02