summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SystemZ
Commit message (Expand)AuthorAgeFilesLines
* Fix pr19645.Rafael Espindola2014-05-031-1/+1
* Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...Craig Topper2014-04-301-2/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-293-3/+3
* [C++] Use 'nullptr'.Craig Topper2014-04-282-2/+2
* Convert SelectionDAG::getMergeValues to use ArrayRef.Craig Topper2014-04-271-6/+6
* Convert getMemIntrinsicNode to take ArrayRef of SDValue instead of pointer an...Craig Topper2014-04-261-4/+2
* Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.Craig Topper2014-04-262-11/+9
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-258-34/+36
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-1/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-227-12/+14
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-224-8/+8
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-213-0/+6
* Remove some empty statementsAlp Toker2014-04-191-1/+1
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-151-2/+2
* [MC] Require an MCContext when constructing an MCDisassembler.Lang Hames2014-04-151-4/+5
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-102-2/+2
* Make consistent use of MCPhysReg instead of uint16_t throughout the tree.Craig Topper2014-04-043-4/+4
* Completely rewrite ELFObjectWriter::RecordRelocation.Rafael Espindola2014-03-292-20/+3
* Remove another unused argument.Rafael Espindola2014-03-271-3/+3
* Remove unused argument.Rafael Espindola2014-03-271-6/+3
* [SystemZ] Use "let Predicates =" for blocks of new instructionsRichard Sandiford2014-03-212-18/+15
* [SystemZ] Add support for z196 float<->unsigned conversionsRichard Sandiford2014-03-212-5/+49
* Look through variables when computing relocations.Rafael Espindola2014-03-201-3/+1
* [SystemZ] Move sign_extend optimization to PerformDAGCombineRichard Sandiford2014-03-072-36/+37
* Replace PROLOG_LABEL with a new CFI_INSTRUCTION.Rafael Espindola2014-03-071-23/+20
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-0621-256/+213
* [SystemZ] Use "auto" for cast resultsRichard Sandiford2014-03-069-84/+75
* [SystemZ] Use "for (auto" a bitRichard Sandiford2014-03-065-53/+39
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-0621-612/+613
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-023-7/+6
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-0218-161/+144
* Just returning false is the default.Rafael Espindola2014-02-061-4/+0
* Add address space argument to allowsUnalignedMemoryAccess.Matt Arsenault2014-02-052-2/+3
* Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()David Woodhouse2014-01-281-29/+44
* Explictly pass MCSubtargetInfo to MCCodeEmitter::EncodeInstruction()David Woodhouse2014-01-281-2/+4
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-282-2/+2
* Pass a MCSubtargetInfo down to the TargetStreamer creation.Rafael Espindola2014-01-261-0/+1
* Construct the MCStreamer before constructing the MCTargetStreamer.Rafael Espindola2014-01-261-1/+1
* Fix known typosAlp Toker2014-01-243-3/+3
* [SystemZ] Optimize (sext (ashr (shl ...), ...))Richard Sandiford2014-01-132-0/+36
* [SystemZ] Fix RNSBG bug introduced by r197802Richard Sandiford2014-01-091-8/+10
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-072-2/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-075-5/+4
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-1/+1
* Fix typo.Richard Sandiford2013-12-241-1/+1
* [SystemZ] Use interlocked-access 1 instructions for CodeGenRichard Sandiford2013-12-245-69/+118
* [SystemZ] Add MC support for interlocked-access 1 instructionsRichard Sandiford2013-12-245-3/+41
* [SystemZ] Optimize comparisons with truncated extended loadsRichard Sandiford2013-12-201-2/+24
* [SystemZ] Extend RISBG optimizationRichard Sandiford2013-12-201-3/+17
* On DataLayout, omit the default of p:64:64:64.Rafael Espindola2013-12-161-1/+1
OpenPOWER on IntegriCloud