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
/
DeadMachineInstructionElim.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch most getReservedRegs() clients to the MRI equivalent.
Jakob Stoklund Olesen
2012-10-15
1
-6
/
+2
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-3
/
+2
*
Switch some getAliasSet clients to MCRegAliasIterator.
Jakob Stoklund Olesen
2012-06-01
1
-4
/
+2
*
Convert more GenRegisterInfo tables from unsigned to uint16_t to reduce stati...
Craig Topper
2012-03-05
1
-1
/
+1
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-1
/
+1
*
Never delete instructions that define reserved registers.
Jakob Stoklund Olesen
2012-02-09
1
-6
/
+10
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-4
/
+1
*
whitespace
Andrew Trick
2012-02-08
1
-1
/
+1
*
Require non-NULL register masks.
Jakob Stoklund Olesen
2012-02-02
1
-4
/
+1
*
Handle register masks in DeadMachineInstructionElim.
Jakob Stoklund Olesen
2012-01-20
1
-0
/
+7
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-1
/
+1
*
Track live-out physical registers in MachineDCE.
Jakob Stoklund Olesen
2011-06-27
1
-3
/
+8
*
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-10
1
-2
/
+2
*
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
1
-0
/
+6
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+3
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Track liveness of unallocatable, unreserved registers in machine DCE.
Jakob Stoklund Olesen
2010-08-31
1
-6
/
+8
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-1
/
+1
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-1
/
+1
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-3
/
+2
*
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-03-02
1
-1
/
+1
*
Rewrite handling of DBG_VALUE; previous algorithm
Dale Johannesen
2010-02-12
1
-16
/
+24
*
Allow for more than one DBG_VALUE targeting the
Dale Johannesen
2010-02-11
1
-4
/
+4
*
Delete dead PHI machine instructions. These can be created due to type
Bob Wilson
2010-02-10
1
-1
/
+1
*
more comment updates
Dale Johannesen
2010-02-10
1
-2
/
+2
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-1
/
+1
*
Run codegen dce pass for all targets at all optimization levels. Previously it's
Evan Cheng
2010-02-06
1
-0
/
+5
*
If the only use of something is a DEBUG_VALUE, don't
Dale Johannesen
2010-01-27
1
-0
/
+14
*
Change errs() to dbgs().
David Greene
2010-01-04
1
-1
/
+1
*
Remove includes of Support/Compiler.h that are no longer needed after the
Nick Lewycky
2009-10-25
1
-1
/
+0
*
Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.
Nick Lewycky
2009-10-25
1
-2
/
+1
*
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-09
1
-1
/
+1
*
Convert DOUT to DEBUG(errs()...).
Bill Wendling
2009-08-22
1
-1
/
+2
*
Add const qualifiers.
Dan Gohman
2009-08-11
1
-2
/
+2
*
Rename AliasSet to SubRegs, to reflect changes in the surrounding code.
Dan Gohman
2008-10-16
1
-3
/
+3
*
Fix a subtle bug in DeadMachineInstructionElim's liveness
Dan Gohman
2008-10-16
1
-1
/
+4
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-3
/
+3
*
Add debug output to this pass.
Dan Gohman
2008-09-25
1
-0
/
+2
*
Refactor the logic for testing if an instruction is dead into a
Dan Gohman
2008-09-24
1
-37
/
+48
*
Set SetStore to false, to allow this pass to delete
Dan Gohman
2008-09-24
1
-1
/
+2
*
Now that DeadMachineInstructionElim is basically working
Dan Gohman
2008-09-23
1
-6
/
+0
*
Track local physical register liveness. This is not the most
Dan Gohman
2008-09-23
1
-3
/
+53
*
Don't consider instructions with implicit physical register
Dan Gohman
2008-09-18
1
-1
/
+2
*
Add a new MachineInstr-level DCE pass. It is very simple, and is intended to
Dan Gohman
2008-09-17
1
-0
/
+99