summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ
Commit message (Expand)AuthorAge
* Remove some empty statementsAlp Toker2014-04-19
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-15
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-04
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-29
* Remove another unused argument.Rafael Espindola2014-03-27
* Remove unused argument.Rafael Espindola2014-03-27
* [SystemZ] Use "let Predicates =" for blocks of new instructionsRichard Sandiford2014-03-21
* [SystemZ] Add support for z196 float<->unsigned conversionsRichard Sandiford2014-03-21
* Look through variables when computing relocations.Rafael Espindola2014-03-20
* [SystemZ] Move sign_extend optimization to PerformDAGCombineRichard Sandiford2014-03-07
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-07
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-06
* [SystemZ] Use "auto" for cast resultsRichard Sandiford2014-03-06
* [SystemZ] Use "for (auto" a bitRichard Sandiford2014-03-06
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-06
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Just returning false is the default.Rafael Espindola2014-02-06
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-05
* 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