summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ
Commit message (Expand)AuthorAge
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-28
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-28
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-26
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-26
* Fix known typosAlp Toker2014-01-24
* [SystemZ] Optimize (sext (ashr (shl ...), ...))Richard Sandiford2014-01-13
* [SystemZ] Fix RNSBG bug introduced by r197802Richard Sandiford2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Fix typo.Richard Sandiford2013-12-24
* [SystemZ] Use interlocked-access 1 instructions for CodeGenRichard Sandiford2013-12-24
* [SystemZ] Add MC support for interlocked-access 1 instructionsRichard Sandiford2013-12-24
* [SystemZ] Optimize comparisons with truncated extended loadsRichard Sandiford2013-12-20
* [SystemZ] Extend RISBG optimizationRichard Sandiford2013-12-20
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-16
* [SystemZ] Optimize X [!=]= Y in cases where X - Y or Y - X is also computedRichard Sandiford2013-12-13
* [SystemZ] Make more use of TMHHRichard Sandiford2013-12-13
* [SystemZ] Extend integer absolute selectionRichard Sandiford2013-12-13
* [SystemZ] Add a structure to represent a selected comparisonRichard Sandiford2013-12-13
* [SystemZ] Make more use of LTGFRRichard Sandiford2013-12-13
* Simplify the SystemZ datalayout string.Rafael Espindola2013-12-12
* Use "a" instead of "a0" in DataLayout.Rafael Espindola2013-12-12
* [SystemZ] Optimize fcmp X, 0 in cases where X is also negatedRichard Sandiford2013-12-11
* Prune redundant dependencies in LLVMBuild.txt.NAKAMURA Takumi2013-12-11
* Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford2013-12-10
* Add TargetLowering::prepareVolatileOrAtomicLoadRichard Sandiford2013-12-10
* Add proper dependencies to LLVMBuild.txt in llvm/lib.NAKAMURA Takumi2013-12-10
* [SystemZ] Use LOAD AND TEST for comparisons with -0Richard Sandiford2013-12-06
* [SystemZ] Extend the use of C(L)GFRRichard Sandiford2013-12-06
* [SystemZ] Optimize selects between 0 and -1Richard Sandiford2013-12-06
* [SystemZ] Fix choice of known-zero mask in insertion optimizationRichard Sandiford2013-12-03
* Refactor the setting of PrivateGlobalPrefix.Rafael Espindola2013-12-02
* Change the default of AsmWriterClassName and isMCAsmWriter.Rafael Espindola2013-12-02
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-28
* [CMake] Prune include_directories() in llvm/lib/Target, take #2.NAKAMURA Takumi2013-11-28
* Don't set GlobalPrefix to the default value.Rafael Espindola2013-11-27
* [SystemZ] Fix incorrect use of RISBG for a zero-extended right shiftRichard Sandiford2013-11-26
* [SystemZ] Fix TMHH and TMHL usage for z10 with -O0Richard Sandiford2013-11-22
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-19
* Revert r194865 and r194874.Alexey Samsonov2013-11-18
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-15
* [SystemZ] Add the general form of BCRRichard Sandiford2013-11-13
* [SystemZ] Handle vectors in getSetCCResultTypeRichard Sandiford2013-11-06
* [SystemZ] Automatically detect zEC12 and z196 hostsRichard Sandiford2013-10-31
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* The AsmPrinter has a Mangler. Use it.Rafael Espindola2013-10-29
* [SystemZ] Set usaAA to trueRichard Sandiford2013-10-28
* [SystemZ] Handle extensions in RxSBG optimizationsRichard Sandiford2013-10-16