Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use the new script to sort the includes of every file under lib. | Chandler Carruth | 2012-12-03 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | Sooooo many of these had incorrect or strange main module includes. I have manually inspected all of these, and fixed the main module include to be the nearest plausible thing I could find. If you own or care about any of these source files, I encourage you to take some time and check that these edits were sensible. I can't have broken anything (I strictly added headers, and reordered them, never removed), but they may not be the headers you'd really like to identify as containing the API being implemented. Many forward declarations and missing includes were added to a header files to allow them to parse cleanly when included first. The main module rule does in fact have its merits. =] llvm-svn: 169131 | ||||
* | Expansions for u/srem, using the udiv expansion. More unit tests for udiv ↵ | Michael Ilseman | 2012-09-26 | 1 | -7/+115 |
| | | | | | | | | and u/srem. Fixed issue with Release build. llvm-svn: 164654 | ||||
* | Revert r164614 to appease the buildbots. | Chad Rosier | 2012-09-25 | 1 | -115/+7 |
| | | | | llvm-svn: 164627 | ||||
* | Expansions for u/srem, using the udiv expansion. More unit tests for udiv ↵ | Michael Ilseman | 2012-09-25 | 1 | -7/+115 |
| | | | | | | and u/srem. llvm-svn: 164614 | ||||
* | Renaming functions to match coding style guidelines | Michael Ilseman | 2012-09-19 | 1 | -4/+4 |
| | | | | llvm-svn: 164238 | ||||
* | Doxygen-ify comments | Michael Ilseman | 2012-09-19 | 1 | -8/+16 |
| | | | | llvm-svn: 164235 | ||||
* | Put the * and & next to the variable, rather than the type. | Michael Ilseman | 2012-09-19 | 1 | -73/+73 |
| | | | | llvm-svn: 164232 | ||||
* | IntegerDivision: Style cleanups, avoid warning about mixing || and && ↵ | Benjamin Kramer | 2012-09-19 | 1 | -7/+5 |
| | | | | | | without parens. llvm-svn: 164216 | ||||
* | New utility for expanding integer division for targets that don't support it. | Michael Ilseman | 2012-09-18 | 1 | -0/+306 |
Implementation derived from compiler-rt's implementation of signed and unsigned integer division. llvm-svn: 164173 |