index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineInstr.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Make LiveIntervals::handleMove() bundle aware.
Lang Hames
2012-02-15
1
-0
/
+5
*
Handle regmasks in findRegisterDefOperandIdx().
Jakob Stoklund Olesen
2012-02-14
1
-0
/
+1
*
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
Andrew Trick
2012-02-08
1
-0
/
+4
*
whitespace
Andrew Trick
2012-02-08
1
-4
/
+4
*
Handle register mask operands in setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
1
-0
/
+3
*
ArrayRef'ize MI::setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
1
-1
/
+2
*
Fix typo.
Jim Grosbach
2012-01-27
1
-1
/
+1
*
Clear kill flags before propagating a copy.
Jakob Stoklund Olesen
2012-01-26
1
-0
/
+4
*
Update hasProperty comment.
Evan Cheng
2012-01-25
1
-3
/
+0
*
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-14
1
-0
/
+20
*
Make MachineInstr instruction property queries more flexible. This change all
Evan Cheng
2011-12-08
1
-58
/
+63
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-2
/
+255
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
1
-5
/
+55
*
Add MachineInstr::getRegClassConstraint().
Jakob Stoklund Olesen
2011-10-12
1
-0
/
+13
*
Extract a method for finding the inline asm flag operand.
Jakob Stoklund Olesen
2011-10-12
1
-0
/
+12
*
Remove NumImplicitOps which is now unused.
Jakob Stoklund Olesen
2011-09-29
1
-5
/
+0
*
Include a source location when complaining about bad inline assembly.
Jakob Stoklund Olesen
2011-07-02
1
-0
/
+10
*
Create a isFullCopy predicate.
Rafael Espindola
2011-06-30
1
-0
/
+3
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-15
/
+14
*
Re-commit 131172 with fix. MachineInstr identity checks should check dead
Evan Cheng
2011-05-12
1
-0
/
+1
*
80 columns.
Jim Grosbach
2011-03-11
1
-2
/
+2
*
Trailing whitespace.
Jim Grosbach
2011-03-11
1
-13
/
+13
*
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
1
-3
/
+31
*
Shorten AsmPrinterFlags filed to accomodate for future Flags field
Anton Korobeynikov
2011-03-05
1
-3
/
+3
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
1
-0
/
+10
*
add some helper methods for asmprinter flags, from PR8417
Chris Lattner
2010-11-21
1
-0
/
+10
*
add operand iterator apis to MachineInstr, patch by ether zhhb.
Chris Lattner
2010-11-12
1
-1
/
+11
*
Transfer implicit ops when forming load multiple and return instructions.
Evan Cheng
2010-10-22
1
-0
/
+4
*
Rename DBG_LABEL PROLOG_LABEL, because it's only used during prolog emission and
Bill Wendling
2010-07-16
1
-2
/
+4
*
Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
Jakob Stoklund Olesen
2010-07-08
1
-4
/
+7
*
Detect and handle COPY in many places.
Jakob Stoklund Olesen
2010-07-03
1
-0
/
+6
*
Add a new target independent COPY instruction and code to lower it.
Jakob Stoklund Olesen
2010-07-02
1
-1
/
+4
*
Teach regular and fast isel to set dead flags on unused implicit defs
Dan Gohman
2010-06-18
1
-0
/
+5
*
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-02
1
-0
/
+5
*
- Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs
Evan Cheng
2010-05-21
1
-9
/
+18
*
Add MachineInstr::readsWritesVirtualRegister() to determine if an instruction
Jakob Stoklund Olesen
2010-05-21
1
-1
/
+11
*
Revert "Use MachineInstr::readsWritesVirtualRegister to determine if a regist...
Jakob Stoklund Olesen
2010-05-21
1
-11
/
+1
*
Use MachineInstr::readsWritesVirtualRegister to determine if a register is read.
Jakob Stoklund Olesen
2010-05-21
1
-1
/
+11
*
If the first definition of a virtual register is a partial redef, add an
Jakob Stoklund Olesen
2010-05-21
1
-1
/
+1
*
Add MachineInstr::readsVirtualRegister() in preparation for proper handling of
Jakob Stoklund Olesen
2010-05-19
1
-0
/
+7
*
Teach MachineLICM and MachineSink how to clear kill flags conservatively
Dan Gohman
2010-05-13
1
-0
/
+4
*
Move REG_SEQUENCE removal to 2addr pass.
Evan Cheng
2010-05-05
1
-0
/
+3
*
Fix up header comments to match the comment fixups I made in r100849.
Bob Wilson
2010-04-09
1
-5
/
+3
*
Coalescer should not delete copy instructions whose defs are partially dead. ...
Evan Cheng
2010-04-08
1
-0
/
+4
*
rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h.
Chris Lattner
2010-04-02
1
-3
/
+4
*
Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...
Evan Cheng
2010-03-03
1
-42
/
+1
*
Re-apply r97667 but with a little bit of thought put into the patch. This imp...
Evan Cheng
2010-03-03
1
-0
/
+65
*
Revert 97667. It broke a bunch of tests.
Dan Gohman
2010-03-03
1
-62
/
+0
*
Move DenseMapInfo for MachineInstr* to MachineInstr.h
Evan Cheng
2010-03-03
1
-0
/
+62
*
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-03
1
-9
/
+8
[prev]
[next]