Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
[oota-llvm.git] / lib / Target / ARM / ARMSelectionDAGInfo.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-02-20 Eric ChristopherGet the cached subtarget off the MachineFunction rather...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-06-12 Eric ChristopherHave ARMSelectionDAGInfo take a DataLayout as it's...
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-16 James MolloyRe-enable inline memcpy expansion for Thumb1.
2014-05-04 Saleem AbdulrasoolCodeGen: correct memset emittance for WoA
2014-04-30 Craig TopperUse makeArrayRef insted of calling ArrayRef<T> construc...
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2013-12-05 Alp TokerCorrect word hyphenations
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-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-21 Evan ChengProper support for a bastardized darwin-eabi hybird...
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2011-09-13 Jim GrosbachTidy up a few 80 column violations.
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-05-22 Renato GolinRTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-09-21 Chris Lattnerreimplement memcpy/memmove/memset lowering to use Machi...
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.