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-27
I suck
Chris Lattner
2001-08-27
Initial checkin of TargetData code
Chris Lattner
2001-08-27
Convert to use the new factored out TargetData class
Chris Lattner
2001-08-27
Factor code out to the TargetData class
Chris Lattner
2001-08-25
Remove explicit source list
Chris Lattner
2001-08-13
Changed case 64 to make the first arg of phi a defintion
Ruchira Sasanka
2001-08-06
Add CC operand as 4th operand of SUBcc, and mark it as a def.
Vikram S. Adve
2001-08-06
Also, move burg rule to Makefile.common.
Vikram S. Adve
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