aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2010-12-21rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner
2010-12-12The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck
2010-11-121. Finishing MBlaze MC asm parser test casesWesley Peck
2010-11-08Adding working version of assembly parser for the MBlaze backendWesley Peck
2010-09-21fix a long standing wart: all the ComplexPattern's were beingChris Lattner
2010-09-04remove dead code, mblaze uses SelectAddrRegImm/SelectAddrRegReg,Chris Lattner
2010-09-03Remove Predicate_* calls from MBlaze and XCoreJakob Stoklund Olesen
2010-04-17Use const qualifiers with TargetLowering. This eliminates severalDan Gohman
2010-03-06Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck
2010-03-06revert r97807, it introduced build warnings.Chris Lattner
2010-03-05Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck
2010-03-02Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner
2010-02-23Adding the MicroBlaze backend.Wesley Peck