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
2010-04-08
Add a few more lint checks.
Dan Gohman
2010-04-08
Add variants of ult, ule, etc. which take a uint64_t RHS, for convenience.
Dan Gohman
2010-04-08
Update CMake build.
Ted Kremenek
2010-04-08
Add a -lint pass which checks for common sources of undefined or likely
Dan Gohman
2010-04-08
Pointers to zero-sized objects don't point to overlapping objects.
Dan Gohman
2010-04-08
clean up algorithm and remove operand order assumptions
Gabor Greif
2010-04-08
Revert this change from a while ago; ScalarEvolution shouldn't analyze
Dan Gohman
2010-04-07
Update cmake build.
Benjamin Kramer
2010-04-07
Generalize IVUsers to track arbitrary expressions rather than expressions
Dan Gohman
2010-04-06
Add a const qualifier.
Dan Gohman
2010-04-02
Ok, third time's the charm. No changes from last time except the CMake
David Greene
2010-04-02
DebugInfoFinder::processModule was foiling my plot by
Chris Lattner
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-04-02
Revert 100204. It broke a bunch of tests and apparently changed what passes a...
Evan Cheng
2010-04-02
Let's try this again. Re-apply 100143 including an apparent missing
David Greene
2010-04-01
Revert r100143.
Eric Christopher
2010-04-01
Add some switches helpful for debugging:
David Greene
2010-03-31
s/getNameStr/getName/
Benjamin Kramer
2010-03-31
microoptimize this hot method, also making it more
Chris Lattner
2010-03-30
reapply my timer rewrite with a change for PassManager to store
Chris Lattner
2010-03-30
revert r99862 which is causing FNT failures.
Chris Lattner
2010-03-30
fairly major rewrite of various timing related stuff.
Chris Lattner
2010-03-25
rename pred_const_iterator to const_pred_iterator for consistency's sake
Gabor Greif
2010-03-25
rename use_const_iterator to const_use_iterator for consistency's sake
Gabor Greif
2010-03-25
Reapply r99451 with a fix to move the NoInline check to the cost functions
Eric Christopher
2010-03-24
Finally land the InvokeInst operand reordering.
Gabor Greif
2010-03-23
Don't back past debug info intrinsics; SCEVExpander's strategy
Dan Gohman
2010-03-22
backing out r99170 because it still fails on clang-x86_64-darwin10-fnt
Gabor Greif
2010-03-22
Now that hopefully all direct accesses to InvokeInst operands are fixed
Gabor Greif
2010-03-19
Fix more places to more thoroughly ignore debug intrinsics. This fixes
Dan Gohman
2010-03-19
back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...
Gabor Greif
2010-03-19
Recommit r80858 again (which has been backed out in r80871).
Gabor Greif
2010-03-19
FP16 constfolding
Anton Korobeynikov
2010-03-18
Simplify this code.
Dan Gohman
2010-03-18
Define placement new wrappers for BumpPtrAllocator and
Dan Gohman
2010-03-18
Add the ability to "intern" FoldingSetNodeID data into a
Dan Gohman
2010-03-18
Reapply r98755 with a thinko which miscompiled gengtype fixed.
Dan Gohman
2010-03-17
Revert 98755, which may be causing trouble.
Dan Gohman
2010-03-17
Change SCEVNAryExpr's operand array from a SmallVector to a plain
Dan Gohman
2010-03-15
Treat copysignl like the other copysign functions.
Duncan Sands
2010-03-13
Fix a typo in ValueTracking that's causing instcombine to delete needed shift...
Evan Cheng
2010-03-13
Do not ignore arg_size() impact while counting bb instructions.
Devang Patel
2010-03-13
Remove extra parameter.
Devang Patel
2010-03-13
Do not overestimate code size reduction in presense of debug info.
Devang Patel
2010-03-12
When constant folding GEP of GEP, do not crash if an index of
Duncan Sands
2010-03-10
Add a DominatorTree argument to isLCSSA so that it doesn't have to
Dan Gohman
2010-03-10
Constant-fold GEP-of-GEP into a single GEP.
Dan Gohman
2010-03-09
Avoid analyzing instructions in blocks not reachable from the entry block.
Dan Gohman
2010-03-09
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
Revert r98089, it was breaking a clang test.
Jakob Stoklund Olesen
[prev]
[next]