summaryrefslogtreecommitdiff
path: root/test/lit.cfg
AgeCommit message (Expand)AuthorFilesLines
2014-05-07[Test] Remove c-index-test from the list of substitutionsAdam Nemet1-1/+0
2014-05-05[Test] Remove substitution for clangAdam Nemet1-1/+0
2014-05-02[sanitizers] Propagate the sanitizer options through to the lit context.Chandler Carruth1-0/+5
2014-04-30Don't expect to find fpcmp and PerfectShuffle when running lit testsAlexey Samsonov1-2/+0
2014-04-27tests: Windows ARM now supports object emissionSaleem Abdulrasool1-2/+1
2014-04-03ARM: update even more testsSaleem Abdulrasool1-1/+2
2014-03-28llvm-mc: error when -compress-debug-sections is requested and zlib is not linkedDavid Blaikie1-0/+2
2014-03-21Refactor llvm/test/lit.cfg to use lit.util.which.Paul Robinson1-28/+19
2014-02-17PGO: llvm-profdata: tool for merging profilesDuncan P. N. Exon Smith1-0/+1
2014-01-30Reland r200340 - 'Add line table debug info to COFF files when using a win32 ...Timur Iskhodzhanov1-0/+6
2014-01-22Eliminate inappropriate use of FindProgramByName() from lliAlp Toker1-0/+1
2013-12-03check-llvm: Ask llvm-config about assertion mode, instead of llc.NAKAMURA Takumi1-6/+7
2013-10-28lit: add missing substitutions for recently added toolsAlp Toker1-0/+3
2013-10-26llvm/test/lit.cfg: Tighten conditions to enable 'native'.NAKAMURA Takumi1-1/+3
2013-10-23Add llvm-c-test tool for testing llvm-cAnders Waldenborg1-0/+1
2013-10-02Remove the very substantial, largely unmaintained legacy PGOChandler Carruth1-1/+0
2013-10-02Don't layout items in a list in columns. That requires changing everyChandler Carruth1-19/+34
2013-09-30Add llvm-readobj to the list of programs to find in the freshly builtEric Christopher1-1/+1
2013-09-20Fix some more MCJIT PIC test XFAILs (for i386)Andrew Kaylor1-1/+1
2013-09-19Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne1-1/+3
2013-09-13Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville1-0/+4
2013-08-30Restore llvm-ranlib expansion in RUN-lines removed in r184019Alexey Samsonov1-1/+2
2013-08-21[tests] Update fma3 check to work with Py3.Daniel Dunbar1-1/+2
2013-08-21Add the FMA3 feature in order to test FMA encoding using the old jit.Nadav Rotem1-0/+10
2013-08-16[tests] Cleanup initialization of test suffixes.Daniel Dunbar1-2/+2
2013-08-09[tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar1-18/+19
2013-08-08[lit] Remove on_clone member, which is no longer used.Daniel Dunbar1-2/+2
2013-08-07[tests] Make string encoding issues explicit.Daniel Dunbar1-3/+3
2013-08-04Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson1-4/+0
2013-07-11Add the ability to use guarded malloc when running llvm lit tests.David Dean1-0/+20
2013-06-26Suppress llvm/test/Other/can-execute.txt on msys bash.NAKAMURA Takumi1-0/+4
2013-06-14Remove the LLVM specific archive index.Rafael Espindola1-2/+1
2013-06-14Do not to perform RUN line substitution of llc if that's prefixed by a hypnenEli Bendersky1-3/+9
2013-05-06AArch64: use MCJIT by default and enable related tests.Tim Northover1-0/+1
2013-05-06[SystemZ] Set up JIT/MCJIT test casesUlrich Weigand1-1/+2
2013-04-23Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov1-0/+3
2013-04-12Remove obsolete object file dumpersNico Rieck1-10/+1
2013-04-10Add object-emission flag for lit tests. This flag is usedJyotsna Verma1-0/+4
2013-04-10[test] Use lit's shell test runner on WindowsReid Kleckner1-3/+12
2013-04-04Propagate path to ASan/MSan symbolizer into test environment to produce usefu...Alexey Samsonov1-0/+5
2013-03-27Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov1-4/+0
2013-03-26Add asan/msan to the list of available features in LIT test runnerAlexey Samsonov1-0/+7
2013-03-15Fixup for r176933: more careful setup of path to llvm-symbolizerAlexey Samsonov1-5/+4
2013-03-13Set symbolizer path in the test environment.Evgeniy Stepanov1-0/+5
2013-01-16Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne1-6/+10
2012-11-21Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor1-1/+1
2012-11-01llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.NAKAMURA Takumi1-1/+2
2012-10-30Set %defaultjit to use MCJIT for PowerPC targets.Ulrich Weigand1-1/+2
2012-10-26Fix unexpected passes. These test do work with LTO on linux. I tested bothRafael Espindola1-3/+4
2012-10-19tests: Stop mangling '-vg' into the triple, we don't use this currently.Daniel Dunbar1-4/+0