OSDN Git Service

Update LLVM for 3.5 rebase (r209712).
[android-x86/external-llvm.git] / lib / Analysis / BranchProbabilityInfo.cpp
2014-05-29 Stephen HinesUpdate LLVM for 3.5 rebase (r209712).
2014-05-05 Stephen HinesMerge "Don't try to use Clang on Windows yet."
2014-04-25 Stephen HinesMerge "Update to LLVM 3.5a."
2014-04-24 Stephen HinesUpdate to LLVM 3.5a.
2014-02-18 Colin Crossam b7485134: am 449fc261: Merge "llvm: convert makefile...
2014-02-12 Stephen HinesMerge remote-tracking branch 'upstream/release_34'...
2013-11-01 Hal FinkelConsider (x == -1) unlikely in BranchProbabilityInfo
2013-09-24 Stephen Hinesam 8e708faf: am 5edef2e8: Merge "x86_64/x32: Avoid...
2013-08-27 Stephen Hinesam 3acb57db: (-s ours) am f31eb8ab: (-s ours) Merge...
2013-08-07 Stephen HinesMerge commit '10251753b6897adcd22cc981c0cc42f348c109de...
2013-08-03 Stephen Hinesam 5dba1170: am c7ef4e40: Fix Windows build issues...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-12 Stephen HinesMerge commit '100fbdd06be7590b23c4707a98cd605bdb519498...
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-01-21 Stephen HinesMerge remote-tracking branch 'upstream/master' into...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-14 Stephen Hinesam 78c041bd: am 1c4ad5ef: Merge branch \'upstream\...
2012-09-14 Stephen Hinesam 1c4ad5ef: Merge branch \'upstream\' into merge-2012_...
2012-09-14 Stephen Hinesam 1c4ad5ef: Merge branch \'upstream\' into merge-2012_...
2012-09-14 Stephen HinesMerge branch 'jb-mr1-dev' of https://googleplex-android...
2012-09-10 Stephen HinesMerge branch 'upstream' into merge-2012_09_10
2012-09-06 Stephen Hinesam 31675153: Merge branch \'upstream\' into merge_2
2012-08-24 Manman RenBranchProb: modify the definition of an edge in BranchP...
2012-08-24 Stephen HinesMerge branch 'upstream' into merge_2
2012-08-15 Bill WendlingSet the branch probability of branching to the 'normal...
2012-04-03 Mike LockwoodMerge remote-tracking branch 'goog/ics-aah'
2012-03-05 Stephen HinesMerge branch 'upstream' into merge-20120305
2012-02-29 Jean-Baptiste Queruresolved conflicts for merge of 8f698b54 to master
2011-12-22 Chandler CarruthMake the unreachable probability much much heavier...
2011-11-25 Logan ChienMerge with LLVM upstream r145126 (Nov 25th 2011)
2011-11-15 Benjamin KramerRemove all remaining uses of Value::getNameStr().
2011-11-14 Chandler CarruthFix the API usage in loop probability heuristics. It...
2011-11-14 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-11-14 Chandler CarruthSimplify the design of BranchProbabilityInfo by collaps...
2011-11-14 Chandler CarruthTidy up a loop to be more idiomatic for LLVM's codebase...
2011-11-14 Chandler CarruthTeach the BranchProbabilityInfo pass to print its resul...
2011-11-14 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-11-14 Benjamin KramerExtend the floating point heuristic to consider NaN...
2011-11-14 Benjamin KramerBranchProbabilityInfo: floating point equality is unlikely.
2011-10-25 Chandler CarruthFix the API usage in loop probability heuristics. It...
2011-10-24 Chandler CarruthRemove return heuristics from the static branch probabi...
2011-10-24 Chandler CarruthSimplify the design of BranchProbabilityInfo by collaps...
2011-10-23 Chandler CarruthTidy up a loop to be more idiomatic for LLVM's codebase...
2011-10-23 Chandler CarruthTeach the BranchProbabilityInfo pass to print its resul...
2011-10-23 Benjamin KramerAdd compare operators to BranchProbability and use...
2011-10-21 Benjamin KramerExtend the floating point heuristic to consider NaN...
2011-10-21 Benjamin KramerBranchProbabilityInfo: floating point equality is unlikely.
2011-10-19 Logan ChienMerge with LLVM upstream 2011/10/20 (r142530)
2011-10-19 Chandler CarruthGeneralize the reading of probability metadata to work...
2011-10-19 Chandler CarruthTeach the BranchProbabilityInfo analysis pass to read...
2011-10-16 Chandler CarruthDelete a dead member. Dunno if this was ever used,...
2011-09-04 Benjamin KramerUse canonical forms for the branch probability zero...
2011-08-01 Jakub StaszakChange SmallVector to SmallPtrSet in BranchProbabilityI...
2011-07-31 Jakub StaszakDo not handle cases with >= and <= predicates.
2011-07-31 Jakub StaszakRemove untrue comment.
2011-07-31 Jakub StaszakDo not handle case where LHS is equal to zero, because...
2011-07-31 Jakub StaszakAdd Zero Heurestics to BranchProbabilityInfo. If we...
2011-07-29 Jakub StaszakAdd more constantness in BranchProbabilityInfo.
2011-07-29 Jakub StaszakRemove incEdgeWeight and decEdgeWeight. Set edge weight...
2011-07-28 Jakub StaszakChange LBH_TAKEN_WEIGHT to 124 (from 128). Right now...
2011-07-28 Jakub StaszakHeuristics are in descending priority now. If we use...
2011-07-28 Jakub StaszakAdd InEdges (edges from header to the loop) in Loop...
2011-07-17 Nowar GuMerge upstream to r135360 at Sun. 17th July 2011.
2011-07-16 Jakub StaszakRemove "LoopInfo.h" include from BranchProbabilityInfo.h.
2011-07-16 Nowar GuMerge upstream to r135343 at Sat. 16th July 2011.
2011-07-15 Jakub StaszakFix pointer heuristic. Check whether predicator is...
2011-06-23 Jakub StaszakCalculate backedge probability correctly.
2011-06-23 Jakub StaszakIntroduce BlockFrequency analysis for BasicBlocks.
2011-06-20 Nowar GuMerge upstream to r133240 at Fri. 17th Jun 2011.
2011-06-16 Jakub StaszakIntroduce MachineBranchProbabilityInfo class, which...
2011-06-13 Benjamin KramerMove class into an anonymous namespace.
2011-06-11 Andrew TrickBranch profiling: floating-point avoidance.
2011-06-04 Nick LewyckyFold assert-only-used variable into the assert.
2011-06-04 Andrew TrickMissing include of climits in the new BranchProbability...
2011-06-04 Andrew TrickNew BranchProbabilityInfo analysis. Patch by Jakub...