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
*
Stylistic change.
Shuxin Yang
2013-07-12
1
-2
/
+2
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
3
-3
/
+3
*
Don't use a potentially expensive shift if all we want is one set bit.
Benjamin Kramer
2013-07-11
1
-3
/
+3
*
Fix indentation. No functional change.
Craig Topper
2013-07-11
1
-8
/
+8
*
InstSimplify: X >> X -> 0
David Majnemer
2013-07-09
1
-0
/
+8
*
Don't crash in SE dealing with ashr x, -1
Hal Finkel
2013-07-09
1
-1
/
+1
*
ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
David Majnemer
2013-07-09
1
-6
/
+4
*
Fix a SCEV update problem.
Shuxin Yang
2013-07-08
1
-2
/
+40
*
Eliminate trivial redundant loads across nocapture+readonly calls to uncaptured
Nick Lewycky
2013-07-07
1
-4
/
+11
*
isKnownToBeAPowerOfTwo: Fix a typo in a comment
David Majnemer
2013-07-06
1
-1
/
+1
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
1
-4
/
+4
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
3
-18
/
+18
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-03
1
-1
/
+1
*
ValueTracking: Teach isKnownToBeAPowerOfTwo about (ADD X, (XOR X, Y)) where X...
David Majnemer
2013-06-29
1
-10
/
+18
*
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185187 91177308-0d34...
Preston Briggs
2013-06-28
1
-0
/
+5
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
1
-1
/
+1
*
BlockFrequency: Bump up the entry frequency a bit.
Benjamin Kramer
2013-06-25
1
-5
/
+0
*
Fix xemacs mode line, don't put them in .cpp files (just header files). No
Nick Lewycky
2013-06-10
1
-1
/
+1
*
Silencing an MSVC warning about */ being found outside of a comment.
Aaron Ballman
2013-06-04
1
-2
/
+2
*
Prevent loop-unroll from making assumptions about undefined behavior.
Andrew Trick
2013-05-31
1
-5
/
+14
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-0
/
+17
*
Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.
Andrew Trick
2013-05-31
1
-32
/
+54
*
Add support for llvm.vectorizer metadata
Paul Redmond
2013-05-28
1
-6
/
+57
*
Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...
Michael Kuperstein
2013-05-28
2
-4
/
+24
*
Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.
Michael J. Spencer
2013-05-24
1
-6
/
+6
*
Do not reserve space for the ColdEdges and NormalEdges vectors.
Diego Novillo
2013-05-24
1
-2
/
+0
*
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
[next]