[PM/AA] Have memdep explicitly get and use TargetLibraryInfo rather than
[oota-llvm.git] / include / llvm / Analysis /
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...
2015-07-11 Igor LaevskyAdd argmemonly attribute.
2015-07-11 Chandler Carruth[PM/AA] Completely remove the AliasAnalysis::copyValue...
2015-07-10 Benjamin Kramer[InstSimplify] Fold away ord/uno fcmps when nnan is...
2015-07-09 Mehdi AminiMake TargetTransformInfo keeping a reference to the...
2015-07-08 Silviu Baranga[LAA] Merge memchecks for accesses separated by a const...
2015-07-06 Eric ChristopherRemove JumpInstrTableInfo.h as it is no longer used.
2015-07-02 Eric ChristopherAdd a routine to TargetTransformInfo that will allow...
2015-06-29 Tobias GrosserMove delinearization from SCEVAddRecExpr to ScalarEvolution
2015-06-26 David BlaikieMove VectorUtils from Transforms to Analysis to correct...
2015-06-24 Bruno Cardoso Lopes[CaptureTracking] Avoid long compilation time on large...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Chandler Carruth[PM/AA] Hoist the AliasResult enum out of the AliasAnal...
2015-06-22 Chandler Carruth[PM/AA] Rework the names and comments in AliasSetTracke...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-18 Sanjoy Das[CallGraph] Teach the CallGraph about non-leaf intrinsics.
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Diego NovilloAdd documentation for new backedge mass propagation...
2015-06-17 Chandler Carruth[PM/AA] Remove the UnknownSize static member from Alias...
2015-06-17 Chandler Carruth[PM/AA] Remove the Location typedef from the AliasAnaly...
2015-06-17 Chandler Carruth[PM/AA] Split the location computation out of getArgLoc...
2015-06-16 Diego NovilloFix PR 23525 - Separate header mass propagation in...
2015-06-08 Silviu Baranga[LAA] Fix estimation of number of memchecks
2015-06-08 Hao Liu[LoopVectorize] Teach Loop Vectorizor about interleaved...
2015-06-07 Matt ArsenaultAdd isLegalAddressingMode address space argument to TTI
2015-06-05 Chandler Carruth[Unroll] Rework the naming and structure of the new...
2015-06-04 Diego NovilloTidy comment. NFC.
2015-06-04 Chandler Carruth[PM/AA] Start refactoring AliasAnalysis to remove the...
2015-06-03 Diego NovilloFix typo in comment. NFC.
2015-06-02 Benjamin KramerPush constness through LoopInfo::isLoopHeader and clean...
next