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
/
include
/
llvm
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix missing -*- C++ -*-s
Matt Arsenault
2013-08-06
1
-1
/
+1
*
Reimplement isPotentiallyReachable to make nocapture deduction much stronger.
Nick Lewycky
2013-07-27
1
-0
/
+69
*
SimplifyCFG: Use parallel-and and parallel-or mode to consolidate branch cond...
Tom Stellard
2013-07-27
1
-0
/
+6
*
Fix typo (ponted -> pointed)
Matt Arsenault
2013-07-22
1
-7
/
+7
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-14
1
-1
/
+1
*
Fixed 80+ violation and added C++ to header.
Michael Gottesman
2013-07-12
1
-1
/
+1
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
1
-1
/
+5
*
Fixed comment in header of Block Frequency Impl and added text for C++ mode.
Michael Gottesman
2013-07-12
1
-1
/
+1
*
Stylistic change.
Shuxin Yang
2013-07-12
1
-1
/
+1
*
Fix a SCEV update problem.
Shuxin Yang
2013-07-08
1
-0
/
+4
*
extending the interface of Dependence slightly to support future work
Preston Briggs
2013-06-28
1
-1
/
+35
*
Try to unbreak Linux buildbots.
Jakob Stoklund Olesen
2013-06-28
1
-2
/
+2
*
Minimize precision loss when computing cyclic probabilities.
Jakob Stoklund Olesen
2013-06-28
1
-35
/
+49
*
Merge isReachable into isBackedge.
Jakob Stoklund Olesen
2013-06-25
1
-19
/
+10
*
BlockFrequency: Bump up the entry frequency a bit.
Benjamin Kramer
2013-06-25
2
-5
/
+5
*
Add a const version of findNearestCommonDominator to PostDom for convenience.
Benjamin Kramer
2013-06-09
1
-0
/
+5
*
Remove unneeded #include.
Jakub Staszak
2013-06-06
1
-1
/
+0
*
Loop Strength Reduce: Scaling factor cost.
Quentin Colombet
2013-05-31
1
-0
/
+10
*
Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.
Andrew Trick
2013-05-31
1
-4
/
+6
*
Add support for llvm.vectorizer metadata
Paul Redmond
2013-05-28
1
-0
/
+17
*
Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...
Michael Kuperstein
2013-05-28
1
-0
/
+4
*
Add a new function attribute 'cold' to functions.
Diego Novillo
2013-05-24
1
-0
/
+4
*
Add missing -*- C++ -*- to headers
Matt Arsenault
2013-05-17
1
-3
/
+3
*
Fix a typo (ouput => output)
Sylvestre Ledru
2013-05-17
1
-1
/
+1
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
RegionInfo: Add helpers to replace entry/exit recursively
Tobias Grosser
2013-04-10
1
-0
/
+18
*
Revert r176408 and r176407 to address PR15540.
Nadav Rotem
2013-04-09
1
-11
/
+1
*
CostModel: Add parameter to instruction cost to further classify operand values
Arnold Schwaighofer
2013-04-04
1
-1
/
+10
*
Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.
Andrew Trick
2013-03-26
1
-0
/
+4
*
Add std prefixes to fix the build with xlc.
Rafael Espindola
2013-03-20
1
-1
/
+1
*
Remove unneeded #includes.
Jakub Staszak
2013-03-18
1
-1
/
+0
*
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2013-03-10
1
-5
/
+4
*
Remove unneeded #includes. Use forward declarations instead.
Jakub Staszak
2013-03-10
1
-3
/
+5
*
Remove unneeded const_cast.
Jakub Staszak
2013-03-09
1
-5
/
+5
*
Use forward declaration instead of #include.
Jakub Staszak
2013-03-09
1
-1
/
+1
*
Remove -print-dbginfo as it is unused & bitrotten.
David Blaikie
2013-03-08
1
-3
/
+0
*
Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...
Shuxin Yang
2013-03-06
1
-2
/
+5
*
Remove duplicated forward declaration.
Jakub Staszak
2013-03-06
1
-1
/
+0
*
Fix a few typos in comments.
Jakub Staszak
2013-03-05
4
-8
/
+8
*
Add some constantness.
Jakub Staszak
2013-03-05
1
-6
/
+6
*
std::distance() == 0 means that iterators are equal. No functionality change.
Jakub Staszak
2013-03-05
1
-2
/
+1
*
Use the right number of slashes in comment string
Arnold Schwaighofer
2013-03-05
1
-3
/
+3
*
Clarify comment for function getObjectSize
Arnold Schwaighofer
2013-03-05
1
-1
/
+3
*
recommit r172363 & r171325 (reverted in r172756)
Nuno Lopes
2013-03-02
1
-1
/
+3
*
add getUnderlyingObjectSize()
Nuno Lopes
2013-03-02
1
-0
/
+8
*
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
1
-2
/
+2
*
Pacify -Wnon-virtual-dtor
Matt Beaumont-Gay
2013-02-15
1
-0
/
+2
*
capitalize SCEV to match the current naming convention
Sebastian Pop
2013-02-15
1
-15
/
+15
*
add ScevApplyRewriter
Sebastian Pop
2013-02-15
1
-0
/
+39
*
add SCEVParameterRewriter
Sebastian Pop
2013-02-15
1
-0
/
+104
[next]