summaryrefslogtreecommitdiff
path: root/Tests/Assembler
Commit message (Expand)AuthorAgeFilesLines
* Tests: Pass -fno-lto to the Assembler test when using clangTom Stellard2022-06-301-0/+6
* LCC: Add policy CMP0129 regarding interpreting LCC as GNUmakise-homura2021-10-211-0/+3
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
* Tests: Update Assembler test for IntelLLVMBrad King2021-01-281-1/+1
* macOS: Default to arm64 architecture on Apple Silicon hostsBrad King2020-09-301-0/+2
* Tests: Enable Assembler test case when CMAKE_OSX_ARCHITECTURES has one valueBrad King2020-09-291-1/+4
* Tests: Update Assembler code generation to select MSVC runtime libraryBrad King2020-01-311-2/+6
* Tests: fix some Clang failures on WindowsZsolt Parragi2019-07-091-2/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-3/+5
* Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-1/+1
* Tests/Assembler: Drop -g when generating sample assembly sourceBrad King2013-11-011-0/+3
* Clang: Add separate "AppleClang" compiler idBrad King2013-10-071-1/+1
* Tests/Assembler: Use CMAKE_OSX_SYSROOT to generate .s fileBrad King2012-09-211-0/+3
* Tests/Assembler: Do not use assembler in universal binariesBrad King2012-08-151-1/+2
* Xcode: Set ASM source language in project file (#13472)Brad King2012-08-151-1/+1
* Recognize Clang ASM support (#13473)Brad King2012-08-151-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-4/+4
* Tests/Assembler: Assemble and link with same flags (#13314)Daniel R. Gomez2012-06-181-0/+1
* Do not bother enabling C++ in Assembler testBrad King2011-03-041-1/+1
* Teach Assembler test to generate main.s at build timeBrad King2011-03-041-2/+9
* Fix Assembler test to parse C flags string before usingBrad King2011-03-041-1/+3
* -only enable the asm test for the Intel compiler if we are under UNIXAlex Neundorf2011-03-031-2/+2
* -use CMAKE_C_FLAGS when generating the assembler fileAlex Neundorf2011-03-031-1/+1
* Only try assembler support for Makefile-based generatorsAlex Neundorf2011-03-011-4/+6
* Use a regexp instead a lot of ORs for checking the compiler IDAlex Neundorf2011-02-241-11/+3
* The Assembler test now tests ASM for GNU, Intel, HP, XL and SunProAlex Neundorf2011-02-231-16/+19
* ENH: preclean some warningsKen Martin2008-03-251-0/+1
* COMP: hopefully fix test, finallyAlexander Neundorf2007-07-091-1/+0
* COMP: fix testAlexander Neundorf2007-07-081-3/+3
* BUG: fix testAlexander Neundorf2007-07-061-2/+2
* COMP: OPTIONAL was missing in ENABLE_LANGUAGE()Alexander Neundorf2007-07-062-14/+19
* STYLE: some more outputAlexander Neundorf2007-07-051-0/+2
* COMP: skip APPLE, since there with universal binaries the assembler file woul...Alexander Neundorf2007-07-052-3/+2
* COMP: let's see if this assembler file works also on other platforms than lin...Alexander Neundorf2007-07-051-2/+4
* ENH: add a simple assembler testAlexander Neundorf2007-07-053-0/+58