projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ADT: Add "end namespace" comment
2014-07-15
Duncan P. N. Exon...
ADT: Add "end namespace" comment
commit
|
commitdiff
|
tree
2014-07-12
Duncan P. N. Exon...
BFI: Add constructor for Weight
commit
|
commitdiff
|
tree
2014-07-12
Duncan P. N. Exon...
BFI: Clean up BlockMass
commit
|
commitdiff
|
tree
2014-07-11
Duncan P. N. Exon...
BFI: Mark the end of namespaces
commit
|
commitdiff
|
tree
2014-07-10
Duncan P. N. Exon...
InstCombine: Fix a crash in Descale for multiply-by...
commit
|
commitdiff
|
tree
2014-07-02
Duncan P. N. Exon...
AArch64: Re-enable AArch64AddressTypePromotion
commit
|
commitdiff
|
tree
2014-07-02
Duncan P. N. Exon...
AArch64: Remove unnecessary parens
commit
|
commitdiff
|
tree
2014-07-02
Duncan P. N. Exon...
AArch64: Merge isa with dyn_cast
commit
|
commitdiff
|
tree
2014-07-02
Duncan P. N. Exon...
XFAIL the test to go with r202189
commit
|
commitdiff
|
tree
2014-07-02
Duncan P. N. Exon...
AArch64: Temporarily disable AArch64AddressTypePromotion
commit
|
commitdiff
|
tree
2014-07-01
Duncan P. N. Exon...
AArch64: Follow-up to r212073
commit
|
commitdiff
|
tree
2014-06-30
Duncan P. N. Exon...
AArch64: Actually do address type promotion
commit
|
commitdiff
|
tree
2014-06-24
Duncan P. N. Exon...
Support: Move class ScaledNumber
commit
|
commitdiff
|
tree
2014-06-24
Duncan P. N. Exon...
BFI: Un-floatify more language
commit
|
commitdiff
|
tree
2014-06-24
Duncan P. N. Exon...
BFI: Remove more float-like language from ScaledNumber
commit
|
commitdiff
|
tree
2014-06-24
Duncan P. N. Exon...
Support: Return ScaledNumbers::MaxScale from getQuotient()
commit
|
commitdiff
|
tree
2014-06-24
Duncan P. N. Exon...
Support: Extract ScaledNumbers::MinScale and MaxScale
commit
|
commitdiff
|
tree
2014-06-23
Duncan P. N. Exon...
BFI: Change language from "exponent" to "scale"
commit
|
commitdiff
|
tree
2014-06-23
Duncan P. N. Exon...
BFI: Update ScaledNumber header docs
commit
|
commitdiff
|
tree
2014-06-23
Duncan P. N. Exon...
BFI: Rename UnsignedFloat => ScaledNumber
commit
|
commitdiff
|
tree
2014-06-23
Duncan P. N. Exon...
Fix comments from r211553
commit
|
commitdiff
|
tree
2014-06-23
Duncan P. N. Exon...
Support: Extract ScaledNumbers::getSum() and getDifference()
commit
|
commitdiff
|
tree
2014-06-23
Duncan P. N. Exon...
Support: Return scale from ScaledNumbers::matchScales()
commit
|
commitdiff
|
tree
2014-06-23
Duncan P. N. Exon...
Support: Extract ScaledNumbers::matchScale()
commit
|
commitdiff
|
tree
2014-06-23
Duncan P. N. Exon...
Cleanup r211507
commit
|
commitdiff
|
tree
2014-06-23
Duncan P. N. Exon...
Support: Extract ScaledNumbers::compare()
commit
|
commitdiff
|
tree
2014-06-20
Duncan P. N. Exon...
Support: ScaledNumber: Fix inconsistent test names
commit
|
commitdiff
|
tree
2014-06-20
Duncan P. N. Exon...
Support: Write ScaledNumbers::getLg{,Floor,Ceiling}()
commit
|
commitdiff
|
tree
2014-06-20
Duncan P. N. Exon...
Support: Write ScaledNumber::getQuotient() and getProduct()
commit
|
commitdiff
|
tree
2014-06-20
Duncan P. N. Exon...
Support: Cleanup ScaledNumber::getAdjusted() doc
commit
|
commitdiff
|
tree
2014-06-20
Duncan P. N. Exon...
Support: Mark end of namespaces
commit
|
commitdiff
|
tree
2014-06-20
Duncan P. N. Exon...
Support: Clean up getRounded() tests
commit
|
commitdiff
|
tree
2014-06-20
Duncan P. N. Exon...
Support: Write ScaledNumbers::getAdjusted()
commit
|
commitdiff
|
tree
2014-06-20
Duncan P. N. Exon...
Support: Write ScaledNumbers::getRounded()
commit
|
commitdiff
|
tree
2014-06-17
Duncan P. N. Exon...
SROA: Only split loads on byte boundaries
commit
|
commitdiff
|
tree
2014-06-12
Duncan P. N. Exon...
GVN: Enable value forwarding for calloc
commit
|
commitdiff
|
tree
2014-05-20
Duncan P. N. Exon...
GlobalValue: Automatically reset visibility when setting...
commit
|
commitdiff
|
tree
2014-05-07
Duncan P. N. Exon...
GlobalValue: Assert symbols with local linkage have...
commit
|
commitdiff
|
tree
2014-05-07
Duncan P. N. Exon...
IR: Don't allow non-default visibility on local linkage
commit
|
commitdiff
|
tree
2014-05-07
Duncan P. N. Exon...
LTO: Assert visibility of local linkage when merging...
commit
|
commitdiff
|
tree
2014-05-07
Duncan P. N. Exon...
LTO: Check local linkage first
commit
|
commitdiff
|
tree
2014-05-06
Duncan P. N. Exon...
blockfreq: Move include to .cpp
commit
|
commitdiff
|
tree
2014-05-05
Duncan P. N. Exon...
LTO: -internalize sets visibility to default
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
SupportTest: Fix test names harder
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
BranchProb: Simplify printing code
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
Support: Remove out-of-date comments
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
Support: More BlockFrequencyTest => BranchProbabilityTest
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
Support: Fix test name
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
Support: BlockFrequencyTest => BranchProbabilityTest
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
blockfreq: Defer to BranchProbability::scale() (again)
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
blockfreq: Defer to BranchProbability::scale()
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
blockfreq: Remove BlockMass*BlockMass
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
Support: remove unnecessary namespace
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
Support: Add BranchProbability::scale() and ::scaleByInverse()
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
Support: Simplify BranchProbability operators
commit
|
commitdiff
|
tree
2014-04-29
Duncan P. N. Exon...
Support: Add unit tests for BranchProbability
commit
|
commitdiff
|
tree
2014-04-28
Duncan P. N. Exon...
blockfreq: Remove more extra typenames from r207438
commit
|
commitdiff
|
tree
2014-04-28
Duncan P. N. Exon...
blockfreq: Remove extra typename from r207438
commit
|
commitdiff
|
tree
2014-04-28
Duncan P. N. Exon...
Reapply "blockfreq: Approximate irreducible control...
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
Revert "blockfreq: Approximate irreducible control...
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Approximate irreducible control flow
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
SCC: Use the reference typedef
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Further shift logic to LoopData
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
SCC: Provide operator->() through iterator_facade_base
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
SCC: Remove non-const operator*()
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
SCC: Change clients to use const, NFC
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
SCC: Doxygen-ize comments, NFC
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
SCC: Un-inline long functions
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
SCC: Remove redundant inline keywords, NFC
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Only one mass distribution per node
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Document assertion
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Use better branch weights in multiexit test
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Clean up irreducible testcases
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Document high-level functions
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Remove dead code
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Scale LoopData::Scale on the way down
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: unwrapLoopPackage() => unwrapLoop()
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Pass the Loop directly into unwrapLoopPackage()
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Unwrap from Loops
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Separate unwrapLoops() from finalizeMetrics()
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: LoopData::MemberList => NodeList
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Expose getPackagedNode()
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Store the header with the members
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Encapsulate LoopData::Header
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Embed Loop hierarchy in LoopData
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Use LoopData directly
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Stop using range-based for to traverse Loops
commit
|
commitdiff
|
tree
2014-04-25
Duncan P. N. Exon...
blockfreq: Use a std::list for Loops
commit
|
commitdiff
|
tree
2014-04-22
Duncan P. N. Exon...
blockfreq: Skip irreducible backedges inside functions
commit
|
commitdiff
|
tree
2014-04-22
Duncan P. N. Exon...
blockfreq: Rename PackagedLoops => Loops
commit
|
commitdiff
|
tree
2014-04-22
Duncan P. N. Exon...
blockfreq: Use a pointer for ContainingLoop too
commit
|
commitdiff
|
tree
2014-04-22
Duncan P. N. Exon...
blockfreq: Use pointers to loops instead of an index
commit
|
commitdiff
|
tree
2014-04-22
Duncan P. N. Exon...
blockfreq: Implement clear() explicitly
commit
|
commitdiff
|
tree
2014-04-22
Duncan P. N. Exon...
blockfreq: Rename PackagedLoopData => LoopData
commit
|
commitdiff
|
tree
2014-04-22
Duncan P. N. Exon...
blockfreq: Move PackagedLoopData above WorkingData
commit
|
commitdiff
|
tree
2014-04-22
Duncan P. N. Exon...
blockfreq: Remove "dead" comment
commit
|
commitdiff
|
tree
2014-04-21
Duncan P. N. Exon...
blockfreq: Some cleanup of UnsignedFloat
commit
|
commitdiff
|
tree
2014-04-21
Duncan P. N. Exon...
Reapply "blockfreq: Rewrite BlockFrequencyInfoImpl"
commit
|
commitdiff
|
tree
2014-04-21
Duncan P. N. Exon...
CalcSpillWeights: Hack to prevent x87 nonsense
commit
|
commitdiff
|
tree
2014-04-19
Duncan P. N. Exon...
Revert "blockfreq: Rewrite BlockFrequencyInfoImpl"
commit
|
commitdiff
|
tree
next