[OCaml] (PR16318) Add missing argument to Llvm.const_intcast
[oota-llvm.git] / test / CodeGen / Thumb /
2013-10-17 David Peixotto17309 ARM backend incorrectly lowers COPY_STRUCT_BYVAL_...
2013-08-28 Tim NorthoverARM: Use "dmb sy" for barriers on M-class CPUs
2013-08-26 Manman RenDebug Info: add an identifier field to DICompositeType.
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-07-29 Manman RenDebug Info: update testing cases to pass verifier.
2013-07-25 Manman RenDebug Info: improve the verifier to check field types.
2013-07-24 Manman RenDebug Info: improve the Finder.
2013-07-22 Mihai PopaThis adds range checking for "ldr Rn, [pc, #imm]" Thumb
2013-07-14 Stephen LinMass update to CodeGen tests to use CHECK-LABEL for...
2013-07-13 Stephen LinConvert CodeGen/*/*.ll tests to use the new CHECK-LABEL...
2013-04-30 Hal FinkelLocalStackSlotAllocation improvements
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-18 David BlaikieRemove unnecessary leading comment characters in lit...
2013-03-18 David BlaikieInclude '.test' suffix in target specific lit configs...
2013-03-11 David BlaikieRemove duplicate test contents.
2013-03-05 NAKAMURA Takumillvm/test/CodeGen/Thumb/iabs.ll: Add explicit -mtriple...
2013-03-04 Eli BenderskyReapply r176381, writing the CHECKs in a more forgiving...
2013-03-02 Michael GottesmanRevert "Rewrite a test to count emitted instructions...
2013-03-01 Eli BenderskyRewrite a test to count emitted instructions without...
2013-02-20 Logan ChienFix thumbv5e frame lowering assertion failure.
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-11-10 Evan ChengConvert an improper CodeGen test to a MC test.
2012-11-10 Evan Chengxfail a bad test. This is a MC test but it's dependent...
2012-09-01 Logan ChienFix Thumb2 fixup kind in the integrated-as.
2012-07-02 Chandler CarruthFix the remaining TCL-style quotes found in the testsui...
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Chandler CarruthConvert all tests using TCL-style quoting to use shell...
2012-04-27 Evan ChengMake test less fragile.
2012-04-27 Evan Cheng- thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-04 Evan ChengFix more places which should be checking for iOS, not...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-03 Dan GohmanReapply r143206, with fixes. Disallow physical register...
2011-10-29 Dan GohmanRevert r143206, as there are still some failing tests.
2011-10-28 Dan GohmanReapply r143177 and r143179 (reverting r143188), with...
2011-10-28 Duncan SandsSpeculatively disable Dan's commits 143177 and 143179...
2011-10-28 Dan GohmanEliminate LegalizeOps' LegalizedNodes map and have...
2011-10-11 Bill WendlingRevert r141529. This is causing failures in the test...
2011-10-10 Bill WendlingReapply r141365 now that PR11107 is fixed.
2011-10-10 Bill WendlingRevert r141365. It was causing MultiSource/Benchmarks...
2011-10-10 Bill WendlingWhen getting the number of bits necessary for addressin...
2011-10-07 Anton KorobeynikovPeephole optimization for ABS on ARM.
2011-09-26 Eli FriedmanConvert more tests to new atomic instructions.
2011-09-06 Nick LewyckyDisable these tests harder. They're XFAIL'd, but that...
2011-09-01 Dan GohmanRevert r131152, r129796, r129761. This code is currentl...
2011-07-07 Evan ChengChange some ARM subtarget features to be single bit...
2011-06-30 Eric ChristopherAdd support for the 'h' constraint.
2011-06-18 Chris Lattnerrip out a ton of intrinsic modernization logic from...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
2011-06-16 Jakob Stoklund OlesenDon't use register classes larger than TLI->getRegClass...
2011-06-16 Eli FriedmanFileCheck-ize test, and make it work on EABI hosts...
2011-05-11 Stuart HastingsMove this test to CodeGen/Thumb. rdar://problem/9416774
2011-05-04 Jakob Stoklund OlesenFix more register and coalescing dependencies.
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-19 Jakob Stoklund OlesenMake tests register allocation independent again.
2011-04-14 Evan ChengFollow up on r127913. Fix Thumb revsh isel. rdar:/...
2011-03-31 Jakob Stoklund OlesenFix Thumb and Thumb2 tests to be register allocator...
2011-03-31 Jakob Stoklund OlesenProvide a legal pointer register class when targeting...
2011-03-11 Cameron ZwarichRoll r127459 back in:
2011-03-11 Daniel DunbarRevert r127459, "Optimize trivial branches in CodeGenPr...
2011-03-11 Cameron ZwarichOptimize trivial branches in CodeGenPrepare, which...
2011-01-20 Evan ChengSorry, several patches in one.
2011-01-16 Evan ChengSpill R4 if it's going to be used to restore SP from FP.
2010-12-15 Jim GrosbachThumb1 had two patterns for the same load-from-constant...
2010-12-06 Devang PatelIf dbg_declare() or dbg_value() is not lowered by isel...
2010-11-22 Evan ChengFix epilogue codegen to avoid leaving the stack pointer...
2010-11-17 Dale JohannesenThese tests are looking for library function names...
2010-11-09 Bob WilsonDo not use MEMBARRIER_MCR for any Thumb code.
2010-10-30 Bob WilsonOverhaul memory barriers in the ARM backend. Radar...
2010-09-30 Jakob Stoklund OlesenTry again to disable critical edge splitting in CodeGen...
2010-09-27 Jakob Stoklund OlesenRevert "Disable codegen prepare critical edge splitting...
2010-09-23 Evan ChengDisable codegen prepare critical edge splitting. Machin...
2010-09-08 Jim GrosbachRe-enable usage of the ARM base pointer. r113394 fixed...
2010-09-08 Jim Grosbachdisable for the moment while tracking down a few Thumb2...
2010-09-03 Jim GrosbachRe-apply r112883:
2010-09-03 Daniel DunbarRevert "For ARM stack frames that utilize variable...
2010-09-02 Jim GrosbachFor ARM stack frames that utilize variable sized object...
2010-08-31 Jim GrosbachUpdate test for 112609
2010-08-30 Duncan SandsCorrect bogus module triple specifications.
2010-08-26 Jim GrosbachEnable pre-RA virtual frame base register allocation...
2010-08-11 Evan ChengFix test and re-enable it.
2010-08-11 Dan GohmanTemporarily disable some failing tests, until they...
2010-08-11 Evan ChengAdd ARM Archv6M and let it implies FeatureDB (having...
2010-08-11 Evan ChengAdd Cortex-M0 support. It's a ARMv6m device (no ARM...
2010-08-11 Evan Cheng- Add subtarget feature -mattr=+db which determine...
2010-08-10 Evan ChengRe-apply r110655 with fixes. Epilogue must restore...
2010-08-10 Daniel DunbarRevert r110655, "Fix ARM hasFP() semantics. It should...
2010-08-10 Evan ChengFix ARM hasFP() semantics. It should return true whenev...
2010-07-16 Benjamin KramerFeed the right output into FileCheck.
2010-07-16 Dale JohannesenThe SelectionDAGBuilder's handling of debug info, on...
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-01 Bob WilsonARM function alignments were off by a power of two...
2010-06-26 Benjamin KramerFix some tests that didn't test anything.
2010-06-19 Evan ChengDisable sibcall optimization for Thumb1 for now since...
2010-06-17 Rafael EspindolaRemove arm_apcscc from the test files. It is the defaul...
2010-06-15 Jakob Stoklund OlesenRemove the local register allocator.
next