index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't infer whether a value is captured in the current function from the
Richard Osborne
2012-11-05
1
-5
/
+5
*
ConstantFolding.cpp: Whitespace.
NAKAMURA Takumi
2012-11-05
1
-100
/
+100
*
Apply the patch from PR14160. I failed to construct a testcase for this, but
Duncan Sands
2012-11-04
1
-0
/
+3
*
CostModel: add support for Vector Insert and Extract.
Nadav Rotem
2012-11-02
1
-0
/
+18
*
Add a cost model analysis that allows us to estimate the cost of IR-level ins...
Nadav Rotem
2012-11-02
3
-0
/
+177
*
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
6
-37
/
+20
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
7
-146
/
+140
*
Fix a couple of comment typos.
Benjamin Kramer
2012-10-31
1
-2
/
+2
*
DependenceAnalysis: Don't crash if there is no constant operand.
Benjamin Kramer
2012-10-31
1
-3
/
+4
*
Remove code to saturate profile counts.
Bob Wilson
2012-10-29
1
-8
/
+1
*
SCEV validator: Ignore CouldNotCompute/undef on both sides. This is mostly no...
Benjamin Kramer
2012-10-27
1
-3
/
+6
*
SCEV validator: Add workarounds for some common false positives due to the wa...
Benjamin Kramer
2012-10-27
1
-0
/
+18
*
Remove LoopDependenceAnalysis.
Benjamin Kramer
2012-10-26
3
-364
/
+0
*
Add a basic verifier for SCEV's backedge taken counts.
Benjamin Kramer
2012-10-26
1
-0
/
+68
*
Fix a crash in SimpliftDemandedBits of vectors of pointers.
Nadav Rotem
2012-10-26
1
-6
/
+4
*
Hoist out some work done inside a loop doing a linear scan over all
Nick Lewycky
2012-10-26
1
-12
/
+17
*
Revert 166726 because it may have broken a number of SPEC tests. PR14183.
Nadav Rotem
2012-10-25
1
-3
/
+2
*
Fix a crash in ValueTracking. Add support for vectors of pointers.
Nadav Rotem
2012-10-25
1
-2
/
+3
*
DependenceAnalysis: Push #includes down into the implementation.
Benjamin Kramer
2012-10-25
1
-1
/
+5
*
getSmallConstantTripMultiple should never return zero.
Hal Finkel
2012-10-24
1
-2
/
+5
*
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
3
-7
/
+3
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
7
-133
/
+143
*
Ignore unreachable blocks when doing memory dependence analysis on non-local
Bill Wendling
2012-10-23
1
-2
/
+2
*
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
1
-6
/
+6
*
SCEVExpander: Don't crash when trying to merge two constant phis.
Benjamin Kramer
2012-10-19
1
-0
/
+11
*
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
1
-6
/
+6
*
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-18
1
-6
/
+6
*
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-15
6
-20
/
+37
*
fix warning
Sebastian Pop
2012-10-12
1
-6
/
+6
*
Revert 165732 for further review.
Micah Villmow
2012-10-11
6
-37
/
+20
*
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
6
-20
/
+37
*
dependence analysis
Sebastian Pop
2012-10-11
3
-0
/
+3783
*
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-10
1
-6
/
+6
*
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
1
-1
/
+1
*
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
1
-1
/
+1
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
3
-6
/
+7
*
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-09
1
-1
/
+1
*
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
1
-2
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
18
-132
/
+132
*
Make sure always-inline functions get inlined. <rdar://problem/12423986>
Bob Wilson
2012-10-07
1
-1
/
+3
*
The alignment of an sret parameter is known: it must be at least the
Duncan Sands
2012-10-04
1
-5
/
+14
*
Use method to query for NoAlias attribute.
Bill Wendling
2012-10-04
1
-1
/
+1
*
Ignore apparent buffer overruns on external or weak globals. This is a major
Duncan Sands
2012-09-30
1
-7
/
+11
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
5
-19
/
+19
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
5
-19
/
+19
*
Remove the `hasFnAttr' method from Function.
Bill Wendling
2012-09-26
3
-5
/
+5
*
Now that invoke of an intrinsic is possible (for the llvm.do.nothing intrinsic)
Duncan Sands
2012-09-26
1
-4
/
+5
*
Teach the 'lint' sanity checking pass to detect simple buffer overflows.
Duncan Sands
2012-09-26
1
-19
/
+39
*
Change the way the lint sanity checking pass detects misaligned memory accesses.
Duncan Sands
2012-09-25
1
-6
/
+18
*
GCC doesn't understand that OrigAliasResult having a value is correlated with
Duncan Sands
2012-09-19
1
-1
/
+1
[next]