Check TRI->getReservedRegs because other allocators do it. Even though
[oota-llvm.git] / lib / Analysis /
2010-11-11 Dan GohmanIt's not necessary to clear out the Size and TBAATag...
2010-11-11 Dan GohmanSet NonLocalDepInfo's Size field to UnknownSize when...
2010-11-10 Dan GohmanWhen clearing a non-local pointer dependency cache...
2010-11-10 Devang PatelTake care of special characters while creating named...
2010-11-10 Dan GohmanFactor out the code for computing an AliasAnalysis...
2010-11-10 Dan GohmanFully invalidate cached results when a prior query...
2010-11-10 Duncan SandsReduce the maximum recursion depth, 5 seems pointlessly...
2010-11-10 Dan GohmanEnhance GVN to do more precise alias queries for non...
2010-11-10 Duncan SandsTeach InstructionSimplify how to look through PHI nodes...
2010-11-10 Dan GohmanAdd a doesAccessArgPointees helper function, and update...
2010-11-10 Duncan SandsSimplify binary operations where one operand is a selec...
2010-11-10 Dan GohmanMake ModRefBehavior a lattice. Use this to clean up...
2010-11-09 Dan GohmanVAArg doesn't capture its operand.
2010-11-09 Dan GohmanTeach AliasAnalysis about AccessesArgumentsReadonly.
2010-11-09 Dan GohmanTeach LICM and AliasSetTracker about AccessesArgumentsR...
2010-11-09 Duncan SandsFactorize code, no functionality change.
2010-11-08 Dan GohmanRe-introduce the MaxLookup limit to BasicAliasAnalysis'
2010-11-08 Dan GohmanImplement getModRefBehavior for TypeBasedAliasAnalysis.
2010-11-08 Dan GohmanExtend the AliasAnalysis::pointsToConstantMemory interf...
2010-11-08 Dan GohmanDelete getIntrinsicModRefBehavior. Clients can just...
2010-11-08 Dan GohmanTeach BasicAliasAnalysis::getModRefBehavior(const Funct...
2010-11-07 Duncan SandsAdd simplification of floating point comparisons with...
2010-11-07 Duncan SandsFix a README item: when doing a comparison with the...
2010-11-04 Benjamin KramerUse arrays instead of constant-sized SmallVectors.
2010-11-04 Devang PatelIntroduce DIBuilder. It is intended to be a front-end...
2010-11-02 Devang PatelFix DIType verifier. The element 3 is DIFile now.
2010-10-29 Dan GohmanMake ScalarEvolution::forgetLoop forget all contained...
2010-10-29 Dan GohmanTeach memdep to use pointsToConstantMemory to determine...
2010-10-25 Dan GohmanSupport TBAA attachments on calls. This is somewhat...
2010-10-25 Dan GohmanFix chaining in TBAA's pointsToConstantMemory.
2010-10-25 Dan GohmanOnly read one bit for testing for a readonly type,...
2010-10-25 Dan GohmanAdd a comment.
2010-10-25 Dan GohmanUpdate comments; BasicAA is no longer necessarily the...
2010-10-25 Dan GohmanReintroduce these asserts, now that BasicAA is a normal...
2010-10-22 Benjamin KramerMake some symbols static, move classes into anonymous...
2010-10-21 Dan GohmanAdd some more documentation.
2010-10-21 Dan GohmanExplain what "constant" means here.
2010-10-21 Dan GohmanUpdate comments.
2010-10-20 Dan GohmanMemdep says that an instruction clobbers itself
2010-10-20 Dan GohmanFactor out the main aliasing check into a separate...
2010-10-20 Dan GohmanFix comments; the type graph is currently a tree, not...
2010-10-20 Tobias GrosserAdd RegionPass support.
2010-10-20 Douglas GregorFix CMake build
2010-10-19 Dan GohmanMove NoAA out of BasicAliasAnalysis.cpp into its own...
2010-10-19 Dan GohmanReapply r116831 and r116839, converting AliasAnalysis...
2010-10-19 Dan GohmanRevert r116831 and r116839, which are breaking selfhost...
2010-10-19 Dan GohmanChange AliasAnalysis and its clients to use uint64_t...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-19 Dan GohmanConsistently use AliasAnalysis::UnknownSize instead...
2010-10-18 Dan GohmanMake the representation of AliasSets explicitly differe...
2010-10-18 Dan GohmanDon't pass the raw invalid pointer used to represent...
2010-10-18 Dan GohmanMake AliasSetTracker TBAA-aware, enabling TBAA-enabled...
2010-10-18 Dan GohmanFix BasicAA to pass TBAAInfo through to the chained...
2010-10-18 Dan GohmanMake TypeBasedAliasAnalysis default to doing nothing...
2010-10-18 Dan GohmanUse chaining in TypeBasedAliasAnalysis::pointsToConstan...
2010-10-18 Dan GohmanMake BasicAliasAnalysis a normal AliasAnalysis implemen...
2010-10-16 Benjamin KramerEliminate some calls to Value::getNameStr.
2010-10-14 Dan GohmanTolerate a null parent pointer.
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-13 Tobias GrosserAdd Region::isTopLevelRegion().
2010-10-13 Tobias GrosserRegionInfo: Fix trivial error that slipped in last...
2010-10-13 Tobias GrosserRegionInfo: Update RegionInfo after a BB was split.
2010-10-13 Tobias GrosserRegioInfo: Add getExpandedRegion().
2010-10-13 Tobias GrosserRegionInfo: Allow to update exit and entry of a region.
2010-10-13 Tobias GrosserRegionInfo: Enhance addSubregion.
2010-10-13 Tobias GrosserRegionInfo: Allow to set the parent region of a basic...
2010-10-13 Tobias GrosserRegionInfo: Free the RegionNodes in cache.
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-11 Dan GohmanSupport AA chaining.
2010-10-09 Kenneth UildriksNow using a variant of the existing inlining heuristics...
2010-10-08 Kenneth UildriksStart separating out code metrics into code size metric...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Owen AndersonAdd an implementation of the initialization routine...
2010-10-07 Owen AndersonAdd initialization routines for Analysis and IPA.
2010-10-07 Owen AndersonFix a warning when building with clang++.
2010-10-07 Owen AndersonMove the pass initialization helper functions into...
2010-10-06 Owen AndersonAppease the clang self-host buildbot by providing a...
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
2010-10-06 Devang PatelAdd support for DW_TAG_unspecified_parameters.
2010-10-04 Dan GohmanDon't add the operand count to SCEV uniquing data;...
2010-09-29 Devang PatelLet FE mark a variable as artificial variable.
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-09-29 Benjamin KramerRemove PointerTracking from cmakelists …
2010-09-29 Chris Lattnerremove PointerTracking from mainline, Edwin is going...
2010-09-28 Oscar FuentesRemoved a bunch of unnecessary target_link_libraries.
2010-09-28 Devang PatelProvide an interface to let FEs anchor debug info for...
2010-09-27 Jakob Stoklund OlesenDon't try to constant fold libm functions with non...
2010-09-22 Dan GohmanTeach memdep about TBAA tags.
2010-09-21 Benjamin KramerSimplify code.
2010-09-21 Benjamin KramerMake CreateComplexVariable independent of SmallVector.
2010-09-17 Jakob Stoklund OlesenDon't include <fenv.h> now that we have llvm/System...
2010-09-17 Dan GohmanAttempt to support platforms which don't have fenv.h.
2010-09-17 Dan GohmanFix the folding of floating-point math library calls...
2010-09-17 Dan GohmanAdd an #include of raw_ostream.h. Previously, this...
2010-09-16 Benjamin KramerUpdate CMake build.
2010-09-16 Dan GohmanRename a variable to avoid a declaration conflict.
2010-09-16 Dan GohmanAdd a pass which prints out all the memdep dependencies.
2010-09-16 Owen AndersonRevert r114097, adding back in the assertion against...
2010-09-16 Owen AndersonIt is possible, under specific circumstances involving...
next