History log of /external/llvm/unittests/Transforms/Utils/IntegerDivision.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
/external/llvm/unittests/Transforms/Utils/IntegerDivision.cpp
0b8c9a80f20772c3793201ab5b251d3520b9cea3 02-Jan-2013 Chandler Carruth <chandlerc@gmail.com> Move all of the header files which are involved in modelling the LLVM IR
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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171366 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Transforms/Utils/IntegerDivision.cpp
5a88dda4be791426ab4d20a6a6c9c65d66614a27 04-Dec-2012 Chandler Carruth <chandlerc@gmail.com> Sort the #include lines for unittest/...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169250 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Transforms/Utils/IntegerDivision.cpp
be3338a5de14595e51028bccfd10d696daf87021 26-Sep-2012 Benjamin Kramer <benny.kra@googlemail.com> Remove unneeded and invalid SetInsertPoint calls from unittest.

BB->end() returns a sentinel value that is not a legal insert point.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164699 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Transforms/Utils/IntegerDivision.cpp
b55462bcfb9acbf8654dff83159daf695dfc3ec4 26-Sep-2012 Michael Ilseman <milseman@apple.com> Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem.

Fixed issue with Release build.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164654 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Transforms/Utils/IntegerDivision.cpp
442ffc346f942329bebdccdf54741713646e20ef 25-Sep-2012 Chad Rosier <mcrosier@apple.com> Revert r164614 to appease the buildbots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164627 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Transforms/Utils/IntegerDivision.cpp
13098443994339249fb3f085bbc4fbcdf9f033db 25-Sep-2012 Michael Ilseman <milseman@apple.com> Expansions for u/srem, using the udiv expansion. More unit tests for udiv and u/srem.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164614 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Transforms/Utils/IntegerDivision.cpp
e5510db57c86a618cbf9c7513e03f34e7e40a1fd 25-Sep-2012 Michael Ilseman <milseman@apple.com> Unit tests for IntegerDivision. Currently, just a basic sanity check to ensure that the code was generated properly. Future work would be finding some way to test the actual result that would be computed.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164582 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/Transforms/Utils/IntegerDivision.cpp