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
/
MachineInstr.cpp
Age
Commit message (
Expand
)
Author
2001-09-11
Eliminate MainTreeNode function
Chris Lattner
2001-09-10
Fix a bug I introduced (assertion failed: Unknown operand type), and convert ...
Chris Lattner
2001-09-09
Implement the subset of the GetConstantValueAsSignedInt function that is need...
Chris Lattner
2001-09-09
Fix problems with freeing memory twice
Chris Lattner
2001-09-09
Fix build breakage. :(
Chris Lattner
2001-09-07
The header file for a translation unit should always be included first
Chris Lattner
2001-08-28
Moved function PrintMachineInstructions here.
Vikram S. Adve
2001-08-13
Always set isDef for operand in position resultPos.
Vikram S. Adve
2001-08-13
Changed SetMachineOpernad calls in Set3OperandsFromInstr so that the
Ruchira Sasanka
2001-08-07
*** empty log message ***
Ruchira Sasanka
2001-08-07
added a default isDef arg to SetMachineOperand method - Ruchira
Ruchira Sasanka
2001-07-31
Allow machine instructions with variable numbers of arguments.
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-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
Instruction selection via pattern matching on instruction trees using BURG.
Vikram S. Adve