projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[lib/Fuzzer] guess the right number of workers if -jobs=N is given but -workers=M...
[oota-llvm.git]
/
lib
/
Analysis
/
BlockFrequencyInfoImpl.cpp
2015-04-01
Diego Novillo
Remove 4,096 loop scale limitation.
blob
|
commitdiff
|
raw
2014-12-05
Duncan P. N. Exon...
BFI: Saturate when combining edges to a successor
blob
|
commitdiff
|
raw
|
diff to current
2014-10-13
Richard Smith
[modules] Stop excluding Support/Debug.h from the Suppo...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-12
Benjamin Kramer
[Modules] Add some missing includes to make files compi...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-06
Duncan P. N. Exon...
BFI: Improve assertion message, since it's actually...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Duncan P. N. Exon...
BFI: Add constructor for Weight
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Duncan P. N. Exon...
BFI: Clean up BlockMass
blob
|
commitdiff
|
raw
|
diff to current
2014-07-11
Duncan P. N. Exon...
BFI: Mark the end of namespaces
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
Duncan P. N. Exon...
Support: Move class ScaledNumber
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
Duncan P. N. Exon...
BFI: Un-floatify more language
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
Duncan P. N. Exon...
Support: Extract ScaledNumbers::MinScale and MaxScale
blob
|
commitdiff
|
raw
|
diff to current
2014-06-23
Duncan P. N. Exon...
BFI: Change language from "exponent" to "scale"
blob
|
commitdiff
|
raw
|
diff to current
2014-06-23
Duncan P. N. Exon...
BFI: Rename UnsignedFloat => ScaledNumber
blob
|
commitdiff
|
raw
|
diff to current
2014-06-20
Duncan P. N. Exon...
Support: Write ScaledNumber::getQuotient() and getProduct()
blob
|
commitdiff
|
raw
|
diff to current
2014-05-06
Duncan P. N. Exon...
blockfreq: Move include to .cpp
blob
|
commitdiff
|
raw
|
diff to current
2014-04-29
Duncan P. N. Exon...
blockfreq: Defer to BranchProbability::scale()
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
Duncan P. N. Exon...
blockfreq: Remove more extra typenames from r207438
blob
|
commitdiff
|
raw
|
diff to current
2014-04-28
Duncan P. N. Exon...
Reapply "blockfreq: Approximate irreducible control...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
Revert "blockfreq: Approximate irreducible control...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Approximate irreducible control flow
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Further shift logic to LoopData
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Only one mass distribution per node
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Document assertion
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Document high-level functions
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Scale LoopData::Scale on the way down
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: unwrapLoopPackage() => unwrapLoop()
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Pass the Loop directly into unwrapLoopPackage()
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Unwrap from Loops
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Separate unwrapLoops() from finalizeMetrics()
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Expose getPackagedNode()
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Store the header with the members
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Encapsulate LoopData::Header
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Use LoopData directly
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Duncan P. N. Exon...
blockfreq: Use a std::list for Loops
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Duncan P. N. Exon...
blockfreq: Skip irreducible backedges inside functions
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Duncan P. N. Exon...
blockfreq: Rename PackagedLoops => Loops
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Duncan P. N. Exon...
blockfreq: Use a pointer for ContainingLoop too
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Duncan P. N. Exon...
blockfreq: Use pointers to loops instead of an index
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Duncan P. N. Exon...
blockfreq: Implement clear() explicitly
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Duncan P. N. Exon...
blockfreq: Rename PackagedLoopData => LoopData
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Remove potential ODR violations by sinking...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Duncan P. N. Exon...
blockfreq: Some cleanup of UnsignedFloat
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
Duncan P. N. Exon...
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
blob
|
commitdiff
|
raw
|
diff to current
2014-04-19
Duncan P. N. Exon...
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
blob
|
commitdiff
|
raw
2014-04-19
Duncan P. N. Exon...
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
blob
|
commitdiff
|
raw
|
diff to current
2014-04-19
Duncan P. N. Exon...
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
blob
|
commitdiff
|
raw
2014-04-18
Duncan P. N. Exon...
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-18
Duncan P. N. Exon...
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"...
blob
|
commitdiff
|
raw
2014-04-18
Duncan P. N. Exon...
Fixing MSVC after r206622?
blob
|
commitdiff
|
raw
|
diff to current
2014-04-18
Duncan P. N. Exon...
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
blob
|
commitdiff
|
raw
|
diff to current
2014-04-18
Duncan P. N. Exon...
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
blob
|
commitdiff
|
raw
2014-04-18
Duncan P. N. Exon...
blockfreq: Really fix r206548 (and r206549)
blob
|
commitdiff
|
raw
|
diff to current
2014-04-18
Duncan P. N. Exon...
blockfreq: Fixing MSVC after r206548?
blob
|
commitdiff
|
raw
|
diff to current
2014-04-18
Duncan P. N. Exon...
blockfreq: Rewrite BlockFrequencyInfoImpl
blob
|
commitdiff
|
raw
|
diff to current