Age | Commit message (Expand) | Author | Files | Lines |
2015-12-21 | check-llvm: Tweak the feature "timestamps" for autoconf. | NAKAMURA Takumi | 1 | -1/+1 |
2015-12-21 | [MC, COFF] Unbreak support for COFF timestamps | David Majnemer | 1 | -0/+4 |
2015-12-20 | Revert r219171, "llvm/test/lit.cfg: Suppress dwarf stuff for targeting x86_64... | NAKAMURA Takumi | 1 | -2/+1 |
2015-12-01 | check-llvm: Introduce the new feature "tls". | NAKAMURA Takumi | 1 | -0/+4 |
2015-11-27 | test: bail early if tool_path is None | Andrew Wilkins | 1 | -1/+3 |
2015-11-27 | test: check if go_executable is set | Andrew Wilkins | 1 | -1/+1 |
2015-11-27 | Use $GO_EXECUTABLE in Go-based lit tests | Andrew Wilkins | 1 | -0/+2 |
2015-11-19 | Disable Go bindings test with MSan, it has tons of linker errors | Reid Kleckner | 1 | -0/+2 |
2015-11-17 | enabling sancov tests on linux x86_64 only | Mike Aizatsky | 1 | -0/+3 |
2015-10-10 | Suppress LLVM::tools/llvm-symbolizer/coff-dwarf.test for mingw, for now. | NAKAMURA Takumi | 1 | -1/+1 |
2015-10-09 | Re-enable the coff-dwarf test on Windows | Reid Kleckner | 1 | -0/+4 |
2015-09-22 | Remove macho-dump. Its functionality is now covered by llvm-readobj. | Davide Italiano | 1 | -1/+0 |
2015-09-16 | Make the default triple optional by allowing an empty string | Mehdi Amini | 1 | -3/+7 |
2015-09-02 | test: Only warn about missing substitutions for required tools | Justin Bogner | 1 | -25/+40 |
2015-08-31 | Force the locale when executing ld gold | Sylvestre Ledru | 1 | -2/+2 |
2015-08-28 | Revert r246350, "The host and default target triples do not need to match for... | NAKAMURA Takumi | 1 | -2/+5 |
2015-08-28 | The host and default target triples do not need to match for "native" | Paul Robinson | 1 | -5/+2 |
2015-08-27 | Recommit r246175 - Add Kaleidoscope regression tests, with a fix to make sure | Lang Hames | 1 | -0/+6 |
2015-08-27 | Revert r246175 to get builder green again. | Lang Hames | 1 | -6/+0 |
2015-08-27 | Add Kaleidoscope regression tests. | Lang Hames | 1 | -0/+6 |
2015-08-21 | TransformUtils: Introduce module splitter. | Peter Collingbourne | 1 | -0/+1 |
2015-08-04 | Improve lit "native" feature to check if the native backend is builtin | Mehdi Amini | 1 | -2/+3 |
2015-06-09 | LibDriver, llvm-lib: introduce. | Peter Collingbourne | 1 | -0/+1 |
2015-05-07 | Add yaml-bench to the list of tools make check needs to run | Pete Cooper | 1 | -0/+1 |
2015-05-04 | Lit: Allow overriding llvm tool paths+arguments, make -D an alias for --param | Matthias Braun | 1 | -2/+6 |
2015-03-20 | Tell lit.cfg about more Windows triples. | Yunzhong Gao | 1 | -1/+1 |
2015-03-19 | test: Make a start on a test suite for libLTO. | Peter Collingbourne | 1 | -0/+17 |
2015-03-19 | gold: Make powerpc support optional for the tests. | Peter Collingbourne | 1 | -1/+3 |
2015-03-15 | llvm-cxxdump: Rename llvm-vtabledump to llvm-cxxdump | David Majnemer | 1 | -2/+2 |
2015-03-02 | Change SystemZ large tests to use the existing long_tests property | David Blaikie | 1 | -0/+4 |
2015-02-14 | [gold] Consolidate the gold plugin options and actually search for | Chandler Carruth | 1 | -2/+3 |
2015-02-14 | [lit] Make the gold plugin support testing work with a python3 | Chandler Carruth | 1 | -1/+1 |
2015-02-04 | Remove a gross usage of environment variables in MachineVerifier, replacing i... | Owen Anderson | 1 | -0/+4 |
2015-01-05 | llvm/test/lit.cfg: have_ld_plugin_support(): Use decode() for stdout. | NAKAMURA Takumi | 1 | -1/+1 |
2014-12-17 | Teach lit.cfg to recognize -windows-gnu in addition to -mingw32. | Yaron Keren | 1 | -3/+3 |
2014-12-12 | Initial dsymutil tool commit. | Frederic Riss | 1 | -0/+1 |
2014-12-01 | [OCaml] [cmake] Add CMake buildsystem for OCaml. | Peter Zotov | 1 | -1/+2 |
2014-11-11 | Only run the gold plugin tests if gold supports the targets we test with. | Rafael Espindola | 1 | -2/+16 |
2014-11-04 | test: Restore llvm-lit (at least for my machine) | David Majnemer | 1 | -16/+19 |
2014-11-03 | Handle ASAN_OPTIONS and UBSAN_OPTIONS in TestingConfig.py | Rafael Espindola | 1 | -5/+0 |
2014-11-03 | Unbreak build. | Peter Zotov | 1 | -1/+1 |
2014-11-03 | [OCaml] Avoid embedding absolute paths into executables. | Peter Zotov | 1 | -1/+2 |
2014-11-03 | [OCaml] Run tests twice, with ocamlc and ocamlopt (if available) | Peter Zotov | 1 | -11/+21 |
2014-10-30 | lit: PR21417: don't try to update OCAMLPATH if LibDir is empty. | Peter Zotov | 1 | -6/+8 |
2014-10-30 | [OCaml] Enable backtraces in tests. | Peter Zotov | 1 | -0/+3 |
2014-10-30 | [OCaml] [autoconf] Migrate to ocamlfind. | Peter Zotov | 1 | -5/+11 |
2014-10-28 | [OCaml] PR9719, PR14727: Make tests run without ocamlopt. | Peter Zotov | 1 | -1/+11 |
2014-10-23 | Add llvm-go tool. | Peter Collingbourne | 1 | -0/+1 |
2014-10-16 | Initial version of Go bindings. | Peter Collingbourne | 1 | -0/+1 |
2014-10-06 | llvm/test/lit.cfg: Suppress dwarf stuff for targeting x86_64-mingw32 while in... | NAKAMURA Takumi | 1 | -1/+2 |