summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Lexically order files in CMakeLists.txt files.Ted Kremenek2009-07-15
* Make makeLoopInvariant report whether it made any changes or not,Dan Gohman2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Fix the expansion of umax and smax in the case where one or more ofDan Gohman2009-07-14
* Update CMake file.Ted Kremenek2009-07-14
* Introduce a pointertracking pass.Torok Edwin2009-07-14
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-14
* Make SCEVCallbackVH::allUsesReplacedWith more thorough in removingDan Gohman2009-07-14
* Add a comment about why ScalarEvolution doesn't recognize non-loop PHIsDan Gohman2009-07-14
* ProfileInfo interface tweaks.Daniel Dunbar2009-07-14
* Introduce a new LoopInfo utility function makeLoopInvariant, whichDan Gohman2009-07-14
* Add a newline, now that Value's operator<< doesn't print one.Dan Gohman2009-07-14
* Move more functionality over to LLVMContext.Owen Anderson2009-07-13
* Print a newline after printing a Value, now that Value's operator<<Dan Gohman2009-07-13
* Fix a few assertion strings.Dan Gohman2009-07-13
* Forward-declare Loop and LoopInfo instead of #including LoopInfo.h.Dan Gohman2009-07-13
* Whitespace cleanups.Dan Gohman2009-07-13
* Fix an 80-column violation.Dan Gohman2009-07-13
* Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable,Dan Gohman2009-07-13
* Make Loop and MachineLoop be subclasses of LoopBase, rather than typedefs,Dan Gohman2009-07-13
* Reapply 75252, with a fix to avoid the infinite recursion case. TheDan Gohman2009-07-13
* Move more functionality over to LLVMContext.Owen Anderson2009-07-13
* Move the memoization check for SCEVSignExtendExpr andDan Gohman2009-07-13
* Convert SCEV from FoldingSetNode to FastFoldingSetNode. This eliminatesDan Gohman2009-07-13
* factor the 'optimized sort' code out into a static helper functionChris Lattner2009-07-13
* Move the re-sort of invalidated NonLocalPointerDeps cache earlierChris Lattner2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Revert r75252 which was causing some crashes at compile time.Nick Lewycky2009-07-11
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-11
* Convert more assert(0)+abort() -> LLVM_UNREACHABLE,Torok Edwin2009-07-11
* Remove ScalarEvolution::hasSCEV, which isn't being used, and whichDan Gohman2009-07-10
* Generalize ScalarEvolution's cast-folding code to support more kindsDan Gohman2009-07-10
* Make the code that updates ScalarEvolution's internal state in responseDan Gohman2009-07-08
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Re-LLVMContext-ize DebugInfo, now with less breakage.Owen Anderson2009-07-07
* Change all SCEV* to SCEV *.Dan Gohman2009-07-07
* Revert part of r74873 that broke Clang's debug info generation.Owen Anderson2009-07-07
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* Finish LLVMContext-ing lib/Analysis. This required pushing LLVMContext's thr...Owen Anderson2009-07-06
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-06
* When comparing constants, consider a less wide constant to be "less complex"Nick Lewycky2009-07-04
* Minor improvement to the LDA debug output.Andreas Bolka2009-07-03
* Simplify debug info intrisinc lowering.Devang Patel2009-07-02
* Fix typo.Devang Patel2009-07-02
* do not try to analyze bitcasts from i64 to <2 x i32> in ComputedMaskedBits. ...Chris Lattner2009-07-02
* Add debug info utility routines.Devang Patel2009-07-02
* Keep DIDescriptor methods together. Devang Patel2009-07-01
* Use AA to check objects before LDA.Andreas Bolka2009-07-01