summaryrefslogtreecommitdiff
path: root/test
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
* Avoid some Mach-O specific alignment being done on ELF.Rafael Espindola2010-09-22
* Correctly align bss.Rafael Espindola2010-09-22
* llvmc: Support '-emit-llvm -S' with -opt.Mikhail Glushenkov2010-09-22
* fix rdar://8456371 - Handle commutable instructions written backward.Chris Lattner2010-09-22
* Fix an inconsistency in the x86 backend that led it to reject "calll foo" onChris Lattner2010-09-22
* fix rdar://8456412 - llvm-mc crash in encoder on "mov %rdx, %cr8"Chris Lattner2010-09-22
* fix rdar://8456417 - llvm-mc can't do basic mathChris Lattner2010-09-22
* add the missing aliases for fp stack cmovs, rdar://8456391Chris Lattner2010-09-22
* reimplement elf TLS support in terms of addressing modes, eliminating Segment...Chris Lattner2010-09-22
* Fix rdar://8456364 - llvm-mc rejects '%CS'Chris Lattner2010-09-22
* fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp'Chris Lattner2010-09-22
* fix rdar://8456361 - llvm-mc rejects 'rep movsd'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
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-21
* fix rdar://8453210, a crash handling a call through a GS relative load.Chris Lattner2010-09-21
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-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
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-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
* Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola2010-09-18
* Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...Owen Anderson2010-09-18
* Add test that was missing in my previous commit.Rafael Espindola2010-09-18
* Attempt to XFAIL this test on arm-linux, which is inexplicably failing.Dan Gohman2010-09-18
* Fix vmov.f64 disassembly on targets where sizeof(long) != 8.Benjamin Kramer2010-09-17
* 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
* Fix this test to avoid an "inexact" fold.Dan Gohman2010-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
* Fix this test so that folding doesn't depend on a potentiallyDan Gohman2010-09-17