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
*
Fix PR11829. PostRA LICM was too aggressive.
Jakob Stoklund Olesen
2012-01-23
1
-4
/
+4
*
Simplify debug output.
Jakob Stoklund Olesen
2012-01-23
1
-10
/
+2
*
Support register masks in MachineLICM.
Jakob Stoklund Olesen
2012-01-20
1
-23
/
+36
*
Extract method for detecting constant unallocatable physregs.
Jakob Stoklund Olesen
2012-01-16
1
-14
/
+1
*
80 col violation.
Evan Cheng
2012-01-10
1
-2
/
+2
*
Hoisted some loop invariant smallvector lookups out of a MachineLICM loop
Pete Cooper
2011-12-22
1
-1
/
+3
*
Changed MachineLICM to use a worklist list MachineCSE instead of recursion.
Pete Cooper
2011-12-22
1
-44
/
+125
*
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
1
-4
/
+4
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
1
-2
/
+3
*
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
Owen Anderson
2011-11-16
1
-1
/
+1
*
Disable LICM speculation in high register pressure situation again now that D...
Evan Cheng
2011-10-26
1
-1
/
+1
*
As Evan suggested, loads from constant pool are safe to speculate.
Devang Patel
2011-10-20
1
-5
/
+5
*
Add a comment.
Devang Patel
2011-10-20
1
-1
/
+3
*
Constraint register class with constrainRegClass() to CSE a virtual into anot...
Evan Cheng
2011-10-17
1
-3
/
+26
*
It is safe to speculate load from GOT. This fixes performance regression caus...
Devang Patel
2011-10-17
1
-1
/
+17
*
Tabs to spaces.
Nick Lewycky
2011-10-13
1
-2
/
+2
*
Disable machine LICM speculation check (for profitability) until I have time ...
Evan Cheng
2011-10-12
1
-6
/
+15
*
Expand the check for a landing pad so that it looks at the basic block's
Bill Wendling
2011-10-12
1
-5
/
+11
*
Fix r141744.
Evan Cheng
2011-10-12
1
-1
/
+19
*
Refine r141689 with a tri-state variable.
Evan Cheng
2011-10-11
1
-19
/
+23
*
N.B. This is with the new EH scheme:
Bill Wendling
2011-10-11
1
-0
/
+5
*
Add dominance check for the instruction being hoisted.
Devang Patel
2011-10-11
1
-1
/
+46
*
Revert r141569 and r141576.
Devang Patel
2011-10-10
1
-29
/
+0
*
If loop header is also loop exiting block then it may not be safe to hoist in...
Devang Patel
2011-10-10
1
-5
/
+4
*
Add dominance check for the instruction being hoisted.
Devang Patel
2011-10-10
1
-0
/
+30
*
Teach MachineLICM reg pressure tracking code to deal with MVT::untyped. Sorry...
Evan Cheng
2011-09-01
1
-27
/
+40
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
1
-1
/
+1
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-3
/
+3
*
More refactoring. Move getRegClass from TargetOperandInfo to TargetInstrInfo.
Evan Cheng
2011-06-27
1
-1
/
+1
*
Look pass copies when determining whether hoisting would end up inserting mor...
Evan Cheng
2011-04-11
1
-8
/
+17
*
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
1
-1
/
+1
*
Sorry, several patches in one.
Evan Cheng
2011-01-20
1
-40
/
+12
*
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-10
1
-4
/
+4
*
Add a FIXME comment.
Dan Gohman
2010-11-11
1
-0
/
+2
*
MachineLICM should not claim to be preserving the CFG when it can split critical
Jakob Stoklund Olesen
2010-11-01
1
-1
/
+0
*
Use instruction itinerary to determine what instructions are 'cheap'.
Evan Cheng
2010-10-26
1
-4
/
+36
*
More accurate estimate / tracking of register pressure.
Evan Cheng
2010-10-20
1
-64
/
+121
*
Make CodeGen TBAA-aware.
Dan Gohman
2010-10-20
1
-1
/
+3
*
Re-enable register pressure aware machine licm with fixes. Hoist() may have
Evan Cheng
2010-10-19
1
-77
/
+58
*
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
[next]