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
*
153465 was incorrect. In this code we wanted to check that the pointer operan...
Nadav Rotem
2012-03-26
1
-4
/
+3
*
PR12357: The pointer was used before it was checked.
Nadav Rotem
2012-03-26
1
-1
/
+3
*
LSR ivchain bug fix: corner case with ConstantExpr.
Andrew Trick
2012-03-26
1
-2
/
+3
*
comment typo
Andrew Trick
2012-03-26
1
-1
/
+1
*
eliminate an unneeded branch, part of PR12357
Chris Lattner
2012-03-26
1
-7
/
+2
*
Tidy.
Eric Christopher
2012-03-26
1
-1
/
+1
*
Tidy.
Eric Christopher
2012-03-26
1
-6
/
+9
*
LSR cleanup: potential bug caught by PVS-Studio.
Andrew Trick
2012-03-26
1
-2
/
+3
*
[tsan] treat vtable pointer updates in a special way (requires tbaa); fix a b...
Kostya Serebryany
2012-03-26
1
-0
/
+25
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
1
-5
/
+5
*
Teach the function cloner (and thus the inliner) to simplify PHINodes
Chandler Carruth
2012-03-25
1
-12
/
+18
*
Move the instruction simplification of callsite arguments in the inliner
Chandler Carruth
2012-03-25
2
-89
/
+34
*
Add an asserting ValueHandle to the block simplification code which will
Chandler Carruth
2012-03-25
1
-0
/
+9
*
Don't form a WeakVH around the sentinel node in the instructions BB
Chandler Carruth
2012-03-24
1
-4
/
+2
*
Refactor the interface to recursively simplifying instructions to be tad
Chandler Carruth
2012-03-24
2
-16
/
+8
*
Fix the MSVC build.
Francois Pichet
2012-03-24
1
-2
/
+2
*
More IndVarSimplify cleanup.
Andrew Trick
2012-03-24
1
-25
/
+16
*
add EP_OptimizerLast extension point
Kostya Serebryany
2012-03-23
1
-0
/
+1
*
Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it
Dan Gohman
2012-03-23
1
-2
/
+11
*
It's not possible to insert code immediately after an invoke in the
Dan Gohman
2012-03-23
1
-32
/
+42
*
When propagating equalities, eg replacing A with B in every basic block
Duncan Sands
2012-03-23
1
-0
/
+3
*
Indentation.
Duncan Sands
2012-03-23
1
-1
/
+1
*
Remove -enable-lsr-retry in time for 3.1.
Andrew Trick
2012-03-22
1
-20
/
+10
*
Remove -enable-lsr-nested in time for 3.1.
Andrew Trick
2012-03-22
1
-29
/
+10
*
Refactor the code for visiting instructions out into helper functions.
Dan Gohman
2012-03-22
1
-245
/
+271
*
Remove unused simplifyIVUsers
Andrew Trick
2012-03-22
1
-41
/
+0
*
Remove -enable-iv-rewrite, which has been unsupported since 3.0.
Andrew Trick
2012-03-22
1
-265
/
+7
*
don't use "signed", just something I noticed in patches flying by.
Chris Lattner
2012-03-22
1
-2
/
+2
*
[asan] fix one more bug related to long double
Kostya Serebryany
2012-03-21
1
-1
/
+1
*
Zap some dead code pointed out by Chandler.
Eric Christopher
2012-03-20
1
-4
/
+0
*
LoopSimplify bug fix. Handle indirect loop back edges.
Andrew Trick
2012-03-20
1
-5
/
+8
*
whitespace
Andrew Trick
2012-03-20
1
-2
/
+2
*
[asan] don't emit __asan_mapping_offset/__asan_mapping_scale by default -- th...
Kostya Serebryany
2012-03-19
1
-12
/
+17
*
Revert r152907.
Bill Wendling
2012-03-16
1
-15
/
+3
*
The alignment of the pointer part of the store instruction may have an
Bill Wendling
2012-03-16
1
-3
/
+15
*
Rip out support for 'llvm.noinline'. This thing has a strange history...
Chandler Carruth
2012-03-16
1
-45
/
+0
*
Start removing the use of an ad-hoc 'never inline' set and instead
Chandler Carruth
2012-03-16
3
-34
/
+50
*
LSR fix: Add isSimplifiedLoopNest to IVUsers analysis.
Andrew Trick
2012-03-16
3
-12
/
+22
*
In InstCombiner::visitOr, make sure we reverse the operand swap used for chec...
Eli Friedman
2012-03-16
1
-1
/
+7
*
Short term fix for pr12270 before we change dominates to handle unreachable
Rafael Espindola
2012-03-15
1
-29
/
+33
*
Use an iterator instead of calling .size() on the worklist every time, which ...
Bill Wendling
2012-03-15
1
-2
/
+2
*
Remove the basic inliner. This was added in 2007, and hasn't really
Chandler Carruth
2012-03-15
2
-183
/
+0
*
This pass didn't want the inline cost per-se, it just wants generic code
Chandler Carruth
2012-03-15
1
-1
/
+1
*
Fixed a transform crash when setting a negative size value for memset. Fixes...
Aaron Ballman
2012-03-15
1
-2
/
+6
*
[tsan] use FunctionBlackList
Kostya Serebryany
2012-03-14
1
-0
/
+9
*
[asan] rename class BlackList to FunctionBlackList and move it into a separat...
Kostya Serebryany
2012-03-14
4
-70
/
+120
*
When an invoke is marked with metadata indicating its unwind edge
Dan Gohman
2012-03-14
1
-1
/
+2
*
Change where we enable the heuristic that delays inlining into functions
Chandler Carruth
2012-03-14
1
-7
/
+14
*
Target override to allow CodeGenPrepare to sink address operands to intrinsic...
Pete Cooper
2012-03-13
1
-0
/
+9
*
enhance jump threading to preserve TBAA information when PRE'ing loads,
Chris Lattner
2012-03-13
1
-1
/
+12
[next]