aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/Thumb2
Commit message (Expand)AuthorAgeFilesLines
* Enable predication of NEON instructions in Thumb2 mode.Evan Cheng2009-11-241-0/+29
* move fconst[sd] to UAL. <rdar://7414913>Jim Grosbach2009-11-231-1/+1
* update test for 89694Jim Grosbach2009-11-231-2/+2
* Miss two, PR5307.Edward O'Callaghan2009-11-222-6/+30
* Convert Thumb2 tests to FileCheck for PR5307.Edward O'Callaghan2009-11-2212-26/+130
* Revert 89562. We're being sneakier than I was giving us credit for, and thisJim Grosbach2009-11-212-2/+0
* Darwin requires a frame pointer for all non-leaf functions to support correctJim Grosbach2009-11-212-0/+2
* Enable hoisting load from constant memories.Evan Cheng2009-11-201-2/+6
* Remat VLDRD from constpool. Clean up some instruction property specifications.Evan Cheng2009-11-202-4/+2
* Also CSE non-pic load from constant pools.Evan Cheng2009-11-201-2/+11
* More consistent thumb1 asm printing.Evan Cheng2009-11-193-5/+5
* Shrink ldr / str [sp, imm0-1024] to 16-bit instructions.Evan Cheng2009-11-191-0/+6
* Enable arm jumpt table adjustment.Jim Grosbach2009-11-172-2/+1
* Forgot to commit test fixesAnton Korobeynikov2009-11-171-2/+2
* Convert to FileCheckJim Grosbach2009-11-175-13/+57
* Convert to FileCheckJim Grosbach2009-11-171-6/+8
* Cleanup. Missed removing these when converting. Oops.Jim Grosbach2009-11-171-5/+0
* Convert to FileCheckJim Grosbach2009-11-161-5/+18
* Convert to FileCheckJim Grosbach2009-11-161-5/+17
* Convert to FileCheckJim Grosbach2009-11-161-3/+7
* tbb opt off by defaultJim Grosbach2009-11-161-0/+1
* Detect need for autoalignment of the stack earlier to catch spills moreJim Grosbach2009-11-151-2/+3
* remove xfailJim Grosbach2009-11-141-2/+0
* When expanding t2STRDi8 r, r to two stores, add kill markers correctly.Evan Cheng2009-11-141-0/+20
* Clean up testcase a bit. Simplify case blocks and adjust switch instruction t...Jim Grosbach2009-11-121-7/+3
* Fix typo in run line.Benjamin Kramer2009-11-121-1/+1
* RegScavenger::enterBasicBlock should always reset register state.Evan Cheng2009-11-121-0/+85
* - Teach LSR to avoid changing cmp iv stride if it will create an immediate thatEvan Cheng2009-11-121-0/+37
* Add support for tail duplication to BranchFolding, and extendDan Gohman2009-11-112-2/+3
* Update testJim Grosbach2009-11-091-1/+1
* Use Unified Assembly Syntax for the ARM backend.Jim Grosbach2009-11-091-1/+1
* Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...Evan Cheng2009-11-071-0/+1
* - Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdenticalEvan Cheng2009-11-071-4/+6
* - Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relativeEvan Cheng2009-11-062-4/+5
* Fix a broken test.Bob Wilson2009-11-061-1/+1
* Fix test.Evan Cheng2009-11-041-1/+1
* Fix PR5367. QPR_8 is the super regclass of DPR_8 and SPR_8.Evan Cheng2009-11-032-2/+0
* Temporary xfail until PR5367 will be resolvedAnton Korobeynikov2009-11-032-0/+2
* Unbreak ARMBaseRegisterInfo::copyRegToReg.Evan Cheng2009-11-021-0/+29
* Make use of imm12 version of Thumb2 ldr / str instructions more aggressively.Evan Cheng2009-11-011-0/+75
* Fix tests.Evan Cheng2009-11-012-4/+4
* Use cbz and cbnz instructions.Evan Cheng2009-10-312-0/+34
* vml[as].f32 cause stalls in following advanced SIMD instructions. Avoid usingJim Grosbach2009-10-311-1/+1
* Consolidate test filesJim Grosbach2009-10-314-122/+100
* Change to use FileCheckJim Grosbach2009-10-311-1/+3
* Make tests more explicit about which instructions are expected.Jim Grosbach2009-10-311-2/+2
* Grammar tweak to commentsJim Grosbach2009-10-311-4/+4
* Update test to be more explicit about what instruction sequences are expected...Jim Grosbach2009-10-311-26/+39
* Force triple; darwin's ASM syntax differs from linux's.Benjamin Kramer2009-10-311-1/+1
* Add missing colons for FileCheck.Benjamin Kramer2009-10-311-4/+4