Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | into their new header subdirectory: include/llvm/IR. This matches the directory structure of lib, and begins to correct a long standing point of file layout clutter in LLVM. There are still more header files to move here, but I wanted to handle them in separate commits to make tracking what files make sense at each layer easier. The only really questionable files here are the target intrinsic tablegen files. But that's a battle I'd rather not fight today. I've updated both CMake and Makefile build systems (I think, and my tests think, but I may have missed something). I've also re-sorted the includes throughout the project. I'll be committing updates to Clang, DragonEgg, and Polly momentarily. llvm-svn: 171366 | ||||
* | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
| | | | | llvm-svn: 169250 | ||||
* | Remove unneeded and invalid SetInsertPoint calls from unittest. | Benjamin Kramer | 2012-09-26 | 1 | -8/+0 |
| | | | | | | BB->end() returns a sentinel value that is not a legal insert point. llvm-svn: 164699 | ||||
* | Expansions for u/srem, using the udiv expansion. More unit tests for udiv ↵ | Michael Ilseman | 2012-09-26 | 1 | -0/+96 |
| | | | | | | | | and u/srem. Fixed issue with Release build. llvm-svn: 164654 | ||||
* | Revert r164614 to appease the buildbots. | Chad Rosier | 2012-09-25 | 1 | -97/+0 |
| | | | | llvm-svn: 164627 | ||||
* | Expansions for u/srem, using the udiv expansion. More unit tests for udiv ↵ | Michael Ilseman | 2012-09-25 | 1 | -0/+97 |
| | | | | | | and u/srem. llvm-svn: 164614 | ||||
* | Unit tests for IntegerDivision. Currently, just a basic sanity check to ↵ | Michael Ilseman | 2012-09-25 | 1 | -0/+54 |
ensure that the code was generated properly. Future work would be finding some way to test the actual result that would be computed. llvm-svn: 164582 |