aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-13compilers: Add basic ICL abstractionsDylan Baker5-2/+128
2019-05-13modules/windows: ICL uses rc, not windresDylan Baker1-1/+1
2019-05-13backends/ninja: Ifort is msvc-like but doesn't have showincludesDylan Baker1-0/+4
2019-05-13build: Treat ICL like MSVC in regards to standard lib linkingDylan Baker1-1/+1
2019-05-13compilers: ICL is not GCC likeDylan Baker1-2/+2
2019-05-13compilers: rename IntelCompiler to IntelGnuLikeCompilerDylan Baker6-14/+14
2019-05-13compilers: Split msvc version code into helperDylan Baker1-10/+13
2019-05-13linkers: Add linker class for intel's xilibDylan Baker2-2/+12
2019-05-13linkers: Split Visual Studio Linker into a mixinDylan Baker1-4/+9
2019-05-13compilers/cpp: Split code out of VisualStudioLikeCPPCompiler for treating c++...Dylan Baker1-30/+60
2019-05-10compilers: make keyword args to Compiler.compile keyword onlyDylan Baker3-4/+4
2019-05-10run_unittests: assume that on windows that intel means iclDylan Baker1-0/+4
2019-05-10run_unittests: intel-cl links like msvcDylan Baker1-1/+2
2019-05-10run_unittests: Don't assume that VS like compilers have MSVC versionsDylan Baker1-1/+1
2019-05-10run_unittests: ICL also doesn't do proper resource dependency detectionDylan Baker1-1/+1
2019-05-10tests/fortran/14: Add vsdef filesDylan Baker2-1/+3
2019-05-10tests/fortran/9 cpp: It's okay to link ICL and ifortDylan Baker1-1/+1
2019-05-10tests/fortran/1: call compiler.get_id() == str instead of compiler == strDylan Baker1-1/+1
2019-05-10tests/204: Fix intel-cl expectationsDylan Baker1-2/+2
2019-05-10tests/206: Fix intel vs intel-cl expectationsDylan Baker1-8/+2
2019-05-10tests/143: Add xilib check for ICLDylan Baker1-0/+2
2019-05-10tests/132: ICL should not run this test like MSVC and clang-clDylan Baker1-1/+1
2019-05-10tests/124: ICL alos does not use ASMDylan Baker1-1/+1
2019-05-10tests/123: Add /nologo to cl and mlDylan Baker1-2/+2
2019-05-10tests/123: For MSVC like compilers to treat the .S file like a .c fileDylan Baker1-1/+2
2019-05-10tests/common/40: ICL behaves like MSVC and should be tested like itDylan Baker1-1/+1
2019-05-10test cases: Add ICL branches in addition to ICC branchesDylan Baker2-2/+8
2019-05-09add support for "target_type: 'shared_module'" in build_target()Daniel Eklöf7-1/+56
2019-05-09Better detection of tab indentation.Jussi Pakkanen2-11/+12
2019-05-05Add white border to logo used on web pages. [skip ci]Jussi Pakkanen1-0/+0
2019-05-05Merge pull request #5339 from dcbaker/clikeJussi Pakkanen12-1739/+1627
2019-05-05fix error when show default config of listClouds1-1/+1
2019-05-05add -fno-exceptions if cpp_eh=none is specified nicole mazzuca3-16/+49
2019-05-05Fix an assertion exception when misusing install_dataJon Turney4-1/+28
2019-05-04Update Users.md [skip ci] (#5358)Amit D1-0/+3
2019-05-03compilers: Split C-Like functionality into a mixin classesDylan Baker12-1698/+1620
2019-05-03Merge pull request #5185 from mensinda/cmakeLLVMDylan Baker7-26/+220
2019-05-03cmake: Fixed new thread dependencyDaniel Mensinger1-3/+1
2019-05-03cmake: LLVM better modules handlingDaniel Mensinger4-21/+49
2019-05-03cmake: revert module name mappingDaniel Mensinger2-11/+34
2019-05-03cmake: minor code fixesDaniel Mensinger2-9/+11
2019-05-03cmake: Fixed list unit testDaniel Mensinger1-11/+5
2019-05-03CMake: optional modules supportDaniel Mensinger3-10/+20
2019-05-03LLVM: Added CMake backendDaniel Mensinger5-5/+108
2019-05-03cmake: Support different CMake filesDaniel Mensinger1-2/+21
2019-05-03LLVM dependency refactoringDaniel Mensinger1-1/+18
2019-05-02Merge pull request #5254 from dcbaker/fix-sub-dependenciesDylan Baker6-7/+24
2019-05-02environment: Fix syntax errorDylan Baker1-2/+3
2019-05-02Revert "detect Intel ICL on windows"Dylan Baker4-33/+5
2019-05-02Revert "enable Windows Intel compiler"Dylan Baker1-12/+5