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
*
Fast-math optimization: fold multiply by zero
Michael Ilseman
2012-11-27
1
-0
/
+39
*
Corrects a problem where we reply exclusively of GEPs to drive
Preston Briggs
2012-11-21
1
-69
/
+108
*
removes a few "const" qualifiers
Sebastian Pop
2012-11-20
1
-13
/
+13
*
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
1
-71
/
+105
*
Some comment fixes.
Bob Wilson
2012-11-19
1
-1
/
+1
*
Phi speculation improvement for BasicAA
Hal Finkel
2012-11-17
1
-3
/
+12
*
Make this easier to understand, as suggested by Chandler.
Duncan Sands
2012-11-16
1
-1
/
+6
*
InstructionSimplify should be able to simplify A+B==B+A to 'true'
Duncan Sands
2012-11-16
1
-2
/
+14
*
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-15
1
-0
/
+3
*
DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...
Benjamin Kramer
2012-11-13
1
-8
/
+5
*
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...
NAKAMURA Takumi
2012-11-08
1
-9
/
+19
*
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
[next]