summaryrefslogtreecommitdiff
path: root/test/lit.cfg
Commit message (Expand)AuthorAge
* Delete utils/FileUpdate.Rafael Espindola2014-06-23
* Introduce a Lit feature "debug_frame" and apply it to llvm/test/MC/ELF/cfi-ve...NAKAMURA Takumi2014-06-22
* Reduce verbiage of lit.local.cfg filesAlp Toker2014-06-09
* [Test] Remove c-index-test from the list of substitutionsAdam Nemet2014-05-07
* [Test] Remove substitution for clangAdam Nemet2014-05-05
* [sanitizers] Propagate the sanitizer options through to the lit context.Chandler Carruth2014-05-02
* Don't expect to find fpcmp and PerfectShuffle when running lit testsAlexey Samsonov2014-04-30
* tests: Windows ARM now supports object emissionSaleem Abdulrasool2014-04-27
* ARM: update even more testsSaleem Abdulrasool2014-04-03
* llvm-mc: error when -compress-debug-sections is requested and zlib is not linkedDavid Blaikie2014-03-28
* Refactor llvm/test/lit.cfg to use lit.util.which.Paul Robinson2014-03-21
* PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith2014-02-17
* Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov2014-01-30
* Eliminate inappropriate use of FindProgramByName() from lliAlp Toker2014-01-22
* check-llvm: Ask llvm-config about assertion mode, instead of llc.NAKAMURA Takumi2013-12-03
* lit: add missing substitutions for recently added toolsAlp Toker2013-10-28
* llvm/test/lit.cfg: Tighten conditions to enable 'native'.NAKAMURA Takumi2013-10-26
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-23
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-02
* Don't layout items in a list in columns. That requires changing everyChandler Carruth2013-10-02
* Add llvm-readobj to the list of programs to find in the freshly builtEric Christopher2013-09-30
* Fix some more MCJIT PIC test XFAILs (for i386)Andrew Kaylor2013-09-20
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-19
* Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville2013-09-13
* Restore llvm-ranlib expansion in RUN-lines removed in r184019Alexey Samsonov2013-08-30
* [tests] Update fma3 check to work with Py3.Daniel Dunbar2013-08-21
* Add the FMA3 feature in order to test FMA encoding using the old jit.Nadav Rotem2013-08-21
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-16
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-09
* [lit] Remove on_clone member, which is no longer used.Daniel Dunbar2013-08-08
* [tests] Make string encoding issues explicit.Daniel Dunbar2013-08-07
* Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson2013-08-04
* Add the ability to use guarded malloc when running llvm lit tests.David Dean2013-07-11
* Suppress llvm/test/Other/can-execute.txt on msys bash.NAKAMURA Takumi2013-06-26
* Remove the LLVM specific archive index.Rafael Espindola2013-06-14
* Do not to perform RUN line substitution of llc if that's prefixed by a hypnenEli Bendersky2013-06-14
* AArch64: use MCJIT by default and enable related tests.Tim Northover2013-05-06
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-06
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-23
* Remove obsolete object file dumpersNico Rieck2013-04-12
* Add object-emission flag for lit tests. This flag is usedJyotsna Verma2013-04-10
* [test] Use lit's shell test runner on WindowsReid Kleckner2013-04-10
* Propagate path to ASan/MSan symbolizer into test environment to produce usefu...Alexey Samsonov2013-04-04
* Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov2013-03-27
* Add asan/msan to the list of available features in LIT test runnerAlexey Samsonov2013-03-26
* Fixup for r176933: more careful setup of path to llvm-symbolizerAlexey Samsonov2013-03-15
* Set symbolizer path in the test environment.Evgeniy Stepanov2013-03-13
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-21
* llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.NAKAMURA Takumi2012-11-01