aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAgeFilesLines
* fix test for linux hosts.Chris Lattner2007-04-141-1/+1
* xfail this for nowChris Lattner2007-04-131-0/+3
* new lsr testcaseChris Lattner2007-04-131-0/+60
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-111-1/+1
* this got betterChris Lattner2007-04-111-2/+2
* new testcases for integer abs functionChris Lattner2007-04-111-0/+20
* Better still.Evan Cheng2007-04-041-1/+1
* Fix test case.Evan Cheng2007-04-041-1/+1
* These got better.Evan Cheng2007-04-041-1/+1
* New asm test case.Evan Cheng2007-04-041-0/+11
* New test case.Evan Cheng2007-04-031-0/+98
* New test case.Evan Cheng2007-04-031-0/+12
* new testcase, where we should use a negative strideChris Lattner2007-04-031-0/+20
* New test case.Evan Cheng2007-04-021-0/+55
* new testcase.Chris Lattner2007-04-021-0/+19
* - Divides the comparisons in two types: comparisons that only use N and ZLauro Ramos Venancio2007-04-021-0/+21
* Missing '&&'Evan Cheng2007-03-301-1/+1
* Test case for PR1279 (part 2).Evan Cheng2007-03-301-0/+101
* Remove use of implementation keyword.Reid Spencer2007-03-285-6/+0
* Added a test case for PR1279.Evan Cheng2007-03-281-0/+37
* Test case for PR1266.Evan Cheng2007-03-261-0/+948
* Another test case.Evan Cheng2007-03-221-15/+13
* Test case for PR1257Evan Cheng2007-03-221-0/+97
* New test case.Evan Cheng2007-03-211-0/+27
* bugfix: When the source register of CALL_NOLINK was LR, the following code wa...Lauro Ramos Venancio2007-03-201-0/+53
* For PR1258:Reid Spencer2007-03-191-12/+12
* GEP index sink test case.Evan Cheng2007-03-171-0/+73
* ARM isel should match ldr x +/- x * (2^n) to ldr [x, +/- x, lsl #log2(n)].Evan Cheng2007-03-142-1/+17
* New test.Evan Cheng2007-03-131-0/+47
* Test inline asm modifier 'c'.Evan Cheng2007-03-081-11/+15
* Fix test case.Evan Cheng2007-03-082-17/+22
* New test case.Evan Cheng2007-03-071-0/+21
* New test case.Evan Cheng2007-03-071-0/+117
* Use init_array/fini_array sections for static contructors/destructors when th...Lauro Ramos Venancio2007-03-051-2/+4
* Fix test case.Evan Cheng2007-02-281-2/+2
* bugfix: SP wasn't updated for varargs when frame pointer was eliminated.Lauro Ramos Venancio2007-02-231-2/+2
* Fix stack alignment in functions with varargs.Lauro Ramos Venancio2007-02-231-0/+20
* -march=arm -enable-thumb => -march=thumbEvan Cheng2007-02-2315-40/+40
* Add ABI information to ARM subtarget.Lauro Ramos Venancio2007-02-131-1/+1
* According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned.Lauro Ramos Venancio2007-02-131-0/+10
* i64 setcc tests.Evan Cheng2007-02-081-0/+20
* New test case.Evan Cheng2007-02-071-6/+36
* Add a DYNAMIC_STACKALLOC test case.Evan Cheng2007-02-061-0/+30
* Fix unord test.Lauro Ramos Venancio2007-02-051-2/+2
* Add a test case.Evan Cheng2007-02-031-0/+27
* __builtin_isunordered test case.Evan Cheng2007-02-031-0/+18
* Improves alloca test. Verifies SP restoration.Lauro Ramos Venancio2007-02-031-1/+4
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-026-42/+42
* My mistake, my environment wasn't up to date. This passes now.Reid Spencer2007-02-011-1/+0
* XFAIL this on x86 linux as it continues to fail.Reid Spencer2007-02-011-1/+3