summaryrefslogtreecommitdiff
path: root/test/CodeGen/MBlaze
AgeCommit message (Expand)AuthorFilesLines
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky1-8/+1
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2-5/+13
2011-10-24Change the default scheduler from Latency to ILP, since LatencyDan Gohman2-15/+15
2011-04-11Add scheduling information for the MBlaze backend.Wesley Peck2-15/+9
2011-02-13fix visitShift to properly zero extend the shift amount if the provided operandChris Lattner1-2/+0
2010-12-15Lower the MBlaze target specific calling conventions for "interrupt_handler"Wesley Peck2-0/+128
2010-12-12Missed some ADDI <-> ADDIK conversions in 121649.Wesley Peck1-2/+1
2010-12-06If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...Devang Patel1-24/+19
2010-12-06Fixed reversed operands for IDIV and CMP instructions in MBlaze backend.Wesley Peck2-4/+4
2010-12-06Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.Wesley Peck1-1/+1
2010-11-21Implement branch analysis in the MBlaze backend.Wesley Peck1-1/+1
2010-10-21Recommit 116986 with capitalization typo fixed.Wesley Peck7-110/+60
2010-10-21Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck7-60/+110
2010-10-21Major update of the MicroBlaze backend. The new features are:Wesley Peck7-110/+60
2010-04-07Split big test into multiple directories to cater toDale Johannesen1-0/+33
2010-03-06Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck1-14/+14
2010-03-06revert r97807, it introduced build warnings.Chris Lattner1-14/+14
2010-03-05Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck1-14/+14
2010-02-23Adding the MicroBlaze backend.Wesley Peck14-0/+1339