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
/
lib
/
CodeGen
/
MachineInstr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ensure all defs referring to a virtual register are marked dead by addRegiste...
Jakob Stoklund Olesen
2011-04-05
1
-7
/
+2
*
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
1
-10
/
+23
*
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-10
1
-6
/
+4
*
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
1
-17
/
+4
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
1
-8
/
+49
*
DBG_VALUE does not have any side effects; it also makes no sense to mark it c...
Evan Cheng
2011-01-07
1
-1
/
+3
*
Unbreak build.
Evan Cheng
2010-10-22
1
-0
/
+11
*
Make CodeGen TBAA-aware.
Dan Gohman
2010-10-20
1
-3
/
+17
*
Shrink MachineOperand from 40 to 32 bytes on 64-bit hosts.
Jakob Stoklund Olesen
2010-10-19
1
-3
/
+3
*
convert a couple more places to use the new getStore()
Chris Lattner
2010-09-21
1
-0
/
+4
*
add some accessors
Chris Lattner
2010-09-21
1
-0
/
+7
*
it's more elegant to put the "getConstantPool" and
Chris Lattner
2010-09-21
1
-0
/
+12
*
add some helpful accessors.
Chris Lattner
2010-09-21
1
-0
/
+8
*
start pushing MachinePointerInfo out through the MachineMemOperand interface
Chris Lattner
2010-09-21
1
-4
/
+5
*
refactor the Value*/offset pair from MachineMemOperand out to a new
Chris Lattner
2010-09-21
1
-5
/
+5
*
Prefix `next' iterator operation with `llvm::'.
Oscar Fuentes
2010-08-02
1
-1
/
+1
*
Print out the regclass of any virtual registers used by a machine instruction.
Jakob Stoklund Olesen
2010-07-28
1
-0
/
+31
*
Print symbolic subreg indices on REG_SEQUENCE and INSERT_SUBREG.
Jakob Stoklund Olesen
2010-07-04
1
-0
/
+2
*
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-07-02
1
-7
/
+7
*
Print InlinedAt location.
Devang Patel
2010-06-29
1
-12
/
+23
*
Teach regular and fast isel to set dead flags on unused implicit defs
Dan Gohman
2010-06-18
1
-0
/
+19
*
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-02
1
-0
/
+23
*
Properly compose subregister indices when coalescing.
Jakob Stoklund Olesen
2010-06-01
1
-1
/
+2
*
Add a TargetRegisterInfo::composeSubRegIndices hook with a default
Jakob Stoklund Olesen
2010-05-28
1
-0
/
+19
*
Print symbolic SubRegIndex names on machine operands.
Jakob Stoklund Olesen
2010-05-25
1
-2
/
+6
*
- Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs
Evan Cheng
2010-05-21
1
-9
/
+14
*
Add MachineInstr::readsWritesVirtualRegister() to determine if an instruction
Jakob Stoklund Olesen
2010-05-21
1
-11
/
+15
*
Revert "Use MachineInstr::readsWritesVirtualRegister to determine if a regist...
Jakob Stoklund Olesen
2010-05-21
1
-15
/
+11
*
Use MachineInstr::readsWritesVirtualRegister to determine if a register is read.
Jakob Stoklund Olesen
2010-05-21
1
-11
/
+15
*
If the first definition of a virtual register is a partial redef, add an
Jakob Stoklund Olesen
2010-05-21
1
-5
/
+15
*
Add MachineInstr::readsVirtualRegister() in preparation for proper handling of
Jakob Stoklund Olesen
2010-05-19
1
-1
/
+24
*
Teach MachineLICM and MachineSink how to clear kill flags conservatively
Dan Gohman
2010-05-13
1
-0
/
+10
*
Pretty print DBG_VALUE machine instructions.
Evan Cheng
2010-04-28
1
-1
/
+9
*
Use getNumImplicitDefs() and getNumImplicitUses().
Bob Wilson
2010-04-09
1
-24
/
+6
*
Fix up some comments.
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
/
+13
*
fix a latent bug my inline asm stuff exposed:
Chris Lattner
2010-04-07
1
-0
/
+2
*
stop using DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
1
-5
/
+3
*
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-02
1
-5
/
+4
*
add support for MCSymbols as operands to MachineInstrs.
Chris Lattner
2010-03-13
1
-25
/
+34
*
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
1
-1
/
+1
*
Revert r97947.
Devang Patel
2010-03-08
1
-1
/
+1
*
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
1
-1
/
+1
*
Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...
Evan Cheng
2010-03-03
1
-0
/
+45
*
Fix funky indentation and add comments.
Evan Cheng
2010-03-03
1
-17
/
+24
*
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-03
1
-0
/
+23
*
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-03-02
1
-5
/
+5
*
Add non-temporal flags to MachineMemOperand.
David Greene
2010-02-15
1
-2
/
+3
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
Add isDebug argument to ChangeToRegister; this prevents
Dale Johannesen
2010-02-10
1
-1
/
+3
[next]