Taints the non-acquire RMW's store address with the load part
[oota-llvm.git] / lib / Target / MBlaze / MBlazeISelDAGToDAG.cpp
2013-07-25 Rafael EspindolaRemove the mblaze backend from llvm.
2013-06-19 Bill WendlingAccess the TargetLoweringInfo from the TargetMachine...
2013-06-06 Bill WendlingCache the TargetLowering info object as a pointer.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-12-12 Wesley PeckThe ADD and ADDK (and all variants) instructions where...
2010-11-12 Wesley Peck1. Finishing MBlaze MC asm parser test cases
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-04 Chris Lattnerremove dead code, mblaze uses SelectAddrRegImm/SelectAd...
2010-09-03 Jakob Stoklund OlesenRemove Predicate_* calls from MBlaze and XCore
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-03-06 Wesley PeckRe-committing the failed r97807 commit with changes...
2010-03-06 Chris Lattnerrevert r97807, it introduced build warnings.
2010-03-05 Wesley PeckReworking the stack layout that the MicroBlaze backend...
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-23 Wesley PeckAdding the MicroBlaze backend.