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
*
Port the global copy optimization from the SROA pass to InstCombine.
Chandler Carruth
2012-08-21
2
-179
/
+171
*
[asan] add code to detect global initialization fiasco in C/C++. The sub-pass...
Kostya Serebryany
2012-08-21
1
-63
/
+171
*
revise debug output to avoid dangling pointer
Michael Liao
2012-08-21
1
-1
/
+1
*
InstCombine: Fix a crasher when encountering a function pointer.
Benjamin Kramer
2012-08-18
1
-1
/
+1
*
Remove overly conservative hasOneUse check, this always expands into a single...
Benjamin Kramer
2012-08-18
1
-1
/
+1
*
InstCombine: Add a couple of fabs identities for comparing with 0.0.
Benjamin Kramer
2012-08-18
1
-0
/
+39
*
SimplifyLibcalls: Add fabs and trunc to the list of libcalls that are safe to...
Benjamin Kramer
2012-08-18
1
-0
/
+4
*
Fix undefined behavior (binding a reference to a dereferenced null pointer) if
Richard Smith
2012-08-17
1
-1
/
+1
*
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
*
[asan] implement --asan-always-slow-path, which is a part of the improvement ...
Kostya Serebryany
2012-08-15
1
-2
/
+5
*
fix infinite loop in instcombine with more than 4GB memcpy
Michael Liao
2012-08-15
1
-6
/
+4
*
[asan] insert crash basic blocks inline as opposed to inserting them at the e...
Kostya Serebryany
2012-08-14
1
-30
/
+27
*
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
*
LICM uses AliasSet information to hoist and sink instructions. However, other...
Nadav Rotem
2012-08-13
1
-0
/
+5
*
[asan] remove the code for --asan-merge-callbacks as it appears to be a bad i...
Kostya Serebryany
2012-08-13
1
-78
/
+8
*
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
*
Fix a serious typo in InstCombine's optimization of comparisons.
Bob Wilson
2012-08-07
1
-1
/
+1
*
Move the "findUsedStructTypes" functionality outside of the Module class.
Bill Wendling
2012-08-03
1
-2
/
+3
*
remove tabs from my previous commit.
Nuno Lopes
2012-08-01
1
-2
/
+2
*
(hopefuly) fix the remaining cases where null wasnt expected (PR13497).
Nuno Lopes
2012-08-01
1
-0
/
+4
*
Teach CodeGenPrep to look past bitcast when it's duplicating return instruction
Evan Cheng
2012-07-27
2
-7
/
+34
*
fix infinite loop in instcombine in the presence of a (malformed) self-refere...
Nuno Lopes
2012-07-27
1
-0
/
+4
*
Simplify demanded bits of select sources where the condition is a constant ve...
Pete Cooper
2012-07-26
2
-0
/
+34
*
Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...
Pete Cooper
2012-07-26
1
-0
/
+6
*
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
*
It's not safe to blindly remove invoke instructions. This happens when we
Nick Lewycky
2012-07-25
1
-1
/
+2
*
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
1
-4
/
+1
*
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
1
-1
/
+4
*
add EmitStrNLen()
Nuno Lopes
2012-07-25
1
-0
/
+27
*
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-25
4
-63
/
+126
*
Don't delete one more instruction than we're allowed to. This should fix the
Nick Lewycky
2012-07-24
1
-1
/
+3
*
Clean whitespaces.
Nadav Rotem
2012-07-24
22
-498
/
+500
*
Teach globalopt to not nuke all stores to globals. Keep them around of they
Nick Lewycky
2012-07-24
1
-8
/
+177
*
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
2
-3
/
+3
*
Move the initialization of the bounds checking pass. The pass itself
Chandler Carruth
2012-07-22
2
-3
/
+3
*
Revert r160602.
Nick Lewycky
2012-07-21
1
-177
/
+8
*
Teach globalopt to play nice with leak checkers. This is a reapplication of
Nick Lewycky
2012-07-21
1
-8
/
+177
*
move the bounds checking pass to the instrumentation folder, where it belongs...
Nuno Lopes
2012-07-20
3
-2
/
+2
*
Fix assertion in jump threading (PR13405).
Richard Osborne
2012-07-20
1
-0
/
+2
*
[asan] make sure that the crash callbacks do not get merged (Chandler's idea:...
Kostya Serebryany
2012-07-20
1
-4
/
+16
*
Revert r160529 due to crashes.
Nick Lewycky
2012-07-19
1
-171
/
+8
*
Don't wipe out global variables that are probably storing pointers to heap
Nick Lewycky
2012-07-19
1
-8
/
+171
[next]