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
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-21
1
-178
/
+0
*
revise debug output to avoid dangling pointer
Michael Liao
2012-08-21
1
-1
/
+1
*
SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...
Benjamin Kramer
2012-08-18
1
-0
/
+4
*
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-16
1
-47
/
+48
*
Remove dead flag.
Bill Wendling
2012-08-15
1
-9
/
+3
*
Change greater than to greater than or equal so that an identical sized store...
Craig Topper
2012-08-14
1
-1
/
+1
*
During the CodeGenPrepare we often lower intrinsics (such as objsize)
Nadav Rotem
2012-08-14
1
-0
/
+39
*
Constify some basic blocks, no functionality change.
Rafael Espindola
2012-08-10
1
-8
/
+8
*
Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly ...
Pete Cooper
2012-08-10
1
-3
/
+8
*
isAllocLikeFn is allowed to return true for functions which read memory; make
Eli Friedman
2012-08-08
1
-2
/
+9
*
Avoid recomputing the unique exit blocks and their insert points when doing
Dan Gohman
2012-08-08
1
-11
/
+26
*
Teach CodeGenPrep to look past bitcast when it's duplicating return instruction
Evan Cheng
2012-07-27
1
-3
/
+14
*
do null checks for a few more Emit*() functions.
Nuno Lopes
2012-07-26
1
-17
/
+15
*
Stop reassociate from looking through expressions of arbitrary complexity. This
Duncan Sands
2012-07-26
1
-0
/
+2
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
2
-41
/
+51
*
Clean whitespaces.
Nadav Rotem
2012-07-24
22
-498
/
+500
*
An objc_retain can serve as a may-use for a different pointer.
Dan Gohman
2012-07-23
1
-1
/
+4
*
Suppress a warning.
Nadav Rotem
2012-07-23
1
-1
/
+2
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-2
/
+2
*
Move the initialization of the bounds checking pass. The pass itself
Chandler Carruth
2012-07-22
1
-1
/
+0
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
2
-210
/
+0
*
Fix assertion in jump threading (PR13405).
Richard Osborne
2012-07-20
1
-0
/
+2
*
indvars: drive by heuristics fix.
Andrew Trick
2012-07-18
1
-1
/
+1
*
indvars: Linear function test replace should avoid reusing undef.
Andrew Trick
2012-07-18
1
-5
/
+67
*
Reapply r160340. LSR: Limit CollectSubexprs.
Andrew Trick
2012-07-17
1
-28
/
+52
*
Revert "LSR: try not to blow up solving combinatorial problems brute force."
Andrew Trick
2012-07-17
1
-51
/
+28
*
LSR: try not to blow up solving combinatorial problems brute force.
Andrew Trick
2012-07-17
1
-28
/
+51
*
fix PR13339 (remove the predecessor from the unwind BB when removing an invoke)
Nuno Lopes
2012-07-16
1
-0
/
+1
*
LSR Fix: check SCEV expression safety before expansion.
Andrew Trick
2012-07-13
1
-1
/
+1
*
BoundsChecking: optimize out the check for offset < 0 if size is known to be...
Nuno Lopes
2012-07-03
1
-7
/
+10
*
fix the regression I introduced in r159385 (it's necessary to update PHI node...
Nuno Lopes
2012-07-02
1
-0
/
+3
*
CodeGenPrepare: Don't crash when TLI is not available.
Benjamin Kramer
2012-06-29
1
-1
/
+2
*
Rework this to clarify where the removal of nodes from the queue is
Duncan Sands
2012-06-29
1
-8
/
+9
*
Fix a reassociate crash on sozefx when compiling with dragonegg+gcc-4.7 due to
Duncan Sands
2012-06-29
1
-5
/
+13
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
9
-58
/
+58
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
1
-1
/
+1
*
make simplifyCFG erase invokes to readonly/readnone functions
Nuno Lopes
2012-06-28
1
-6
/
+7
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-1
/
+1
*
Some reassociate optimizations create new instructions, which they insert just
Duncan Sands
2012-06-27
1
-11
/
+7
*
revert my previous commit (r159173), since as Eli pointed out, it's perfectly...
Nuno Lopes
2012-06-25
1
-0
/
+1
*
do not set realloc() as NotAlias, since it can return the same pointer. This ...
Nuno Lopes
2012-06-25
1
-1
/
+0
*
Fix the objc_autoreleasedReturnValue optimization code to locate
Dan Gohman
2012-06-25
1
-2
/
+17
*
improve optimization of invoke instructions:
Nuno Lopes
2012-06-25
1
-2
/
+7
*
llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
NAKAMURA Takumi
2012-06-24
1
-0
/
+2
*
Remove a dangling reference to a deleted instruction. Fixes PR13185!
Nick Lewycky
2012-06-24
1
-0
/
+1
*
BoundsChecking: attach debug info to traps to make my life a bit more sane
Nuno Lopes
2012-06-23
1
-9
/
+10
*
port the BoundsChecking patch to the new MemoryBuiltin API (i.e., remove most...
Nuno Lopes
2012-06-21
1
-393
/
+30
*
refactor the MemoryBuiltin analysis:
Nuno Lopes
2012-06-21
2
-54
/
+11
*
Add a number of threshold arguments to the SRA pass.
Nadav Rotem
2012-06-21
1
-18
/
+60
*
Now that SROA can form alloca's for dynamic vector accesses, further improve ...
Pete Cooper
2012-06-17
1
-28
/
+99
[next]