Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
48deb125933b7e85442e83ec0a43040bc7821461
/
llvm
/
lib
/
CodeGen
/
ProcessImplicitDefs.cpp
4c82a9e
Detect and handle COPY in many places.
by Jakob Stoklund Olesen
· 15 years ago
1ef0660
It's not safe eliminate copies where src and dst have different sub-register indices.
by Evan Cheng
· 16 years ago
d6908dc
It's not safe to propagate implicit_def that defines part of a register.
by Evan Cheng
· 16 years ago
2988d57
Fix PR6300.
by Jakob Stoklund Olesen
· 16 years ago
b06015a
move target-independent opcodes out of TargetInstrInfo
by Chris Lattner
· 16 years ago
c7c89b8
Fix small bug in handling instructions with more than one implicitly defined operand.
by Jakob Stoklund Olesen
· 16 years ago
d7c266b
Change errs() to dbgs().
by David Greene
· 16 years ago
595a163
When all defs of a vr are implicit_def, delete all of the defs.
by Evan Cheng
· 16 years ago
44df27e
ProcessImplicitDefs should watch out for invalidated iterator and extra implicit operands on copies.
by Evan Cheng
· 16 years ago
11bf449
For some targets, a copy can use a register multiple times, e.g. ppc.
by Evan Cheng
· 16 years ago
01f31c0
Fixes the bug exposed by Anton's test case in PR 5495:
by Lang Hames
· 16 years ago
05fb963
The Indexes Patch.
by Lang Hames
· 16 years ago