aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
AgeCommit message (Expand)AuthorFilesLines
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