Revert "[DebugInfo] Add debug locations to constant SD nodes"
[oota-llvm.git] / lib / Target / SystemZ / SystemZSelectionDAGInfo.cpp
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-19 Benjamin KramerDemote vectors to arrays. No functionality change.
2015-02-12 Benjamin KramerMathExtras: Bring Count(Trailing|Leading)Ones and Count...
2014-06-27 Eric ChristopherHave SystemZSelectionDAGInfo constructor take a DataLay...
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
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-03-06 Richard Sandiford[SystemZ] Use "auto" for cast results
2013-10-16 Richard Sandiford[SystemZ] Improve handling of SETCC
2013-09-06 Richard Sandiford[SystemZ] Use XC for a memset of 0
2013-08-28 Richard Sandiford[SystemZ] Extend memcmp support to all constant lengths
2013-08-27 Richard Sandiford[SystemZ] Extend memcpy and memset support to all const...
2013-08-20 Richard Sandiford[SystemZ] Use SRST to optimize memchr
2013-08-16 Richard Sandiford[SystemZ] Use SRST to implement strlen and strnlen
2013-08-16 Richard Sandiford[SystemZ] Use MVST to implement strcpy and stpcpy
2013-08-16 Richard Sandiford[SystemZ] Use CLST to implement strcmp
2013-08-16 Richard Sandiford[SystemZ] Fix sign of integer memcmp result
2013-08-12 Richard Sandiford[SystemZ] Use CLC and IPM to implement memcmp
2013-07-09 Richard Sandiford[SystemZ] Use "STC;MVC" for memset
2013-07-08 Richard Sandiford[SystemZ] Use MVC for memcpy
2011-10-24 Dan GohmanRemove the SystemZ backend.
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-16 Dan GohmanAdd skeleton target-specific SelectionDAGInfo files.