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
*
Split TargetLowering into a CodeGen and a SelectionDAG part.
Benjamin Kramer
2013-01-11
1
-1
/
+1
*
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
Patrik Hagglund
2012-12-13
1
-1
/
+1
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
*
Add a getName function to MachineFunction. Use it in places that previously d...
Craig Topper
2012-08-22
1
-1
/
+1
*
Switch all register list clients to the new MC*Iterator interface.
Jakob Stoklund Olesen
2012-06-01
1
-7
/
+7
*
Add an MF argument to TRI::getPointerRegClass() and TII::getRegClass().
Jakob Stoklund Olesen
2012-05-07
1
-2
/
+2
*
Tweak MachineLICM heuristics for cheap instructions.
Jakob Stoklund Olesen
2012-04-11
1
-69
/
+89
*
Only check for PHI uses inside the current loop.
Jakob Stoklund Olesen
2012-04-11
1
-27
/
+51
*
Post-ra LICM should take care not to hoist an instruction that would clobber a
Evan Cheng
2012-03-27
1
-4
/
+28
*
Use uint16_t to store register overlaps to reduce static data.
Craig Topper
2012-03-04
1
-3
/
+3
*
Fix 80-column violation.
Chad Rosier
2012-02-28
1
-2
/
+2
*
Revert r150288, "Allow Post-RA LICM to hoist reserved register reads."
Jakob Stoklund Olesen
2012-02-17
1
-11
/
+0
*
Allow Post-RA LICM to hoist reserved register reads.
Jakob Stoklund Olesen
2012-02-11
1
-0
/
+11
*
Don't read PreRegAlloc before it is initialized.
Jakob Stoklund Olesen
2012-02-11
1
-6
/
+6
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-6
/
+1
*
Move pass configuration out of pass constructors: MachineLICM.
Andrew Trick
2012-02-08
1
-4
/
+5
*
whitespace
Andrew Trick
2012-02-08
1
-11
/
+11
*
Require non-NULL register masks.
Jakob Stoklund Olesen
2012-02-02
1
-4
/
+1
*
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
[next]