summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb
Commit message (Expand)AuthorAge
* ARM: Fix fastcc calling convention for Thumb1Oliver Stannard2014-06-13
* Disable the load/store optimization pass for Thumb-1.James Molloy2014-06-12
* Fix a bug in the Thumb1 ARM Load/Store optimizerRenato Golin2014-06-10
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* Segmented stacks: omit __morestack call when there's no frame.Tim Northover2014-05-22
* DebugInfo: Use the SPMap to find the parent CU of inlined functions as they m...David Blaikie2014-05-21
* Re-enable inline memcpy expansion for Thumb1.James Molloy2014-05-16
* Fix the Load/Store optimization pass to work with Thumb1.James Molloy2014-05-16
* Make this test not match its own filename, when being run from a path that in...Nick Lewycky2014-04-15
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* ARM: yet another round of ARM test clean upsSaleem Abdulrasool2014-04-03
* ARM: cortex-m0 doesn't support unaligned memory access.Jim Grosbach2014-04-02
* ARM: Add support for segmented stacksOliver Stannard2014-04-02
* Add triples to try to fix the windows bots.Rafael Espindola2014-02-13
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* CodeGen: Stop treating vectors as aggregatesDuncan P. N. Exon Smith2014-01-21
* Fix broken CHECK lines.Benjamin Kramer2014-01-11
* Correctly handle the degenerated triple "thumb".Rafael Espindola2013-12-18
* Use FileCheck and expand the test a bit.Rafael Espindola2013-11-27
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* 17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_I32 for thumb1 targetsDavid Peixotto2013-10-17
* ARM: Use "dmb sy" for barriers on M-class CPUsTim Northover2013-08-28
* Debug Info: add an identifier field to DICompositeType.Manman Ren2013-08-26
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* Debug Info: update testing cases to pass verifier.Manman Ren2013-07-29
* Debug Info: improve the verifier to check field types.Manman Ren2013-07-25
* Debug Info: improve the Finder.Manman Ren2013-07-24
* This adds range checking for "ldr Rn, [pc, #imm]" Thumb Mihai Popa2013-07-22
* 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
* LocalStackSlotAllocation improvementsHal Finkel2013-04-30
* Revert "Adding DIImportedModules to DIScopes."David Blaikie2013-03-28
* Adding DIImportedModules to DIScopes.David Blaikie2013-03-27
* Reorder the DIFile field in DILexicalBlock to become a prefix common with oth...David Blaikie2013-03-22
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-18
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-18
* Remove duplicate test contents.David Blaikie2013-03-11
* llvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple=thumb-unknown-unknown ...NAKAMURA Takumi2013-03-05
* Reapply r176381, writing the CHECKs in a more forgiving manner to account forEli Bendersky2013-03-04
* Revert "Rewrite a test to count emitted instructions without using -stats"Michael Gottesman2013-03-02
* Rewrite a test to count emitted instructions without using -statsEli Bendersky2013-03-01
* Fix thumbv5e frame lowering assertion failure.Logan Chien2013-02-20
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-04
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-04
* Convert an improper CodeGen test to a MC test.Evan Cheng2012-11-10
* xfail a bad test. This is a MC test but it's dependent on a codegen optimizat...Evan Cheng2012-11-10
* Fix Thumb2 fixup kind in the integrated-as.Logan Chien2012-09-01
* Fix the remaining TCL-style quotes found in the testsuite. This isChandler Carruth2012-07-02