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
*
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
*
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-03-02
1
-4
/
+4
*
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
1
-1
/
+1
*
fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h.
Chris Lattner
2010-02-10
1
-3
/
+11
*
Stop MachineInstr.h from #including AsmPrinter.h
Chris Lattner
2010-02-10
1
-2
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-6
/
+26
*
Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...
Jakob Stoklund Olesen
2010-01-06
1
-1
/
+6
*
Fill out codegen SSA updater. It's not yet tested.
Evan Cheng
2009-12-03
1
-0
/
+5
*
Add AsmPrinter comment flags to machine instructions so that AsmPrinter
David Greene
2009-11-12
1
-0
/
+24
*
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-09
1
-3
/
+5
*
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-07
1
-0
/
+8
*
Improve MachineMemOperand handling.
Dan Gohman
2009-09-25
1
-20
/
+21
*
grammar
Jim Grosbach
2009-09-17
1
-1
/
+1
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-14
/
+0
*
stub out some hacky code for wiring up the new asmprinter interfaces
Chris Lattner
2009-06-19
1
-1
/
+1
*
mv CodeGen/DebugLoc.h Support/DebugLoc.h
Devang Patel
2009-06-19
1
-1
/
+1
*
MachineInstr::isRegTiedTo{Use,Def}Operand can safely be made const.
Jakob Stoklund Olesen
2009-04-29
1
-2
/
+2
*
Fix pr3954. The register scavenger asserts for inline assembly with
Bob Wilson
2009-04-09
1
-3
/
+5
*
Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.
Evan Cheng
2009-03-19
1
-0
/
+5
*
do not close friendship with every odd class
Gabor Greif
2009-03-06
1
-1
/
+0
*
Embalm my ideas of how things should work. Not that
Dale Johannesen
2009-01-27
1
-0
/
+1
*
Add a DebugLoc field and some simple accessors.
Dale Johannesen
2009-01-27
1
-2
/
+29
*
Spacing
Evan Cheng
2009-01-20
1
-1
/
+1
*
Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant.
Dan Gohman
2008-12-05
1
-2
/
+2
*
Make some methods const.
Dan Gohman
2008-11-18
1
-2
/
+2
*
Add a method to MachineInstr for testing whether it makes
Dan Gohman
2008-09-24
1
-0
/
+8
*
Refactor isSafeToReMat out of 2addr pass.
Evan Cheng
2008-08-27
1
-0
/
+2
*
Use raw_ostream throughout the AsmPrinter.
Owen Anderson
2008-08-21
1
-0
/
+10
*
Move MachineInstr::getOpcode inline.
Owen Anderson
2008-08-14
1
-1
/
+2
[next]