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
/
MachineLICM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-2
/
+6
*
Revert r116781 "- Add a hook for target to determine whether an instruction def
Daniel Dunbar
2010-10-19
1
-36
/
+52
*
Fix for machine licm assert: RCCost <= RegPressure[RCId]
Andrew Trick
2010-10-19
1
-2
/
+2
*
- Add a hook for target to determine whether an instruction def is
Evan Cheng
2010-10-19
1
-52
/
+36
*
More machine LICM work. It now tracks register pressure for path from prehead...
Evan Cheng
2010-10-16
1
-69
/
+155
*
Register pressure and instruction latency aware machine LICM. Work in progress.
Evan Cheng
2010-10-14
1
-26
/
+242
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+6
*
Don't waste time unfolding simple loads. The unfolded copy won't be hoisted.
Evan Cheng
2010-10-08
1
-0
/
+4
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-1
/
+1
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
Comment typo.
Dale Johannesen
2010-07-29
1
-1
/
+1
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-2
/
+2
*
Fix test for switch statements and increase
Dale Johannesen
2010-07-20
1
-2
/
+3
*
Don't hoist things out of a large switch inside a
Dale Johannesen
2010-07-20
1
-2
/
+6
*
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...
Evan Cheng
2010-07-14
1
-6
/
+3
*
change machinelicm to use MachineInstr::isSafeToMove. No
Chris Lattner
2010-07-12
1
-18
/
+8
*
Fix MachineLICM to actually visit inner loops.
Dan Gohman
2010-07-09
1
-3
/
+11
*
Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out
Dan Gohman
2010-06-22
1
-23
/
+50
*
Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna...
Evan Cheng
2010-05-29
1
-2
/
+7
*
Teach MachineLICM and MachineSink how to clear kill flags conservatively
Dan Gohman
2010-05-13
1
-1
/
+12
*
When MachineLICM is hoisting a physical register after regalloc, make sure the
Jakob Stoklund Olesen
2010-04-20
1
-4
/
+17
*
Postra machine licm must add registers defined by loop invariants to *all* of
Evan Cheng
2010-04-17
1
-48
/
+23
*
Fast path implicit_def check.
Evan Cheng
2010-04-13
1
-5
/
+5
*
Avoid variable shadowing.
Evan Cheng
2010-04-13
1
-2
/
+2
*
Expand postra machine licm's capability a little more. If an instruction's re...
Evan Cheng
2010-04-13
1
-8
/
+24
*
Teach postra machine licm to hoist more obvious invariants, e.g. instructions...
Evan Cheng
2010-04-13
1
-17
/
+38
*
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-13
1
-1
/
+1
*
Plug trivial leak.
Benjamin Kramer
2010-04-12
1
-0
/
+2
*
Delete this obsolete comment.
Dan Gohman
2010-04-09
1
-4
/
+0
*
Make post regalloc machine licm functional. It now passes all of MultiSource.
Evan Cheng
2010-04-08
1
-79
/
+169
*
Add comments for missed opportunities.
Evan Cheng
2010-04-07
1
-1
/
+4
*
Fix typo.
Evan Cheng
2010-04-07
1
-1
/
+1
*
Post regalloc LICM. Work in progress.
Evan Cheng
2010-04-07
1
-11
/
+162
*
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-03
1
-1
/
+1
*
Don't try to replace physical registers when doing CSE.
Dan Gohman
2010-02-28
1
-1
/
+12
*
Don't unconditionally suppress hoisting of instructions with implicit
Dan Gohman
2010-02-28
1
-26
/
+4
*
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-02-09
1
-2
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-12
/
+12
*
Add Loop contains utility methods for testing whether a loop
Dan Gohman
2009-12-18
1
-1
/
+1
*
Enable hoisting load from constant memories.
Evan Cheng
2009-11-20
1
-21
/
+6
*
Add option -licm-const-load to hoist all loads from constant memory.
Evan Cheng
2009-11-20
1
-19
/
+56
*
Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName.
Jakob Stoklund Olesen
2009-11-20
1
-2
/
+2
*
Fix comment.
Evan Cheng
2009-11-17
1
-3
/
+3
*
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-07
1
-35
/
+24
*
Code refactoring.
Evan Cheng
2009-11-05
1
-49
/
+58
*
Re-apply 85799. It turns out my code isn't buggy.
Evan Cheng
2009-11-03
1
-17
/
+46
*
Revert 85799 for now. It might be breaking llvm-gcc driver.
Evan Cheng
2009-11-02
1
-46
/
+17
*
Initilize the machine LICM CSE map upon the first time an instruction is hois...
Evan Cheng
2009-11-02
1
-17
/
+46
[next]