aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-211-1/+1
* The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck2010-12-121-1/+1
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-121-4/+4
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-11/+4
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-211-5/+5
* remove dead code, mblaze uses SelectAddrRegImm/SelectAddrRegReg,Chris Lattner2010-09-041-54/+0
* Remove Predicate_* calls from MBlaze and XCoreJakob Stoklund Olesen2010-09-031-1/+1
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-171-1/+0
* Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck2010-03-061-4/+4
* revert r97807, it introduced build warnings.Chris Lattner2010-03-061-4/+4
* Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck2010-03-051-4/+4
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-021-32/+3
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+368