Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
[oota-llvm.git] / lib / Target / MSP430 / MSP430ISelDAGToDAG.cpp
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-01-29 Eric ChristopherRemove unnecessary calls to getSubtarget/getSubtargetIm...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-27 Craig TopperConvert SelectionDAG::SelectNodeTo to use ArrayRef.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
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-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...
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-12 Michael LiaoFix PR11985
2010-09-21 Chris Lattnerfix a long standing wart: all the ComplexPattern's...
2010-09-04 Chris Lattnerzap dead code.
2010-07-06 Devang PatelPropagate debug loc.
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-03-02 Chris Lattnerremove 300 lines of code that is now dead in the MSP430...
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-01-05 Dan GohmanChange SelectCode's argument from SDValue to SDNode...
2009-12-28 Bill WendlingRemove dead variable.
2009-12-13 Anton KorobeynikovDo not allow uninitialize access during debug printing
2009-11-20 Dan GohmanUpdate for new getBlockAddress signature.
2009-11-10 Jeffrey YasskinFix DenseMap iterator constness.
2009-11-08 Anton KorobeynikovFix invalid operand updates & implement post-inc memory...
2009-11-07 Anton KorobeynikovFirst try of the post-inc operands handling... Not...
2009-11-07 Anton KorobeynikovAdd some dummy support for post-incremented loads
2009-11-07 Anton KorobeynikovInitial support for addrmode handling. Tests by Brian...
2009-11-05 Dan GohmanRemove uninteresting and confusing debug output.
2009-10-22 Benjamin KramerShift art to the right to keep GCC from complaining...
2009-10-22 Anton KorobeynikovUse special DAG-to-DAG preprocessing to allow mem-mem...
2009-10-21 Anton KorobeynikovAdd DAG printing for RMW stuff debugging
2009-10-21 Anton KorobeynikovRMW preprocessing stuff was incorrect. Grab the stuff...
2009-10-11 Anton KorobeynikovAdd MSP430 mem-mem insts support. Patch by Brian Lucas...
2009-10-11 Anton KorobeynikovImplement 'm' memory operand properly
2009-09-25 Dan GohmanRename getTargetNode to getMachineNode, for consistency...
2009-08-23 Daniel DunbarFix some refactos for iostream changes (in -Asserts...
2009-08-23 Chris Lattnereliminate the last DOUTs from the targets.
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-08 Torok EdwinImplement changes from Chris's feedback.
2009-05-04 Mike StumpRestore minor deletion.
2009-05-03 Anton KorobeynikovUpdate due to mainline API change
2009-05-03 Anton KorobeynikovAdd 8bit shifts
2009-05-03 Anton KorobeynikovProperly handle ExternalSymbol's
2009-05-03 Anton KorobeynikovSmall tweaking
2009-05-03 Anton KorobeynikovProper handle loading of effective address of stack...
2009-05-03 Anton KorobeynikovMatch frame indexes
2009-05-03 Anton KorobeynikovReverse order of memory arguments
2009-05-03 Anton KorobeynikovCorrect asmprinting of memory operands
2009-05-03 Anton KorobeynikovMatch wrapper node for address
2009-05-03 Anton KorobeynikovBasic support for mem=>reg moves
2009-05-03 Anton KorobeynikovClearify the usage and add some debug stuff
2009-05-03 Anton KorobeynikovCleanup
2009-05-03 Anton KorobeynikovDummy MSP430 backend