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
/
TargetMachine.h
Age
Commit message (
Expand
)
Author
2002-12-04
Expose target data through a method for uniformity
Chris Lattner
2002-12-02
The hopefully final version of addPassesToEmitMachineCode which does not
Chris Lattner
2002-12-02
Add comment about ownership semantics
Chris Lattner
2002-12-02
Add stub to emit machine code for JIT
Chris Lattner
2002-11-20
MRegisterInfo.h - Added prototypes for functions we need to map a register to
Misha Brukman
2002-10-30
Add new optional getRegisterInfo to TargetMachine
Chris Lattner
2002-10-29
Eliminate virtual methods that are sparc specific
Chris Lattner
2002-10-29
* Privatize the TargetName
Chris Lattner
2002-10-29
Allow TargetMachine to refuse static code gen
Chris Lattner
2002-10-29
Add hook for JIT compiler
Chris Lattner
2002-10-28
* Doxygenify comments
Chris Lattner
2002-09-20
Added class MachineOptInfo as interface to target-specific
Vikram S. Adve
2002-09-16
*** empty log message ***
Vikram S. Adve
2002-05-19
Added parameter IntRegSize for standard general-purpose register size.
Vikram S. Adve
2002-04-28
Use forward decl instead of #include
Chris Lattner
2002-02-03
Revamp compilation to be pass based instead of being monolithic so that
Chris Lattner
2002-02-03
Add methods to TargetMachine to:
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-09
Added class MachineCacheInfo.
Vikram S. Adve
2001-11-08
Add handle to object MachineFrameInfo.
Vikram S. Adve
2001-10-15
Be const correct
Chris Lattner
2001-09-19
Add emitAssembly Method
Chris Lattner
2001-09-18
Make class TargetMachine the common interface to all target-dependent
Vikram S. Adve