index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SystemZ
/
SystemZTargetMachine.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
1
-4
/
+4
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
1
-7
/
+4
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
1
-2
/
+0
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
1
-1
/
+1
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
1
-1
/
+2
*
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
1
-1
/
+1
*
First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...
Anton Korobeynikov
2010-11-15
1
-1
/
+1
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
1
-1
/
+1
*
indicate what the native integer types for the target are.
Chris Lattner
2009-11-07
1
-1
/
+1
*
Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.
Chris Lattner
2009-08-22
1
-2
/
+2
*
Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple
Chris Lattner
2009-08-12
1
-7
/
+1
*
pass the TargetTriple down from each target ctor to the
Chris Lattner
2009-08-11
1
-1
/
+1
*
Move most targets TargetMachine constructor to only taking a target triple.
Daniel Dunbar
2009-08-02
1
-14
/
+2
*
Normalize Subtarget constructors to take a target triple string instead of
Daniel Dunbar
2009-08-02
1
-1
/
+1
*
eliminate the TM argument to the TAI class, remove comment about supporting
Chris Lattner
2009-08-02
1
-2
/
+1
*
Add new helpers for registering targets.
Daniel Dunbar
2009-07-25
1
-11
/
+4
*
Put Target definitions inside Target specific header, and llvm namespace.
Daniel Dunbar
2009-07-18
1
-1
/
+0
*
Unbreak
Anton Korobeynikov
2009-07-16
1
-22
/
+18
*
Implement 'large' PIC model
Anton Korobeynikov
2009-07-16
1
-0
/
+3
*
Preliminary asmprinting of globals
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Add simple frame index elimination
Anton Korobeynikov
2009-07-16
1
-1
/
+1
*
Let's start another backend :)
Anton Korobeynikov
2009-07-16
1
-0
/
+72