Make one of the AttributeSet ctors maintain the invariant that the
[oota-llvm.git] / lib / Analysis /
2013-08-02 Matt ArsenaultTeach InstructionSimplify about pointer address spaces
2013-07-31 Andrew TrickFix a severe compile time problem when forming large...
2013-07-30 David MajnemerisKnownToBeAPowerOfTwo: Strengthen isKnownToBeAPowerOfT...
2013-07-27 Nick LewyckyAlso update CMakeLists.txt for r187283.
2013-07-27 Nick LewyckyReimplement isPotentiallyReachable to make nocapture...
2013-07-27 Tom StellardSimplifyCFG: Use parallel-and and parallel-or mode...
2013-07-21 Richard SmithTreat nothrow forms of ::operator delete and ::operator...
2013-07-20 Andrew TrickComment: try to clarify loop iteration order.
2013-07-20 Matt ArsenaultHave InlineCost check constant fcmps
2013-07-18 Nick LewyckyGive 'hasPath' a longer but clearer name 'isPotentially...
2013-07-16 Craig TopperAdd 'const' qualifiers to static const char* variables.
2013-07-14 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-14 Andrew TrickRemove a bunch of old SCEVExpander FIXME's for preservi...
2013-07-14 Andrew TrickTeach indvars to generate nsw/nuw flags when widening...
2013-07-12 Nick LewyckyFix logic error optimizing "icmp pred (urem X, Y),...
2013-07-12 Arnold SchwaighoferTargetTransformInfo: address calculation parameter...
2013-07-12 Shuxin YangStylistic change.
2013-07-11 Craig TopperUse SmallVectorImpl& instead of SmallVector to avoid...
2013-07-11 Benjamin KramerDon't use a potentially expensive shift if all we want...
2013-07-11 Craig TopperFix indentation. No functional change.
2013-07-09 David MajnemerInstSimplify: X >> X -> 0
2013-07-09 Hal FinkelDon't crash in SE dealing with ashr x, -1
2013-07-09 David MajnemerValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
2013-07-08 Shuxin Yang Fix a SCEV update problem.
2013-07-07 Nick LewyckyEliminate trivial redundant loads across nocapture...
2013-07-06 David MajnemerisKnownToBeAPowerOfTwo: Fix a typo in a comment
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-03 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-29 David MajnemerValueTracking: Teach isKnownToBeAPowerOfTwo about ...
2013-06-28 Preston Briggsgit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2013-06-27 Michael GottesmanAdded support for the Builtin attribute.
2013-06-25 Benjamin KramerBlockFrequency: Bump up the entry frequency a bit.
2013-06-10 Nick LewyckyFix xemacs mode line, don't put them in .cpp files...
2013-06-04 Aaron BallmanSilencing an MSVC warning about */ being found outside...
2013-05-31 Andrew TrickPrevent loop-unroll from making assumptions about undef...
2013-05-31 Quentin ColombetLoop Strength Reduce: Scaling factor cost.
2013-05-31 Andrew TrickFix ScalarEvolution::ComputeExitLimitFromCond for ...
2013-05-28 Paul RedmondAdd support for llvm.vectorizer metadata
2013-05-28 Michael KupersteinMake BasicAliasAnalysis recognize the fact a noalias...
2013-05-24 Michael J. SpencerReplace Count{Leading,Trailing}Zeros_{32,64} with count...
2013-05-24 Diego NovilloDo not reserve space for the ColdEdges and NormalEdges...
2013-05-24 Diego NovilloAdd a new function attribute 'cold' to functions.
2013-05-18 David MajnemerisKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2...
2013-05-16 Richard SmithRespect the 'nobuiltin' attribute when determining...
2013-05-15 David BlaikieUse only explicit bool conversion operators
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.
next