index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
ProcessImplicitDefs.cpp
Age
Commit message (
Expand
)
Author
2012-03-05
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-01-25
Improve sub-register def handling in ProcessImplicitDefs.
Jakob Stoklund Olesen
2011-07-28
Handle REG_SEQUENCE with implicitly defined operands.
Jakob Stoklund Olesen
2011-03-14
Place context in member variables instead of passing around pointers.
Jakob Stoklund Olesen
2010-12-29
None of the other pass names in CodeGen have terminating periods.
Cameron Zwarich
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-16
Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.
Jakob Stoklund Olesen
2010-07-14
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...
Evan Cheng
2010-07-08
Convert EXTRACT_SUBREG to COPY when emitting machine instrs.
Jakob Stoklund Olesen
2010-07-08
Remove references to INSERT_SUBREG after de-SSA.
Jakob Stoklund Olesen
2010-07-07
Revert "Remove references to INSERT_SUBREG after de-SSA" r107725.
Jakob Stoklund Olesen
2010-07-06
Remove references to INSERT_SUBREG after de-SSA
Jakob Stoklund Olesen
2010-07-06
Convert INSERT_SUBREG to COPY in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2010-07-03
Detect and handle COPY in many places.
Jakob Stoklund Olesen
2010-05-11
It's not safe eliminate copies where src and dst have different sub-register ...
Evan Cheng
2010-05-10
It's not safe to propagate implicit_def that defines part of a register.
Evan Cheng
2010-02-15
Fix PR6300.
Jakob Stoklund Olesen
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-04
Fix small bug in handling instructions with more than one implicitly defined ...
Jakob Stoklund Olesen
2010-01-05
Change errs() to dbgs().
David Greene
2009-11-26
When all defs of a vr are implicit_def, delete all of the defs.
Evan Cheng
2009-11-25
ProcessImplicitDefs should watch out for invalidated iterator and extra impli...
Evan Cheng
2009-11-16
For some targets, a copy can use a register multiple times, e.g. ppc.
Evan Cheng
2009-11-16
Fixes the bug exposed by Anton's test case in PR 5495:
Lang Hames
2009-11-03
The Indexes Patch.
Lang Hames