index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-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
[prev]