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
/
MachineInstrBuilder.h
Age
Commit message (
Expand
)
Author
2004-05-23
Fix a typo in the head-of-file comment.
Brian Gaeke
2004-04-01
Allow converting a builder to an iterator
Chris Lattner
2004-02-29
Continue Alkis's int64_t cleanup. This makes all of the immediate related
Chris Lattner
2004-02-29
Add BuildMI variants that take a MBB::iterator
Chris Lattner
2004-02-22
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-04
Modify the two address instruction pass to remove the duplicate
Alkis Evlogimenos
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-06-03
Remove use of enum
Chris Lattner
2003-01-15
ADd support for CC registers for Sparc BE
Chris Lattner
2003-01-15
Add new helper method addRegDef
Chris Lattner
2003-01-13
* Add support for new types of operands
Chris Lattner
2002-12-25
Add abstract frame index capability
Chris Lattner
2002-12-15
Add capability to have a MachineBasicBlock as an operand to a MachineInstr
Chris Lattner
2002-12-13
Final version of BuildMI for symmetry and because I want to use it
Chris Lattner
2002-11-17
Convert to use an enum to access def/use/use&def information. These make
Chris Lattner
2002-11-17
Return const refefrences to enable default construction
Chris Lattner
2002-11-14
include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline
Brian Gaeke
2002-10-30
Allow BuildMI that helps automate construction of SSA information
Chris Lattner
2002-10-29
Add capability to have machine instruction autoinsert when it is created
Chris Lattner
2002-10-28
Minor comment updates
Chris Lattner
2002-10-28
Initial checkin of MachineInstrBuilder class
Chris Lattner