Historia zmian

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