aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
Commit message (Expand)AuthorAgeFilesLines
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-253-13/+13
* Shorten some expressions by using ArrayRef::slice().Frits van Bommel2011-07-251-2/+1
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-253-7/+6
* Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to useJay Foad2011-07-221-2/+1
* Allow getBlockFreq to return 0.Jakub Staszak2011-07-221-4/+4
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-213-8/+5
* There are two ways to map a variable to its lexical scope. Lexical scope info...Devang Patel2011-07-201-0/+6
* Distinguish between two copies of one inlined variable.Devang Patel2011-07-191-0/+11
* Reapply r135457. This needs llvm-gcc change, that I forgot to check-in yester...Devang Patel2011-07-192-2/+19
* Revert "Make a provision to encode inline location in a variable. This will e...Bob Wilson2011-07-192-19/+2
* Convert SimplifyGEPInst to use ArrayRef.Jay Foad2011-07-192-9/+10
* Convert TargetData::getIndexedOffset to use ArrayRef.Jay Foad2011-07-192-8/+6
* Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall.Jay Foad2011-07-193-35/+33
* Make a provision to encode inline location in a variable. This will enable dw...Devang Patel2011-07-192-2/+19
* Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ...Frits van Bommel2011-07-181-6/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-1814-185/+185
* Silence compiler warnings.Benjamin Kramer2011-07-161-5/+4
* Remove "LoopInfo.h" include from BranchProbabilityInfo.h.Jakub Staszak2011-07-161-0/+5
* Fix SCEVEXpander to handle arbitrary phi expansion. Includes twoAndrew Trick2011-07-161-7/+18
* Fix pointer heuristic. Check whether predicator is ICMP_NE instead of if it isJakub Staszak2011-07-151-2/+2
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-5/+5
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-133-38/+32
* stop using WriteTypeSymbolic.Chris Lattner2011-07-091-3/+1
* Preserve debug loc.Devang Patel2011-07-051-1/+1
* Teach IVUsers to stop at non-affine expressions unless they are bothDan Gohman2011-07-011-7/+10
* Improve constant folding of undef for cmp and select operators.Dan Gohman2011-07-011-4/+4
* Cleanup. Fix a stupid variable name.Andrew Trick2011-06-281-3/+3
* SCEVExpander: give new insts a name that identifies the reponsible pass.Andrew Trick2011-06-281-3/+4
* indvars --disable-iv-rewrite: sever ties with IVUsers.Andrew Trick2011-06-281-15/+0
* Move onlyUsedByLifetimeMarkers to ValueTracking so that it can be used by otherNick Lewycky2011-06-271-0/+16
* Fix struct member's scope. Patch by Xi Wang.Devang Patel2011-06-241-2/+2
* Calculate backedge probability correctly.Jakub Staszak2011-06-231-24/+0
* Missing files for the BlockFrequency analysis added.Jakub Staszak2011-06-231-0/+59
* Introduce BlockFrequency analysis for BasicBlocks.Jakub Staszak2011-06-233-0/+26
* Revert "revert 133714"Rafael Espindola2011-06-232-58/+1
* revert 133714Dylan Noblesmith2011-06-232-1/+58
* 133713 broke the build, revert it.Rafael Espindola2011-06-232-58/+1
* Support: make floating-exception header privateDylan Noblesmith2011-06-232-1/+58
* New binops need debug loc.Devang Patel2011-06-221-1/+3
* IVUsers no longer needs to record the phis.Andrew Trick2011-06-211-8/+7
* Revamp the "ConstantStruct::get" methods. Previously, these were scatteredChris Lattner2011-06-201-1/+1
* simplify some code.Chris Lattner2011-06-181-8/+3
* Simplify code. No functionality change.Benjamin Kramer2011-06-181-18/+18
* Introduce MachineBranchProbabilityInfo class, which has similar API toJakub Staszak2011-06-161-1/+1
* Add a limit to the number of instructions memdep will scan in a single block....Eli Friedman2011-06-151-1/+22
* Add "unknown" results for memdep, which mean "I don't know whether a dependen...Eli Friedman2011-06-152-32/+37
* Move class into an anonymous namespace.Benjamin Kramer2011-06-131-1/+2
* Branch profiling: floating-point avoidance.Andrew Trick2011-06-111-54/+63
* Initialize BasicAA's AliasCache to set it to use fewer buckets byDan Gohman2011-06-101-1/+7
* Teach the CallGraph to ignore calls to intrinsics.John McCall2011-06-092-3/+3