[opaque pointer type]: Pass explicit pointee type when building a constant GEP.
[oota-llvm.git] / include / llvm / Analysis /
2015-08-20 Jingyue Wu[ValueTracking] computeOverflowForSignedAdd and isKnown...
2015-08-20 Chandler Carruth[ARC] Pull the ObjC ARC components that really serve...
2015-08-19 Hal FinkelFix how DependenceAnalysis calls delinearization
2015-08-18 Chandler Carruth[PM/AA] Add using declarations to avoid hiding virtual...
2015-08-17 Artur PilipenkoTake alignment into account in isSafeToSpeculativelyExe...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-16 Chandler CarruthRevert r244127: [PM] Remove a failed attempt to port...
2015-08-15 Chandler Carruth[PM/AA] Delete the LibCallAliasAnalysis and all the...
2015-08-14 Bjarke Hammersholt... [SCEV] Apply NSW and NUW flags via poison value analysi...
2015-08-14 Michael Kruse[RegionInfo] Remove unused and broken function splitBlock
2015-08-14 James MolloySeparate out BDCE's analysis into a separate DemandedBi...
2015-08-14 Chandler Carruth[PM/AA] Remove two no-op overridden functions that...
2015-08-14 Chandler Carruth[PM/AA] Extract the interface for GlobalsModRef into...
2015-08-14 Chandler Carruth[PM/AA] Hoist the interface to TBAA into a dedicated...
2015-08-14 Chandler Carruth[PM/AA] Remove a stray #include that snuck in via copy...
2015-08-14 Chandler Carruth[PM/AA] Clean up the SCEV-AA comment formatting and...
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over the SCEV-AA code to norma...
2015-08-14 Chandler Carruth[PM/AA] Hoist the SCEV-AA interface to its own header...
2015-08-14 Chandler Carruth[PM/AA] Hoist ScopedNoAliasAA's interface into a header...
2015-08-14 Chandler Carruth[PM/AA] Hoist the value handle definition for CFLAA...
2015-08-14 Chandler Carruth[PM/AA] Extract a minimal interface for CFLAA to its...
2015-08-14 Chandler Carruth[PM/AA] Delete two pointlessly overridden methods on...
2015-08-14 Chandler Carruth[PM/AA] Sink all the actual code from AliasAnalysisCoun...
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over this code to establish...
2015-08-14 Chandler Carruth[PM/AA] Hoist the AA counter pass into a header to...
2015-08-14 Chandler Carruth[PM/AA] Remove the function names and class names from...
2015-08-14 Chandler Carruth[PM/AA] Move the LibCall AA creation routine declaratio...
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over LibCallAliasAnalysis...
2015-08-12 Chandler Carruth[PM/AA] Remove the AliasDebugger pass.
2015-08-12 Aaron BallmanMove the object being used to move-initialize when...
2015-08-12 Chandler Carruth[PM/AA] Have memdep explicitly get and use TargetLibrar...
2015-08-12 Adam Nemet[LoopVer] Optionally allow using memchecks from LAA
2015-08-11 Michael Kruse[RegionInfo] Verify getRegionFor
2015-08-11 James MolloyAdd support for floating-point minnum and maxnum
2015-08-11 Adam Nemet[LAA] Change name from addRuntimeCheck to addRuntimeChe...
2015-08-10 Igor Laevsky[IndVarSimplify] Make cost estimation in RewriteLoopExi...
2015-08-10 Silviu Baranga[TTI] Add a hook for specifying per-target defaults...
2015-08-10 Michael Kruse[RegionInfo] Fix typo
2015-08-10 Michael Kruse[RegionInfo] Add debug-time region viewer functions
2015-08-10 Michael Kruse[RegionInfo] Update old-style comments
2015-08-10 Michael Kruse[RegionInfo] More descriptive error messages in verifier
2015-08-09 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-09 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-08 Benjamin KramerFix some comment typos.
2015-08-08 NAKAMURA Takumi244368: Fix a comment line introduced in r244368. ...
2015-08-07 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-07 Adam Nemet[LAA] Make the set of runtime checks part of the state...
2015-08-07 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-06 Quentin Colombet[Reassociation] Fix miscompile for va_arg arguments.
2015-08-06 Chandler Carruth[PM/AA] Clean up and homogenize comments throughout...
2015-08-06 Chandler Carruth[PM/AA] Run clang-format over all of basic-aa before...
2015-08-06 Chandler Carruth[PM/AA] Hoist the interface for BasicAA into a header...
2015-08-06 Chandler Carruth[PM/AA] Simplify the AliasAnalysis interface by removin...
2015-08-05 David BlaikieDrop the defaulted CallGraph move ctor, since it's...
2015-08-05 Chandler Carruth[PM] Remove a failed attempt to port the CallGraph...
2015-08-05 David Blaikie-Wdeprecated cleanup: Make CallGraph movable by default...
2015-08-05 Chandler Carruth[TTI] Make the cost APIs in TargetTransformInfo consist...
2015-08-04 Adam Nemet[LAA] Remove unused pointer partition argument from...
2015-08-03 Adam Nemet[LAA] Remove unused needsAnyChecking(), NFC
2015-08-03 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-08-03 Tobias GrosserAllow derived DOTViewers to choose the functions to...
2015-07-31 David BlaikieFix a GCC buildbot that seemed to be having trouble...
2015-07-31 David Blaikie-Wdeprecated-clean: Fix cases of violating the rule...
2015-07-31 Bruno Cardoso Lopes[CaptureTracker] Provide an ordered basic block to...
2015-07-30 Adam Nemet[LDist] Filter the checks locally rather than in LAA...
2015-07-29 Nick LewyckyFix typo "fuction" noticed in comments in AssumptionCac...
2015-07-29 Eric ChristopherRename hasCompatibleFunctionAttributes->areInlineCompat...
2015-07-29 Bjarke Hammersholt... Make function comments consistently imperative.
2015-07-28 Jingyue Wu[SCEV] Apply NSW and NUW flags via poison value analysis
2015-07-28 Bruno Cardoso Lopes[LVI] Cleanup whitespaces. NFC
2015-07-27 Adam Nemet[LAA] Split out a helper to print a collection of memchecks
2015-07-27 Sanjoy Das[TargetTransformInfo][NFCI] Add TargetTransformInfo...
2015-07-27 Sanjoy Das[IndVars] Make loop varying predicates loop invariant.
2015-07-27 Adam Nemet[LAA] Split out a helper from addRuntimeCheck to genera...
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-26 Adam Nemet[LAA] Begin moving the logic of generating checks out...
2015-07-22 Chandler Carruth[PM/AA] Cleanup comments, formatting, and organization...
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-22 Chandler Carruth[PM/AA] Remove the last of the legacy update API from...
2015-07-18 Chandler Carruth[PM/AA] Remove the addEscapingUse update API that won...
2015-07-16 Cong HouAdd new constructors for LoopInfo/DominatorTree/BFI/BPI
2015-07-16 Sanjoy Das[SCEV][NFC] Use triple-slash (///) for comment.
2015-07-16 Cong HouRename LoopInfo::Analyze() to LoopInfo::analyze() and...
2015-07-16 Adam Nemet[LAA] Split out a helper to check the pointer partition...
2015-07-15 Cong HouRemove a private member of BranchProbabilityInfo which...
2015-07-15 Cong HouCreate a wrapper pass for BranchProbabilityInfo.
2015-07-15 Cong HouRename doFunction() in BFI to calculate() and change...
2015-07-14 Wei MiCreate a wrapper pass for BlockFrequencyInfo.
2015-07-14 Adam Nemet[LAA] Turn RuntimePointerChecking into a class, start...
2015-07-14 Adam Nemet[LAA] Introduce RuntimePointerChecking::PointerInfo...
2015-07-14 Adam Nemet[LAA] Lift RuntimePointerCheck out of LoopAccessInfo...
2015-07-14 Keno Fischer[CodeGen] Force emission of personality directive if...
2015-07-13 Benjamin KramerRemove macro guards for extern template instantiations.
2015-07-13 Jingyue Wu[LSR] don't attempt to promote ephemeral values to...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-13 David Majnemer[InstSimplify] Teach InstSimplify how to simplify extra...
2015-07-11 Hal FinkelMove getStrideFromPointer and friends from LoopVectoriz...
next