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
*
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
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-17
/
+3
*
Identify predicate and optional-def operands when printing machine
Jakob Stoklund Olesen
2010-01-19
1
-0
/
+7
*
Replace DebugLocTuple with DILocation.
Devang Patel
2010-01-16
1
-5
/
+5
*
Further progration of metadata operands. The
Dale Johannesen
2010-01-13
1
-1
/
+7
*
Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...
Jakob Stoklund Olesen
2010-01-06
1
-0
/
+9
*
Change errs() to dbgs().
David Greene
2010-01-04
1
-1
/
+2
*
snip one more #include from Metadata.h
Chris Lattner
2009-12-28
1
-0
/
+1
*
Remove dead store.
Bill Wendling
2009-12-25
1
-1
/
+1
*
Remove dead store from copy-pasto.
Bill Wendling
2009-12-25
1
-1
/
+1
*
Add @earlyclobber TableGen constraint
Jim Grosbach
2009-12-16
1
-3
/
+21
*
Follow up to 90488. Turn a check into an assertion.
Evan Cheng
2009-12-07
1
-2
/
+2
*
Don't print the debug directory; it's often long and uninteresting. Omit
Dan Gohman
2009-12-05
1
-2
/
+7
*
Watch out for PHI instruction with no source operands.
Evan Cheng
2009-12-03
1
-0
/
+2
*
Fill out codegen SSA updater. It's not yet tested.
Evan Cheng
2009-12-03
1
-0
/
+14
*
Devang pointed out that this code should use DIScope instead of
Dan Gohman
2009-12-01
1
-3
/
+3
*
Print the debug info line and column in MachineInstr::print even when there's
Dan Gohman
2009-11-23
1
-2
/
+3
*
Initialize the new AsmPrinterFlags field to 0, fixing uses of
Dan Gohman
2009-11-16
1
-6
/
+8
*
Print "..." instead of all the uninteresting register clobbers on call
Dan Gohman
2009-11-09
1
-14
/
+54
*
Use WriteAsOperand to print GlobalAddress MachineOperands. This
Dan Gohman
2009-11-06
1
-1
/
+2
*
Make -print-machineinstrs more readable.
Dan Gohman
2009-10-31
1
-19
/
+28
*
Initial target-independent CodeGen support for BlockAddresses.
Dan Gohman
2009-10-30
1
-0
/
+10
*
Need a comma after imp-use.
Evan Cheng
2009-10-21
1
-1
/
+3
*
Print earlyclobber for implicit-defs as well.
Evan Cheng
2009-10-14
1
-6
/
+6
*
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-13
1
-5
/
+6
[next]