OSDN Git Service

Add LLVM 7.0 config for macOS.
[android-x86/external-swiftshader.git] / CMakeLists.txt
2018-10-31 Nicolas CapensAdd LLVM 7.0 config for macOS.
2018-10-29 Nicolas CapensDefault to LLVM 7.0 in CMake build.
2018-10-22 Gordana CmiljanovicAdd support for 32b MIPS architecture
2018-10-18 Alexis HetuMove GLES unit tests
2018-10-18 Alexis HetuLinux build fix
2018-10-12 Nicolas CapensRemove libGL project.
2018-10-12 Nicolas CapensRename SWIFTSHADER_LLVM_VERSION to REACTOR_LLVM_VERSION.
2018-10-12 Nicolas CapensRename Reactor/Memory.* to Reactor/ExecutableMemory.*
2018-10-12 Nicolas CapensMake Reactor build stand-alone.
2018-10-12 Nicolas CapensAdd LLVM 7.0 as git subtree
2018-10-12 Nicolas CapensSquashed 'third_party/llvm-7.0/llvm/' content from...
2018-10-02 Nicolas CapensFix CMake Subzero build.
2018-10-01 Nicolas CapensRemove duplicates in LLVM 7.0 build.
2018-09-26 Chris ForbesInitial cmake support for vulkan target
2018-09-14 Alexis HetuBuild fix
2018-09-12 Nicolas CapensAdd Windows configs for LLVM 7.0.
2018-09-11 Logan ChienAdd LLVM 7.0 ARM/AArch64 backend to CMakeLists.txt
2018-09-11 Logan ChienPort SwiftShader to LLVM 7.0
2018-08-31 Nicolas CapensDocument build and test instructions.
2018-08-14 Nicolas CapensFix braces warning treated as error.
2018-07-04 Nicolas CapensFix protecting exported symbols from overrides.
2018-07-04 Nicolas CapensFix CMake architecture string comparison.
2018-06-22 Nicolas CapensSupport Sanitizer builds with CMake.
2018-06-20 Alexis HetuAllow Linux build without X11 dependency
2018-06-05 Nicolas CapensAdd CMake target for unittests.
2018-05-31 Nicolas CapensDefine GLAPI the same way as GL_APICALL.
2018-04-25 Nicolas CapensFix Linux build.
2018-04-10 Alexis HetuFix CMake build
2018-03-20 Nicolas CapensFix output directory creation.
2018-03-20 Nicolas CapensSplit output binaries by platform.
2018-03-16 Nicolas CapensUpload binaries to Google Cloud Storage.
2018-02-08 Nicolas CapensFix Chromium build.
2018-01-03 Nicolas CapensDon't generate (S)SSE3 instructions in static code.
2017-10-26 Nicolas CapensUse more explicit include paths.
2017-10-06 Nicolas CapensRename version scripts to linker scripts.
2017-07-26 Nicolas CapensDefault to Subzero for ARM CMake build.
2017-07-25 Nicolas CapensSuppress UBSan false positives.
2017-06-12 Nicolas CapensFix CMake build for Mac OS X.
2017-06-08 Nicolas CapensAvoid dummy key methods by using pure abstract classes.
2017-05-25 Lingfeng YangFix Linux build - remove TableGen from CMakeLists.txt
2017-05-24 Alexis HetuRemoved offending flags for Chromium
2017-05-03 Nicolas CapensRemove the Subzero submodule.
2017-05-03 Nicolas CapensBuild Subzero from the subtree directory.
2017-05-03 Nicolas CapensAdd Subzero as a Git subtree.
2017-04-27 Nicolas CapensFix CMake build.
2017-04-26 Nicolas CapensSupport ARM compilation with Subzero.
2017-04-26 Nicolas CapensAdd Subzero unit tests to CMake build.
2017-03-31 Nicolas CapensFix CMake build when Subzero submodule is missing.
2017-01-19 Nicolas CapensSupport building with Subzero on Mac OS.
2017-01-09 Nicolas CapensExplicitly use the Microsoft ABI on Win32 builds.
2017-01-09 Nicolas CapensSet the CMake default build type to Release.
2017-01-06 Nicolas CapensAdd a CMake option to build with Subzero.
2017-01-06 Nicolas CapensFix CMake sample include directory and libraries.
2016-09-28 Nicolas CapensRename Nucleus.cpp to LLVMReactor.cpp.
2016-09-28 Nicolas CapensAbstract the Routine class.
2016-09-28 Nicolas CapensDeprecate DLL precaching support.
2016-08-17 Jim StichnothSubzero: Include commit count in revision string.
2016-08-17 Jim StichnothSubzero: Fix build errors with LLVM trunk.
2016-08-11 Chinmay GardeAdd a CMake option to toggle building extra programs.
2016-05-17 Nicolas CapensFix the CMake build for Linux.
2016-05-16 Nicolas CapensMove Khronos OpenGL headers to top-level include directory.
2016-05-13 Nicolas CapensFix CMake symbolic path and lower version requirement.
2016-05-10 Jim StichnothSubzero: Add necessary PNaCl files for standalone build.
2016-05-10 Nicolas CapensRemove the watermark logo.
2016-05-10 Nicolas CapensMove LLVM to /third_party.
2016-05-10 Nicolas CapensMove PowerVR samples to /third_party/PowerVR_SDK.
2016-05-09 Jim StichnothSubzero: Update for LLVM 3.9 (trunk).
2016-05-02 Jim StichnothSubzero: Suppress a warning as a result of an updated...
2016-04-19 Sean KleinAdded definition of ALLOW_WASM to CMakeLists.
2016-03-12 Jim StichnothSubzero: Fix the Makefile for the LLVM build.
2015-12-31 Nicolas CapensEliminate AndroidCommon header and source.
2015-12-23 Nicolas CapensRename translator libraries.
2015-12-23 Nicolas CapensOptimize for size.
2015-12-23 Nicolas CapensStatically link LLVM on OSX.
2015-12-23 Corentin WallezPort to OSX.
2015-12-23 Corentin WallezMake SwiftShader compile on Mac (with unimplemented...
2015-12-23 Corentin WallezAdd LLVM config headers for OSX.
2015-12-21 Corentin WallezAdd a CMakelists.txt to compile on Linux and Mac
2015-12-14 Jim Stichnotheliminate code related to --no-ir-gen
2015-07-23 Karl SchimpfModify how textual bitcode is injected into pnacl-sz.
2015-06-25 Jim StichnothSubzero: Fix cmake build.
2015-03-30 Jim StichnothSubzero: Fix the cmake build.
2015-03-10 Jim StichnothSubzero: Enable a cmake build.