Removing dependency on third party library for Intel JIT event support.
[oota-llvm.git] / lib / Analysis /
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-26 Bill WendlingRemove the `hasFnAttr' method from Function.
2012-09-26 Duncan SandsNow that invoke of an intrinsic is possible (for the...
2012-09-26 Duncan SandsTeach the 'lint' sanity checking pass to detect simple...
2012-09-25 Duncan SandsChange the way the lint sanity checking pass detects...
2012-09-19 Duncan SandsGCC doesn't understand that OrigAliasResult having...
2012-09-19 Nadav RotemPrevent inlining of callees which allocate lots of...
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2012-09-06 Roman DivackyDont cast away const needlessly. Found by gcc48 -Wcast...
2012-09-06 Arnold SchwaighoferBasicAA: Recognize cyclic NoAlias phis
2012-09-06 Arnold SchwaighoferBasicAA: GEPs of NoAlias'ing base ptr with equivalent...
2012-09-05 Manman RenJumpThreading: when default destination is the destinat...
2012-09-05 Roman DivackyStop casting away const qualifier needlessly.
2012-09-05 Benjamin KramerSwitch BasicAliasAnalysis' cache to SmallDenseMap.
2012-09-04 Bob WilsonBe conservative about allocations that may alias the...
2012-09-03 Bob WilsonFix more fallout from r158919, similar to PR13547.
2012-08-31 Benjamin KramerClean up ProfileDataLoader a bit.
2012-08-31 Bill WendlingCleanups due to feedback. No functionality change....
2012-08-29 Benjamin KramerMake MemoryBuiltins aware of TargetLibraryInfo.
2012-08-28 Manman RenProfile: set branch weight metadata with data generated...
2012-08-27 Hongbin ZhengRemove the the block_node_iterator of Region, replace...
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-24 Richard SmithFix floating-point divide by zero, in a case where...
2012-08-22 Benjamin KramerReduce duplicated hash map lookups.
2012-08-17 Benjamin KramerMemoryBuiltins: Properly guard ObjectSizeOffsetVisitor...
2012-08-17 Benjamin KramerGuard MemoryBuiltins against self-looping GEPs, which...
2012-08-15 Bill WendlingSet the branch probability of branching to the 'normal...
2012-08-13 Nadav RotemMemoryDependenceAnalysis attempts to find the first...
2012-08-07 Benjamin KramerPR13095: Give an inline cost bonus to functions using...
2012-08-07 Chandler CarruthFix PR13412, a nasty miscompile due to the interleaved
2012-08-02 Hongbin ZhengImplement the block_iterator of Region based on df_iter...
2012-08-01 Nick LewyckyStay rational; don't assert trying to take the square...
2012-07-30 Nadav RotemWhen constant folding GEP expressions, keep the address...
2012-07-27 Nuno Lopesfix PR13390: do not loop forever with self-referencing...
2012-07-25 Nuno Lopesrevert r160742: it's breaking CMake build
2012-07-25 Nuno LopesMemoryBuiltins: add support to determine the size of...
2012-07-25 Duncan SandsWhen folding a load from a global constant, if the...
2012-07-24 Nuno Lopesteach objectsize about strdup() and strndup()
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-20 Nuno Lopesbaby steps toward fixing some problems with inbound...
2012-07-20 Benjamin KramerRemove unused private member variables uncovered by...
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-07-13 Andrew TrickLSR Fix: check SCEV expression safety before expansion.
2012-07-13 Andrew TrickIVUsers should only generate SCEV's for values that...
2012-07-13 Andrew TrickFactor SCEV traversal code so I can use it elsewhere...
2012-07-09 Dan GohmanDelete code for folding undefs in ScalarEvolution....
2012-07-03 Nuno LopesPHINode::hasConstantValue(): return undef if the PHI...
2012-07-03 Nuno Lopesfold PHI nodes in SizeOffsetEvaluator whenever possible.
2012-06-30 Benjamin KramerReduce use list thrashing by using DenseMap's find_as...
2012-06-29 Nuno LopesRefreshCallGraph: ignore 'invoke intrinsic'. IntrinsicI...
2012-06-29 Bill WendlingUpdate the CMake files.
2012-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-28 Nick LewyckyIf the step value is a constant zero, the loop isn...
2012-06-28 Nuno LopesMemoryBuiltins:
2012-06-28 Nuno Lopesmake LazyValueInfo analyze the default case of switch...
2012-06-28 Nuno Lopesmake LVI::getEdgeValue() always intersect the constrain...
2012-06-28 Bill WendlingFix cmake failure from moving files around.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Bill WendlingReduce indentation in function. Rearrange some methods...
2012-06-26 Bill WendlingRevamp how debugging information is emitted for debug...
2012-06-26 Andrew TrickEnable the new LoopInfo algorithm by default.
2012-06-26 Andrew TrickRemove unnecessary FIXME
2012-06-25 Nuno Lopescheck for the NoAlias attribute through CallSite
2012-06-24 NAKAMURA Takumillvm/lib: [CMake] Add explicit dependency to intrinsics...
2012-06-22 Nuno Lopessimplify code from previous commits (Thanks Duncan)
2012-06-22 Nuno Lopesremove extractMallocCallFromBitCast, since it was tailo...
2012-06-21 Nuno LopesAdd support for invoke to the MemoryBuiltin analysid.
2012-06-21 Nuno Lopesfix build in C++11 mode.
2012-06-21 Nuno Lopeshopefully fix the buildbots: some tests have wrong...
2012-06-21 Nuno Lopesrefactor the MemoryBuiltin analysis:
2012-06-20 Andrew TrickA new algorithm for computing LoopInfo. Temporarily...
2012-06-20 Andrew TrickMove the implementation of LoopInfo into LoopInfoImpl.h.
2012-06-06 Benjamin KramerRound 2 of dead private variable removal.
2012-06-02 Benjamin KramerFix typos found by github.com/lyda/misspell-check
2012-06-01 Eric ChristopherAdd support for enum forward declarations.
2012-05-30 Benjamin KramerMake sure that we're dealing with a binary SCEVExpr...
2012-05-30 Benjamin KramerTeach SCEV's icmp simplification logic that a-b ==...
2012-05-30 Andrew TrickSCEV: Handle a corner case reducing AddRecExpr * AddRecExpr
2012-05-30 Andrew TrickReformat the loop that does AddRecExpr * AddRecExpr...
2012-05-24 Craig TopperMark some static arrays as const.
2012-05-23 Eric ChristopherAdd support for C++11 enum classes in llvm.
2012-05-22 Andrew TrickLSR fix: add a missing phi check during IV hoisting.
2012-05-19 Eric ChristopherActually support DW_TAG_rvalue_reference_type that...
2012-05-19 Andrew TrickSCEV: Add MarkPendingLoopPredicates to avoid recursive...
2012-05-18 Nuno Lopesallow LazyValueInfo::getEdgeValue() to reason about...
2012-05-18 Eric ChristopherClarify comment.
2012-05-17 Nuno Lopesminor simplification in the call to ConstantRange const...
2012-05-17 Bill WendlingRemove extraneous ';'.
2012-05-15 Nuno Lopesreuse the result of some expensive computations in...
2012-05-15 Nuno Lopesminor simplification to code: Ty is already a SCEV...
2012-05-14 Chad RosierMove the capture analysis from MemoryDependencyAnalysis...
2012-05-12 Chad RosierHoist simpler checks above llvm::PointerMayBeCaptured...
2012-05-10 Chad RosierFix intendation.
2012-05-10 Dan GohmanTeach DeadStoreElimination to eliminate exit-block...
2012-05-10 Dan GohmanRewrite ScalarEvolution::hasOperand to use an explicit...
2012-05-04 Chandler CarruthRename the Region::block_iterator to Region::block_node...
2012-05-04 Chandler CarruthA pile of long over-due refactorings here. There are...
next