Merging r261258:
[oota-llvm.git] / test / lit.site.cfg.in
2016-01-06 Nico WeberMake WinCOFFObjectWriter.cpp's timestamp writing not...
2015-12-21 David Majnemer[MC, COFF] Unbreak support for COFF timestamps
2015-09-10 Chandler CarruthAdd a way to skip the Go bindings tests even when Go...
2015-08-27 Lang HamesRecommit r246175 - Add Kaleidoscope regression tests...
2015-08-27 Lang HamesRevert r246175 to get builder green again.
2015-08-27 Lang HamesAdd Kaleidoscope regression tests.
2015-08-04 Mehdi AminiImprove lit "native" feature to check if the native...
2015-03-19 Peter Collingbournetest: Make a start on a test suite for libLTO.
2015-02-22 Zachary TurnerRemove log statements from config scripts.
2015-02-22 Zachary TurnerReally fix the build this time.
2015-02-22 Zachary Turner[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".
2015-02-20 Zachary TurnerRevert "[llvm-pdbdump] Add some tests for llvm-pdbdump."
2015-02-20 Zachary Turner[llvm-pdbdump] Add some tests for llvm-pdbdump.
2015-02-14 Chandler Carruth[gold] Consolidate the gold plugin options and actually...
2015-02-14 Chandler CarruthBack out two accidental changes that snuck in with...
2015-02-14 Chandler CarruthRevert r229224: Make the 'llvm-lit' utility defend...
2015-01-24 Kuba BreckaReverting r226937: lit: Make MCJIT's supported arch...
2015-01-23 Reid Klecknerlit: Make MCJIT's supported arch check case insensitive
2014-12-30 Peter Zotov[lit] Make config.llvm_lib_dir available on cmake,...
2014-10-30 Peter Zotov[OCaml] [autoconf] Migrate to ocamlfind.
2014-10-28 Peter Zotov[OCaml] PR9719, PR14727: Make tests run without ocamlopt.
2014-10-21 Chandler CarruthTeach lit to filter the host LDFLAGS down from the...
2014-10-16 Peter CollingbourneInitial version of Go bindings.
2014-08-08 Josh KlontzAdd missing Interpreter intrinsic lowering for sin...
2014-01-22 Alp TokerEliminate inappropriate use of FindProgramByName()...
2014-01-02 Jordan Rose[CMake] Add missing set_output_directory after Takumi...
2013-09-19 Peter CollingbourneFix LTO handling of module-level assembly (PR14152).
2013-08-09 Daniel Dunbar[tests] Update to use lit_config and lit package, as...
2013-08-07 Daniel Dunbar[tests] Avoid deprecated except syntax.
2013-05-04 Tim NorthoverAllow host triple to be correctly overridden in CMake...
2013-04-23 Alexey SamsonovUse zlib to uncompress debug sections in DWARF parser.
2013-03-26 Alexey SamsonovAdd asan/msan to the list of available features in...
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2012-11-21 Andrew KaylorAdding tests for the Intel JIT event listener's MCJIT...
2012-10-18 Daniel Dunbartest: Add a lit config variable to check if LTO is...
2012-06-28 Chandler CarruthRemove 'site.exp' building from both CMake and configur...
2012-05-17 Danil Malyshev- Added ExecutionEngine/MCJIT tests
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2011-10-27 Daniel Dunbartests: Rip out a bunch of now unused test code relating...
2011-06-23 Andrew Trickcmake+lit: handle ENABLE_ASSERTIONS feature properly.
2011-06-22 Andrew Tricklit support for REQUIRES: asserts.
2011-06-16 Andrew Trickcmake may require LIT_TOOLS_DIR.
2011-06-16 Andrew TrickAdd support to lit for build mode requirements. e.g.
2011-02-09 NAKAMURA TakumiCMake: Add the new option LLVM_LIT_TOOLS_DIR. It can...
2010-11-29 NAKAMURA Takumitest: Add the new feature 'loadable_module'.
2010-11-27 NAKAMURA TakumiCMake: lit(check.vcproj) can run with multiple configur...
2010-06-12 Daniel Dunbartests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE...
2009-09-22 Daniel DunbarGenerate lit.site.cfg from a .in file, as clang does.