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
2004-03-03
Add a new constructor
Chris Lattner
2004-03-01
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2003-12-28
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-20
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner
2003-12-12
Add new getJITStubForFunction method, which may optionally be implemented by
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-10-20
Make replaceMachineCodeForFunction return void.
Brian Gaeke
2003-10-17
Add stub version of replaceMachineCodeForFunction. It will live here until
Brian Gaeke
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-01
No longer require an OptInfo
Chris Lattner
2003-08-15
Remove extraneous #include
Chris Lattner
2003-08-13
addPassesToJITCompile and addPassesToEmitMachineCode now take a
Brian Gaeke
2003-06-03
Remove noncopyableV base classes, as they were confusing the doxygen document...
Chris Lattner
2003-04-26
Remove two fields from TargetData which are target specific.
Chris Lattner
2003-01-13
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
Rename MachineOptInfo to TargetoptInfo
Chris Lattner
2002-12-28
* doxygenize comment
Chris Lattner
2002-12-24
Allow the target machines to specify endianness and pointer size
Chris Lattner
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