aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Added support for the Builtin attribute.Michael Gottesman2013-06-271-1/+1
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-251-5/+0
* Fix xemacs mode line, don't put them in .cpp files (just header files). NoNick Lewycky2013-06-101-1/+1
* Silencing an MSVC warning about */ being found outside of a comment.Aaron Ballman2013-06-041-2/+2
* Prevent loop-unroll from making assumptions about undefined behavior.Andrew Trick2013-05-311-5/+14
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-311-0/+17
* Fix ScalarEvolution::ComputeExitLimitFromCond for 'or' conditions.Andrew Trick2013-05-311-32/+54
* Add support for llvm.vectorizer metadataPaul Redmond2013-05-281-6/+57
* Make BasicAliasAnalysis recognize the fact a noalias argument cannot alias an...Michael Kuperstein2013-05-282-4/+24
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-6/+6
* Do not reserve space for the ColdEdges and NormalEdges vectors.Diego Novillo2013-05-241-2/+0
* Add a new function attribute 'cold' to functions.Diego Novillo2013-05-241-0/+81
* isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.David Majnemer2013-05-181-0/+11
* Respect the 'nobuiltin' attribute when determining if a call is to a memory b...Richard Smith2013-05-161-0/+3
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault2013-05-061-5/+20
* RegionInfo: Do not crash if unreachable block is foundTobias Grosser2013-05-031-1/+2
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-012-2/+3
* Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren2013-04-271-13/+30
* Struct-path aware TBAA: update getMostGenericTBAA Manman Ren2013-04-221-2/+60
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-222-0/+2
* ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.Benjamin Kramer2013-04-191-1/+1
* A limit of 500 was still a bit too high for some tests.Bill Wendling2013-04-171-3/+1
* Fix a scalability issue with complex ConstantExprs.Benjamin Kramer2013-04-131-12/+24
* Aliasing rules for struct-path aware TBAA.Manman Ren2013-04-111-0/+136
* RegionInfo: Add helpers to replace entry/exit recursivelyTobias Grosser2013-04-101-0/+32
* Revert r176408 and r176407 to address PR15540.Nadav Rotem2013-04-092-50/+42
* Revert 179071 because it is not the right way to support non standard new/new...Nadav Rotem2013-04-091-0/+8
* c++ new operators are not malloc-like functions because they do not return un...Nadav Rotem2013-04-081-8/+0
* InstructionSimplify.cpp: Fix a ligature, "fi", to get rid of utf8 in comment.NAKAMURA Takumi2013-04-081-1/+1
* CostModel: Add parameter to instruction cost to further classify operand valuesArnold Schwaighofer2013-04-042-4/+29
* Build fixes for STLPort + GCCMatt Arsenault2013-03-292-6/+6
* Fix loop styleMatt Arsenault2013-03-291-2/+2
* BasicAA: Only query twice if the result of the more general query was MayAliasArnold Schwaighofer2013-03-261-5/+5
* Fix SCEV forgetMemoizedResults should search and destroy backedge exprs.Andrew Trick2013-03-261-0/+30
* Support in AAEvaluator to print alias queries of loads/stores with TBAA tags.Manman Ren2013-03-221-0/+72
* Remove 'else' after 'return'.Jakub Staszak2013-03-201-2/+4
* Remove trailing spaces.Jakub Staszak2013-03-201-133/+133
* Check whether a pointer is non-null (isKnownNonNull) in isKnownNonZero.Manman Ren2013-03-181-0/+2
* Small fix for cost analysis of ptrtoint.Patrik Hagglund2013-03-121-2/+2
* Remove unneeded #includes. Use forward declarations instead.Jakub Staszak2013-03-101-0/+5
* Early exit from getAllocationData() and isFreeCall() for intrinsics.Michael Ilseman2013-03-081-1/+5
* Remove trailing whitespaceMichael Ilseman2013-03-081-5/+5
* Remove -print-dbginfo as it is unused & bitrotten.David Blaikie2013-03-083-226/+0
* Simplify code. No functionality change.Jakub Staszak2013-03-071-3/+3
* Change NULL to 0.Jakub Staszak2013-03-071-8/+8
* ArrayRef ca accept one element. Simplify code a little bit, also it matches nowJakub Staszak2013-03-071-3/+5
* Memory Dependence Analysis (not mem-dep test) take advantage of "invariant.lo...Shuxin Yang2013-03-061-4/+14
* Use dyn_cast instead of isa && cast. No functionality change.Jakub Staszak2013-03-061-4/+4
* recommit r172363 & r171325 (reverted in r172756)Nuno Lopes2013-03-021-12/+29