aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAgeFilesLines
...
* ARM: use TableGen patterns to select CMOV operations.Tim Northover2013-08-223-7/+7
* ARM: respect tied 64-bit inlineasm operands when printingTim Northover2013-08-221-0/+10
* TBAA: remove !tbaa from testing cases when they are not needed.Manman Ren2013-08-213-39/+24
* ARM: Fix fast-isel copy/paste-o.Jim Grosbach2013-08-201-5/+6
* ARM: implement some simple f64 materializations.Tim Northover2013-08-202-3/+70
* ARM: make sure we keep inline asm operands tied.Tim Northover2013-08-181-0/+9
* ARM: Properly constrain comparison fastisel register classes.Jim Grosbach2013-08-161-1/+1
* ARM: Fast-isel register class constrain for extends.Jim Grosbach2013-08-166-17/+17
* ARM: Fix more fast-isel verifier failures.Jim Grosbach2013-08-161-1/+1
* ARM: Clean up fast-isel machine verifier errors.Jim Grosbach2013-08-169-41/+41
* When initializing the PIC global base register on ARM/ELF add pc to fix the a...Benjamin Kramer2013-08-161-0/+4
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+0
* Let t2LDRBi8 and t2LDRBi12 have same Base PointerRenato Golin2013-08-141-0/+64
* DAG: Combine (and (setne X, 0), (setne X, -1)) -> (setuge (add X, 1), 2)Jim Grosbach2013-08-131-0/+14
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-124-22/+22
* Make sure that if we're going to attempt to add a type to a DIE thatEric Christopher2013-08-081-5/+5
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-061-3/+4
* ARM: implement allowTruncateForTailCallTim Northover2013-08-061-0/+111
* Temporarily revert "Debug Info Finder|Verifier: handle DbgLoc attached toEric Christopher2013-08-021-4/+3
* Use function attributes to indicate that we don't want to realign the stack.Bill Wendling2013-08-011-20/+30
* Debug Info Finder|Verifier: handle DbgLoc attached to instructions.Manman Ren2013-08-011-3/+4
* This test may have been sensitive to the ARM ABI...Andrew Trick2013-07-301-1/+1
* MI Sched fix: assert "Disconnected LRG within the scheduling region."Andrew Trick2013-07-301-1/+54
* [ARM] check bitwidth in PerformORCombineSaleem Abdulrasool2013-07-301-0/+32
* [DAGCombiner] insert_vector_elt: Avoid building a vector twice.Quentin Colombet2013-07-301-0/+26
* Debug Info: enable verifier for testing cases.Manman Ren2013-07-293-3/+3
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-291-4/+4
* Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...Silviu Baranga2013-07-291-1/+25
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-277-41/+45
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-264-4/+9
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-253-12/+13
* Evict local live ranges if they can be reassigned.Andrew Trick2013-07-251-4/+2
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-256-36/+31
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-254-4/+4
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-254-45/+45
* Update testing cases to pass debug info verifier.Manman Ren2013-07-241-13/+13
* Fix a bug in IfConverter with nested predicates.Quentin Colombet2013-07-241-0/+59
* Debug Info: improve the Finder.Manman Ren2013-07-243-6/+6
* Update testing cases to make them pass debug info verification.Manman Ren2013-07-242-21/+22
* Debug Info: improve the Finder.Manman Ren2013-07-231-3/+4
* [ARM][ISel] Improve the lowering of vector loads.Quentin Colombet2013-07-231-0/+14
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-232-2/+2
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-224-9/+9
* Refactor AnalyzeBranch on ARM. The previous version did not always analyzeLang Hames2013-07-191-0/+32
* Try to appease the bots.Manman Ren2013-07-191-1/+1
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-188-11/+11
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-182-5/+5
* Update to CodeGen tests to use CHECK-LABEL for labels corresponding to functi...Stephen Lin2013-07-183-35/+35
* Forgot 'svn add' again, sorry!Joey Gouly2013-07-181-0/+145
* Add the tests that I forgot to 'svn add' with my previous commit (r186504).Joey Gouly2013-07-171-0/+42