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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
LICM: Remove trailing white spaces
Tobias Grosser
2011-07-06
1
-32
/
+32
*
LICM: Do not loose alignment on promotion
Tobias Grosser
2011-07-06
1
-8
/
+30
*
Introduce "expect" intrinsic instructions.
Jakub Staszak
2011-07-06
3
-0
/
+165
*
Preserve debug loc.
Devang Patel
2011-07-05
1
-1
/
+1
*
indvars -disable-iv-rewrite: avoid multiple IVs in weird cases.
Andrew Trick
2011-07-05
1
-18
/
+30
*
PR10267: Don't combine an equality compare with an AND into an inequality com...
Benjamin Kramer
2011-07-04
1
-1
/
+5
*
indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.
Andrew Trick
2011-07-02
1
-46
/
+51
*
Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...
Owen Anderson
2011-07-01
1
-2
/
+6
*
Fix likely typo, reduce number of instruction name collisions.
Nick Lewycky
2011-07-01
1
-1
/
+1
*
Add r134057 back, but splice the predecessor after the successors phi
Rafael Espindola
2011-06-30
2
-11
/
+13
*
indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...
Andrew Trick
2011-06-30
1
-3
/
+7
*
indvars -disable-iv-rewrite: handle an edge case involving identity phis.
Andrew Trick
2011-06-30
1
-3
/
+8
*
indvars -disable-iv-rewrite: insert new trunc instructions carefully.
Andrew Trick
2011-06-29
1
-13
/
+21
*
Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and
Chad Rosier
2011-06-29
2
-13
/
+11
*
Let simplify cfg simplify bb with only debug and lifetime intrinsics.
Rafael Espindola
2011-06-29
2
-11
/
+13
*
indvars -disable-iv-rewrite: just because SCEV ignores casts doesn't
Andrew Trick
2011-06-29
1
-0
/
+1
*
cleanup: misleading comment.
Andrew Trick
2011-06-28
1
-2
/
+2
*
SCEVExpander: give new insts a name that identifies the reponsible pass.
Andrew Trick
2011-06-28
3
-4
/
+4
*
whitespace
Andrew Trick
2011-06-28
1
-8
/
+8
*
Fix typo in comment.
Nick Lewycky
2011-06-28
1
-1
/
+1
*
indvars --disable-iv-rewrite: sever ties with IVUsers.
Andrew Trick
2011-06-28
1
-6
/
+6
*
indvars --disable-iv-rewrite: Defer evaluating s/zext until SCEV
Andrew Trick
2011-06-28
1
-40
/
+57
*
indvars -disable-iv-rewrite: run RLEV after SimplifyIVUsers for
Andrew Trick
2011-06-27
1
-4
/
+6
*
Calculate GetBestDestForJumpOnUndef correctly.
Jakub Staszak
2011-06-27
1
-1
/
+3
*
Teach one piece of scalarrepl to handle lifetime markers. When transforming an
Nick Lewycky
2011-06-27
1
-13
/
+37
*
Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by other
Nick Lewycky
2011-06-27
1
-16
/
+1
*
PR10180: Fix a instcombine crash with FP vectors.
Eli Friedman
2011-06-23
1
-2
/
+2
*
Reinstate r133513 (reverted in r133700) with an additional fix for a
Jay Foad
2011-06-23
8
-98
/
+102
*
Revert r133513:
Eric Christopher
2011-06-23
8
-102
/
+98
*
Set debug loc.
Devang Patel
2011-06-22
1
-0
/
+2
*
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-06-22
1
-2
/
+2
*
IVUsers no longer needs to record the phis.
Andrew Trick
2011-06-21
2
-12
/
+8
*
Remove unused variables.
Benjamin Kramer
2011-06-21
1
-2
/
+2
*
Reinstate r133435 and r133449 (reverted in r133499) now that the clang
Jay Foad
2011-06-21
8
-91
/
+95
*
Don't use PN->replaceUsesOfWith() to change a PHINode's incoming blocks,
Jay Foad
2011-06-21
1
-1
/
+3
*
indvars -disable-iv-rewrite: Adds support for eliminating identity
Andrew Trick
2011-06-21
1
-100
/
+237
*
Revert r133435 and r133449 to appease buildbots.
Chad Rosier
2011-06-21
8
-95
/
+91
*
Completely short-circuit out ARC optimization if the ARC runtime
Dan Gohman
2011-06-20
1
-4
/
+62
*
Change how PHINodes store their operands.
Jay Foad
2011-06-20
8
-91
/
+95
*
Make better use of the PHINode API.
Jay Foad
2011-06-20
2
-5
/
+10
*
Revamp the "ConstantStruct::get" methods. Previously, these were scattered
Chris Lattner
2011-06-20
3
-46
/
+52
*
fix the varargs version of StructType::get to not require an LLVMContext, mak...
Chris Lattner
2011-06-18
1
-1
/
+1
*
Fix PR10103: Less code for enum type translation.
Hans Wennborg
2011-06-18
1
-0
/
+74
*
When scalar replacement returns a vector type, only accept it if the vector
Cameron Zwarich
2011-06-18
1
-0
/
+5
*
Fix an invalid bitcast crash that occurs when doing a partial memset of a vector
Cameron Zwarich
2011-06-18
1
-3
/
+15
*
Remove a pointless assignment. Nothing checks the value of VectorTy anymore now
Cameron Zwarich
2011-06-18
1
-1
/
+0
*
Revert r133285. Causing odd failures on Dragonegg.
Chad Rosier
2011-06-17
1
-4
/
+5
*
Set debug loc for new preheader's terminator.
Devang Patel
2011-06-17
1
-0
/
+1
*
Relocate NUW test to cover all binary ops in a dynamic alloca expr.
Stuart Hastings
2011-06-17
1
-5
/
+4
*
When promoting an alloca to registers discard any lifetime intrinsics.
Nick Lewycky
2011-06-17
1
-0
/
+59
[next]