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
/
CodeGen
/
TargetMachine
Age
Commit message (
Expand
)
Author
2001-08-06
Better still, lets move pathname for Burg to Makefile.common.
Vikram S. Adve
2001-08-06
Use full pathname for burg.
Vikram S. Adve
2001-07-31
Added tree nodes for Phi instructions.
Vikram S. Adve
2001-07-31
Generate dummy Phi machine instruction, plus a bug fix for BrCond(boolreg).
Vikram S. Adve
2001-07-28
Added UltraSparcInstrInfo class to specialize class MachineInstrInfo.
Vikram S. Adve
2001-07-28
Bug fixes:
Vikram S. Adve
2001-07-28
Added MachineInstrInfo class and moved instruction-related members there.
Vikram S. Adve
2001-07-23
Removal of the redundant CompileContext wrapper
Chris Lattner
2001-07-21
Eliminate lots of unnecessary #includes and forward decls
Chris Lattner
2001-07-21
Make code fit in 80 columns more
Chris Lattner
2001-07-21
Exterminate nasty Cisms
Chris Lattner
2001-07-21
Refer to include/llvm/CodeGen not Codegen
Chris Lattner
2001-07-21
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
Description of the SPARC as a target architecture.
Vikram S. Adve
2001-07-21
Base clas for a description of a target architecture.
Vikram S. Adve