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
*
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
*
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-09
1
-5
/
+7
*
isTriviallyReMaterializable checks the
Dan Gohman
2009-10-09
1
-2
/
+1
*
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-07
1
-1
/
+42
*
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-10-05
1
-1
/
+1
*
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-09-29
1
-2
/
+1
*
Move MachineMemOperand::getAlignment out of line, to avoid needing
Dan Gohman
2009-09-25
1
-0
/
+6
*
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
1
-44
/
+63
*
Give MachineMemOperand an operator<<, factoring out code from
Dan Gohman
2009-09-23
1
-26
/
+42
[next]