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
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-0
/
+81
*
isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
David Majnemer
2013-05-18
1
-0
/
+11
*
Respect the 'nobuiltin' attribute when determining if a call is to a memory b...
Richard Smith
2013-05-16
1
-0
/
+3
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-06
1
-5
/
+20
*
RegionInfo: Do not crash if unreachable block is found
Tobias Grosser
2013-05-03
1
-1
/
+2
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
2
-2
/
+3
*
Struct-path aware TBAA: change the format of TBAAStructType node.
Manman Ren
2013-04-27
1
-13
/
+30
*
Struct-path aware TBAA: update getMostGenericTBAA
Manman Ren
2013-04-22
1
-2
/
+60
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
2
-0
/
+2
*
ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.
Benjamin Kramer
2013-04-19
1
-1
/
+1
*
A limit of 500 was still a bit too high for some tests.
Bill Wendling
2013-04-17
1
-3
/
+1
*
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-13
1
-12
/
+24
*
Aliasing rules for struct-path aware TBAA.
Manman Ren
2013-04-11
1
-0
/
+136
*
RegionInfo: Add helpers to replace entry/exit recursively
Tobias Grosser
2013-04-10
1
-0
/
+32
*
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
2
-50
/
+42
*
Revert 179071 because it is not the right way to support non standard new/new...
Nadav Rotem
2013-04-09
1
-0
/
+8
*
c++ new operators are not malloc-like functions because they do not return un...
Nadav Rotem
2013-04-08
1
-8
/
+0
*
InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.
NAKAMURA Takumi
2013-04-08
1
-1
/
+1
*
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
2
-4
/
+29
*
Build fixes for STLPort + GCC
Matt Arsenault
2013-03-29
2
-6
/
+6
*
Fix loop style
Matt Arsenault
2013-03-29
1
-2
/
+2
*
BasicAA: Only query twice if the result of the more general query was MayAlias
Arnold Schwaighofer
2013-03-26
1
-5
/
+5
*
Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.
Andrew Trick
2013-03-26
1
-0
/
+30
*
Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.
Manman Ren
2013-03-22
1
-0
/
+72
*
Remove 'else' after 'return'.
Jakub Staszak
2013-03-20
1
-2
/
+4
*
Remove trailing spaces.
Jakub Staszak
2013-03-20
1
-133
/
+133
*
Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.
Manman Ren
2013-03-18
1
-0
/
+2
*
Small fix for cost analysis of ptrtoint.
Patrik Hagglund
2013-03-12
1
-2
/
+2
*
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2013-03-10
1
-0
/
+5
*
Early exit from getAllocationData() and isFreeCall() for intrinsics.
Michael Ilseman
2013-03-08
1
-1
/
+5
*
Remove trailing whitespace
Michael Ilseman
2013-03-08
1
-5
/
+5
*
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-03-08
3
-226
/
+0
*
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
[next]