index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SystemZ
/
SystemZTargetMachine.cpp
Age
Commit message (
Expand
)
Author
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-20
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-19
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-14
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-08
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-06-30
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2010-11-15
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2009-11-07
indicate what the native integer types for the target are.
Chris Lattner
2009-08-22
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-12
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-11
pass the TargetTriple down from each target ctor to the
Chris Lattner
2009-08-02
Move most targets TargetMachine constructor to only taking a target triple.
Daniel Dunbar
2009-08-02
Normalize Subtarget constructors to take a target triple string instead of
Daniel Dunbar
2009-08-02
eliminate the TM argument to the TAI class, remove comment about supporting
Chris Lattner
2009-07-25
Add new helpers for registering targets.
Daniel Dunbar
2009-07-18
Put Target definitions inside Target specific header, and llvm namespace.
Daniel Dunbar
2009-07-16
Unbreak
Anton Korobeynikov
2009-07-16
Implement 'large' PIC model
Anton Korobeynikov
2009-07-16
Preliminary asmprinting of globals
Anton Korobeynikov
2009-07-16
Add simple frame index elimination
Anton Korobeynikov
2009-07-16
Let's start another backend :)
Anton Korobeynikov