aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix rdar://8456364 - llvm-mc rejects '%CS'Chris Lattner2010-09-221-0/+3
* fix rdar://8456389 - llvm-mc mismatch with 'as' on 'fstp'Chris Lattner2010-09-221-0/+6
* fix rdar://8456361 - llvm-mc rejects 'rep movsd'Chris Lattner2010-09-221-0/+5
* linux has a different stack alignment than the mac, relax this a bit.Chris Lattner2010-09-221-1/+1
* give VZEXT_LOAD a memory operand, it now works with segment registers.Chris Lattner2010-09-222-3/+27
* revert r114386 now that address modes work correctly, we get a niceChris Lattner2010-09-221-5/+3
* give LCMPXCHG_DAG[8] a memory operand, allowing it to work with addrspace 256...Chris Lattner2010-09-211-0/+11
* filecheckizeChris Lattner2010-09-211-11/+49
* OptimizeCompareInstr should avoid iterating pass the beginning of the MBB whe...Evan Cheng2010-09-211-0/+84
* Enable target-specific mul-lowering on ARM, even at -Os. Remove a test that ...Owen Anderson2010-09-212-15/+18
* Use FileCheckDevang Patel2010-09-211-2/+5
* When adding the carry bit to another value on X86, exploit the fact that the ...Owen Anderson2010-09-211-0/+14
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-211-0/+27
* fix rdar://8453210, a crash handling a call through a GS relative load.Chris Lattner2010-09-211-2/+29
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-211-0/+63
* Enable machine sinking critical edge splitting. e.g.Evan Cheng2010-09-204-20/+39
* CombinerAA is now reordering these stores.Owen Anderson2010-09-201-1/+1
* When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...Owen Anderson2010-09-201-4/+4
* Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach2010-09-202-8/+7
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-09-202-2/+14
* test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa...NAKAMURA Takumi2010-09-193-6/+6
* Add the exit instruction to the PTX target.Eric Christopher2010-09-182-0/+11
* Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola2010-09-181-0/+23
* Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...Owen Anderson2010-09-181-0/+26
* Add test that was missing in my previous commit.Rafael Espindola2010-09-181-0/+18
* Attempt to XFAIL this test on arm-linux, which is inexplicably failing.Dan Gohman2010-09-181-0/+4
* Fix vmov.f64 disassembly on targets where sizeof(long) != 8.Benjamin Kramer2010-09-171-0/+3
* Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64Bob Wilson2010-09-171-0/+26
* Teach the (non-MC) instruction printer to use the cannonical names for push/pop,Jim Grosbach2010-09-174-7/+10
* Teach machine sink toEvan Cheng2010-09-173-9/+9
* Update tests to handle MC-inst instruction printing of shift operations. TheJim Grosbach2010-09-174-7/+7
* FileCheck-izeJim Grosbach2010-09-171-6/+11
* Move thumb2 tests to the thumb2 directoryJim Grosbach2010-09-172-0/+0
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-171-4/+4
* Fix this test to avoid an "inexact" fold.Dan Gohman2010-09-171-1/+1
* Avoid emitting a PIC base register if no PIC addresses are needed.Dan Gohman2010-09-171-0/+23
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-171-1/+1
* tweak test to check instructions rather than relying on the comment stringJim Grosbach2010-09-171-4/+4
* Fix this test so that folding doesn't depend on a potentiallyDan Gohman2010-09-171-2/+2
* fix rdar://8444631 - encoder crash on 'enter'Chris Lattner2010-09-171-0/+12
* MC/Mach-O/i386: Fix a crash in relocation handling.Daniel Dunbar2010-09-171-32/+36
* tests/CMakeLists.txt: use `configure_file' instead of `sed'.Oscar Fuentes2010-09-171-16/+18
* MC/AsmParser: Add support for 'a + 4@GOTPCREL' and friends, by reconsing theDaniel Dunbar2010-09-171-0/+14
* Fix the folding of floating-point math library calls, like sin(infinity),Dan Gohman2010-09-171-0/+19
* If FE forgot to provide a file name (usually it uses "stdin" as name in such ...Devang Patel2010-09-161-0/+31
* fix rdar://8438816 - unrecognized 'fildq' instructionChris Lattner2010-09-161-0/+10
* Print the address of sections as 0 and create the metadata sections in theRafael Espindola2010-09-161-1/+35
* Add missing RUN line to this test.Owen Anderson2010-09-161-3/+1
* When substituting sunkaddrs into indirect arguments an asm, we wereDale Johannesen2010-09-161-0/+56
* It is possible, under specific circumstances involving ptrtoint ConstantExpr'...Owen Anderson2010-09-161-0/+84