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
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
2002-07-09
added std:: to hash_set
Anand Shukla
2002-07-09
Include header in the compiler-neutral location
Chris Lattner
2002-07-08
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.
Vikram S. Adve
2002-05-19
MachineInstr now inherits from Annotable.
Vikram S. Adve
2002-04-09
Rewrite MachineCodeForBasicBlock in terms of containment rather than
Chris Lattner
2002-03-23
Rename Method to Function
Chris Lattner
2002-03-18
Bug fix in setting CC register.
Vikram S. Adve
2002-02-05
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-03
* Prune many #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-12-03
Rename ConstPoolVal -> Constant
Chris Lattner
2001-11-27
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-26
Move DataTypes.h from llvm/Support to just Support
Chris Lattner
2001-11-26
Fix field initialization order problem
Chris Lattner
2001-11-15
Modify method AllocateLocalVar to take size argument.
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-29
Systems headers use <> not ""
Chris Lattner
2001-10-28
Added a constant pool to record values that need to be emitted
Vikram S. Adve
2001-10-22
Added class MachineCodeForMethod to provide method-level information
Vikram S. Adve
2001-10-19
Added code to Initialize (MachineOperand) to initialize regNum to -1 -- Ruchira
Ruchira Sasanka
2001-10-16
added initializing regNum to -1 in both constructors of MachineOperand
Ruchira Sasanka
2001-10-15
fixed a coalscing bug
Ruchira Sasanka
2001-10-13
Dang, I screwed up the merge. This should be better
Chris Lattner
2001-10-13
Clean up initializers for GCC 2.96
Chris Lattner
[prev]
[next]