Merging r261039:
[oota-llvm.git] / lib / Target / X86 / X86SelectionDAGInfo.cpp
2015-12-04 Sanjay Patelfix formatting; NFC
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-07 Reid Kleckner[WinEH] Make llvm.x86.seh.restoreframe work for stack...
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-04-13 Krzysztof ParzyszekAllow memory intrinsics to be tail calls
2015-03-07 Benjamin KramerMake constant arrays that are passed to functions as...
2015-02-02 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2014-08-29 Reid KlecknerX86: Fix conflict over ESI between base register and...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
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-06 Eric ChristopherRemove all local variables from X86SelectionDAGInfo...
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-26 Hans WennborgRevert "X86 memcpy lowering: use "rep movs" even when...
2014-03-18 Hans WennborgX86 memcpy lowering: use "rep movs" even when esi is...
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-02-13 Benjamin KramerX86: Disable generation of rep;movsl when %esi is used...
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-08-01 Chad RosierWhitespace.
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...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2010-12-21 Chris Lattnerrename MVT::Flag to MVT::Glue. "Flag" is a terrible...
2010-11-04 Duncan SandsWhen passing a huge parameter using the byval mechanism...
2010-09-21 Chris LattnerFix a bug where the x86 backend would lower memcpy...
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.