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
...
*
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
2002-10-28
1
-0
/
+1
*
- Two minor improvements to the MachineInstr class to reduce footprint and
Chris Lattner
2002-10-22
1
-4
/
+4
*
Add method MachineInstr::replace to rewrite a machine instruction in place.
Vikram S. Adve
2002-09-20
1
-0
/
+16
*
Dump routine now writes out allocated register numbers if available.
Vikram S. Adve
2002-09-16
1
-4
/
+13
*
Add method MachineInstr::substituteValue() which substitutes
Vikram S. Adve
2002-08-14
1
-0
/
+29
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
1
-15
/
+2
*
*** empty log message ***
Chris Lattner
2002-07-25
1
-5
/
+5
*
Add support for marking each operand as a %hh, %hm, %lm or %lo.
Vikram S. Adve
2002-07-10
1
-34
/
+38
*
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.
Vikram S. Adve
2002-07-08
1
-11
/
+25
*
Improve printing during dumps.
Vikram S. Adve
2002-04-25
1
-28
/
+16
*
s/method/function
Chris Lattner
2002-04-08
1
-1
/
+1
*
Bug fix in setting CC register.
Vikram S. Adve
2002-03-18
1
-8
/
+11
*
* Prune #includes
Chris Lattner
2002-02-03
1
-259
/
+1
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-30
/
+23
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-2
/
+2
*
Added naming to inserted phi copy values - for easy debugging
Ruchira Sasanka
2001-11-15
1
-3
/
+3
*
Modify AllocateLocalVar method to take a size argument.
Vikram S. Adve
2001-11-15
1
-3
/
+29
*
Small changed to printing a machine operand - It the operand is a def, it prints
Ruchira Sasanka
2001-11-14
1
-2
/
+6
*
Bug fix in offset alignment computations: don't subtract the padding
Vikram S. Adve
2001-11-12
1
-37
/
+32
*
Improved printing routines.
Vikram S. Adve
2001-11-12
1
-4
/
+14
*
Adjust all stack variable offsets to be aligned by size.
Vikram S. Adve
2001-11-12
1
-13
/
+55
*
Fix errors in computing downgrowing offsets, and in
Vikram S. Adve
2001-11-11
1
-11
/
+14
*
Major overhaul of stack frame management.
Vikram S. Adve
2001-11-08
1
-20
/
+150
*
Make reg. numbers signed ints.
Vikram S. Adve
2001-11-05
1
-1
/
+1
*
Added class MachineCodeForMethod.
Vikram S. Adve
2001-10-22
1
-1
/
+39
*
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
[prev]