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
/
MachineLICM.cpp
Age
Commit message (
Expand
)
Author
2011-06-29
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-27
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-04-11
Look pass copies when determining whether hoisting would end up inserting mor...
Evan Cheng
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-01-20
Sorry, several patches in one.
Evan Cheng
2011-01-10
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2010-11-11
Add a FIXME comment.
Dan Gohman
2010-11-01
MachineLICM should not claim to be preserving the CFG when it can split critical
Jakob Stoklund Olesen
2010-10-26
Use instruction itinerary to determine what instructions are 'cheap'.
Evan Cheng
2010-10-20
More accurate estimate / tracking of register pressure.
Evan Cheng
2010-10-20
Make CodeGen TBAA-aware.
Dan Gohman
2010-10-19
Re-enable register pressure aware machine licm with fixes. Hoist() may have
Evan Cheng
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
Revert r116781 "- Add a hook for target to determine whether an instruction def
Daniel Dunbar
2010-10-19
Fix for machine licm assert: RCCost <= RegPressure[RCId]
Andrew Trick
2010-10-19
- Add a hook for target to determine whether an instruction def is
Evan Cheng
2010-10-16
More machine LICM work. It now tracks register pressure for path from prehead...
Evan Cheng
2010-10-14
Register pressure and instruction latency aware machine LICM. Work in progress.
Evan Cheng
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-08
Don't waste time unfolding simple loads. The unfolded copy won't be hoisted.
Evan Cheng
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-07-29
Comment typo.
Dale Johannesen
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-20
Fix test for switch statements and increase
Dale Johannesen
2010-07-20
Don't hoist things out of a large switch inside a
Dale Johannesen
2010-07-14
Teach ProcessImplicitDefs to transform more COPY instructions into IMPLICIT_D...
Evan Cheng
2010-07-12
change machinelicm to use MachineInstr::isSafeToMove. No
Chris Lattner
2010-07-09
Fix MachineLICM to actually visit inner loops.
Dan Gohman
2010-06-22
Move PHIElimination's SplitCriticalEdge for MachineBasicBlocks out
Dan Gohman
2010-05-29
Doh. Machine LICM is re-initializing the CSE map over and over. Patch by Anna...
Evan Cheng
2010-05-13
Teach MachineLICM and MachineSink how to clear kill flags conservatively
Dan Gohman
2010-04-20
When MachineLICM is hoisting a physical register after regalloc, make sure the
Jakob Stoklund Olesen
2010-04-17
Postra machine licm must add registers defined by loop invariants to *all* of
Evan Cheng
2010-04-13
Fast path implicit_def check.
Evan Cheng
2010-04-13
Avoid variable shadowing.
Evan Cheng
2010-04-13
Expand postra machine licm's capability a little more. If an instruction's re...
Evan Cheng
2010-04-13
Teach postra machine licm to hoist more obvious invariants, e.g. instructions...
Evan Cheng
2010-04-13
Eliminate MachineBasicBlock::const_livein_iterator and make
Dan Gohman
2010-04-12
Plug trivial leak.
Benjamin Kramer
2010-04-09
Delete this obsolete comment.
Dan Gohman
2010-04-08
Make post regalloc machine licm functional. It now passes all of MultiSource.
Evan Cheng
2010-04-07
Add comments for missed opportunities.
Evan Cheng
2010-04-07
Fix typo.
Evan Cheng
2010-04-07
Post regalloc LICM. Work in progress.
Evan Cheng
2010-03-03
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-02-28
Don't try to replace physical registers when doing CSE.
Dan Gohman
[next]