projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fixed a bug where diassembling an instruction that had a prefix would cause LLVM...
[oota-llvm.git]
/
lib
/
Analysis
/
2013-08-29
Hal Finkel
Revert: r189565 - Add getUnrollingPreferences to TTI
tree
|
commitdiff
2013-08-29
Hal Finkel
Add getUnrollingPreferences to TTI
tree
|
commitdiff
2013-08-28
Matt Arsenault
Handle address spaces in TargetTransformInfo
tree
|
commitdiff
2013-08-26
Matt Arsenault
Fix lint assert on integer vector division
tree
|
commitdiff
2013-08-24
Jakub Staszak
Remove trailing spaces.
tree
|
commitdiff
2013-08-23
Richard Sandiford
Turn MipsOptimizeMathLibCalls into a target-independent...
tree
|
commitdiff
2013-08-21
Bill Wendling
Reorder headers according to lint.
tree
|
commitdiff
2013-08-20
Jakub Staszak
Add some constantness.
tree
|
commitdiff
2013-08-20
Matt Arsenault
Teach ConstantFolding about pointer address spaces
tree
|
commitdiff
2013-08-19
Matt Arsenault
Fix assert with GEP ptr vector indexing structs
tree
|
commitdiff
2013-08-18
Hal Finkel
Fix SCEVExpander creating distinct duplicate PHI entries
tree
|
commitdiff
2013-08-13
Nick Lewycky
Fix an oversight in isPotentiallyReachable where we...
tree
|
commitdiff
2013-08-12
Matt Arsenault
Slightly simplify code with helper functions
tree
|
commitdiff
2013-08-12
Matt Arsenault
Add some braces, and spaces around operators
tree
|
commitdiff
2013-08-10
Matt Arsenault
Teach ValueTracking about address spaces
tree
|
commitdiff
2013-08-08
Evgeniy Stepanov
Disable inlining between sanitized and non-sanitized...
tree
|
commitdiff
2013-08-07
Hal Finkel
Add ISD::FROUND for libm round()
tree
|
commitdiff
2013-08-06
Jakub Staszak
Remove extraneous semicolon.
tree
|
commitdiff
2013-08-03
Matt Arsenault
Minor address space code simplification.
tree
|
commitdiff
2013-08-02
Matt Arsenault
Teach InstructionSimplify about pointer address spaces
tree
|
commitdiff
2013-07-31
Andrew Trick
Fix a severe compile time problem when forming large...
tree
|
commitdiff
2013-07-30
David Majnemer
isKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfT...
tree
|
commitdiff
2013-07-27
Nick Lewycky
Also update CMakeLists.txt for r187283.
tree
|
commitdiff
2013-07-27
Nick Lewycky
Reimplement isPotentiallyReachable to make nocapture...
tree
|
commitdiff
2013-07-27
Tom Stellard
SimplifyCFG: Use parallel-and and parallel-or mode...
tree
|
commitdiff
2013-07-21
Richard Smith
Treat nothrow forms of ::operator delete and ::operator...
tree
|
commitdiff
2013-07-20
Andrew Trick
Comment: try to clarify loop iteration order.
tree
|
commitdiff
2013-07-20
Matt Arsenault
Have InlineCost check constant fcmps
tree
|
commitdiff
2013-07-18
Nick Lewycky
Give 'hasPath' a longer but clearer name 'isPotentially...
tree
|
commitdiff
2013-07-16
Craig Topper
Add 'const' qualifiers to static const char* variables.
tree
|
commitdiff
2013-07-14
Craig Topper
Use SmallVectorImpl& instead of SmallVector to avoid...
tree
|
commitdiff
2013-07-14
Andrew Trick
Remove a bunch of old SCEVExpander FIXME's for preservi...
tree
|
commitdiff
2013-07-14
Andrew Trick
Teach indvars to generate nsw/nuw flags when widening...
tree
|
commitdiff
2013-07-12
Nick Lewycky
Fix logic error optimizing "icmp pred (urem X, Y),...
tree
|
commitdiff
2013-07-12
Arnold Schwaighofer
TargetTransformInfo: address calculation parameter...
tree
|
commitdiff
2013-07-12
Shuxin Yang
Stylistic change.
tree
|
commitdiff
2013-07-11
Craig Topper
Use SmallVectorImpl& instead of SmallVector to avoid...
tree
|
commitdiff
2013-07-11
Benjamin Kramer
Don't use a potentially expensive shift if all we want...
tree
|
commitdiff
2013-07-11
Craig Topper
Fix indentation. No functional change.
tree
|
commitdiff
2013-07-09
David Majnemer
InstSimplify: X >> X -> 0
tree
|
commitdiff
2013-07-09
Hal Finkel
Don't crash in SE dealing with ashr x, -1
tree
|
commitdiff
2013-07-09
David Majnemer
ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
tree
|
commitdiff
2013-07-08
Shuxin Yang
Fix a SCEV update problem.
tree
|
commitdiff
2013-07-07
Nick Lewycky
Eliminate trivial redundant loads across nocapture...
tree
|
commitdiff
2013-07-06
David Majnemer
isKnownToBeAPowerOfTwo: Fix a typo in a comment
tree
|
commitdiff
2013-07-06
Nick Lewycky
Extend 'readonly' and 'readnone' to work on function...
tree
|
commitdiff
2013-07-04
Craig Topper
Use SmallVectorImpl::iterator/const_iterator instead...
tree
|
commitdiff
2013-07-03
Craig Topper
Use SmallVectorImpl::iterator/const_iterator instead...
tree
|
commitdiff
2013-06-29
David Majnemer
ValueTracking: Teach isKnownToBeAPowerOfTwo about ...
tree
|
commitdiff
2013-06-28
Preston Briggs
git-svn-id: https://llvm.org/svn/llvm-project/llvm...
tree
|
commitdiff
2013-06-27
Michael Gottesman
Added support for the Builtin attribute.
tree
|
commitdiff
2013-06-25
Benjamin Kramer
BlockFrequency: Bump up the entry frequency a bit.
tree
|
commitdiff
2013-06-10
Nick Lewycky
Fix xemacs mode line, don't put them in .cpp files...
tree
|
commitdiff
2013-06-04
Aaron Ballman
Silencing an MSVC warning about */ being found outside...
tree
|
commitdiff
2013-05-31
Andrew Trick
Prevent loop-unroll from making assumptions about undef...
tree
|
commitdiff
2013-05-31
Quentin Colombet
Loop Strength Reduce: Scaling factor cost.
tree
|
commitdiff
2013-05-31
Andrew Trick
Fix ScalarEvolution::ComputeExitLimitFromCond for ...
tree
|
commitdiff
2013-05-28
Paul Redmond
Add support for llvm.vectorizer metadata
tree
|
commitdiff
2013-05-28
Michael Kuperstein
Make BasicAliasAnalysis recognize the fact a noalias...
tree
|
commitdiff
2013-05-24
Michael J. Spencer
Replace Count{Leading,Trailing}Zeros_{32,64} with count...
tree
|
commitdiff
2013-05-24
Diego Novillo
Do not reserve space for the ColdEdges and NormalEdges...
tree
|
commitdiff
2013-05-24
Diego Novillo
Add a new function attribute 'cold' to functions.
tree
|
commitdiff
2013-05-18
David Majnemer
isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2...
tree
|
commitdiff
2013-05-16
Richard Smith
Respect the 'nobuiltin' attribute when determining...
tree
|
commitdiff
2013-05-15
David Blaikie
Use only explicit bool conversion operators
tree
|
commitdiff
2013-05-06
Matt Arsenault
Fix unchecked uses of DominatorTree in MemoryDependence...
tree
|
commitdiff
2013-05-03
Tobias Grosser
RegionInfo: Do not crash if unreachable block is found
tree
|
commitdiff
2013-05-01
Filip Pizlo
This patch breaks up Wrap.h so that it does not have...
tree
|
commitdiff
2013-04-27
Manman Ren
Struct-path aware TBAA: change the format of TBAAStruct...
tree
|
commitdiff
2013-04-22
Manman Ren
Struct-path aware TBAA: update getMostGenericTBAA
tree
|
commitdiff
2013-04-22
Eric Christopher
Move C++ code out of the C headers and into either...
tree
|
commitdiff
2013-04-19
Benjamin Kramer
ConstantFolding: ComputeMaskedBits wants the scalar...
tree
|
commitdiff
2013-04-17
Bill Wendling
A limit of 500 was still a bit too high for some tests.
tree
|
commitdiff
2013-04-13
Benjamin Kramer
Fix a scalability issue with complex ConstantExprs.
tree
|
commitdiff
2013-04-11
Manman Ren
Aliasing rules for struct-path aware TBAA.
tree
|
commitdiff
2013-04-10
Tobias Grosser
RegionInfo: Add helpers to replace entry/exit recursively
tree
|
commitdiff
2013-04-09
Nadav Rotem
Revert r176408 and r176407 to address PR15540.
tree
|
commitdiff
2013-04-09
Nadav Rotem
Revert 179071 because it is not the right way to suppor...
tree
|
commitdiff
2013-04-08
Nadav Rotem
c++ new operators are not malloc-like functions because...
tree
|
commitdiff
2013-04-08
NAKAMURA Takumi
InstructionSimplify.cpp: Fix a ligature, "fi", to get...
tree
|
commitdiff
2013-04-04
Arnold Schwaighofer
CostModel: Add parameter to instruction cost to further...
tree
|
commitdiff
2013-03-29
Matt Arsenault
Build fixes for STLPort + GCC
tree
|
commitdiff
2013-03-29
Matt Arsenault
Fix loop style
tree
|
commitdiff
2013-03-26
Arnold Schwaighofer
BasicAA: Only query twice if the result of the more...
tree
|
commitdiff
2013-03-26
Andrew Trick
Fix SCEV forgetMemoizedResults should search and destro...
tree
|
commitdiff
2013-03-22
Manman Ren
Support in AAEvaluator to print alias queries of loads...
tree
|
commitdiff
2013-03-20
Jakub Staszak
Remove 'else' after 'return'.
tree
|
commitdiff
2013-03-20
Jakub Staszak
Remove trailing spaces.
tree
|
commitdiff
2013-03-18
Manman Ren
Check whether a pointer is non-null (isKnownNonNull...
tree
|
commitdiff
2013-03-12
Patrik Hagglund
Small fix for cost analysis of ptrtoint.
tree
|
commitdiff
2013-03-10
Jakub Staszak
Remove unneeded #includes. Use forward declarations...
tree
|
commitdiff
2013-03-08
Michael Ilseman
Early exit from getAllocationData() and isFreeCall...
tree
|
commitdiff
2013-03-08
Michael Ilseman
Remove trailing whitespace
tree
|
commitdiff
2013-03-08
David Blaikie
Remove -print-dbginfo as it is unused & bitrotten.
tree
|
commitdiff
2013-03-07
Jakub Staszak
Simplify code. No functionality change.
tree
|
commitdiff
2013-03-07
Jakub Staszak
Change NULL to 0.
tree
|
commitdiff
2013-03-07
Jakub Staszak
ArrayRef ca accept one element. Simplify code a little...
tree
|
commitdiff
2013-03-06
Shuxin Yang
Memory Dependence Analysis (not mem-dep test) take...
tree
|
commitdiff
2013-03-06
Jakub Staszak
Use dyn_cast instead of isa && cast. No functionality...
tree
|
commitdiff
2013-03-02
Nuno Lopes
recommit r172363 & r171325 (reverted in r172756)
tree
|
commitdiff
next