summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeISelDAGToDAG.cpp
Commit message (Expand)AuthorAge
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Access the TargetLoweringInfo from the TargetMachine object instead of cachin...Bill Wendling2013-06-19
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-06
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-19
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* rename MVT::Flag to MVT::Glue. "Flag" is a terrible name forChris Lattner2010-12-21
* The ADD and ADDK (and all variants) instructions where flip-flopped in the MB...Wesley Peck2010-12-12
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-12
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-08
* fix a long standing wart: all the ComplexPattern's were beingChris Lattner2010-09-21
* remove dead code, mblaze uses SelectAddrRegImm/SelectAddrRegReg,Chris Lattner2010-09-04
* Remove Predicate_* calls from MBlaze and XCoreJakob Stoklund Olesen2010-09-03
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Re-committing the failed r97807 commit with changes to eliminate warnings.Wesley Peck2010-03-06
* revert r97807, it introduced build warnings.Chris Lattner2010-03-06
* Reworking the stack layout that the MicroBlaze backend generates.Wesley Peck2010-03-05
* Sink InstructionSelect() out of each target into SDISel, and rename itChris Lattner2010-03-02
* Adding the MicroBlaze backend.Wesley Peck2010-02-23