Histórico de Commits

Autor SHA1 Mensagem Data
  Argyrios Kyrtzidis 61d679ab28 Introduce 3 new fixit options: há 13 anos atrás
  Fariborz Jahanian b5c6babd3d arc migrator: Provide infrastructure to add options há 13 anos atrás
  Nick Lewycky 1db772bd68 Add support for -fno-optimize-sibling-calls. Currently only implemented in the há 13 anos atrás
  David Blaikie 3026348bd4 More dead code removal (using -Wunreachable-code) há 13 anos atrás
  Douglas Gregor 1f6b2b5c82 Extract the (InputKind, std::string) pair used to describe inputs to há 13 anos atrás
  Douglas Gregor 752c74d99b Add a "Modules" language option, which subsumes the previous há 13 anos atrás
  Douglas Gregor c514a8a0ea Rename the command-line option for mapping #include/#import over to há 13 anos atrás
  Chandler Carruth abf07a7fb6 Fix PR11685 by implementing -ffast-math and its various friends in the há 13 anos atrás
  Benjamin Kramer ffbe9b9c64 Mass rename C1x references to C11. The name hasn't proliferated like "C++0x" so this patch is surprisingly small. há 13 anos atrás
  Dylan Noblesmith 8fdb6dee2d Let CompilerInvocation initialization indicate failure há 13 anos atrás
  Richard Smith 08d6e032a2 C++11 constexpr: Add note stacks containing backtraces if constant evaluation há 13 anos atrás
  Chad Rosier 9f6d068b29 Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. há 13 anos atrás
  Chad Rosier ff7892758f Add frontend flags to enable bitcode verifier pass. há 13 anos atrás
  Tony Linthicum 9631939f82 Hexagon backend support há 13 anos atrás
  Daniel Dunbar 001f628a69 Driver: Handle -f{no-}honor-infinities, -f{no-}honor-nans, and há 13 anos atrás
  Nick Lewycky 4e785c908a Stack realignment is a tristate. Add -mno-stackrealign to turn off all stack há 13 anos atrás
  Joerg Sonnenberger e9d11dbfe1 Add -mstack-alignment=X and fix -mstackrealign handling now that the há 13 anos atrás
  Douglas Gregor 6649014b79 Eliminate the -emit-module option, which emitted a module by parsing a há 13 anos atrás
  Benjamin Kramer 85224ae68a Silence GCC warnings, RefCountedBase is meant to be default-initialized here. há 13 anos atrás
  Rafael Espindola 4c7ce36a76 Set __OPTIMIZE_SIZE__ on -Os and -Oz. This matches gcc's behaviour on both OS X há 13 anos atrás
  Kostya Serebryany b61968857f implement __has_feature(address_sanitizer); also use LangOpts.AddressSanitizer instead of CodeGenOpts.AddressSanitizer há 13 anos atrás
  Richard Smith c18c423456 Add driver arguments -ftemplate-depth=N and -fconstexpr-depth=N, with the same há 13 anos atrás
  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. há 13 anos atrás
  Ted Kremenek d3b74d9ca4 Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted object. I discovered that llvm::RefCountedBase<T> has há 13 anos atrás
  Kostya Serebryany 1b4eca67e0 Add -f[no-]address-sanitizer flag há 13 anos atrás
  Douglas Gregor db1cde7dc7 Add support for building a module from a module map to the -cc1 há 13 anos atrás
  Douglas Gregor b86b8dc7ef Add a -cc1-level option -fmodule-name=<name>, which will be used when há 13 anos atrás
  Chandler Carruth 07643086c6 Rip out one of the features I added for the driver-include-management. há 13 anos atrás
  Chandler Carruth 103accc00c Fix a significant oversight in my move of MSVC includes to the driver: há 14 anos atrás
  Chandler Carruth ac2bc4d220 Add two flags to the CC1 layer that I was hoping to avoid. We need to há 14 anos atrás