History log of /external/llvm/unittests/IR/WaymarkTest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd81d94322a39503e4a3e87b6ee03d4fcb3465fb 21-Jul-2014 Stephen Hines <srhines@google.com> Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
/external/llvm/unittests/IR/WaymarkTest.cpp
db3a9e64f856e3a233a427da1f3969fd3a65a438 09-Sep-2013 Bob Wilson <bob.wilson@apple.com> Revert patches to add case-range support for PR1255.

The work on this project was left in an unfinished and inconsistent state.
Hopefully someone will eventually get a chance to implement this feature, but
in the meantime, it is better to put things back the way the were. I have
left support in the bitcode reader to handle the case-range bitcode format,
so that we do not lose bitcode compatibility with the llvm 3.3 release.

This reverts the following commits: 155464, 156374, 156377, 156613, 156704,
156757, 156804 156808, 156985, 157046, 157112, 157183, 157315, 157384, 157575,
157576, 157586, 157612, 157810, 157814, 157815, 157880, 157881, 157882, 157884,
157887, 157901, 158979, 157987, 157989, 158986, 158997, 159076, 159101, 159100,
159200, 159201, 159207, 159527, 159532, 159540, 159583, 159618, 159658, 159659,
159660, 159661, 159703, 159704, 160076, 167356, 172025, 186736

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190328 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/IR/WaymarkTest.cpp
d422e9f114ec11073a63e0fa9ecbfe3aeedf0fbb 23-Jan-2013 NAKAMURA Takumi <geek4civic@gmail.com> IRTests/WaymarkTest.cpp: Fix in --vg-leak.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173239 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/IR/WaymarkTest.cpp
bde0f0f225c8504bec62e9e3c39f1d4573c0ee77 23-Jan-2013 NAKAMURA Takumi <geek4civic@gmail.com> Untabify.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173235 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/IR/WaymarkTest.cpp
31659fa066b00afeea38d36ba87b531a4d7313d7 14-Jan-2013 Dmitri Gribenko <gribozavr@gmail.com> Improve r172464: const_cast is not needed if the variable is not const


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172474 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/IR/WaymarkTest.cpp
c8be88ab562412da359f714502e30ff61459efa0 14-Jan-2013 David Greene <greened@obbligato.org> Fix Casts

Use const_cast<> to avoid cast-away-const errors.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172464 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/IR/WaymarkTest.cpp
c779e96158cbac4c62df8e2053ab6a933eba5868 07-Jan-2013 Chandler Carruth <chandlerc@gmail.com> Rename the VMCore unittest tree to IR. Somehow was missed when doing the
library rename.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171747 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/unittests/IR/WaymarkTest.cpp