aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-10[SystemZ] Utilize Test Data Class instructions.Marcin Koscielnicki1-0/+3
2016-05-18Delete Reloc::Default.Rafael Espindola1-2/+11
2016-05-10CodeGen: Move TargetPassConfig from Passes.h to an own header; NFCMatthias Braun1-0/+1
2016-04-07[SystemZ] Implement conditional returnsUlrich Weigand1-2/+1
2015-12-10[PostRA scheduling] Allow a target to do scheduling when it wants post RA.Jonas Paulsson1-0/+11
2015-10-08[SystemZ] SystemZElimCompare pass improved.Jonas Paulsson1-2/+7
2015-09-16constify the Function parameter to the TTI creation callback andEric Christopher1-1/+1
2015-09-10[ADT] Switch a bunch of places in LLVM that were doing single-characterChandler Carruth1-1/+1
2015-06-11Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.Daniel Sanders1-4/+4
2015-06-11Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.Daniel Sanders1-5/+4
2015-06-10Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders1-3/+3
2015-05-05[SystemZ] Add CodeGen support for integer vector typesUlrich Weigand1-4/+59
2015-03-31[SystemZ] Provide basic TargetTransformInfo implementationUlrich Weigand1-0/+7
2015-03-12Move the DataLayout to the generic TargetMachine, making it mandatory.Mehdi Amini1-5/+5
2015-02-18[SystemZ] Support all TLS access models - CodeGen partUlrich Weigand1-0/+4
2015-01-26Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher1-0/+4
2014-12-11[CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun1-8/+6
2014-12-11This reverts commit r224043 and r224042.Rafael Espindola1-6/+8
2014-12-11[CodeGen] Add print and verify pass after each MachineFunctionPass by defaultMatthias Braun1-8/+6
2014-11-20Add out of line virtual destructors to all LLVMTargetMachine subclassesReid Kleckner1-0/+2
2014-11-13This patch changes the ownership of TLOF from TargetLoweringBase to TargetMac...Aditya Nandakumar1-0/+2
2014-07-23Enable partial libcall inlining for all targets by default.James Molloy1-1/+0
2014-07-01Move the subtarget dependent features from SystemZTargetMachineEric Christopher1-6/+1
2014-07-01Remove the use and initialization of the target machine and subtargetEric Christopher1-10/+8
2014-06-27Remove target machine caching from SystemZInstrInfo andEric Christopher1-1/+1
2014-06-27Have SystemZSelectionDAGInfo constructor take a DataLayout ratherEric Christopher1-1/+1
2014-06-05[SystemZ] Do not install IfConverter pass at -O0Ulrich Weigand1-1/+2
2014-03-06[SystemZ] Remove "virtual" from override methodsRichard Sandiford1-4/+4
2014-03-02Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper1-4/+4
2014-01-03Make the llvm mangler depend only on DataLayout.Rafael Espindola1-1/+1
2013-12-16On DataLayout, omit the default of p:64:64:64.Rafael Espindola1-1/+1
2013-12-12Simplify the SystemZ datalayout string.Rafael Espindola1-2/+1
2013-12-12Use "a" instead of "a0" in DataLayout.Rafael Espindola1-1/+1
2013-09-25[SystemZ] Add instruction-shortening passRichard Sandiford1-0/+2
2013-08-23Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford1-0/+7
2013-08-05[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford1-0/+3
2013-08-05[SystemZ] Split out comparison elimination into a separate passRichard Sandiford1-0/+22
2013-07-25[SystemZ] Add LOCR and LOCGRRichard Sandiford1-0/+7
2013-05-20[SystemZ] Add long branch passRichard Sandiford1-1/+7
2013-05-13Remove the MachineMove class.Rafael Espindola1-0/+1
2013-05-06[SystemZ] Add back endUlrich Weigand1-0/+60
2011-10-24Remove the SystemZ backend.Dan Gohman1-40/+0
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng1-1/+1
2011-07-20- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng1-4/+4
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng1-7/+4
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng1-2/+0
2011-07-08Eliminate asm parser's dependency on TargetMachine:Evan Cheng1-1/+1
2011-06-30Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng1-1/+2
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov1-1/+1
2010-11-15First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov1-1/+1