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
/
test
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-21
1
-20
/
+10
*
InstCombine: Fix a crasher when encountering a function pointer.
Benjamin Kramer
2012-08-18
1
-0
/
+8
*
InstCombine: Add a couple of fabs identities for comparing with 0.0.
Benjamin Kramer
2012-08-18
1
-0
/
+82
*
SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...
Benjamin Kramer
2012-08-18
1
-0
/
+23
*
MemoryBuiltins: Properly guard ObjectSizeOffsetVisitor against cycles in the IR.
Benjamin Kramer
2012-08-17
1
-1
/
+2
*
Guard MemoryBuiltins against self-looping GEPs, which can occur in unreachabl...
Benjamin Kramer
2012-08-17
1
-0
/
+17
*
Fix broken check lines.
Benjamin Kramer
2012-08-17
4
-10
/
+9
*
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-16
1
-0
/
+60
*
fix infinite loop in instcombine with more than 4GB memcpy
Michael Liao
2012-08-15
1
-0
/
+8
*
Change greater than to greater than or equal so that an identical sized store...
Craig Topper
2012-08-14
1
-0
/
+19
*
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-08-14
2
-7
/
+7
*
The normal edge of an invoke is not allowed to branch to a block with a
Eli Friedman
2012-08-10
5
-1170
/
+7
*
Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...
Pete Cooper
2012-08-10
1
-0
/
+22
*
isAllocLikeFn is allowed to return true for functions which read memory; make
Eli Friedman
2012-08-08
1
-0
/
+15
*
Avoid recomputing the unique exit blocks and their insert points when doing
Dan Gohman
2012-08-08
1
-0
/
+41
*
Fix a serious typo in InstCombine's optimization of comparisons.
Bob Wilson
2012-08-07
1
-0
/
+9
*
PR13095: Give an inline cost bonus to functions using byval arguments.
Benjamin Kramer
2012-08-07
1
-0
/
+193
*
Fix PR13412, a nasty miscompile due to the interleaved
Chandler Carruth
2012-08-07
1
-0
/
+62
*
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
1
-1
/
+0
*
When constant folding GEP expressions, keep the address space information of ...
Nadav Rotem
2012-07-30
1
-0
/
+10
*
Add testcases for GlobalOpt changes in r160693 and r160757.
Nick Lewycky
2012-07-29
1
-3
/
+33
*
fix PR13390: do not loop forever with self-referencing self instructions
Nuno Lopes
2012-07-27
1
-0
/
+19
*
fix infinite loop in instcombine in the presence of a (malformed) self-refere...
Nuno Lopes
2012-07-27
1
-0
/
+17
*
Simplify demanded bits of select sources where the condition is a constant ve...
Pete Cooper
2012-07-26
1
-0
/
+19
*
Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...
Pete Cooper
2012-07-26
1
-0
/
+28
*
Stop reassociate from looking through expressions of arbitrary complexity. This
Duncan Sands
2012-07-26
2
-0
/
+37
*
Don't perform an overaligned load in this test, since that's undefined
Duncan Sands
2012-07-25
1
-1
/
+1
*
When folding a load from a global constant, if the load started in the middle
Duncan Sands
2012-07-25
1
-0
/
+12
*
teach objectsize about strdup() and strndup()
Nuno Lopes
2012-07-24
1
-0
/
+48
*
Teach globalopt to not nuke all stores to globals. Keep them around of they
Nick Lewycky
2012-07-24
2
-1
/
+20
*
An objc_retain can serve as a may-use for a different pointer.
Dan Gohman
2012-07-23
1
-0
/
+24
*
Revert r160602.
Nick Lewycky
2012-07-21
2
-21
/
+1
*
Teach globalopt to play nice with leak checkers. This is a reapplication of
Nick Lewycky
2012-07-21
2
-1
/
+21
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
4
-187
/
+0
*
Fix assertion in jump threading (PR13405).
Richard Osborne
2012-07-20
1
-0
/
+8
*
Revert r160529 due to crashes.
Nick Lewycky
2012-07-19
2
-21
/
+1
*
Don't wipe out global variables that are probably storing pointers to heap
Nick Lewycky
2012-07-19
2
-1
/
+21
*
Added unit test for PR13361: LSR + SCEV "hangs" on reasonably sized test.
Andrew Trick
2012-07-18
1
-0
/
+517
*
indvars: Linear function test replace should avoid reusing undef.
Andrew Trick
2012-07-18
2
-4
/
+29
*
Back out r160101 and instead implement a dag combine to recover from instcomb...
Evan Cheng
2012-07-17
1
-18
/
+0
*
llvm/test/Transforms/LoopRotate/PhiRename-1.ll: FileCheck-ize. It fixes PR13301.
NAKAMURA Takumi
2012-07-17
1
-2
/
+3
*
fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)
Nuno Lopes
2012-07-16
1
-0
/
+22
*
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-07-13
1
-0
/
+90
*
Instcombine was transforming:
Evan Cheng
2012-07-12
1
-0
/
+18
*
instcombine: merge the functions that remove dead allocas and dead mallocs/ca...
Nuno Lopes
2012-07-09
1
-1
/
+2
*
teach instcombine to remove allocated buffers even if there are stores, memcp...
Nuno Lopes
2012-07-06
5
-15
/
+103
*
BoundsChecking: optimize out the check for offset < 0 if size is known to be...
Nuno Lopes
2012-07-03
1
-2
/
+6
*
Revert "IntRange:" as it appears to be breaking self hosting.
Eric Christopher
2012-07-02
1
-1
/
+1
*
Fix the remaining TCL-style quotes found in the testsuite. This is
Chandler Carruth
2012-07-02
71
-75
/
+75
*
GlobalOpt forgot to handle bitcast when analyzing globals. Found by inspection.
Duncan Sands
2012-07-02
1
-1
/
+3
[next]