index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
Age
Commit message (
Expand
)
Author
2012-11-21
Corrects a problem where we reply exclusively of GEPs to drive
Preston Briggs
2012-11-20
removes a few "const" qualifiers
Sebastian Pop
2012-11-19
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-19
Some comment fixes.
Bob Wilson
2012-11-17
Phi speculation improvement for BasicAA
Hal Finkel
2012-11-16
Make this easier to understand, as suggested by Chandler.
Duncan Sands
2012-11-16
InstructionSimplify should be able to simplify A+B==B+A to 'true'
Duncan Sands
2012-11-15
Add doInitialization and doFinalization methods to ModulePass's, to allow the...
Owen Anderson
2012-11-13
DependenceAnalysis: Print all dependency pairs when dumping. Update all testc...
Benjamin Kramer
2012-11-08
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFr...
NAKAMURA Takumi
2012-11-05
Don't infer whether a value is captured in the current function from the
Richard Osborne
2012-11-05
ConstantFolding.cpp: Whitespace.
NAKAMURA Takumi
2012-11-04
Apply the patch from PR14160. I failed to construct a testcase for this, but
Duncan Sands
2012-11-02
CostModel: add support for Vector Insert and Extract.
Nadav Rotem
2012-11-02
Add a cost model analysis that allows us to estimate the cost of IR-level ins...
Nadav Rotem
2012-11-01
Revert the majority of the next patch in the address space series:
Chandler Carruth
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-31
Fix a couple of comment typos.
Benjamin Kramer
2012-10-31
DependenceAnalysis: Don't crash if there is no constant operand.
Benjamin Kramer
2012-10-29
Remove code to saturate profile counts.
Bob Wilson
2012-10-27
SCEV validator: Ignore CouldNotCompute/undef on both sides. This is mostly no...
Benjamin Kramer
2012-10-27
SCEV validator: Add workarounds for some common false positives due to the wa...
Benjamin Kramer
2012-10-26
Remove LoopDependenceAnalysis.
Benjamin Kramer
2012-10-26
Add a basic verifier for SCEV's backedge taken counts.
Benjamin Kramer
2012-10-26
Fix a crash in SimpliftDemandedBits of vectors of pointers.
Nadav Rotem
2012-10-26
Hoist out some work done inside a loop doing a linear scan over all
Nick Lewycky
2012-10-25
Revert 166726 because it may have broken a number of SPEC tests. PR14183.
Nadav Rotem
2012-10-25
Fix a crash in ValueTracking. Add support for vectors of pointers.
Nadav Rotem
2012-10-25
DependenceAnalysis: Push #includes down into the implementation.
Benjamin Kramer
2012-10-24
getSmallConstantTripMultiple should never return zero.
Hal Finkel
2012-10-24
Add some cleanup to the DataLayout changes requested by Chandler.
Micah Villmow
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-23
Ignore unreachable blocks when doing memory dependence analysis on non-local
Bill Wendling
2012-10-19
revert r166264 because the LTO build is still failing
Nadav Rotem
2012-10-19
SCEVExpander: Don't crash when trying to merge two constant phis.
Benjamin Kramer
2012-10-19
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-18
Temporarily revert the TargetTransform changes.
Bob Wilson
2012-10-15
Resubmit the changes to llvm core to update the functions to support differen...
Micah Villmow
2012-10-12
fix warning
Sebastian Pop
2012-10-11
Revert 165732 for further review.
Micah Villmow
2012-10-11
Add in the first iteration of support for llvm/clang/lldb to allow variable p...
Micah Villmow
2012-10-11
dependence analysis
Sebastian Pop
2012-10-10
Add a new interface to allow IR-level passes to access codegen-specific infor...
Nadav Rotem
2012-10-09
Use the attribute enums to query if a function has an attribute.
Bill Wendling
2012-10-09
Use the attribute enums to query if a parameter has an attribute.
Bill Wendling
2012-10-09
Create enums for the different attributes.
Bill Wendling
2012-10-09
Remove more uses of the attribute enums by supplying appropriate query method...
Bill Wendling
2012-10-08
Give CaptureTracker::shouldExplore a base implementation. Most users want to do
Nick Lewycky
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-10-07
Make sure always-inline functions get inlined. <rdar://problem/12423986>
Bob Wilson
[next]