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
2002-10-29
Move TargetInstrDescriptors extern to the one .cpp file that refers to it:
Chris Lattner
2002-10-29
Use higher level methods, don't use TargetInstrDescriptors directly!
Chris Lattner
2002-10-28
Remove all traces of the "Opcode Mask" field in the MachineInstr class
Chris Lattner
2002-10-28
Remove more default arguments that are never used
Chris Lattner
2002-10-28
Remove default operands that are never used
Chris Lattner
2002-10-28
* Make MachineOperand ctors private, so MachineOperand can only be created
Chris Lattner
2002-10-28
Remove two arguments that are never specified
Chris Lattner
2002-10-28
Fairly major overhaul of MachineInstr & Operand classes
Chris Lattner
2002-10-28
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
2002-10-22
- Two minor improvements to the MachineInstr class to reduce footprint and
Chris Lattner
2002-09-20
Add method MachineInstr::replace to rewrite a machine instruction in place.
Vikram S. Adve
2002-09-16
Dump routine now writes out allocated register numbers if available.
Vikram S. Adve
2002-08-14
Add method MachineInstr::substituteValue() which substitutes
Vikram S. Adve
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-10
Add support for marking each operand as a %hh, %hm, %lm or %lo.
Vikram S. Adve
2002-07-08
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.
Vikram S. Adve
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
[prev]
[next]