summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* A select between a constant and zero, when fed by a bit test, can be efficientlyOwen Anderson2010-09-22
* Fix PR8201: Update the code to call via X86::CALL64pcrel32 in the 64-bit case.Cameron Esfahani2010-09-22
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-22
* reimplement elf TLS support in terms of addressing modes, eliminating Segment...Chris Lattner2010-09-22
* linux has a different stack alignment than the mac, relax this a bit.Chris Lattner2010-09-22
* give VZEXT_LOAD a memory operand, it now works with segment registers.Chris Lattner2010-09-22
* revert r114386 now that address modes work correctly, we get a niceChris Lattner2010-09-22
* give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...Chris Lattner2010-09-21
* filecheckizeChris Lattner2010-09-21
* OptimizeCompareInstr should avoid iterating pass the beginning of the MBB whe...Evan Cheng2010-09-21
* Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that ...Owen Anderson2010-09-21
* Use FileCheckDevang Patel2010-09-21
* When adding the carry bit to another value on X86, exploit the fact that the ...Owen Anderson2010-09-21
* fix rdar://8453210, a crash handling a call through a GS relative load.Chris Lattner2010-09-21
* Enable machine sinking critical edge splitting. e.g.Evan Cheng2010-09-20
* CombinerAA is now reordering these stores.Owen Anderson2010-09-20
* When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...Owen Anderson2010-09-20
* Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach2010-09-20
* test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa...NAKAMURA Takumi2010-09-19
* Add the exit instruction to the PTX target.Eric Christopher2010-09-18
* 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