summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"Matt Arsenault2019-09-191-4/+4
* Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"Hans Wennborg2019-09-191-4/+4
* GlobalISel: Don't materialize immarg arguments to intrinsicsMatt Arsenault2019-09-191-4/+4
* [SystemZ] Do not return INT_MIN from strcmp/memcmpUlrich Weigand2019-02-061-8/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SystemZ] Do not use glue to represent condition code dependenciesUlrich Weigand2018-04-301-18/+17
* [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,...Justin Lebar2016-07-151-11/+8
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-45/+38
* Remove getDataLayout() from TargetSelectionDAGInfo (had no users)Mehdi Amini2015-07-091-6/+0
* Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"Sergey Dmitrouk2015-04-281-20/+22
* Revert "[DebugInfo] Add debug locations to constant SD nodes"Daniel Jasper2015-04-281-22/+20
* [DebugInfo] Add debug locations to constant SD nodesSergey Dmitrouk2015-04-281-20/+22
* Demote vectors to arrays. No functionality change.Benjamin Kramer2015-02-191-6/+3
* MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...Benjamin Kramer2015-02-121-1/+1
* Have SystemZSelectionDAGInfo constructor take a DataLayout ratherEric Christopher2014-06-271-4/+2
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-061-1/+1
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-261-1/+1
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [SystemZ] Use "auto" for cast resultsRichard Sandiford2014-03-061-5/+5
* [SystemZ] Improve handling of SETCCRichard Sandiford2013-10-161-1/+1
* [SystemZ] Use XC for a memset of 0Richard Sandiford2013-09-061-8/+21
* [SystemZ] Extend memcmp support to all constant lengthsRichard Sandiford2013-08-281-9/+26
* [SystemZ] Extend memcpy and memset support to all constant lengthsRichard Sandiford2013-08-271-24/+40
* [SystemZ] Use SRST to optimize memchrRichard Sandiford2013-08-201-0/+30
* [SystemZ] Use SRST to implement strlen and strnlenRichard Sandiford2013-08-161-0/+34
* [SystemZ] Use MVST to implement strcpy and stpcpyRichard Sandiford2013-08-161-0/+11
* [SystemZ] Use CLST to implement strcmpRichard Sandiford2013-08-161-10/+27
* [SystemZ] Fix sign of integer memcmp resultRichard Sandiford2013-08-161-7/+8
* [SystemZ] Use CLC and IPM to implement memcmpRichard Sandiford2013-08-121-0/+27
* [SystemZ] Use "STC;MVC" for memsetRichard Sandiford2013-07-091-0/+81
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-081-0/+46
* Remove the SystemZ backend.Dan Gohman2011-10-241-23/+0
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-2/+3
* Add skeleton target-specific SelectionDAGInfo files.Dan Gohman2010-04-161-0/+22
OpenPOWER on IntegriCloud