aboutsummaryrefslogtreecommitdiffstats
path: root/test/lit.cfg
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-4/+27
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+15
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-40/+86
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-1/+8
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-34/+36
* lit: add missing substitutions for recently added toolsAlp Toker2013-10-281-0/+3
* llvm/test/lit.cfg: Tighten conditions to enable 'native'.NAKAMURA Takumi2013-10-261-1/+3
* Add llvm-c-test tool for testing llvm-cAnders Waldenborg2013-10-231-0/+1
* Remove the very substantial, largely unmaintained legacy PGOChandler Carruth2013-10-021-1/+0
* Don't layout items in a list in columns. That requires changing everyChandler Carruth2013-10-021-19/+34
* Add llvm-readobj to the list of programs to find in the freshly builtEric Christopher2013-09-301-1/+1
* Fix some more MCJIT PIC test XFAILs (for i386)Andrew Kaylor2013-09-201-1/+1
* Fix LTO handling of module-level assembly (PR14152).Peter Collingbourne2013-09-191-1/+3
* Add "native" to config.available_features, to make it easier to disable non-x...Amaury de la Vieuville2013-09-131-0/+4
* Restore llvm-ranlib expansion in RUN-lines removed in r184019Alexey Samsonov2013-08-301-1/+2
* [tests] Update fma3 check to work with Py3.Daniel Dunbar2013-08-211-1/+2
* Add the FMA3 feature in order to test FMA encoding using the old jit.Nadav Rotem2013-08-211-0/+10
* [tests] Cleanup initialization of test suffixes.Daniel Dunbar2013-08-161-2/+2
* [tests] Update to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-091-18/+19
* [lit] Remove on_clone member, which is no longer used.Daniel Dunbar2013-08-081-2/+2
* [tests] Make string encoding issues explicit.Daniel Dunbar2013-08-071-3/+3
* Remove "lto_on_osx" xfails, now that -rdynamic works on Darwin.Bob Wilson2013-08-041-4/+0
* Add the ability to use guarded malloc when running llvm lit tests.David Dean2013-07-111-0/+20
* Suppress llvm/test/Other/can-execute.txt on msys bash.NAKAMURA Takumi2013-06-261-0/+4
* Remove the LLVM specific archive index.Rafael Espindola2013-06-141-2/+1
* Do not to perform RUN line substitution of llc if that's prefixed by a hypnenEli Bendersky2013-06-141-3/+9
* AArch64: use MCJIT by default and enable related tests.Tim Northover2013-05-061-0/+1
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-061-1/+2
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-231-0/+3
* Remove obsolete object file dumpersNico Rieck2013-04-121-10/+1
* Add object-emission flag for lit tests. This flag is usedJyotsna Verma2013-04-101-0/+4
* [test] Use lit's shell test runner on WindowsReid Kleckner2013-04-101-3/+12
* Propagate path to ASan/MSan symbolizer into test environment to produce usefu...Alexey Samsonov2013-04-041-0/+5
* Disable ASan/MSan symbolization of reports in tests.Evgeniy Stepanov2013-03-271-4/+0
* Add asan/msan to the list of available features in LIT test runnerAlexey Samsonov2013-03-261-0/+7
* Fixup for r176933: more careful setup of path to llvm-symbolizerAlexey Samsonov2013-03-151-5/+4
* Set symbolizer path in the test environment.Evgeniy Stepanov2013-03-131-0/+5
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-161-6/+10
* Adding tests for the Intel JIT event listener's MCJIT support.Andrew Kaylor2012-11-211-1/+1
* llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.NAKAMURA Takumi2012-11-011-1/+2
* Set %defaultjit to use MCJIT for PowerPC targets.Ulrich Weigand2012-10-301-1/+2
* Fix unexpected passes. These test do work with LTO on linux. I tested bothRafael Espindola2012-10-261-3/+4
* tests: Stop mangling '-vg' into the triple, we don't use this currently.Daniel Dunbar2012-10-191-4/+0
* test: Add a lit config variable to check if LTO is enabled.Daniel Dunbar2012-10-181-0/+4
* Use pre-python 2.5 syntax in lit.cfg.Sebastian Pop2012-10-181-1/+4
* Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi2012-10-051-1/+1
* test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.NAKAMURA Takumi2012-10-031-1/+1
* Support for generating ELF objects on Windows.Andrew Kaylor2012-10-021-0/+7
* Add default JIT LIT variable.James Molloy2012-10-021-0/+5