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
/
include
/
llvm
/
CodeGen
/
MachineInstr.h
Age
Commit message (
Expand
)
Author
2003-08-05
All callers of these methods actually wanted them to preserve the flags,
Chris Lattner
2003-07-25
Add an assertion.
Vikram S. Adve
2003-07-10
Change interface to MachineInstr::substituteValue to specify more precisely
Vikram S. Adve
2003-07-02
Leak fix: delete old objects before reallocation in an assignment operator!
Vikram S. Adve
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-06-03
Minor cleanups:
Chris Lattner
2003-06-02
Remove NonCopyable base class to clean up doxygen output
Chris Lattner
2003-05-31
Support for annul/pred and other future flags on op codes.
Vikram S. Adve
2003-05-27
Renamed MachienOperand::opIsDef to MachineOperand::opIsDefOnly()
Vikram S. Adve
2003-01-15
Remove obsolete ctor
Chris Lattner
2003-01-15
Add support for the CC registers for Sparc BE
Chris Lattner
2003-01-14
Move annotation to support library
Chris Lattner
2003-01-13
* Add 3 new types of MachineOperand: ConstantPoolIndex ExternalSymbol and Glo...
Chris Lattner
2002-12-28
* Frame indices are signed
Chris Lattner
2002-12-25
*** empty log message ***
Chris Lattner
2002-12-15
Add new opIsUse method
Chris Lattner
2002-12-15
Add capability to have a MachineBasicBlock as an operand to a MachineInstr
Chris Lattner
2002-11-22
Instead of checking op.getType() against MO_VirtualRegister and
Misha Brukman
2002-11-18
Add helper method
Chris Lattner
2002-11-17
Print is const!
Chris Lattner
2002-11-17
Finish enumating code
Chris Lattner
2002-11-17
Remove unused methods
Chris Lattner
2002-11-17
Convert to use an enum to access def/use/use&def information. These make
Chris Lattner
2002-10-30
Bug fix in setting an implicit ref.
Vikram S. Adve
2002-10-30
Allow BuildMI that helps automate construction of SSA information
Chris Lattner
2002-10-30
Add support for structured printing
Chris Lattner
2002-10-29
Add capability to have machine instruction autoinsert when it is created
Chris Lattner
2002-10-29
Remove separate vector of implicit refs from MachineInstr, and
Vikram S. Adve
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
Remove typedef that is unneccesary
Chris Lattner
2002-10-28
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
Add new getOperandType(i) method to MachineInstr
Chris Lattner
2002-10-28
Fairly major overhaul of MachineInstr & Operand classes
Chris Lattner
2002-10-28
Make MachineInstr.h not #include MachineInstrInfo.h
Chris Lattner
2002-10-28
Don't #include <Support/*>, #include "Support/*"
Chris Lattner
2002-10-22
- Two minor improvements to the MachineInstr class to reduce footprint and
Chris Lattner
2002-10-22
Small space optimization: Make MachineOperands take 16 bytes instead of
Chris Lattner
2002-10-21
Remove a 'using' directives from a header file. Using directives cause
Chris Lattner
2002-09-20
Add method MachineInstr::replace to rewrite a machine instruction in place.
Vikram S. Adve
2002-09-16
Add method MachineOperand::hasAllocatedReg().
Vikram S. Adve
2002-08-14
Add method MachineInstr::substituteValue() which substitutes
Vikram S. Adve
2002-08-09
Do not add an extra vtable to EVERY machineinstr created.
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-10
Add support for marking each operand as a %hh, %hm, %lm or %lo.
Vikram S. Adve
[prev]
[next]