aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-191-1/+2
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-061-1/+1
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-1/+1
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
* 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