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
2012-08-31
Add MachineInstr::tieOperands, remove setIsTied().
Jakob Stoklund Olesen
2012-08-29
Rename hasVolatileMemoryRef() to hasOrderedMemoryRef().
Jakob Stoklund Olesen
2012-08-29
Maintain a vaild isTied bit as operands are added and removed.
Jakob Stoklund Olesen
2012-08-16
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-09
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-07-30
Add MachineInstr::isTransient().
Jakob Stoklund Olesen
2012-03-17
MachineInstr: Inline the fast path (non-bundle instruction) of hasProperty.
Benjamin Kramer
2012-03-16
Limit the number of memory operands in MachineInstr to 2^16 and store the num...
Benjamin Kramer
2012-03-01
Move getBundleStart() into MachineInstrBundle.h.
Jakob Stoklund Olesen
2012-02-15
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-14
Handle regmasks in findRegisterDefOperandIdx().
Jakob Stoklund Olesen
2012-02-08
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
Andrew Trick
2012-02-08
whitespace
Andrew Trick
2012-02-03
Handle register mask operands in setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
ArrayRef'ize MI::setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-01-27
Fix typo.
Jim Grosbach
2012-01-26
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-25
Update hasProperty comment.
Evan Cheng
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-08
Make MachineInstr instruction property queries more flexible. This change all
Evan Cheng
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-10-12
Add MachineInstr::getRegClassConstraint().
Jakob Stoklund Olesen
2011-10-12
Extract a method for finding the inline asm flag operand.
Jakob Stoklund Olesen
2011-09-29
Remove NumImplicitOps which is now unused.
Jakob Stoklund Olesen
2011-07-02
Include a source location when complaining about bad inline assembly.
Jakob Stoklund Olesen
2011-06-30
Create a isFullCopy predicate.
Rafael Espindola
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-05-12
Re-commit 131172 with fix. MachineInstr identity checks should check dead
Evan Cheng
2011-03-11
80 columns.
Jim Grosbach
2011-03-11
Trailing whitespace.
Jim Grosbach
2011-03-05
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
Shorten AsmPrinterFlags filed to accomodate for future Flags field
Anton Korobeynikov
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
[next]