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
/
MachineInstr.h
Age
Commit message (
Expand
)
Author
2001-10-11
Record implicitRefs for each machine instruction instead of
Vikram S. Adve
2001-10-10
Moved code generation support routines to InstrSelectionSupport.{h,cpp}.
Vikram S. Adve
2001-10-01
Add support for new style casts
Chris Lattner
2001-10-01
Add vector `implicitUses' to class MachineCodeForVMInstr to hold values
Vikram S. Adve
2001-09-18
--added methods to operand class to set/get registers after register allocation
Ruchira Sasanka
2001-09-18
Minor fixes: renamed target machine files; fold sched info into TargetMachine.
Vikram S. Adve
2001-09-15
added a method to get reg num after register allocation
Ruchira Sasanka
2001-09-15
-modified machine operand class - took regNum out of union to set regNum after
Ruchira Sasanka
2001-09-15
--reg alloc code added
Ruchira Sasanka
2001-09-14
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Chris Lattner
2001-09-14
Make a new llvm/Target #include directory.
Chris Lattner
2001-09-10
Update assertion to allow extra case
Chris Lattner
2001-09-09
Fix build breakage. :(
Chris Lattner
2001-09-08
*** empty log message ***
Ruchira Sasanka
2001-09-08
*** empty log message ***
Ruchira Sasanka
2001-09-08
Committed for compliation. Not yet final.
Ruchira Sasanka
2001-08-28
Added function MachineInstr::operandIsDefined(i) and decl for
Vikram S. Adve
2001-08-13
Corrected the compilation error by making the ValOperator class a friend of
Ruchira Sasanka
2001-08-09
Can't use ref to stack value!
Vikram S. Adve
2001-08-09
Needed old conditions as well as new in skipToNextVal()!
Vikram S. Adve
2001-08-08
Bug fix in ValOpIterator: not moving past operand with NULL Value.
Vikram S. Adve
2001-08-07
*** empty log message ***
Ruchira Sasanka
2001-08-07
Added isDef field to MachineOperand class - Ruchira
Ruchira Sasanka
2001-07-31
Allow machine instructions with variable numbers of arguments.
Vikram S. Adve
2001-07-30
Added class MachineCodeForBasicBlock.
Vikram S. Adve
2001-07-28
Eliminate separate enum for operand register type.
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-23
Nonpolymorphic class, doesn't need a virtual dtor!
Chris Lattner
2001-07-21
Eliminate lots of unnecessary #includes and forward decls
Chris Lattner
2001-07-21
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
Header files for the target architecture description and for instruction
Vikram S. Adve
[prev]