Историја ревизија

Аутор SHA1 Порука Датум
  Nick Lewycky 4e785c908a Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack пре 13 година
  Joerg Sonnenberger e9d11dbfe1 Add -mstack-alignment=X and fix -mstackrealign handling now that the пре 13 година
  Douglas Gregor 6649014b79 Eliminate the -emit-module option, which emitted a module by parsing a пре 13 година
  Benjamin Kramer 85224ae68a Silence GCC warnings, RefCountedBase is meant to be default-initialized here. пре 13 година
  Rafael Espindola 4c7ce36a76 Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS X пре 13 година
  Kostya Serebryany b61968857f implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer пре 13 година
  Richard Smith c18c423456 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same пре 13 година
  Ted Kremenek 8a0c5c2ec5 Refine placement of LangOptions object in CompilerInvocation by adding a new baseclass CompilerInvocationBase with a custom copy constructor. This ensures that whenever the CompilerInvocation object's copy constructor is used we always clone the LangOptions object. пре 13 година
  Ted Kremenek d3b74d9ca4 Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted object. I discovered that llvm::RefCountedBase<T> has пре 13 година
  Kostya Serebryany 1b4eca67e0 Add -f[no-]address-sanitizer flag пре 13 година
  Douglas Gregor db1cde7dc7 Add support for building a module from a module map to the -cc1 пре 13 година
  Douglas Gregor b86b8dc7ef Add a -cc1-level option -fmodule-name=<name>, which will be used when пре 13 година
  Chandler Carruth 07643086c6 Rip out one of the features I added for the driver-include-management. пре 13 година
  Chandler Carruth 103accc00c Fix a significant oversight in my move of MSVC includes to the driver: пре 14 година
  Chandler Carruth ac2bc4d220 Add two flags to the CC1 layer that I was hoping to avoid. We need to пре 14 година
  Devang Patel 033be8bd33 Enable -flimit-debug-info by default. Now, clang lazily emits debug info for structs. Original behavior can be restored using -fno-limit-debug-info. пре 14 година
  Douglas Gregor 21a25167b8 Fix various minor issues find via unreachable code warnings, from пре 14 година
  Eli Friedman 19bda3ad8b Add an option to emulate the strange Apple gcc behavior of #pragma pack. пре 14 година
  Sebastian Pop 5d8b954842 rename getHostTriple into getDefaultTargetTriple in clang пре 14 година
  Peter Collingbourne 22a7dfea58 Add support for lazily linking bitcode files (using a new пре 14 година
  Ted Kremenek 7800212ef2 Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that serializes out the diagnostics for a given translation unit to a bit code file. This is a WIP. пре 14 година
  Douglas Gregor 0bb935c5e7 Make -fms-compatibility imply -fms-extensions. Fixes PR11204. пре 14 година
  Nick Lewycky 7c4fd9121f Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is пре 14 година
  Daniel Dunbar 024f4be866 Frontend: Support -iframework. пре 14 година
  Nick Lewycky ea523d73a6 Wire up support for the controlling the extended dwarf .file directive. With пре 14 година
  Douglas Gregor 05edf668f0 When building a module, use the macro definitions on the command line пре 14 година
  Daniel Dunbar a268fc0f22 Frontend: Replace -nostdinc by -nostdsysteminc (which is just system include пре 14 година
  Francois Pichet c91562ce42 Revert r140009, about disabling clang's builtin in -fms-compatibility mode. пре 14 година
  Peter Collingbourne ae57eadbc1 OpenCL: add driver/frontend support for precompiled headers пре 14 година
  Peter Collingbourne d51e43af0b CUDA: add -fcuda-is-device flag пре 14 година