projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the values...
[oota-llvm.git]
/
lib
/
Analysis
/
2013-01-16
Renato Golin
Change CostTable model to be global to all targets
tree
|
commitdiff
2013-01-14
Andrew Trick
SCEVExpander fix. RAUW needs to update the InsertedExpr...
tree
|
commitdiff
2013-01-13
Nuno Lopes
fix compile-time regression report by Joerg Sonnenberger:
tree
|
commitdiff
2013-01-13
Dmitri Gribenko
Remove redundant 'llvm::' qualifications
tree
|
commitdiff
2013-01-11
Andrew Trick
Update CMakeLists for CallPrinter.cpp.
tree
|
commitdiff
2013-01-11
Andrew Trick
Added -view-callgraph module pass.
tree
|
commitdiff
2013-01-09
Nadav Rotem
ARM Cost model: Use the size of vector registers and...
tree
|
commitdiff
2013-01-09
Nadav Rotem
Cost Model: Move the 'max unroll factor' variable to...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Move CallGraphSCCPass.h into the Analysis tree; that...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Switch the SCEV expander and LoopStrengthReduce to use
tree
|
commitdiff
2013-01-07
Chandler Carruth
Move the initialization to the Analysis library as...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Make the popcnt support enums and methods have more...
tree
|
commitdiff
2013-01-07
Chandler Carruth
Move TargetTransformInfo to live under the Analysis...
tree
|
commitdiff
2013-01-05
Chandler Carruth
Switch the cost model analysis over to just the TTI...
tree
|
commitdiff
2013-01-04
Manman Ren
Memory Dependence Analysis: fix a miscompile that uses...
tree
|
commitdiff
2013-01-02
Chandler Carruth
Actually update the CMake and Makefile builds correctly...
tree
|
commitdiff
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
tree
|
commitdiff
2013-01-02
Chandler Carruth
Rename VMCore directory to IR.
tree
|
commitdiff
2012-12-31
Nuno Lopes
reimplement GetPointerBaseWithConstantOffset().
tree
|
commitdiff
2012-12-31
Nuno Lopes
recommit r171298 (add support for PHI nodes to ObjectSi...
tree
|
commitdiff
2012-12-31
Benjamin Kramer
Revert "add support for PHI nodes to ObjectSizeOffsetVi...
tree
|
commitdiff
2012-12-31
Nuno Lopes
revert r171306, since we cannot compare APInts with...
tree
|
commitdiff
2012-12-31
Nuno Lopes
use ValueTracking's GetPointerBaseWithConstantOffset...
tree
|
commitdiff
2012-12-31
Nuno Lopes
minor code simplification
tree
|
commitdiff
2012-12-31
Nuno Lopes
add support for GlobalAlias to ObjectSizeOffsetVisitor
tree
|
commitdiff
2012-12-31
Nuno Lopes
add support for PHI nodes to ObjectSizeOffsetVisitor
tree
|
commitdiff
2012-12-30
Nuno Lopes
convert a bunch of callers from DataLayout::getIndexedO...
tree
|
commitdiff
2012-12-30
Bill Wendling
Remove the Function::getFnAttributes method in favor...
tree
|
commitdiff
2012-12-28
Chandler Carruth
Nuke some dead code that snuck in some how. I thought...
tree
|
commitdiff
2012-12-28
Chandler Carruth
Fix a stunning oversight in the inline cost analysis...
tree
|
commitdiff
2012-12-28
Chandler Carruth
Teach the inline cost analysis about calls that can...
tree
|
commitdiff
2012-12-28
Chandler Carruth
Teach instsimplify to use the constant folder where...
tree
|
commitdiff
2012-12-28
Chandler Carruth
Add entry points to instsimplify for simplifying calls...
tree
|
commitdiff
2012-12-24
Bob Wilson
Add LLVMContext::emitWarning methods and use them....
tree
|
commitdiff
2012-12-24
Nadav Rotem
Update the docs of the cost model.
tree
|
commitdiff
2012-12-22
Craig Topper
Remove trailing whitespace.
tree
|
commitdiff
2012-12-20
James Molloy
Add a new attribute, 'noduplicate'. If a function conta...
tree
|
commitdiff
2012-12-19
Nadav Rotem
Fix a bug that was found by building clang with -fsanitize.
tree
|
commitdiff
2012-12-19
Bill Wendling
Rename the 'Attributes' class to 'Attribute'. It's...
tree
|
commitdiff
2012-12-14
Nadav Rotem
Fix a crash in ValueTracking on vectors of pointers.
tree
|
commitdiff
2012-12-13
Rafael Espindola
Rename isPowerOfTwo to isKnownToBeAPowerOfTwo.
tree
|
commitdiff
2012-12-12
Rafael Espindola
The TargetData is not used for the isPowerOfTwo determi...
tree
|
commitdiff
2012-12-12
Michael Ilseman
Have SimplifyBinOp call the new FAdd/FSub/FMul helpers...
tree
|
commitdiff
2012-12-12
Michael Ilseman
Added a slew of SimplifyInstruction floating-point...
tree
|
commitdiff
2012-12-11
Chandler Carruth
Holding my nose and moving the accumulation routine...
tree
|
commitdiff
2012-12-11
Chandler Carruth
Hoist the GEP constant address offset computation to...
tree
|
commitdiff
2012-12-10
Arnold Schwaighofer
Optimistically analyse Phi cycles
tree
|
commitdiff
2012-12-10
Chandler Carruth
Add a new visitor for walking the uses of a pointer...
tree
|
commitdiff
2012-12-09
Michael Ilseman
Reorganize FastMathFlags to be a wrapper around unsigne...
tree
|
commitdiff
2012-12-07
Chandler Carruth
Add support to ValueTracking for determining that a...
tree
|
commitdiff
2012-12-06
Michael Ilseman
Have CannotBeNegativeZero() be aware of the nsz fast...
tree
|
commitdiff
2012-12-03
Nadav Rotem
constify the cost API
tree
|
commitdiff
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
tree
|
commitdiff
2012-11-30
Chandler Carruth
Move the InstVisitor utility into VMCore where it belon...
tree
|
commitdiff
2012-11-30
Preston Briggs
Modified dump() to provide a little
tree
|
commitdiff
2012-11-29
Benjamin Kramer
Follow up to 168711: It's safe to base this analysis...
tree
|
commitdiff
2012-11-29
Andrew Trick
Improve isImpliedCond comment a bit.
tree
|
commitdiff
2012-11-29
Preston Briggs
Cleaned up a couple of comments.
tree
|
commitdiff
2012-11-27
Preston Briggs
Modified depends() to recognize that when all levels...
tree
|
commitdiff
2012-11-27
Benjamin Kramer
SCEV: Even if the latch terminator is foldable we can...
tree
|
commitdiff
2012-11-27
Preston Briggs
Modify depends(Src, Dst, PossiblyLoopIndependent).
tree
|
commitdiff
2012-11-27
Michael Ilseman
Fast-math optimization: fold multiply by zero
tree
|
commitdiff
2012-11-21
Preston Briggs
Corrects a problem where we reply exclusively of GEPs...
tree
|
commitdiff
2012-11-20
Sebastian Pop
removes a few "const" qualifiers
tree
|
commitdiff
2012-11-19
Bob Wilson
Clean up handling of always-inline functions in the...
tree
|
commitdiff
2012-11-19
Bob Wilson
Some comment fixes.
tree
|
commitdiff
2012-11-17
Hal Finkel
Phi speculation improvement for BasicAA
tree
|
commitdiff
2012-11-16
Duncan Sands
Make this easier to understand, as suggested by Chandler.
tree
|
commitdiff
2012-11-16
Duncan Sands
InstructionSimplify should be able to simplify A+B...
tree
|
commitdiff
2012-11-15
Owen Anderson
Add doInitialization and doFinalization methods to...
tree
|
commitdiff
2012-11-13
Benjamin Kramer
DependenceAnalysis: Print all dependency pairs when...
tree
|
commitdiff
2012-11-08
NAKAMURA Takumi
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
tree
|
commitdiff
2012-11-05
Richard Osborne
Don't infer whether a value is captured in the current...
tree
|
commitdiff
2012-11-05
NAKAMURA Takumi
ConstantFolding.cpp: Whitespace.
tree
|
commitdiff
2012-11-04
Duncan Sands
Apply the patch from PR14160. I failed to construct...
tree
|
commitdiff
2012-11-02
Nadav Rotem
CostModel: add support for Vector Insert and Extract.
tree
|
commitdiff
2012-11-02
Nadav Rotem
Add a cost model analysis that allows us to estimate...
tree
|
commitdiff
2012-11-01
Chandler Carruth
Revert the majority of the next patch in the address...
tree
|
commitdiff
2012-11-01
Chandler Carruth
Revert the series of commits starting with r166578...
tree
|
commitdiff
2012-10-31
Benjamin Kramer
Fix a couple of comment typos.
tree
|
commitdiff
2012-10-31
Benjamin Kramer
DependenceAnalysis: Don't crash if there is no constant...
tree
|
commitdiff
2012-10-29
Bob Wilson
Remove code to saturate profile counts.
tree
|
commitdiff
2012-10-27
Benjamin Kramer
SCEV validator: Ignore CouldNotCompute/undef on both...
tree
|
commitdiff
2012-10-27
Benjamin Kramer
SCEV validator: Add workarounds for some common false...
tree
|
commitdiff
2012-10-26
Benjamin Kramer
Remove LoopDependenceAnalysis.
tree
|
commitdiff
2012-10-26
Benjamin Kramer
Add a basic verifier for SCEV's backedge taken counts.
tree
|
commitdiff
2012-10-26
Nadav Rotem
Fix a crash in SimpliftDemandedBits of vectors of pointers.
tree
|
commitdiff
2012-10-26
Nick Lewycky
Hoist out some work done inside a loop doing a linear...
tree
|
commitdiff
2012-10-25
Nadav Rotem
Revert 166726 because it may have broken a number of...
tree
|
commitdiff
2012-10-25
Nadav Rotem
Fix a crash in ValueTracking. Add support for vectors...
tree
|
commitdiff
2012-10-25
Benjamin Kramer
DependenceAnalysis: Push #includes down into the implem...
tree
|
commitdiff
2012-10-24
Hal Finkel
getSmallConstantTripMultiple should never return zero.
tree
|
commitdiff
2012-10-24
Micah Villmow
Add some cleanup to the DataLayout changes requested...
tree
|
commitdiff
2012-10-24
Micah Villmow
Add in support for getIntPtrType to get the pointer...
tree
|
commitdiff
2012-10-23
Bill Wendling
Ignore unreachable blocks when doing memory dependence...
tree
|
commitdiff
2012-10-19
Nadav Rotem
revert r166264 because the LTO build is still failing
tree
|
commitdiff
2012-10-19
Benjamin Kramer
SCEVExpander: Don't crash when trying to merge two...
tree
|
commitdiff
2012-10-19
Nadav Rotem
recommit the patch that makes LSR and LowerInvoke use...
tree
|
commitdiff
2012-10-18
Bob Wilson
Temporarily revert the TargetTransform changes.
tree
|
commitdiff
2012-10-15
Micah Villmow
Resubmit the changes to llvm core to update the functio...
tree
|
commitdiff
next