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
2002-04-25
Improve printing during dumps.
Vikram S. Adve
2002-04-08
s/method/function
Chris Lattner
2002-03-18
Bug fix in setting CC register.
Vikram S. Adve
2002-02-03
* Prune #includes
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-04
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-11-15
Added naming to inserted phi copy values - for easy debugging
Ruchira Sasanka
2001-11-15
Modify AllocateLocalVar method to take a size argument.
Vikram S. Adve
2001-11-14
Small changed to printing a machine operand - It the operand is a def, it prints
Ruchira Sasanka
2001-11-12
Bug fix in offset alignment computations: don't subtract the padding
Vikram S. Adve
2001-11-12
Improved printing routines.
Vikram S. Adve
2001-11-12
Adjust all stack variable offsets to be aligned by size.
Vikram S. Adve
2001-11-11
Fix errors in computing downgrowing offsets, and in
Vikram S. Adve
2001-11-08
Major overhaul of stack frame management.
Vikram S. Adve
2001-11-05
Make reg. numbers signed ints.
Vikram S. Adve
2001-10-22
Added class MachineCodeForMethod.
Vikram S. Adve
2001-10-18
Added implict operand printing for operator( ostream, MachineInstr&)
Ruchira Sasanka
2001-10-17
1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Vikram S. Adve
2001-10-10
Moved code generation support routines to InstrSelectionSupport.cpp.
Vikram S. Adve
2001-10-01
Convert more code to use new style casts
Chris Lattner
2001-09-30
Improved dump for disp type operand.
Vikram S. Adve
2001-09-18
Minor changes.
Vikram S. Adve
2001-09-15
added setRegForValue to MachineOperand class
Ruchira Sasanka
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