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
/
include
/
llvm
/
Target
/
TargetMachineImpls.h
Age
Commit message (
Expand
)
Author
2004-07-11
Delete the allocate*TargetMachine functions. Move options to a header file
Chris Lattner
2004-06-21
Spell out `NoFramePointerElim' for readability.
Misha Brukman
2004-06-21
Make a single `NoFPElim' switch available to all targets.
Misha Brukman
2004-06-16
I'm afraid this doesn't exist.
Brian Gaeke
2004-03-04
make -print-machineinstrs work for both SparcV9 and X86
Brian Gaeke
2004-02-28
Add hook for V8 target
Chris Lattner
2004-02-25
Great renaming part II: Sparc --> SparcV9 (also includes command-line options...
Brian Gaeke
2004-02-13
Make sure to provide a prototype for the cbackend
Chris Lattner
2004-02-02
Add prototype for llvm::allocatePowerPCTargetMachine().
Brian Gaeke
2003-12-28
We may now pass IntrinsicLowering implementations into these methods
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-08-24
Targets should configure themselves based on the module, not some wierd flags
Chris Lattner
2003-05-27
Allow allocation of a Sparc TargetMachine.
Misha Brukman
2002-12-24
Allow the target machines to specify endianness and pointer size
Chris Lattner
2002-10-29
Rename Sparc.h to TargetMachineImpls.h. Add hook for X86 target
Chris Lattner
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner