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
/
CodeGen
/
TargetMachine.h
Age
Commit message (
Expand
)
Author
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-14
Checkin changes to:
Chris Lattner
2001-09-14
This checkin represents some cleanup of the backend, implementing the followi...
Chris Lattner
2001-09-08
Committed for compliation. Not yet final.
Ruchira Sasanka
2001-08-31
*** empty log message ***
Ruchira Sasanka
2001-08-28
Added class MachineSchedInfo and several supporting classes
Vikram S. Adve
2001-08-27
Use the new TargetData class to factor out some of the shared code
Chris Lattner
2001-07-31
Allow numOperands of -1 for variable #operands.
Vikram S. Adve
2001-07-28
Added MachineInstrInfo class and moved instruction-related members there.
Vikram S. Adve
2001-07-23
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-21
Eliminate lots of unnecessary #includes and forward decls
Chris Lattner
2001-07-21
Header files for the target architecture description and for instruction
Vikram S. Adve