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
/
SelectionDAG
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a RemoveFromWorklist method to DCI. This is needed to do some complicated
Cameron Zwarich
2011-04-02
1
-0
/
+4
*
Add comments.
Evan Cheng
2011-04-01
1
-2
/
+4
*
Assign node order numbers to results of call instruction lowering. This shoul...
Evan Cheng
2011-04-01
1
-4
/
+8
*
Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs.
Evan Cheng
2011-04-01
2
-19
/
+154
*
Turn SelectionDAGBuilder::GetRegistersForValue into a local function.
Benjamin Kramer
2011-03-26
2
-19
/
+16
*
Fix for -pre-RA-sched=source.
Andrew Trick
2011-03-25
1
-0
/
+2
*
PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND.
Eli Friedman
2011-03-23
2
-60
/
+30
*
Ensure that def-side physreg copies are scheduled above any other uses
Andrew Trick
2011-03-23
1
-0
/
+9
*
whitespace
Andrew Trick
2011-03-23
1
-2
/
+2
*
Added block number and name to isel debug output.
Andrew Trick
2011-03-23
1
-12
/
+25
*
Grammar-o.
Eric Christopher
2011-03-21
1
-1
/
+1
*
Add support for legalizing UINT_TO_FP of vectors on platforms which do
Nadav Rotem
2011-03-19
1
-1
/
+48
*
BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied...
Benjamin Kramer
2011-03-17
1
-9
/
+22
*
Move more logic into getTypeForExtArgOrReturn.
Cameron Zwarich
2011-03-17
1
-6
/
+2
*
Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn().
Cameron Zwarich
2011-03-17
1
-1
/
+1
*
The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte
Cameron Zwarich
2011-03-16
1
-5
/
+2
*
Don't recompute something that we already have in a local variable.
Cameron Zwarich
2011-03-16
1
-2
/
+2
*
sext(undef) = 0, because the top bits will all be the same.
Evan Cheng
2011-03-15
1
-1
/
+5
*
BIT_CONVERT has been renamed to BITCAST.
Evan Cheng
2011-03-14
1
-1
/
+1
*
Minor optimization. sign-ext/anyext of undef is still undef.
Evan Cheng
2011-03-14
1
-0
/
+4
*
Teach FastISel to support register-immediate-immediate instructions.
Owen Anderson
2011-03-11
1
-0
/
+23
*
Replace -dag-chain-limit flag with constant. It has survived a release cycle ...
Andrew Trick
2011-03-11
1
-3
/
+1
*
Avoid replacing the value of a directly stored load with the stored value if ...
Evan Cheng
2011-03-11
1
-2
/
+1
*
Re-commit 127368 and 127371. They are exonerated.
Evan Cheng
2011-03-10
2
-10
/
+23
*
Revert 127368 and 127371 for now.
Evan Cheng
2011-03-09
2
-23
/
+10
*
Change the definition of TargetRegisterInfo::getCrossCopyRegClass to be more
Evan Cheng
2011-03-09
2
-10
/
+23
*
Improve pre-RA-sched register pressure tracking for duplicate operands.
Andrew Trick
2011-03-09
1
-1
/
+5
*
Fix typo, make helper static.
Benjamin Kramer
2011-03-09
1
-3
/
+3
*
Fix some latent bugs if the nodes are unschedulable. We'd gotten away
Eric Christopher
2011-03-08
2
-1
/
+10
*
Further improvements to pre-RA-sched=list-ilp.
Andrew Trick
2011-03-08
1
-17
/
+62
*
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
1
-1
/
+1
*
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-07
2
-5
/
+8
*
Typo.
Eric Christopher
2011-03-06
1
-1
/
+1
*
Disable a couple of experimental heuristics to get the best results from the ...
Andrew Trick
2011-03-06
1
-2
/
+2
*
Be explicit with abs(). Visual Studio workaround.
Andrew Trick
2011-03-05
1
-4
/
+6
*
Fix for -sched-high-latency-cycles in sched=list-ilp mode.
Andrew Trick
2011-03-05
1
-1
/
+3
*
Missing comment.
Andrew Trick
2011-03-05
1
-0
/
+2
*
Increased the register pressure limit on x86_64 from 8 to 12
Andrew Trick
2011-03-05
2
-23
/
+156
*
Revert commit 126684 "Use the correct shift amount type". It is only the cor...
Duncan Sands
2011-03-04
1
-1
/
+1
*
Minor pre-RA-sched fixes and cleanup.
Andrew Trick
2011-03-04
1
-7
/
+15
*
There are times when the landing pad won't have a call to 'eh.selector' in
Bill Wendling
2011-03-03
1
-9
/
+23
*
Revert r123908; the code in question is completely untested and wrong.
Eli Friedman
2011-03-03
2
-28
/
+0
*
Avoid exponential blow-up when printing DAGs.
Bob Wilson
2011-03-02
1
-2
/
+5
*
Can't introduce floating-point immediate constants after legalization.
Stuart Hastings
2011-03-02
1
-2
/
+6
*
Add a few missed unary cases when legalizing vector results. Put some cases
Duncan Sands
2011-03-01
1
-31
/
+43
*
trailing whitespace.
Jim Grosbach
2011-03-01
1
-1
/
+1
*
Generalize the register matching code in DAGISel a bit.
Jim Grosbach
2011-03-01
1
-0
/
+12
*
Use the correct shift amount type.
Owen Anderson
2011-02-28
1
-1
/
+1
*
Clean whitespace.
Owen Anderson
2011-02-28
1
-3
/
+3
*
Legalize support for fpextend of vector. PR9309.
Duncan Sands
2011-02-27
1
-0
/
+2
[next]