aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/MBlaze
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-181-1/+1
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-181-1/+1
* Remove duplicate test contents.David Blaikie2013-03-112-28/+1
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-162-5/+13
* Change the default scheduler from Latency to ILP, since LatencyDan Gohman2011-10-242-15/+15
* Add scheduling information for the MBlaze backend.Wesley Peck2011-04-112-15/+9
* fix visitShift to properly zero extend the shift amount if the provided operandChris Lattner2011-02-131-2/+0
* Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2010-12-152-0/+128
* Missed some ADDI <-> ADDIK conversions in 121649.Wesley Peck2010-12-121-2/+1
* If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel2010-12-061-24/+19
* Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.Wesley Peck2010-12-062-4/+4
* Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.Wesley Peck2010-12-061-1/+1
* Implement branch analysis in the MBlaze backend.Wesley Peck2010-11-211-1/+1
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-217-110/+60
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-217-60/+110
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-217-110/+60
* Split big test into multiple directories to cater toDale Johannesen2010-04-071-0/+33
* Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck2010-03-061-14/+14
* revert r97807, it introduced build warnings.Chris Lattner2010-03-061-14/+14
* Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck2010-03-051-14/+14
* Adding the MicroBlaze backend.Wesley Peck2010-02-2314-0/+1339