Disabling -g for ocaml builds; it's not downwards compatible.
[oota-llvm.git] / lib / Analysis /
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-13 Wojciech MatyjewiczMake these loops follow GetGEPOperands() behavior.
2007-12-12 Duncan SandsRevert r44626, which turned off the use of readonly
2007-12-12 Chris LattnerFix a bug in my previous patch, thanks to Jay Foad for
2007-12-12 Daniel BerlinChanges from Curtis Dunham implementing lazy cycle...
2007-12-11 Chris LattnerImplement constant folding if vector<->vector bitcasts...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-12-09 Chris LattnerFix PR1782, patch by Wojtek Matyjewicz!
2007-12-08 Owen AndersonFix several cache coherence bugs in MemDep/GVN that...
2007-12-05 Duncan SandsCommit 44487 broke bootstrap of llvm-gcc-4.2. It is
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-01 Duncan SandsIntegrate the readonly/readnone logic more deeply
2007-11-30 Chris Lattnerchain update requests properly.
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-27 Owen AndersonMake LoopInfoBase more generic, in preparation for...
2007-11-26 Owen AndersonFix a silly bug that Nicholas noticed.
2007-11-26 Owen AndersonAllow GVN to eliminate read-only function calls when...
2007-11-25 Nick LewyckyAdd new SCEV, SCEVSMax. This allows LLVM to analyze...
2007-11-23 Chris Lattnersimplify some code.
2007-11-23 Chris Lattnersplice some lines together, no functionality change.
2007-11-23 Duncan SandsDing dong, the DoesntAccessMemoryFns and
2007-11-23 Chris LattnerFix a bug where we'd try to find a scev value for a...
2007-11-22 Duncan SandsTeach alias analysis about readnone/readonly functions.
2007-11-22 Nick LewyckyInstead of calculating constant factors, calculate...
2007-11-22 Nick LewyckyCreate nodes for inline asm so that we don't crash...
2007-11-20 Nick LewyckySmall cleanup. Use APInt::getHighBitsSet method instead...
2007-11-20 Nick LewyckyBe more careful when transforming | to +. Patch from...
2007-11-16 Tanya LattnerFix for PR1801
2007-11-15 Anton KorobeynikovReverted r44163 per request
2007-11-15 Nick LewyckyFix handling of overflow in loop calculation by adding...
2007-11-15 Owen AndersonMore templatization.
2007-11-14 Owen AndersonStart the process of making MachineLoopInfo possible...
2007-11-06 Chris LattnerFix PR1774 and BasicAA/2007-11-05-SizeCrash.ll
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-29 Dan GohmanAdd explicit keywords.
2007-10-26 Owen AndersonMake a comment better.
2007-10-25 Hartmut KaiserSilenced a VC++ warning.
2007-10-25 Owen AndersonFix for PR1741.
2007-10-23 Owen AndersonMake DomTree and PostDomTree thin wrappers around DomTr...
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
2007-10-16 Owen AndersonTemplate DominatorTreeBase by node type. This is the...
2007-10-06 Gordon HenriksenBindings for the verifier.
2007-10-03 Owen AndersonCompletely merge the implementation details of DomTree...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-10-03 Owen AndersonFactor some code from the DomTree and PostDomTree calcu...
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-09-30 Owen AndersonTemplate-ize more of the DomTree internal implementatio...
2007-09-30 Chris LattnerAdd a new DenseSet abstraction.
2007-09-29 Daniel BerlinSwitch to densemap rather than std::set
2007-09-28 Owen AndersonRemove unneeded #include.
2007-09-28 Owen AndersonHave PostDomTree use the newly templated DFSPass.
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-27 Daniel BerlinIgnore redundant constraints
2007-09-27 Nick LewyckyBuild the correct range for loops with unusual bounds...
2007-09-25 Duncan SandsAdd a newline to the end of this file.
2007-09-24 Bill WendlingDon't execute dump unless NDEBUG isn't defined.
2007-09-24 Daniel BerlinComment fixups
2007-09-24 Daniel BerlinImplement offline variable substitution in order to...
2007-09-24 Owen AndersonMerge significant portions of the DomTree and PostDomTr...
2007-09-23 Owen AndersonFactor the calculation details for PostDomTree out...
2007-09-21 Owen AndersonAdd partial caching of non-local memory dependence...
2007-09-19 Owen AndersonAdd a flag to mark a dirty cache entry. This is not...
2007-09-18 Devang Patelooops...
2007-09-16 Daniel BerlinFix bug in andersen's related to test_and_set.
2007-09-16 Daniel BerlinRewrite of andersen's to be about 100x faster, cleaner...
2007-09-14 Dan GohmanChange "tmp." to "tmp" for temporaries created by Scala...
2007-09-11 Owen AndersonFix a typo in memdep, which was causing PR1648.
2007-09-09 Owen AndersonRemove an un-needed dependence query. This improves...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-05 Evan ChengMissing break. Patch by Wojciech Matyjewicz.
2007-08-21 Devang PatelUse SmallVector.
2007-08-21 Devang PatelNo need to hardcode SmallVector size.
2007-08-21 Devang PatelUse SmallVector instead of std::vector.
2007-08-20 Anton Korobeynikov- Use correct header for SCEV inside LoopPass.cpp
2007-08-16 Owen AndersonCache non-local memory dependence analysis. This is...
2007-08-11 Chris Lattnerconstant fold ptrtoint(inttoptr) with target data when...
2007-08-10 Devang PatelDo not overuse std::string. Pass around char * directly.
2007-08-09 Owen AndersonMake NonLocal and None const in the right way. :-)
2007-08-08 Owen AndersonAdd more comments to memdep.
2007-08-08 Owen AndersonMake memdep fit in 80 cols.
2007-08-08 Owen AndersonChange the None and NonLocal markers in memdep to be...
2007-08-08 Chris LattnerHandle functions with no name better.
2007-08-08 Chris Lattnersignificantly speed up constant folding of calls (and...
2007-08-08 Chris Lattnerreimplement dfs number computation to be significantly...
2007-08-07 Owen AndersonClean up a bunch of caching stuff in memdep. This...
2007-08-06 Owen AndersonImprove the accuracy of memdep for determining the...
2007-08-06 Chandler CarruthThis resolves a regression of BasicAA which failed...
2007-08-06 Nick LewyckyLet scalar-evolution analyze loops with an unsigned...
2007-08-06 Nick LewyckyDon't assume it's safe to transform a loop just because...
2007-08-05 Chris LattnerUpgrade BasicAliasAnalysis::getModRefBehavior to not...
2007-08-05 Chris LattnerFix an iterator invalidation bug I induced.
2007-08-05 Chris LattnerSwitch some std::sets to SmallPtrSet. This speeds up
2007-08-05 Chris LattnerSwitch the internal "Info" map from an std::map to...
2007-08-04 Chris Lattnerswitch the DomTreeNodes and IDoms maps in idom/postidom...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-02 Owen AndersonFix a bug that was causing several miscompilations...
2007-08-02 Christopher LambImplement review feedback.
next