2012-07-02 |
Chandler Carruth | Fix the remaining TCL-style quotes found in the testsui... |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Convert the uses of '|&' to use '2>&1 |' instead, which... |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Convert all tests using TCL-style quoting to use shell... |
tree | commitdiff |
2012-04-27 |
Evan Cheng | Make test less fragile. |
tree | commitdiff |
2012-04-27 |
Evan Cheng | - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn... |
tree | commitdiff |
2012-03-25 |
Eli Bendersky | Continue cleanup of LIT, getting rid of the remaining... |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2012-01-04 |
Evan Cheng | Fix more places which should be checking for iOS, not... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | Upgrade syntax of tests using volatile instructions... |
tree | commitdiff |
2011-11-03 |
Dan Gohman | Reapply r143206, with fixes. Disallow physical register... |
tree | commitdiff |
2011-10-29 |
Dan Gohman | Revert r143206, as there are still some failing tests. |
tree | commitdiff |
2011-10-28 |
Dan Gohman | Reapply r143177 and r143179 (reverting r143188), with... |
tree | commitdiff |
2011-10-28 |
Duncan Sands | Speculatively disable Dan's commits 143177 and 143179... |
tree | commitdiff |
2011-10-28 |
Dan Gohman | Eliminate LegalizeOps' LegalizedNodes map and have... |
tree | commitdiff |
2011-10-11 |
Bill Wendling | Revert r141529. This is causing failures in the test... |
tree | commitdiff |
2011-10-10 |
Bill Wendling | Reapply r141365 now that PR11107 is fixed. |
tree | commitdiff |
2011-10-10 |
Bill Wendling | Revert r141365. It was causing MultiSource/Benchmarks... |
tree | commitdiff |
2011-10-10 |
Bill Wendling | When getting the number of bits necessary for addressin... |
tree | commitdiff |
2011-10-07 |
Anton Korobeynikov | Peephole optimization for ABS on ARM. |
tree | commitdiff |
2011-09-26 |
Eli Friedman | Convert more tests to new atomic instructions. |
tree | commitdiff |
2011-09-06 |
Nick Lewycky | Disable these tests harder. They're XFAIL'd, but that... |
tree | commitdiff |
2011-09-01 |
Dan Gohman | Revert r131152, r129796, r129761. This code is currentl... |
tree | commitdiff |
2011-07-07 |
Evan Cheng | Change some ARM subtarget features to be single bit... |
tree | commitdiff |
2011-06-30 |
Eric Christopher | Add support for the 'h' constraint. |
tree | commitdiff |
2011-06-18 |
Chris Lattner | rip out a ton of intrinsic modernization logic from... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | manually upgrade a bunch of tests to modern syntax... |
tree | commitdiff |
2011-06-16 |
Jakob Stoklund Olesen | Don't use register classes larger than TLI->getRegClass... |
tree | commitdiff |
2011-06-16 |
Eli Friedman | FileCheck-ize test, and make it work on EABI hosts... |
tree | commitdiff |
2011-05-11 |
Stuart Hastings | Move this test to CodeGen/Thumb. rdar://problem/9416774 |
tree | commitdiff |
2011-05-04 |
Jakob Stoklund Olesen | Fix more register and coalescing dependencies. |
tree | commitdiff |
2011-04-26 |
Evan Cheng | Be careful about scheduling nodes above previous calls... |
tree | commitdiff |
2011-04-19 |
Jakob Stoklund Olesen | Make tests register allocation independent again. |
tree | commitdiff |
2011-04-14 |
Evan Cheng | Follow up on r127913. Fix Thumb revsh isel. rdar:/... |
tree | commitdiff |
2011-03-31 |
Jakob Stoklund Olesen | Fix Thumb and Thumb2 tests to be register allocator... |
tree | commitdiff |
2011-03-31 |
Jakob Stoklund Olesen | Provide a legal pointer register class when targeting... |
tree | commitdiff |
2011-03-11 |
Cameron Zwarich | Roll r127459 back in: |
tree | commitdiff |
2011-03-11 |
Daniel Dunbar | Revert r127459, "Optimize trivial branches in CodeGenPr... |
tree | commitdiff |
2011-03-11 |
Cameron Zwarich | Optimize trivial branches in CodeGenPrepare, which... |
tree | commitdiff |
2011-01-20 |
Evan Cheng | Sorry, several patches in one. |
tree | commitdiff |
2011-01-16 |
Evan Cheng | Spill R4 if it's going to be used to restore SP from FP. |
tree | commitdiff |
2010-12-15 |
Jim Grosbach | Thumb1 had two patterns for the same load-from-constant... |
tree | commitdiff |
2010-12-06 |
Devang Patel | If dbg_declare() or dbg_value() is not lowered by isel... |
tree | commitdiff |
2010-11-22 |
Evan Cheng | Fix epilogue codegen to avoid leaving the stack pointer... |
tree | commitdiff |
2010-11-17 |
Dale Johannesen | These tests are looking for library function names... |
tree | commitdiff |
2010-11-09 |
Bob Wilson | Do not use MEMBARRIER_MCR for any Thumb code. |
tree | commitdiff |
2010-10-30 |
Bob Wilson | Overhaul memory barriers in the ARM backend. Radar... |
tree | commitdiff |
2010-09-30 |
Jakob Stoklund Olesen | Try again to disable critical edge splitting in CodeGen... |
tree | commitdiff |
2010-09-27 |
Jakob Stoklund Olesen | Revert "Disable codegen prepare critical edge splitting... |
tree | commitdiff |
2010-09-23 |
Evan Cheng | Disable codegen prepare critical edge splitting. Machin... |
tree | commitdiff |
2010-09-08 |
Jim Grosbach | Re-enable usage of the ARM base pointer. r113394 fixed... |
tree | commitdiff |
2010-09-08 |
Jim Grosbach | disable for the moment while tracking down a few Thumb2... |
tree | commitdiff |
2010-09-03 |
Jim Grosbach | Re-apply r112883: |
tree | commitdiff |
2010-09-03 |
Daniel Dunbar | Revert "For ARM stack frames that utilize variable... |
tree | commitdiff |
2010-09-02 |
Jim Grosbach | For ARM stack frames that utilize variable sized object... |
tree | commitdiff |
2010-08-31 |
Jim Grosbach | Update test for 112609 |
tree | commitdiff |
2010-08-30 |
Duncan Sands | Correct bogus module triple specifications. |
tree | commitdiff |
2010-08-26 |
Jim Grosbach | Enable pre-RA virtual frame base register allocation... |
tree | commitdiff |
2010-08-11 |
Evan Cheng | Fix test and re-enable it. |
tree | commitdiff |
2010-08-11 |
Dan Gohman | Temporarily disable some failing tests, until they... |
tree | commitdiff |
2010-08-11 |
Evan Cheng | Add ARM Archv6M and let it implies FeatureDB (having... |
tree | commitdiff |
2010-08-11 |
Evan Cheng | Add Cortex-M0 support. It's a ARMv6m device (no ARM... |
tree | commitdiff |
2010-08-11 |
Evan Cheng | - Add subtarget feature -mattr=+db which determine... |
tree | commitdiff |
2010-08-10 |
Evan Cheng | Re-apply r110655 with fixes. Epilogue must restore... |
tree | commitdiff |
2010-08-10 |
Daniel Dunbar | Revert r110655, "Fix ARM hasFP() semantics. It should... |
tree | commitdiff |
2010-08-10 |
Evan Cheng | Fix ARM hasFP() semantics. It should return true whenev... |
tree | commitdiff |
2010-07-16 |
Benjamin Kramer | Feed the right output into FileCheck. |
tree | commitdiff |
2010-07-16 |
Dale Johannesen | The SelectionDAGBuilder's handling of debug info, on... |
tree | commitdiff |
2010-07-02 |
Dale Johannesen | Propagate the AlignStack bit in InlineAsm's to the |
tree | commitdiff |
2010-07-01 |
Bob Wilson | ARM function alignments were off by a power of two... |
tree | commitdiff |
2010-06-26 |
Benjamin Kramer | Fix some tests that didn't test anything. |
tree | commitdiff |
2010-06-19 |
Evan Cheng | Disable sibcall optimization for Thumb1 for now since... |
tree | commitdiff |
2010-06-17 |
Rafael Espindola | Remove arm_apcscc from the test files. It is the defaul... |
tree | commitdiff |
2010-06-15 |
Jakob Stoklund Olesen | Remove the local register allocator. |
tree | commitdiff |
2010-05-12 |
Jakob Stoklund Olesen | Enable a bunch more -regalloc=fast tests |
tree | commitdiff |
2010-05-11 |
Evan Cheng | Select @llvm.trap to the special B with 1111 condition... |
tree | commitdiff |
2010-04-17 |
Dan Gohman | Start function numbering at 0. |
tree | commitdiff |
2010-04-07 |
Dale Johannesen | Split big test into multiple directories to cater to |
tree | commitdiff |
2010-03-10 |
Evan Cheng | Enable machine cse pass. |
tree | commitdiff |
2010-01-16 |
Bob Wilson | Run the pre-register allocation tail duplication pass... |
tree | commitdiff |
2010-01-15 |
Jim Grosbach | add testcase for r93564 |
tree | commitdiff |
2009-12-18 |
Jakob Stoklund Olesen | Add test case for the phi reuse patch. |
tree | commitdiff |
2009-11-19 |
Evan Cheng | More consistent thumb1 asm printing. |
tree | commitdiff |
2009-11-07 |
Evan Cheng | Refactor code. Fix a potential missing check. Teach... |
tree | commitdiff |
2009-10-19 |
Jim Grosbach | Enable allocation of R3 in Thumb1 |
tree | commitdiff |
2009-10-02 |
Evan Cheng | Forgot about ARM::tPUSH. It also has a new writeback... |
tree | commitdiff |
2009-10-01 |
Evan Cheng | ARM::tPOP and tPOP_RET each has an extra writeback... |
tree | commitdiff |
2009-09-09 |
Dan Gohman | Eliminate more uses of llvm-as and llvm-dis. |
tree | commitdiff |
2009-08-28 |
Evan Cheng | v4, v5 does not support sxtb / sxth. |
tree | commitdiff |
2009-08-20 |
Evan Cheng | Fix an obvious copy-n-paste bug. |
tree | commitdiff |
2009-08-13 |
Evan Cheng | tPOP_RET now has predicate operands. |
tree | commitdiff |
2009-08-13 |
Evan Cheng | It's ok to spill a tGPR register as long as it's still... |
tree | commitdiff |
2009-07-28 |
Evan Cheng | tADDrSPI doesn't have a predicate operand, but tADDhirr... |
tree | commitdiff |
2009-07-21 |
Chris Lattner | remove a very large testcase for now. |
tree | commitdiff |
2009-07-20 |
David Greene | Re-apply 75490, 75806 and 76177 with fixes and tests... |
tree | commitdiff |
2009-07-20 |
Evan Cheng | Use TII->findCommutedOpIndices to find the commute... |
tree | commitdiff |
2009-07-20 |
Evan Cheng | Fix some sub-reg coalescing bugs where the coalescer... |
tree | commitdiff |
2009-07-20 |
Evan Cheng | Restore AsmWriterEmitter.cpp back to 74742. The recent... |
tree | commitdiff |
2009-07-11 |
Evan Cheng | Smarter isel of ldrsb / ldrsh. Only make use of these... |
tree | commitdiff |
2009-07-11 |
Evan Cheng | Major changes to Thumb (not Thumb2). Many 16-bit instru... |
tree | commitdiff |
2009-07-07 |
Evan Cheng | Add missing tests. |
tree | commitdiff |
next |