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
/
MachineOperand.h
Age
Commit message (
Expand
)
Author
2008-12-23
Comment MO_FPImmediate and doxygenate surrounding comments.
Dan Gohman
2008-10-18
Teach DAGCombine to fold constant offsets into GlobalAddress nodes,
Dan Gohman
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-24
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-21
explain what earlyclobber actually is.
Chris Lattner
2008-09-17
Add a bit to mark operands of asm's that conflict
Dale Johannesen
2008-09-14
adjust last patch per review feedback
Dale Johannesen
2008-09-13
Remove isImm(), isReg(), and friends, in favor of
Dan Gohman
2008-09-12
Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and
Dan Gohman
2008-09-12
Pass "earlyclobber" bit through to machine
Dale Johannesen
2008-08-21
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-07-10
Fix a copy+pasto in an assertion string.
Dan Gohman
2008-05-29
Prune and tidy #includes.
Dan Gohman
2008-03-14
Back out r48353. Not needed.
Evan Cheng
2008-03-14
Add an MO_Undef MachineOperandType, intended for INSERT_SUBREG. Next up MO_Un...
Evan Cheng
2008-02-14
Support a new type of MachineOperand, MO_FPImmediate, used for holding
Nate Begeman
2008-01-29
Add explicit keywords.
Dan Gohman
2008-01-01
add efficient iteration support for register use/def's
Chris Lattner
2008-01-01
Implement automatically updated def/use lists for all MachineInstr register
Chris Lattner
2007-12-30
Add new shorter predicates for testing machine operands for various types:
Chris Lattner
2007-12-30
- rename opType -> OpKind and contents -> Contents.
Chris Lattner
2007-12-30
More cleanups for MachineOperand:
Chris Lattner
2007-12-30
MachineOperand:
Chris Lattner
2007-12-30
make machine operands fatter: give each one an up-pointer to the
Chris Lattner
2007-12-30
split machineoperand out into its own header file.
Chris Lattner