Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cleanup] Re-sort all the #include lines in LLVM using | Chandler Carruth | 2015-01-14 | 1 | -1/+0 |
| | | | | | | | | | | | utils/sort_includes.py. I clearly haven't done this in a while, so more changed than usual. This even uncovered a missing include from the InstrProf library that I've added. No functionality changed here, just mechanical cleanup of the include order. llvm-svn: 225974 | ||||
* | Remove unused typedef. GCC warns about this. | Benjamin Kramer | 2014-07-01 | 1 | -3/+0 |
| | | | | llvm-svn: 212105 | ||||
* | Support: Return ScaledNumbers::MaxScale from getQuotient() | Duncan P. N. Exon Smith | 2014-06-24 | 1 | -4/+4 |
| | | | | | | Return MaxScale now that it's available. llvm-svn: 211559 | ||||
* | Support: Extract ScaledNumbers::getSum() and getDifference() | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -0/+150 |
| | | | | llvm-svn: 211553 | ||||
* | Support: Return scale from ScaledNumbers::matchScales() | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -1/+1 |
| | | | | | | This will be convenient when extracting `ScaledNumbers::getSum()`. llvm-svn: 211552 | ||||
* | Support: Extract ScaledNumbers::matchScale() | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -0/+64 |
| | | | | llvm-svn: 211531 | ||||
* | Cleanup r211507 | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -1/+1 |
| | | | | llvm-svn: 211521 | ||||
* | Support: Extract ScaledNumbers::compare() | Duncan P. N. Exon Smith | 2014-06-23 | 1 | -0/+37 |
| | | | | llvm-svn: 211507 | ||||
* | Support: ScaledNumber: Fix inconsistent test names | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -6/+6 |
| | | | | llvm-svn: 211414 | ||||
* | Support: Write ScaledNumbers::getLg{,Floor,Ceiling}() | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -0/+94 |
| | | | | llvm-svn: 211413 | ||||
* | Support: Write ScaledNumber::getQuotient() and getProduct() | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -0/+112 |
| | | | | llvm-svn: 211409 | ||||
* | Support: Mark end of namespaces | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -1/+2 |
| | | | | | | This convinces clang-format to leave a newline. llvm-svn: 211406 | ||||
* | Support: Clean up getRounded() tests | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -14/+12 |
| | | | | llvm-svn: 211337 | ||||
* | Support: Write ScaledNumbers::getAdjusted() | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -0/+23 |
| | | | | llvm-svn: 211336 | ||||
* | Support: Write ScaledNumbers::getRounded() | Duncan P. N. Exon Smith | 2014-06-20 | 1 | -0/+60 |
Start extracting helper functions out of -block-freq's `UnsignedFloat` into `Support/ScaledNumber.h` with the eventual goal of moving and renaming the class to `ScaledNumber`. The bike shed about names is still being painted, but I'm going with this for now. llvm-svn: 211333 |