summaryrefslogtreecommitdiff
path: root/lib/Analysis
Commit message (Expand)AuthorAge
* Add an implementation of the initialization routine for IPA.Owen Anderson2010-10-07
* Add initialization routines for Analysis and IPA.Owen Anderson2010-10-07
* Fix a warning when building with clang++.Owen Anderson2010-10-07
* Move the pass initialization helper functions into the llvm namespace, and addOwen Anderson2010-10-07
* Appease the clang self-host buildbot by providing a correct instantiation.Owen Anderson2010-10-06
* Hide analysis group registration behind a macro, just like pass registration.Owen Anderson2010-10-06
* Add support for DW_TAG_unspecified_parameters.Devang Patel2010-10-06
* Don't add the operand count to SCEV uniquing data; FoldingSetNodeIDDan Gohman2010-10-04
* Let FE mark a variable as artificial variable.Devang Patel2010-09-29
* Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel2010-09-29
* Remove PointerTracking from cmakelists …Benjamin Kramer2010-09-29
* remove PointerTracking from mainline, Edwin is going to move it out to ClamAVChris Lattner2010-09-29
* Removed a bunch of unnecessary target_link_libraries.Oscar Fuentes2010-09-28
* Provide an interface to let FEs anchor debug info for types.Devang Patel2010-09-28
* Don't try to constant fold libm functions with non-finite arguments.Jakob Stoklund Olesen2010-09-27
* Teach memdep about TBAA tags.Dan Gohman2010-09-22
* Simplify code.Benjamin Kramer2010-09-21
* Make CreateComplexVariable independent of SmallVector.Benjamin Kramer2010-09-21
* Don't include <fenv.h> now that we have llvm/System/FEnv.h.Jakob Stoklund Olesen2010-09-17
* Attempt to support platforms which don't have fenv.h.Dan Gohman2010-09-17
* Fix the folding of floating-point math library calls, like sin(infinity),Dan Gohman2010-09-17
* Add an #include of raw_ostream.h. Previously, this only compiledDan Gohman2010-09-17
* Update CMake build.Benjamin Kramer2010-09-16
* Rename a variable to avoid a declaration conflict.Dan Gohman2010-09-16
* Add a pass which prints out all the memdep dependencies.Dan Gohman2010-09-16
* Revert r114097, adding back in the assertion against replacing an Instruction...Owen Anderson2010-09-16
* It is possible, under specific circumstances involving ptrtoint ConstantExpr'...Owen Anderson2010-09-16
* Fix PR8161, in which an unreachable loop causes recursive instruction simplif...Owen Anderson2010-09-16
* PR7959: Handle negative scales in GEPs correctly in BasicAA for non-64-bitEli Friedman2010-09-15
* Convert TBAA to use the new TBAATag field of AliasAnalysis::Location.Dan Gohman2010-09-14
* Remove the experimental AliasAnalysis::getDependency interface, whichDan Gohman2010-09-14
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B.Benjamin Kramer2010-09-10
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* What the loop unroller cares about, rather than just not unrolling loops with...Owen Anderson2010-09-09
* Extend the getDependence query with support for PHI translation.Dan Gohman2010-09-09
* Refactor code-size reduction estimation methods out of InlineCostAnalyzer and...Owen Anderson2010-09-09
* Add a new experimental generalized dependence query interface toDan Gohman2010-09-08
* Clean up some of the PassRegistry implementation, and pImpl-ize it to reduce ...Owen Anderson2010-09-07
* Add completely hokey binary-and and binary-or operations to ConstantRange andNick Lewycky2010-09-07
* cleanup some of the lifetime/invariant marker stuff, add a big fixme.Chris Lattner2010-09-06
* speed up -gvn 3.4% on the testcase in PR7023Chris Lattner2010-09-06
* pull a simple method out of LICM into a new Chris Lattner2010-09-06
* fix PR8063, a crash in globalopt in the malloc analysis code.Chris Lattner2010-09-05
* dead method.Chris Lattner2010-09-04
* zap dead code.Chris Lattner2010-09-04
* Disable the asserts that check that normalization is perfectlyDan Gohman2010-09-03
* Add support for simplifying a load from a computed value to a load from a glo...Owen Anderson2010-09-03
* stop forcing a noop AssemblyAnnotationWriter to silence #usesChris Lattner2010-09-02
* Remove incorrect and poorly tested code for trying to reason about values on ...Owen Anderson2010-09-02