index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineInstr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added implict operand printing for operator( ostream, MachineInstr&)
Ruchira Sasanka
2001-10-18
1
-0
/
+20
*
1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Vikram S. Adve
2001-10-17
1
-2
/
+3
*
Moved code generation support routines to InstrSelectionSupport.cpp.
Vikram S. Adve
2001-10-10
1
-215
/
+0
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-4
/
+4
*
Improved dump for disp type operand.
Vikram S. Adve
2001-09-30
1
-1
/
+7
*
Minor changes.
Vikram S. Adve
2001-09-18
1
-99
/
+93
*
added setRegForValue to MachineOperand class
Ruchira Sasanka
2001-09-15
1
-1
/
+26
*
Eliminate MainTreeNode function
Chris Lattner
2001-09-11
1
-1
/
+2
*
Fix a bug I introduced (assertion failed: Unknown operand type), and convert ...
Chris Lattner
2001-09-10
1
-16
/
+11
*
Implement the subset of the GetConstantValueAsSignedInt function that is need...
Chris Lattner
2001-09-09
1
-19
/
+32
*
Fix problems with freeing memory twice
Chris Lattner
2001-09-09
1
-40
/
+37
*
Fix build breakage. :(
Chris Lattner
2001-09-09
1
-3
/
+3
*
The header file for a translation unit should always be included first
Chris Lattner
2001-09-07
1
-8
/
+2
*
Moved function PrintMachineInstructions here.
Vikram S. Adve
2001-08-28
1
-5
/
+37
*
Always set isDef for operand in position resultPos.
Vikram S. Adve
2001-08-13
1
-7
/
+10
*
Changed SetMachineOpernad calls in Set3OperandsFromInstr so that the
Ruchira Sasanka
2001-08-13
1
-4
/
+4
*
*** empty log message ***
Ruchira Sasanka
2001-08-07
1
-1
/
+1
*
added a default isDef arg to SetMachineOperand method - Ruchira
Ruchira Sasanka
2001-08-07
1
-3
/
+6
*
Allow machine instructions with variable numbers of arguments.
Vikram S. Adve
2001-07-31
1
-1
/
+12
*
Eliminate separate enum for operand register type.
Vikram S. Adve
2001-07-28
1
-73
/
+63
*
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
Chris Lattner
2001-07-23
1
-4
/
+0
*
Eliminate lots of unnecessary #includes and forward decls
Chris Lattner
2001-07-21
1
-14
/
+2
*
Renamed include/llvm/Codegen to include/llvm/CodeGen
Chris Lattner
2001-07-21
1
-2
/
+2
*
Instruction selection via pattern matching on instruction trees using BURG.
Vikram S. Adve
2001-07-21
1
-0
/
+344