提交历史

作者 SHA1 备注 提交日期
  Douglas Gregor a6b00fc976 Implement the writer side of the global module index. 12 年之前
  Joey Gouly 19dbb20ac4 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 12 年之前
  Chad Rosier b2e2157f90 [ms-inline asm] Remove the -fenable-experimental-ms-inline-asm flag. MS-style 12 年之前
  Alexey Samsonov 4bdc60434c Add top-level Clang flag -f(no-)sanitize-address-zero-base-shadow that makes AddressSanitizer use bottom of the address space for the shadow memory. On Linux it can be used with -fPIE/-pie to improve performance. 12 年之前
  Sean Silva d47afb96a3 Nuke SetUpBuildDumpLog. 12 年之前
  Will Dietz 4f45bc099f [ubsan] Add support for -fsanitize-blacklist 12 年之前
  Douglas Gregor f43b7214e8 Add -fmodules-autolink/-fno-modules-autolink (defaults to on) so that 12 年之前
  Douglas Gregor 50a70cd118 Add -fopenmp -cc1 option and wire it up to define _OPENMP, from Alexey Bataev! 12 年之前
  Dmitri Gribenko cfa88f8939 Remove useless 'llvm::' qualifier from names like StringRef and others that are 12 年之前
  Richard Smith 80ad52f327 s/CPlusPlus0x/CPlusPlus11/g 12 年之前
  Will Dietz 2d382d149b [ubsan] Recover by default, use -fno-sanitize-recover to disable. 12 年之前
  Evgeniy Stepanov 34ef11be9d Support -fsanitize-memory-track-origins. 12 年之前
  Roman Divacky 95f38f614c Sort the includes according to the coding standard. 12 年之前
  Roman Divacky 87aa2fbc75 Remove duplicate includes. 12 年之前
  Chad Rosier 4fb10d1c67 [driver, ms-inline asm] -fms-compatibility enables -fms-extensions, so this should enable 12 年之前
  Chad Rosier e23fbf1fca [driver, ms-inline asm] Have -fms-extensions enable the AsmBlocks language 12 年之前
  Chad Rosier 15490fd42d [driver, ms-inline asm] MS-Style inline assembly is controlled by the 12 年之前
  Chandler Carruth 55fc873017 Sort all of Clang's files under 'lib', and fix up the broken headers 12 年之前
  Alexey Samsonov 91ecfa6af5 Add Clang flags -fsanitize-blacklist and -fno-sanitize-blacklist. Make this flag usable for ASan. Blacklisting can be used to disable sanitizer checks for particular file/function/object. 12 年之前
  Will Dietz ad95481b27 [ubsan] Add flag to enable recovery from checks when possible. 12 年之前
  Joey Gouly 8548908080 PR14306: Move -fbounds-checking to -fsanitize=bounds. 12 年之前
  Fariborz Jahanian 3d145f660a block extended signatur option. Change previous option 12 年之前
  Lang Hames 931c083381 Make -ffp-contract a codegen option, rather than a laguage option. This makes 12 年之前
  Richard Smith 62221b17c9 Add -cc1 option -fno-diagnostics-use-presumed-location, a handy mode for 12 年之前
  Fariborz Jahanian 06cffc0511 objective-C blocks: under cc1 flag -encode-extended-block-signature, 12 年之前
  Nico Weber bb23628148 s/BCPLComment/LineComment/ 12 年之前
  Chad Rosier 485577dcac Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves 12 年之前
  Chad Rosier 7e29327628 [driver] Add a -mstrict-align compiler option for ARM targets. 12 年之前
  Douglas Gregor 3043175274 Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so 12 年之前
  Richard Smith d6396a681c Use the individual -fsanitize=<...> arguments to control which of the UBSan 12 年之前