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
*
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
*
Change MachineMemOperand's alignment value to be the alignment of
Dan Gohman
2009-09-21
1
-1
/
+1
*
grammar
Jim Grosbach
2009-09-17
1
-1
/
+1
*
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
1
-1
/
+0
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-11
/
+1
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-1
/
+1
*
Don't tamper with <undef> operands in MachineInstr::addRegisterKilled.
Jakob Stoklund Olesen
2009-08-04
1
-3
/
+1
*
Fix Bug 4657: register scavenger asserts with subreg lowering
Jakob Stoklund Olesen
2009-08-03
1
-0
/
+2
*
Never add a kill flag to a constrained physical register in a two-addr instru...
Jakob Stoklund Olesen
2009-08-02
1
-0
/
+3
*
Fix a typo.
Evan Cheng
2009-07-28
1
-1
/
+1
*
Fix http://llvm.org/bugs/show_bug.cgi?id=4583
Jakob Stoklund Olesen
2009-07-19
1
-2
/
+6
*
Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...
Jakob Stoklund Olesen
2009-07-16
1
-8
/
+12
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-2
/
+2
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
1
-2
/
+3
*
Add a bit IsUndef to MachineOperand. This indicates the def / use register op...
Evan Cheng
2009-06-30
1
-5
/
+11
*
Rearrange some stuff in MachineOperand and add a new TargetFlags field.
Chris Lattner
2009-06-24
1
-25
/
+29
*
Fix support for inline asm input / output operand tying when operand spans ac...
Evan Cheng
2009-06-24
1
-11
/
+23
*
Remove some unnecessary #includes.
Dan Gohman
2009-06-05
1
-1
/
+0
*
Make DebugLoc independent of DwarfWriter.
Argiris Kirtzidis
2009-04-30
1
-1
/
+4
*
MachineInstr::isRegTiedTo{Use,Def}Operand can safely be made const.
Jakob Stoklund Olesen
2009-04-29
1
-2
/
+4
[next]