aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-11Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman1-1/+1
2009-11-07indicate what the native integer types for the target are.Chris Lattner1-1/+1
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner1-2/+2
2009-08-12Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner1-7/+1
2009-08-11pass the TargetTriple down from each target ctor to theChris Lattner1-1/+1
2009-08-02Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar1-14/+2
2009-08-02Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar1-1/+1
2009-08-02eliminate the TM argument to the TAI class, remove comment about supportingChris Lattner1-2/+1
2009-07-25Add new helpers for registering targets.Daniel Dunbar1-11/+4
2009-07-18Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar1-1/+0
2009-07-16UnbreakAnton Korobeynikov1-22/+18
2009-07-16Implement 'large' PIC modelAnton Korobeynikov1-0/+3
2009-07-16Preliminary asmprinting of globalsAnton Korobeynikov1-1/+1
2009-07-16Add simple frame index eliminationAnton Korobeynikov1-1/+1
2009-07-16Let's start another backend :)Anton Korobeynikov1-0/+72