Micro-optimization: don't shift an entire bitcode record over to get the code.
[oota-llvm.git] / lib / Analysis /
2013-05-06 Matt ArsenaultFix unchecked uses of DominatorTree in MemoryDependence...
2013-05-03 Tobias GrosserRegionInfo: Do not crash if unreachable block is found
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-04-27 Manman RenStruct-path aware TBAA: change the format of TBAAStruct...
2013-04-22 Manman RenStruct-path aware TBAA: update getMostGenericTBAA
2013-04-22 Eric ChristopherMove C++ code out of the C headers and into either...
2013-04-19 Benjamin KramerConstantFolding: ComputeMaskedBits wants the scalar...
2013-04-17 Bill WendlingA limit of 500 was still a bit too high for some tests.
2013-04-13 Benjamin KramerFix a scalability issue with complex ConstantExprs.
2013-04-11 Manman RenAliasing rules for struct-path aware TBAA.
2013-04-10 Tobias GrosserRegionInfo: Add helpers to replace entry/exit recursively
2013-04-09 Nadav RotemRevert r176408 and r176407 to address PR15540.
2013-04-09 Nadav RotemRevert 179071 because it is not the right way to suppor...
2013-04-08 Nadav Rotemc++ new operators are not malloc-like functions because...
2013-04-08 NAKAMURA TakumiInstructionSimplify.cpp: Fix a ligature, "fi", to get...
2013-04-04 Arnold SchwaighoferCostModel: Add parameter to instruction cost to further...
2013-03-29 Matt ArsenaultBuild fixes for STLPort + GCC
2013-03-29 Matt ArsenaultFix loop style
2013-03-26 Arnold SchwaighoferBasicAA: Only query twice if the result of the more...
2013-03-26 Andrew TrickFix SCEV forgetMemoizedResults should search and destro...
2013-03-22 Manman RenSupport in AAEvaluator to print alias queries of loads...
2013-03-20 Jakub StaszakRemove 'else' after 'return'.
2013-03-20 Jakub StaszakRemove trailing spaces.
2013-03-18 Manman RenCheck whether a pointer is non-null (isKnownNonNull...
2013-03-12 Patrik HagglundSmall fix for cost analysis of ptrtoint.
2013-03-10 Jakub StaszakRemove unneeded #includes. Use forward declarations...
2013-03-08 Michael IlsemanEarly exit from getAllocationData() and isFreeCall...
2013-03-08 Michael IlsemanRemove trailing whitespace
2013-03-08 David BlaikieRemove -print-dbginfo as it is unused & bitrotten.
2013-03-07 Jakub StaszakSimplify code. No functionality change.
2013-03-07 Jakub StaszakChange NULL to 0.
2013-03-07 Jakub StaszakArrayRef ca accept one element. Simplify code a little...
2013-03-06 Shuxin YangMemory Dependence Analysis (not mem-dep test) take...
2013-03-06 Jakub StaszakUse dyn_cast instead of isa && cast. No functionality...
2013-03-02 Nuno Lopesrecommit r172363 & r171325 (reverted in r172756)
2013-03-02 Nuno Lopesadd getUnderlyingObjectSize()
2013-02-28 Benjamin KramerCost model support for lowered math builtins.
2013-02-28 Shuxin YangFix a problem in alias analysis. It is about the misint...
2013-02-26 Michael IlsemanConstant fold vector bitcasts of halves similarly to...
2013-02-26 Kostya SerebryanyUnify clang/llvm attributes for asan/tsan/msan (LLVM...
2013-02-20 Chad RosierFormatting.
2013-02-14 Nick LewyckyTeach the DataLayout aware constant folder to be much...
2013-02-13 Pekka JaaskelainenMetadata for annotating loops as parallel. The first...
2013-02-13 Kostya Serebryany[tsan] disable load widening in ThreadSanitizer mode
2013-02-12 Arnold SchwaighoferCost model: Add check for reverse shuffles to CostModel...
2013-02-08 Bob WilsonRevert "Add LLVMContext::emitWarning methods and use...
2013-02-08 Arnold SchwaighoferARM cost model: Address computation in vector mem ops...
2013-02-07 Michael IlsemanIdentify and simplify idempotent intrinsics. Test case...
2013-02-07 Owen AndersonConditionalize constant folding of math intrinsics...
2013-02-06 Owen AndersonSignficantly generalize our ability to constant fold...
2013-02-05 Benjamin KramerConstantFolding: Fix a crash when encoutering a truncat...
2013-02-03 Nuno Lopesuse GEP::accumulateConstantOffset() to replace custom...
2013-02-01 Benjamin KramerInstSimplify: stripAndComputeConstantOffsets can be...
2013-02-01 Dan GohmanAdd a comment explaining an unavailable optimization.
2013-02-01 Dan GohmanRewrite instsimplify's handling if icmp on pointer...
2013-01-31 Dan GohmanAn alloca can be equal to an argument. It can't *alias...
2013-01-31 Dan GohmanChange stripAndComputeConstantOffsets to accept a NULL...
2013-01-31 Dan GohmanAdd a comment.
2013-01-31 Dan GohmanMove isKnownNonNull out of AliasAnalysis.h and into...
2013-01-31 Dan GohmanChange GetPointerBaseWithConstantOffset's DataLayout...
2013-01-31 Dan GohmanMinor code simplification.
2013-01-31 Dan GohmanstripAndComputeConstantOffsets is only called on pointe...
2013-01-24 Benjamin KramerConstantFolding: Add a missing folding that leads to...
2013-01-23 Benjamin KramerConstantFolding: Tweak r173289, it should evaluate...
2013-01-23 Benjamin KramerConstantFolding: Evaluate GEP indices in the index...
2013-01-22 Chandler CarruthBegin fleshing out an interface in TTI for modelling...
2013-01-22 Tim NorthoverMake APFloat constructor require explicit semantics.
2013-01-21 Chandler CarruthSwitch CodeMetrics itself over to use TTI to determine...
2013-01-21 Chandler CarruthSink InlineCost.cpp into IPA -- it is now officially...
2013-01-21 Chandler CarruthMove the inline cost analysis's primary cost query...
2013-01-21 Chandler CarruthNow that the inline cost analysis is a pass, we can...
2013-01-21 Chandler CarruthMake the inline cost a proper analysis pass. This remai...
2013-01-21 Chandler CarruthIntroduce a generic interface for querying an operation...
2013-01-20 Renato GolinRevert CostTable algorithm, will re-write
2013-01-19 Renato GolinFix 80-col and early exit in cost model
2013-01-17 Bill WendlingReverting r171325 & r172363. This was causing a mis...
2013-01-16 Renato GolinChange CostTable model to be global to all targets
2013-01-14 Andrew TrickSCEVExpander fix. RAUW needs to update the InsertedExpr...
2013-01-13 Nuno Lopesfix compile-time regression report by Joerg Sonnenberger:
2013-01-13 Dmitri GribenkoRemove redundant 'llvm::' qualifications
2013-01-11 Andrew TrickUpdate CMakeLists for CallPrinter.cpp.
2013-01-11 Andrew TrickAdded -view-callgraph module pass.
2013-01-09 Nadav RotemARM Cost model: Use the size of vector registers and...
2013-01-09 Nadav RotemCost Model: Move the 'max unroll factor' variable to...
2013-01-07 Chandler CarruthMove CallGraphSCCPass.h into the Analysis tree; that...
2013-01-07 Chandler CarruthSwitch the SCEV expander and LoopStrengthReduce to use
2013-01-07 Chandler CarruthMove the initialization to the Analysis library as...
2013-01-07 Chandler CarruthMake the popcnt support enums and methods have more...
2013-01-07 Chandler CarruthMove TargetTransformInfo to live under the Analysis...
2013-01-05 Chandler CarruthSwitch the cost model analysis over to just the TTI...
2013-01-04 Manman RenMemory Dependence Analysis: fix a miscompile that uses...
2013-01-02 Chandler CarruthActually update the CMake and Makefile builds correctly...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.
2012-12-31 Nuno Lopesreimplement GetPointerBaseWithConstantOffset().
2012-12-31 Nuno Lopesrecommit r171298 (add support for PHI nodes to ObjectSi...
2012-12-31 Benjamin KramerRevert "add support for PHI nodes to ObjectSizeOffsetVi...
2012-12-31 Nuno Lopesrevert r171306, since we cannot compare APInts with...
2012-12-31 Nuno Lopesuse ValueTracking's GetPointerBaseWithConstantOffset...
2012-12-31 Nuno Lopesminor code simplification
next