f3ef5332fa3f4d5ec72c178a2b19dac363a19383 |
|
04-Mar-2016 |
Pirama Arumuga Nainar <pirama@google.com> |
Update aosp/master LLVM for rebase to r256229 http://b/26987366 Change-Id: I1f29c4676a8abe633ab5707dded58d846c973d50
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|
d7170ea5a8faf37b94884c067dfbceea01762498 |
|
09-Apr-2013 |
Eli Bendersky <eliben@google.com> |
Rewrite test/Linker tests to use FileCheck instead of grep. Some translations here are not 1x1 because there are grep|grep chains that are non-trivial to implement in terms of FileCheck features. I made an effort for the tests to remain as similar as possible; do let me know if you notice anything fishy. The good news are that some buggy tests were fixed (grep | not grep - a bug waiting to happen). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179102 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|
4177e6fff50552908bab510f1e896fa974a6f155 |
|
02-Jul-2012 |
Chandler Carruth <chandlerc@gmail.com> |
Convert all tests using TCL-style quoting to use shell-style quoting. This was done through the aid of a terrible Perl creation. I will not paste any of the horrors here. Suffice to say, it require multiple staged rounds of replacements, state carried between, and a few nested-construct-parsing hacks that I'm not proud of. It happens, by luck, to be able to deal with all the TCL-quoting patterns in evidence in the LLVM test suite. If anyone is maintaining large out-of-tree test trees, feel free to poke me and I'll send you the steps I used to convert things, as well as answer any painful questions etc. IRC works best for this type of thing I find. Once converted, switch the LLVM lit config to use ShTests the same as Clang. In addition to being able to delete large amounts of Python code from 'lit', this will also simplify the entire test suite and some of lit's architecture. Finally, the test suite runs 33% faster on Linux now. ;] For my 16-hardware-thread (2x 4-core xeon e5520): 36s -> 24s git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@159525 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|
5efe566d9e3dce1e2ca5767922849ecb6842cb2a |
|
15-Sep-2009 |
Dan Gohman <gohman@apple.com> |
Use llvm-link -S instead of using llvm-dis. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81860 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|
fea1dd08044c85fb2f74b409704bb742dc817846 |
|
25-Aug-2009 |
Dan Gohman <gohman@apple.com> |
Remove obsolete -f flags. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79992 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|
5edf210bdf0964193f059cc48464f3ea5c9e9e09 |
|
21-May-2008 |
Gabor Greif <ggreif@gmail.com> |
Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51357 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|
edca80b5e86363c6e4d5cfeedd6940d991355333 |
|
15-Apr-2007 |
Reid Spencer <rspencer@reidspencer.com> |
For PR1319: Upgrade to new test harness git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36073 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|
73e70822ae9dd03f092b1ae56c5fed6d39b7af3c |
|
29-Dec-2006 |
Reid Spencer <rspencer@reidspencer.com> |
Update tests that need to be run through llvm-upgrade. This is necessary for upcoming changes to the llvm assembly grammar. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32768 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|
b6cb66f1c3d0fa98132ef85b4c93a700439572db |
|
15-Sep-2003 |
Misha Brukman <brukman+llvm@gmail.com> |
Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8545 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|
e3e7c474f2d8b32fed4035d1b8e643a2b0ddc0aa |
|
06-Sep-2003 |
John Criswell <criswell@uiuc.edu> |
Checkin of autoconf-style object root. Updated TestRunner tests so that they work correctly in a separate object root directory. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8383 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|
961b05852e3394e055d0ce181315fcb740674bd8 |
|
23-Apr-2003 |
Chris Lattner <sabre@nondot.org> |
New testcase git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5878 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/test/Linker/2003-04-23-LinkOnceLost.ll
|