summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Reduce indentation in function. Rearrange some methods. No functionality change.Bill Wendling2012-06-26
* Revamp how debugging information is emitted for debug info objects.Bill Wendling2012-06-26
* Enable the new LoopInfo algorithm by default.Andrew Trick2012-06-26
* Remove unnecessary FIXMEAndrew Trick2012-06-26
* check for the NoAlias attribute through CallSiteNuno Lopes2012-06-25
* llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.NAKAMURA Takumi2012-06-24
* simplify code from previous commits (Thanks Duncan)Nuno Lopes2012-06-22
* remove extractMallocCallFromBitCast, since it was tailor maded for its sole u...Nuno Lopes2012-06-22
* Add support for invoke to the MemoryBuiltin analysid.Nuno Lopes2012-06-21
* fix build in C++11 mode.Nuno Lopes2012-06-21
* hopefully fix the buildbots: some tests have wrong definitions of malloc and...Nuno Lopes2012-06-21
* refactor the MemoryBuiltin analysis:Nuno Lopes2012-06-21
* A new algorithm for computing LoopInfo. Temporarily disabled.Andrew Trick2012-06-20
* Move the implementation of LoopInfo into LoopInfoImpl.h.Andrew Trick2012-06-20
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-06
* Fix typos found by http://github.com/lyda/misspell-checkBenjamin Kramer2012-06-02
* Add support for enum forward declarations.Eric Christopher2012-06-01
* Make sure that we're dealing with a binary SCEVExpr when simplifying.Benjamin Kramer2012-05-30
* Teach SCEV's icmp simplification logic that a-b == 0 is equivalent to a == b.Benjamin Kramer2012-05-30
* SCEV: Handle a corner case reducing AddRecExpr * AddRecExprAndrew Trick2012-05-30
* Reformat the loop that does AddRecExpr * AddRecExpr reduction.Andrew Trick2012-05-30
* Mark some static arrays as const.Craig Topper2012-05-24
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-23
* LSR fix: add a missing phi check during IV hoisting.Andrew Trick2012-05-22
* Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher2012-05-19
* SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick2012-05-19
* allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...Nuno Lopes2012-05-18
* Clarify comment.Eric Christopher2012-05-18
* minor simplification in the call to ConstantRange constructorNuno Lopes2012-05-17
* Remove extraneous ';'.Bill Wendling2012-05-17
* reuse the result of some expensive computations in getSignExtendExpr() and ge...Nuno Lopes2012-05-15
* minor simplification to code: Ty is already a SCEV type; don't need to run ge...Nuno Lopes2012-05-15
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-14
* Hoist simpler checks above llvm::PointerMayBeCaptured. No functional change i...Chad Rosier2012-05-12
* Fix intendation.Chad Rosier2012-05-10
* Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.Dan Gohman2012-05-10
* Rewrite ScalarEvolution::hasOperand to use an explicit worklist insteadDan Gohman2012-05-10
* Rename the Region::block_iterator to Region::block_node_iterator, andChandler Carruth2012-05-04
* A pile of long over-due refactorings here. There are some very, *very*Chandler Carruth2012-05-04
* remove calls to calloc if the allocated memory is not used (it was already be...Nuno Lopes2012-05-03
* add support for calloc to objectsize loweringNuno Lopes2012-05-03
* Just mark the sign bit as known zero, rather than any other irrelevant bitsDuncan Sands2012-04-30
* Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman2012-04-27
* Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi2012-04-27
* Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman2012-04-27
* Fix a crash on valid (if UB) bitcode that is produced for some globalChandler Carruth2012-04-24
* Allow forward declarations to take a context. This helps the debuggerEric Christopher2012-04-23
* Revert "SCEV: When expanding a GEP the final addition to the base pointer has...Benjamin Kramer2012-04-17
* Add two statistics to help track how we are computing the inline cost.Chandler Carruth2012-04-11