summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb
Commit message (Expand)AuthorAge
* 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
* Convert the uses of '|&' to use '2>&1 |' instead, which works on oldChandler Carruth2012-07-02
* Convert all tests using TCL-style quoting to use shell-style quoting.Chandler Carruth2012-07-02
* Make test less fragile.Evan Cheng2012-04-27
* - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2Evan Cheng2012-04-27
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Fix more places which should be checking for iOS, not darwin.Evan Cheng2012-01-04
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-27
* Reapply r143206, with fixes. Disallow physical register lifetimesDan Gohman2011-11-03
* Revert r143206, as there are still some failing tests.Dan Gohman2011-10-29
* Reapply r143177 and r143179 (reverting r143188), with schedulerDan Gohman2011-10-28
* Speculatively disable Dan's commits 143177 and 143179 to see ifDuncan Sands2011-10-28
* Eliminate LegalizeOps' LegalizedNodes map and have it just call RAUWDan Gohman2011-10-28
* Revert r141529. This is causing failures in the test-suite, like bigstack and...Bill Wendling2011-10-11
* Reapply r141365 now that PR11107 is fixed.Bill Wendling2011-10-10
* Revert r141365. It was causing MultiSource/Benchmarks/MiBench/consumer-lame toBill Wendling2011-10-10
* When getting the number of bits necessary for addressing modeBill Wendling2011-10-10
* Peephole optimization for ABS on ARM.Anton Korobeynikov2011-10-07
* Convert more tests to new atomic instructions.Eli Friedman2011-09-26
* Disable these tests harder. They're XFAIL'd, but that means they still run, andNick Lewycky2011-09-06
* Revert r131152, r129796, r129761. This code is currently consideredDan Gohman2011-09-01
* Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng2011-07-07
* Add support for the 'h' constraint.Eric Christopher2011-06-30
* rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which isChris Lattner2011-06-18
* manually upgrade a bunch of tests to modern syntax, and remove some thatChris Lattner2011-06-17
* Don't use register classes larger than TLI->getRegClassFor(VT).Jakob Stoklund Olesen2011-06-16
* FileCheck-ize test, and make it work on EABI hosts, like clang-native-arm-cor...Eli Friedman2011-06-16
* Move this test to CodeGen/Thumb. rdar://problem/9416774Stuart Hastings2011-05-11
* Fix more register and coalescing dependencies.Jakob Stoklund Olesen2011-05-04
* Be careful about scheduling nodes above previous calls. It increase usages ofEvan Cheng2011-04-26
* Make tests register allocation independent again.Jakob Stoklund Olesen2011-04-19
* Follow up on r127913. Fix Thumb revsh isel. rdar://9286766Evan Cheng2011-04-14