Make TargetLowering::getPointerTy() taking DataLayout as an argument
[oota-llvm.git] / lib / Target / XCore / XCoreISelDAGToDAG.cpp
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
2015-02-02 Eric ChristopherRemove unused class variable.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-03-06 Richard Osborne[XCore] Add support for the "m" inline asm constraint.
2013-07-02 Richard Osborne[XCore] Fix instruction selection for zext, mkmsk instr...
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-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-04 Richard Osborne[XCore] Make use of the target independent global addre...
2013-04-19 Michael LiaoArrayRefize getMachineNode(). No functionality change.
2013-01-25 Richard OsborneFix order of operands for crc8_l4r
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...
2011-12-15 Richard OsbornePass optLevel to XCoreDAGToDAGISel.
2011-11-01 Richard OsborneDon't fold negative offsets into cp / dp accesses to...
2011-09-12 Richard OsborneAssociate a MemOperand with LDWCP nodes introduced...
2011-05-31 Richard OsborneAdd XCore intrinsic for crc8.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-03-16 Richard OsborneAdd checkevent intrinsic to check if any resources...
2011-03-15 Richard OsborneDon't indent cases in a switch, no functionality change.
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
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-11 Richard OsborneRemove dead code. (S|U)MUL_LO is now lowered to LMUL...
2010-03-10 Richard OsbornePrefer LMUL to MACCU as LMUL has no tied operands.
2010-03-10 Richard OsborneLower add (mul a, b), c into MACCU / MACCS nodes which...
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-01 Chris Lattnerstop using generated sdnodexforms.
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-10-06 Richard OsborneRemove xs1a subtarget. xs1a is a preproduction device...
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2009-01-15 Richard OsborneDon't fold address calculations which use negative...
2008-11-07 Richard OsborneFix compile warnings.
2008-11-07 Richard OsborneAdd XCore backend.