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
*
[asan] instrument cmpxchg and atomicrmw
Kostya Serebryany
2012-05-30
1
-8
/
+30
*
bounds checking:
Nuno Lopes
2012-05-29
1
-13
/
+51
*
ConstantRangesSet renamed to IntegersSubset. CRSBuilder renamed to IntegersSu...
Stepan Dyatkovskiy
2012-05-29
2
-8
/
+8
*
Fix suspicous hasOneUse() check, found by PVS Studio (PR12357).
Benjamin Kramer
2012-05-28
1
-1
/
+1
*
InstCombine: Fix infinite loop when encountering switch on trivial icmp.
Benjamin Kramer
2012-05-28
1
-1
/
+1
*
PR1255: Case Ranges
Stepan Dyatkovskiy
2012-05-28
2
-2
/
+8
*
Implement the indirect counter increment code in a better way. Instead of
Bill Wendling
2012-05-28
1
-53
/
+72
*
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
4
-27
/
+20
*
PR12967: Don't crash when trying to fold a shift that's larger than the type'...
Benjamin Kramer
2012-05-27
1
-1
/
+1
*
Reimplement the intrinsic verifier to use the same table as Intrinsic::getDef...
Chris Lattner
2012-05-27
1
-1
/
+1
*
Since commit 157467, if reassociate isn't actually going to change an expression
Duncan Sands
2012-05-26
1
-17
/
+20
*
SimplifyCFG: Turn the ad-hoc std::pair that represents switch cases into an e...
Benjamin Kramer
2012-05-26
1
-39
/
+54
*
Add support for branch weight metadata to MDBuilder and use it in various pla...
Benjamin Kramer
2012-05-26
2
-32
/
+23
*
Move this debug statement earlier so it is easy to see the order in
Duncan Sands
2012-05-26
1
-2
/
+2
*
The llvm_gcda_increment_indirect_counter function writes to the arguments that
Bill Wendling
2012-05-25
1
-17
/
+57
*
bounds checking: add support for byval arguments
Nuno Lopes
2012-05-25
1
-1
/
+9
*
boundschecking:
Nuno Lopes
2012-05-25
1
-50
/
+104
*
Make the reassociation pass more powerful so that it can handle expressions
Duncan Sands
2012-05-25
1
-255
/
+405
*
PR1255 related changes (case ranges):
Stepan Dyatkovskiy
2012-05-24
1
-40
/
+18
*
BoundsChecking: add a couple of simple tests and fix a bug in branch emition
Nuno Lopes
2012-05-23
1
-7
/
+19
*
Fix the inliner so that the optsize function attribute don't alter the
Patrik Hägglund
2012-05-23
1
-8
/
+11
*
Use zero-based shadow by default on Android.
Evgeniy Stepanov
2012-05-23
1
-2
/
+7
*
PR1255(case ranges) related changes in Local Transformations.
Stepan Dyatkovskiy
2012-05-23
1
-10
/
+14
*
address some of John Criswell's comments
Nuno Lopes
2012-05-22
1
-31
/
+84
*
hopefully fix the CMake build. sorry for breakage
Nuno Lopes
2012-05-22
1
-0
/
+1
*
add a new pass to instrument loads and stores for run-time bounds checking
Nuno Lopes
2012-05-22
5
-62
/
+286
*
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
1
-106
/
+60
*
Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from the
Duncan Sands
2012-05-22
1
-6
/
+12
*
Mark an unreachable region of code with llvm_unreachable.
Dan Gohman
2012-05-21
1
-1
/
+1
*
Do not pass an invalid domtree to SimplifyInstruction from
Peter Collingbourne
2012-05-20
1
-2
/
+2
*
Do not eliminate allocas whose alignment exceeds that of the
Peter Collingbourne
2012-05-19
1
-12
/
+35
*
Fix replacing all the users of objc weak runtime routines
Dan Gohman
2012-05-18
1
-2
/
+12
*
Teach SimplifyLibCalls about stpcpy.
David Majnemer
2012-05-15
1
-7
/
+54
*
Move the capture analysis from MemoryDependencyAnalysis to a more general place
Chad Rosier
2012-05-14
1
-1
/
+5
*
Teach Function::hasAddressTaken that BlockAddress doesn't really take
Jay Foad
2012-05-12
1
-0
/
+4
*
objectsize: add a few more tests and fix a bug
Nuno Lopes
2012-05-11
1
-1
/
+1
*
Fix a minor logic mistake transforming compares in instcombine. PR12514.
Eli Friedman
2012-05-11
1
-1
/
+1
*
objectsize: add support for GEPs with non-constant indexes
Nuno Lopes
2012-05-10
3
-34
/
+34
*
Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.
Dan Gohman
2012-05-10
1
-3
/
+19
*
teach DSE and isInstructionTriviallyDead() about calloc
Nuno Lopes
2012-05-10
2
-4
/
+17
*
Fix the objc_storeStrong recognizer to stop before walking off the
Dan Gohman
2012-05-09
1
-1
/
+4
*
objectsize:
Nuno Lopes
2012-05-09
1
-55
/
+96
*
Remove unused variable to get rid of warning.
Craig Topper
2012-05-09
1
-1
/
+1
*
Miscellaneous accumulated cleanups.
Dan Gohman
2012-05-08
1
-104
/
+78
*
Fix objc_storeStrong pattern matching to catch a potential use of the
Dan Gohman
2012-05-08
1
-9
/
+29
*
Calling ReassociateExpression recursively is extremely dangerous since it will
Duncan Sands
2012-05-08
1
-7
/
+7
*
Allow NULL LoopPassManager argument in UnrollLoop. PR12734.
Andrew Trick
2012-05-08
2
-20
/
+26
*
Teach reassociate to commute FMul's and FAdd's in order to canonicalize the o...
Owen Anderson
2012-05-07
1
-4
/
+28
*
Switch the select to branch transformation on by default.
Benjamin Kramer
2012-05-06
1
-3
/
+4
*
Remove trailing spaces.
Jakub Staszak
2012-05-06
1
-60
/
+60
[next]