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
2011-01-07
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2010-11-21
add some helper methods for asmprinter flags, from PR8417
Chris Lattner
2010-11-12
add operand iterator apis to MachineInstr, patch by ether zhhb.
Chris Lattner
2010-10-22
Transfer implicit ops when forming load multiple and return instructions.
Evan Cheng
2010-07-16
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-08
Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
Jakob Stoklund Olesen
2010-07-03
Detect and handle COPY in many places.
Jakob Stoklund Olesen
2010-07-02
Add a new target independent COPY instruction and code to lower it.
Jakob Stoklund Olesen
2010-06-18
Teach regular and fast isel to set dead flags on unused implicit defs
Dan Gohman
2010-06-02
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-05-21
- Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs
Evan Cheng
2010-05-21
Add MachineInstr::readsWritesVirtualRegister() to determine if an instruction
Jakob Stoklund Olesen
2010-05-21
Revert "Use MachineInstr::readsWritesVirtualRegister to determine if a regist...
Jakob Stoklund Olesen
2010-05-21
Use MachineInstr::readsWritesVirtualRegister to determine if a register is read.
Jakob Stoklund Olesen
2010-05-21
If the first definition of a virtual register is a partial redef, add an
Jakob Stoklund Olesen
2010-05-19
Add MachineInstr::readsVirtualRegister() in preparation for proper handling of
Jakob Stoklund Olesen
2010-05-13
Teach MachineLICM and MachineSink how to clear kill flags conservatively
Dan Gohman
2010-05-05
Move REG_SEQUENCE removal to 2addr pass.
Evan Cheng
2010-04-09
Fix up header comments to match the comment fixups I made in r100849.
Bob Wilson
2010-04-08
Coalescer should not delete copy instructions whose defs are partially dead. ...
Evan Cheng
2010-04-02
rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.
Chris Lattner
2010-03-03
Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...
Evan Cheng
2010-03-03
Re-apply r97667 but with a little bit of thought put into the patch. This imp...
Evan Cheng
2010-03-03
Revert 97667. It broke a bunch of tests.
Dan Gohman
2010-03-03
Move DenseMapInfo for MachineInstr* to MachineInstr.h
Evan Cheng
2010-03-03
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-02
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.
Chris Lattner
2010-02-10
Stop MachineInstr.h from #including AsmPrinter.h
Chris Lattner
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-06
Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...
Jakob Stoklund Olesen
2009-12-03
Fill out codegen SSA updater. It's not yet tested.
Evan Cheng
2009-11-12
Add AsmPrinter comment flags to machine instructions so that AsmPrinter
David Greene
2009-10-09
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-07
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-09-25
Improve MachineMemOperand handling.
Dan Gohman
2009-09-17
grammar
Jim Grosbach
2009-08-23
remove various std::ostream version of printing methods from
Chris Lattner
2009-06-19
stub out some hacky code for wiring up the new asmprinter interfaces
Chris Lattner
2009-06-19
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-04-29
MachineInstr::isRegTiedTo{Use,Def}Operand can safely be made const.
Jakob Stoklund Olesen
2009-04-09
Fix pr3954. The register scavenger asserts for inline assembly with
Bob Wilson
2009-03-19
Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.
Evan Cheng
2009-03-06
do not close friendship with every odd class
Gabor Greif
2009-01-27
Embalm my ideas of how things should work. Not that
Dale Johannesen
2009-01-27
Add a DebugLoc field and some simple accessors.
Dale Johannesen
2009-01-20
Spacing
Evan Cheng
2008-12-05
Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant.
Dan Gohman
2008-11-18
Make some methods const.
Dan Gohman
[next]