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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify code. No functionality change.
Jakub Staszak
2013-03-07
1
-3
/
+3
*
Change NULL to 0.
Jakub Staszak
2013-03-07
1
-8
/
+8
*
ArrayRef ca accept one element. Simplify code a little bit, also it matches now
Jakub Staszak
2013-03-07
1
-3
/
+5
*
Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...
Shuxin Yang
2013-03-06
1
-4
/
+14
*
Use dyn_cast instead of isa && cast. No functionality change.
Jakub Staszak
2013-03-06
1
-4
/
+4
*
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
1
-12
/
+29
*
add getUnderlyingObjectSize()
Nuno Lopes
2013-03-02
2
-30
/
+21
*
Cost model support for lowered math builtins.
Benjamin Kramer
2013-02-28
1
-0
/
+11
*
Fix a problem in alias analysis. It is about the misinterpretation of "Object".
Shuxin Yang
2013-02-28
1
-0
/
+29
*
Constant fold vector bitcasts of halves similarly to how floats and doubles a...
Michael Ilseman
2013-02-26
1
-6
/
+8
*
Unify clang/llvm attributes for asan/tsan/msan (LLVM part)
Kostya Serebryany
2013-02-26
1
-2
/
+2
*
Formatting.
Chad Rosier
2013-02-20
1
-2
/
+1
*
Teach the DataLayout aware constant folder to be much more aggressive towards
Nick Lewycky
2013-02-14
1
-8
/
+30
*
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
1
-0
/
+50
*
[tsan] disable load widening in ThreadSanitizer mode
Kostya Serebryany
2013-02-13
1
-0
/
+6
*
Cost model: Add check for reverse shuffles to CostModel analysis
Arnold Schwaighofer
2013-02-12
1
-0
/
+18
*
Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12...
Bob Wilson
2013-02-08
2
-11
/
+10
*
ARM cost model: Address computation in vector mem ops not free
Arnold Schwaighofer
2013-02-08
2
-0
/
+12
*
Identify and simplify idempotent intrinsics. Test case included.
Michael Ilseman
2013-02-07
1
-0
/
+36
*
Conditionalize constant folding of math intrinsics on the availability of an ...
Owen Anderson
2013-02-07
1
-0
/
+10
*
Signficantly generalize our ability to constant fold floating point intrinsic...
Owen Anderson
2013-02-06
1
-14
/
+88
*
ConstantFolding: Fix a crash when encoutering a truncating inttoptr.
Benjamin Kramer
2013-02-05
1
-3
/
+7
*
use GEP::accumulateConstantOffset() to replace custom written code to compute...
Nuno Lopes
2013-02-03
1
-27
/
+2
*
InstSimplify: stripAndComputeConstantOffsets can be called with vectors of po...
Benjamin Kramer
2013-02-01
1
-10
/
+18
*
Add a comment explaining an unavailable optimization.
Dan Gohman
2013-02-01
1
-0
/
+28
*
Rewrite instsimplify's handling if icmp on pointer values to remove the
Dan Gohman
2013-02-01
1
-56
/
+88
*
An alloca can be equal to an argument. It can't *alias* an alloca, but it could
Dan Gohman
2013-01-31
1
-12
/
+0
*
Change stripAndComputeConstantOffsets to accept a NULL DataLayout pointer
Dan Gohman
2013-01-31
1
-10
/
+15
*
Add a comment.
Dan Gohman
2013-01-31
1
-0
/
+4
*
Move isKnownNonNull out of AliasAnalysis.h and into ValueTracking.cpp since
Dan Gohman
2013-01-31
3
-17
/
+16
*
Change GetPointerBaseWithConstantOffset's DataLayout argument from a
Dan Gohman
2013-01-31
4
-50
/
+49
*
Minor code simplification.
Dan Gohman
2013-01-31
1
-1
/
+1
*
stripAndComputeConstantOffsets is only called on pointers; check this
Dan Gohman
2013-01-31
1
-10
/
+1
*
ConstantFolding: Add a missing folding that leads to a miscompile.
Benjamin Kramer
2013-01-24
1
-4
/
+4
*
ConstantFolding: Tweak r173289, it should evaluate in the intptr type, not th...
Benjamin Kramer
2013-01-23
1
-18
/
+15
*
ConstantFolding: Evaluate GEP indices in the index type.
Benjamin Kramer
2013-01-23
1
-2
/
+11
*
Begin fleshing out an interface in TTI for modelling the costs of
Chandler Carruth
2013-01-22
3
-63
/
+159
*
Make APFloat constructor require explicit semantics.
Tim Northover
2013-01-22
1
-1
/
+1
*
Switch CodeMetrics itself over to use TTI to determine if an instruction
Chandler Carruth
2013-01-21
2
-79
/
+6
*
Sink InlineCost.cpp into IPA -- it is now officially an interprocedural
Chandler Carruth
2013-01-21
3
-1
/
+1
*
Move the inline cost analysis's primary cost query to TTI instead of the
Chandler Carruth
2013-01-21
1
-4
/
+4
*
Now that the inline cost analysis is a pass, we can easily have it
Chandler Carruth
2013-01-21
1
-12
/
+20
*
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
1
-5
/
+27
*
Introduce a generic interface for querying an operation's expected
Chandler Carruth
2013-01-21
1
-1
/
+122
*
Revert CostTable algorithm, will re-write
Renato Golin
2013-01-20
1
-45
/
+0
*
Fix 80-col and early exit in cost model
Renato Golin
2013-01-19
1
-12
/
+16
*
Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...
Bill Wendling
2013-01-17
1
-29
/
+12
*
Change CostTable model to be global to all targets
Renato Golin
2013-01-16
1
-0
/
+41
*
SCEVExpander fix. RAUW needs to update the InsertedExpressions cache.
Andrew Trick
2013-01-14
1
-3
/
+2
*
fix compile-time regression report by Joerg Sonnenberger:
Nuno Lopes
2013-01-13
1
-9
/
+11
[next]