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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove dead SD nodes after the combining pass. Fixes PR12201.
Hal Finkel
2012-04-16
1
-0
/
+1
*
Rewrite how machine block placement handles loop rotation.
Chandler Carruth
2012-04-16
1
-66
/
+70
*
When emulating vselect using OR/AND/XOR make sure to bitcast the result back ...
Nadav Rotem
2012-04-15
1
-1
/
+2
*
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-13
1
-3
/
+3
*
Reduce malloc traffic in DwarfAccelTable
Benjamin Kramer
2012-04-13
2
-58
/
+28
*
HexagonPacketizer patch.
Sirish Pande
2012-04-12
1
-55
/
+34
*
Reapply 154397. Original message:
Nadav Rotem
2012-04-11
1
-11
/
+18
*
Fix an overly indented line. Remove an 'else' after an 'if' that returns.
Craig Topper
2012-04-11
1
-4
/
+3
*
Inline implVisitAluOverflow by introducing a nested switch to convert the int...
Craig Topper
2012-04-11
2
-20
/
+18
*
Optimize code a bit by calling push_back only once in some loops. Reduces com...
Craig Topper
2012-04-11
1
-26
/
+24
*
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
*
Move the constant-folding support for FP_ROUND in SelectionDAG from the one-o...
Owen Anderson
2012-04-10
1
-1
/
+10
*
Add a comment noting that the fdiv -> fmul conversion won't generate
Duncan Sands
2012-04-10
1
-3
/
+3
*
To ensure that we have more accurate line information for a block
Eric Christopher
2012-04-10
1
-2
/
+5
*
Revert r154397, which was causing make check failures on the buildbots.
Owen Anderson
2012-04-10
1
-13
/
+6
*
Fix a dagcombine optimization which assumes that the vsetcc result type is al...
Nadav Rotem
2012-04-10
1
-6
/
+13
*
Make a somewhat subtle change in the logic of block placement. Sometimes
Chandler Carruth
2012-04-10
1
-0
/
+12
*
Transform div to mul with reciprocal only when fp imm is legal.
Anton Korobeynikov
2012-04-10
1
-2
/
+9
*
Make the code slightly more palatable.
Evan Cheng
2012-04-10
1
-1
/
+5
*
Fix a long standing tail call optimization bug. When a libcall is emitted
Evan Cheng
2012-04-10
2
-9
/
+10
*
Don't try to zExt just to check if an integer constant is zero, it might
Rafael Espindola
2012-04-10
1
-2
/
+2
*
Have TargetLowering::getPICJumpTableRelocBase return a node that points to the
Akira Hatanaka
2012-04-09
1
-1
/
+5
*
Patch r153892 for PR11861 apparently broke an external project (see PR12493).
Lang Hames
2012-04-09
1
-16
/
+17
*
Pattern match a setcc of boolean value with 0 as a truncate.
Rafael Espindola
2012-04-09
1
-9
/
+48
*
Remove unnecessary type check when combining and/or/xor of swizzles. Move som...
Craig Topper
2012-04-09
1
-13
/
+12
*
Remove unnecessary 'else' on an 'if' that always returns
Craig Topper
2012-04-09
1
-1
/
+2
*
Optimize code slightly. No functionality change.
Craig Topper
2012-04-09
1
-6
/
+7
*
Replace some explicit checks with asserts for conditions that should never ha...
Craig Topper
2012-04-09
1
-14
/
+7
*
Optimize code a bit. No functional change intended.
Craig Topper
2012-04-08
1
-9
/
+9
*
Silence sign-compare warning.
Benjamin Kramer
2012-04-08
1
-1
/
+1
*
Only have codegen turn fdiv by a constant into fmul by the reciprocal
Duncan Sands
2012-04-08
1
-5
/
+3
*
Simplify code that tries to do vector extracts for shuffles when the mask wid...
Craig Topper
2012-04-08
1
-12
/
+8
*
Move the TLSModel information into the TargetMachine rather than hiding
Chandler Carruth
2012-04-08
1
-22
/
+0
*
Remove an over zealous assert. The assert was trying to catch places
Chandler Carruth
2012-04-08
1
-1
/
+0
*
Add a debug-only 'dump' method to the BlockChain structure to ease
Chandler Carruth
2012-04-08
1
-0
/
+8
*
Turn avx2 vinserti128 intrinsic calls into INSERT_SUBVECTOR DAG nodes and rem...
Craig Topper
2012-04-07
1
-1
/
+2
*
Remove 'else' after 'if' that ends in return.
Craig Topper
2012-04-07
1
-1
/
+1
*
1. Remove the part of r153848 which optimizes shuffle-of-shuffle into a new
Nadav Rotem
2012-04-07
1
-12
/
+14
*
Convert floating point division by a constant into multiplication by the
Duncan Sands
2012-04-07
1
-0
/
+13
*
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-05
1
-2
/
+5
*
Don't break the IV update in TLI::SimplifySetCC().
Jakob Stoklund Olesen
2012-04-05
1
-15
/
+27
*
Treat f16 the same as f80/f128 for the purposes of generating constants durin...
Owen Anderson
2012-04-05
1
-1
/
+2
*
REG_SEQUENCE expansion to COPY instructions wasn't taking account of sub regi...
Pete Cooper
2012-04-04
1
-1
/
+2
*
f16 FREM can now be legalized by promoting to f32
Pete Cooper
2012-04-04
1
-0
/
+1
*
Remove spurious debug output.
Jakob Stoklund Olesen
2012-04-04
1
-1
/
+0
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
5
-142
/
+85
*
Remove default case from switch that was already covering all cases.
Craig Topper
2012-04-04
1
-1
/
+0
*
Removed useless switch for default case when switch was covering all the enum...
Pete Cooper
2012-04-04
1
-1
/
+0
*
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...
Pete Cooper
2012-04-03
2
-0
/
+34
[next]