index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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
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