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
/
LiveVariables.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-13
1
-1
/
+1
*
LiveVariables should clear kill / dead markers first. This allows us to remov...
Evan Cheng
2010-03-26
1
-3
/
+7
*
Better handling of dead super registers in LiveVariables. We used to do this:
Jakob Stoklund Olesen
2010-03-05
1
-21
/
+21
*
Keep track of phi join registers explicitly in LiveVariables.
Jakob Stoklund Olesen
2010-02-23
1
-0
/
+1
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-5
/
+4
*
Skip DEBUG_VALUE in some places where it was affecting codegen.
Dale Johannesen
2010-02-09
1
-0
/
+2
*
Remove dead variable.
Benjamin Kramer
2010-01-07
1
-7
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-04
1
-6
/
+7
*
Move PHIElimination::isLiveOut method to LiveVariables.
Jakob Stoklund Olesen
2009-12-01
1
-0
/
+45
*
Fix PR5614: parts of a physical register def may be killed the rest.
Evan Cheng
2009-12-01
1
-1
/
+47
*
Be more clever about calculating live variables through new basic blocks.
Jakob Stoklund Olesen
2009-11-21
1
-19
/
+29
*
Fix PR5410: LiveVariables lost subreg def:
Evan Cheng
2009-11-13
1
-1
/
+7
*
Fix liveness calculation when splitting critical edges during PHI elimination.
Jakob Stoklund Olesen
2009-11-11
1
-20
/
+21
*
Teach PHIElimination to split critical edges when -split-phi-edges is enabled.
Jakob Stoklund Olesen
2009-11-10
1
-0
/
+40
*
When LiveVariables is adding implicit-def to model "partial dead", add the ea...
Evan Cheng
2009-10-14
1
-1
/
+12
*
Clean up LiveVariables and change how it deals with partial updates and kills...
Evan Cheng
2009-09-24
1
-198
/
+64
*
Fix PR5024. LiveVariables physical register defs should *commit* only after all
Evan Cheng
2009-09-23
1
-32
/
+93
*
Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi...
Evan Cheng
2009-09-22
1
-6
/
+22
*
remove the last uses of Config/alloca.h
Chris Lattner
2009-08-23
1
-1
/
+0
*
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-23
1
-6
/
+6
*
Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage
Dan Gohman
2009-07-31
1
-0
/
+1
*
Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many
Daniel Dunbar
2009-07-31
1
-1
/
+0
*
Manage MachineFunctions with an analysis Pass instead of the Annotable
Dan Gohman
2009-07-31
1
-0
/
+1
*
Avoid adding a duplicate def. This fixes PR4478.
Evan Cheng
2009-07-06
1
-2
/
+11
*
Fix PR4419: handle defs of partial uses.
Evan Cheng
2009-06-20
1
-7
/
+6
*
If there is a def of a super-register followed by a use of a sub-register, do...
Evan Cheng
2009-06-03
1
-14
/
+0
*
LiveVariables::VarInfo contains an AliveBlocks BitVector, which has as many
Jeffrey Yasskin
2009-05-26
1
-9
/
+8
*
Eliminate VarInfo::UsedBlocks.
Evan Cheng
2009-05-26
1
-5
/
+0
*
Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t...
Evan Cheng
2009-01-20
1
-13
/
+15
*
Silence unused variable warnings.
Devang Patel
2008-11-21
1
-0
/
+1
*
Use find_first/find_next to iterate through all the set bits in a
Dan Gohman
2008-11-13
1
-4
/
+4
*
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-03
1
-2
/
+2
*
Factor out code into HandleVirtRegDef, for consistency with
Dan Gohman
2008-09-21
1
-13
/
+12
*
Use SmallSet instead of std::set to save allocations.
Owen Anderson
2008-08-14
1
-3
/
+3
*
- Fix SelectionDAG to generate correct CFGs.
Owen Anderson
2008-08-04
1
-0
/
+7
*
- Remove calls to copyKillDeadInfo which is an N^2 function. Instead, propaga...
Evan Cheng
2008-07-03
1
-47
/
+0
*
Use std::replace instead of std::find and push_back.
Evan Cheng
2008-07-03
1
-2
/
+1
*
- Add LiveVariables::replaceKillInstruction. This does a subset of instructio...
Evan Cheng
2008-07-03
1
-0
/
+9
*
Use a SmallSet when we can to reduce memory allocations.
Owen Anderson
2008-06-27
1
-1
/
+2
*
Fix the text in an assert string.
Dan Gohman
2008-06-25
1
-1
/
+1
*
This situation can occur:
Bill Wendling
2008-06-23
1
-2
/
+17
*
Rewrite LiveVariable liveness computation. The new implementation is much sim...
Evan Cheng
2008-04-16
1
-219
/
+239
*
Now that I am told MachineRegisterInfo also tracks physical register uses / d...
Evan Cheng
2008-04-02
1
-24
/
+64
*
Fix live variables issues:
Evan Cheng
2008-03-19
1
-6
/
+43
*
Refactor code. Remove duplicated functions that basically do the same thing as
Evan Cheng
2008-03-05
1
-70
/
+24
*
Clear PhysRegPartUse for the sub register as well.
Bill Wendling
2008-02-21
1
-1
/
+1
*
Remove one of the fixmes that I put in there. From Evan:
Bill Wendling
2008-02-20
1
-2
/
+3
*
Improve some comments explaining the "handle kills" stuff better.
Bill Wendling
2008-02-20
1
-2
/
+4
*
Fix comment.
Bill Wendling
2008-02-20
1
-2
/
+1
*
Added some comments and reformatted others. No functionality change.
Bill Wendling
2008-02-20
1
-28
/
+43
[next]