提交历史

作者 SHA1 备注 提交日期
  Alexander Kornienko 8a2341c22d Move the -i[no-]system-prefix options from CC1Options.td to Options.td. 11 年之前
  Evgeniy Stepanov 100624f430 [msan] -fsanitize-memory-track-origins=[level] flag and docs. 11 年之前
  Yunzhong Gao 8cd1d73f00 Creating a printing policy for "half": 11 年之前
  Argyrios Kyrtzidis b18df473d3 [Modules] Emit the module file paths as dependencies of the PCH when we are building one. 11 年之前
  Ben Langmuir 310c3dc9ef Add an option -fmodules-validate-system-headers 11 年之前
  Ahmed Charles f8b74ee5f0 [C++11] Replace OwningPtr include with <memory>. 11 年之前
  Ahmed Charles 70639e8de3 Replace OwningPtr with std::unique_ptr. 11 年之前
  Alexey Bataev 67fafb973c [OPENMP] Added option -fopenmp=libiomp5|libgomp 11 年之前
  Argyrios Kyrtzidis 977d67c59b Introduce '-fmodules-user-build-path' which accepts the "canonical" path to a user workspace build. 11 年之前
  Benjamin Kramer 3135d45300 [C++11] Use std::atomic instead of LLVM's. 11 年之前
  Benjamin Kramer ba9fd9e97e [C++11] Replace llvm::tie with std::tie. 11 年之前
  Ben Langmuir 89de580b52 Add a driver option -ivfsoverlay 11 年之前
  Richard Barton 7615ef6fe7 Implement -fno-short-wchar 11 年之前
  Saleem Abdulrasool 8c702d1f44 clang: add -f{no-,}integrate-as as consistent parameters 11 年之前
  Rafael Espindola fa983653b0 Accept -no-integrated-as in -cc1 and forward it to llvm. 11 年之前
  Reid Kleckner dd6709eec1 MS ABI: Implement #pragma vtordisp() and clang-cl /vdN 11 年之前
  Dmitri Gribenko 337c8c682f Add an option to allow Clang verify source files for a module only once during 11 年之前
  David Majnemer 69d6b398b6 MS ABI: Add support for the -vm{b,g,s,m,v} flags 11 年之前
  Josh Magee 3ab3daec81 [stackprotector] Add command line option -fstack-protector-strong 11 年之前
  John McCall ec0ca13fc0 Remove the -fhidden-weak-vtables -cc1 option. It was dead, 11 年之前
  Ben Langmuir e9e34e28c5 Add a CC1 option -verify-pch 11 年之前
  Evgeniy Stepanov 92df5141d7 [asan] Remove -fsanitize-address-zero-base-shadow command line 11 年之前
  Hans Wennborg 11b1b8ab36 Remove the -cxx-abi command-line flag. 11 年之前
  Alp Toker 60dd2409ce Switch around the order of MSVCCompat and MicrosoftExt 11 年之前
  Alp Toker ab3d595970 Rename language option MicrosoftMode to MSVCCompat 11 年之前
  Hans Wennborg 980448201a Use the MS ABI for Win32 targets by default 11 年之前
  Adrian Prantl c447571050 Implement a new -fstandalone-debug option. rdar://problem/15685848 11 年之前
  Justin Bogner f4c386bdd1 Driver: Accept -fprofile-instr-use and -fprofile-instr-generate 11 年之前
  Chandler Carruth a75e19079e Silence a dubious GCC warning about a set but unused global. Indeed, the 11 年之前
  Kostya Serebryany 89be6ed38a Bury leaked pointers in a global array to silence a leak detector in --disable-free mode 11 年之前