summaryrefslogtreecommitdiffstats
path: root/llvm/utils/gn/build
Commit message (Expand)AuthorAgeFilesLines
* [windows] Add /Gw to compiler flagsNico Weber2020-02-201-0/+1
* [gn build] Update console print to match the commit message (NFC)Mehdi Amini2019-12-181-1/+1
* Tweak commit message for auto update of gn build scriptMehdi Amini2019-12-181-1/+1
* gn build: Bump Android API level to 29, and NDK to r21.Peter Collingbourne2019-12-051-1/+1
* gn build: Add a toggle for building against the commandline tools SDK on macOSNico Weber2019-11-281-3/+14
* gn build: set HAVE_VCS_VERSION_INC while building Version.cppNico Weber2019-11-232-2/+63
* gn build: Add support for cross-compiling the builtins and profile runtimes f...Peter Collingbourne2019-10-312-0/+12
* gn build: make sync build work with git revs now that svn is goneNico Weber2019-10-221-15/+9
* gn build: Build compiler-rt code with -fvisibility=hidden.Peter Collingbourne2019-10-181-0/+1
* gn build: no-op style tweak in sync scriptNico Weber2019-10-071-1/+0
* gn build: make windows build less brokenNico Weber2019-10-061-0/+3
* [gn build] Fix Python DeprecationWarningMarco Antognini2019-09-251-4/+10
* gn build: color linker errors when using lldNico Weber2019-08-261-0/+3
* gn build: Make sync script not exit 1 if it writes changesNico Weber2019-08-211-1/+1
* gn build: Pre-merge https://reviews.llvm.org/D66195Nico Weber2019-08-141-1/+1
* gn build: Extract git() and git_out() functions in sync scriptNico Weber2019-08-131-11/+8
* gn build: Give cmake sync script an opt-in --write flagNico Weber2019-08-131-14/+56
* gn build: Make sync script group output by revisionNico Weber2019-08-131-11/+38
* gn build: Make builtin library build on macOSNico Weber2019-07-311-0/+2
* gn build: Set +x on symlink_or_copy.pyNico Weber2019-07-191-0/+0
* gn build: Sort sync script outputNico Weber2019-07-071-2/+2
* [GN] Set exit code to 1 if changes are neededVitaly Buka2019-06-271-2/+12
* gn build: Make it possible to build with coverage informationNico Weber2019-05-291-0/+28
* gn build: Add check-clangd target after r3359424Nico Weber2019-04-301-3/+3
* [gn] Use label_name rather than target_output_name for objectsPetr Hosek2019-04-291-5/+5
* [gn] Support dots in CMake paths in the sync scriptPetr Hosek2019-04-191-1/+1
* Fixed error message printing in write_cmake_config.pyDmitri Gribenko2019-04-171-1/+4
* gn build: Fix Windows builds after r357797Nico Weber2019-04-091-1/+3
* [gn] Support for building compiler-rt builtinsPetr Hosek2019-04-051-2/+2
* [gn] Rebase paths in symlink_or_copy against root_build_dirPetr Hosek2019-04-051-2/+2
* [gn] Make -no-exceptions flag a configPetr Hosek2019-04-052-1/+5
* [gn] Use "$link /lib" for archives instead of lib.exeReid Kleckner2019-04-041-1/+1
* gn build: Add build files for clangd xpc framework codeNico Weber2019-04-032-1/+22
* gn build: Add build files for non-framework xpc clangd bitsNico Weber2019-04-021-2/+1
* gn build: Add build files for most clang-tools-extra unit testsNico Weber2019-03-311-0/+1
* gn build: Add some build files for clangdNico Weber2019-03-281-0/+14
* gn build: Add 32-bit Linux support.Peter Collingbourne2019-03-061-0/+4
* [gn] Add target flags to asmflags.Evgeniy Stepanov2019-02-211-0/+1
* [gn build] Separate debug and optimization settingsDavid Major2019-02-122-3/+12
* gn build: Fix Python 3 write_vcsrevision script compatibilitySerge Guelton2019-02-051-1/+1
* gn build: Upgrade to NDK r19.Peter Collingbourne2019-02-053-25/+5
* gn build: Windows: use a more standard format for PDB filenamesDavid Major2019-02-041-7/+13
* gn build: Revert r353094 (bad merge)David Major2019-02-041-14/+8
* gn build: Windows: use a more standard format for PDB filenamesDavid Major2019-02-041-8/+14
* gn build: Windows: write PDBs when is_debugDavid Major2019-02-041-2/+6
* gn build: Create regular archives for the sanitizer runtimes.Peter Collingbourne2019-02-013-1/+10
* gn build: Make cmake sync script work on Windows if git is a bat fileNico Weber2019-01-281-2/+3
* gn build: Fix `lld-link: unknown flag: -fuse-ld=lld` warnings on WindowsNico Weber2019-01-282-2/+5
* gn build: Set is_clang to true in stage2 toolchains.Peter Collingbourne2019-01-251-0/+2
* gn build: Build clang with -fno-strict-aliasing, make building with gcc much ...Nico Weber2019-01-251-5/+23
OpenPOWER on IntegriCloud