summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAge
* Allow generation of vmla.f32 instructions when targeting Cortex-A15. The patc...Silviu Baranga2013-07-29
* Debug Info Verifier: verify SPs in llvm.dbg.sp.Manman Ren2013-07-27
* Debug Info Verifier: enable verification of DICompileUnit.Manman Ren2013-07-26
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Evict local live ranges if they can be reassigned.Andrew Trick2013-07-25
* Allocate local registers in order for optimal coloring.Andrew Trick2013-07-25
* Current batch of -disable-debug-info-verifier.Rafael Espindola2013-07-25
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Update testing cases to pass debug info verifier.Manman Ren2013-07-24
* Fix a bug in IfConverter with nested predicates.Quentin Colombet2013-07-24
* Debug Info: improve the Finder.Manman Ren2013-07-24
* Update testing cases to make them pass debug info verification.Manman Ren2013-07-24
* Debug Info: improve the Finder.Manman Ren2013-07-23
* [ARM][ISel] Improve the lowering of vector loads.Quentin Colombet2013-07-23
* Debug Info Finder: use processDeclare and processValue to list debug infoManman Ren2013-07-23
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-22
* Refactor AnalyzeBranch on ARM. The previous version did not always analyzeLang Hames2013-07-19
* Try to appease the bots.Manman Ren2013-07-19
* Update to more CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-18
* Disambiguate function names in some CodeGen tests. (Some tests were using fun...Stephen Lin2013-07-18
* Update to CodeGen tests to use CHECK-LABEL for labels corresponding to functi...Stephen Lin2013-07-18
* Forgot 'svn add' again, sorry!Joey Gouly2013-07-18
* Add the tests that I forgot to 'svn add' with my previous commit (r186504).Joey Gouly2013-07-17
* Cleanup testing case by using a shorter name for types.Manman Ren2013-07-16
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-16
* ARM EABI divmod supportRenato Golin2013-07-16
* PEI: Support for non-zero SPAdj at beginning of a basic block.Manman Ren2013-07-15
* Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin2013-07-14
* Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....Stephen Lin2013-07-13
* Fix ARM paired GPR COPY loweringJF Bastien2013-07-12
* Start using CHECK-LABEL in some tests.Stephen Lin2013-07-12
* Add a comment to this change, requested by Eric Christopher.Joey Gouly2013-07-08
* ARM: Improve codegen for generic vselect.Jim Grosbach2013-07-08
* Stop putting operations after a tail call.Tim Northover2013-07-06
* ARM: Add a pack pattern for matching arithmetic shift rightArnold Schwaighofer2013-07-05
* ARM: Fix incorrect pack patternArnold Schwaighofer2013-07-05
* PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.Joey Gouly2013-07-05
* [ARM] Improve the instruction selection of vector loads.Quentin Colombet2013-07-03
* Prefix failing commands with not to make clear they are expected to fail.Rafael Espindola2013-07-03
* ARM: relax the atomic release barrier to "dmb ishst" on SwiftTim Northover2013-07-03
* Revert r185339 (ARM: relax the atomic release barrier to "dmb ishst")Tim Northover2013-07-01
* ARM: relax the atomic release barrier to "dmb ishst"Tim Northover2013-07-01
* Add missing case to switch statement - DAGTypeLegalizer::ExpandIntegerResultLang Hames2013-06-28
* Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARMWeiming Zhao2013-06-28
* ARM: ensure fixed-point conversions have sane typesTim Northover2013-06-28
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Add a Subtarget feature 'v8fp' to the ARM backend.Joey Gouly2013-06-27
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-26
* Remove the 'generic' CPU from the ARM eabi attributes printer.Joey Gouly2013-06-26
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-21