Commit History

Author SHA1 Message Date
  Amjad Aboud 05157f019a [DebugInfo] Added support to Clang FE for generating debug info for preprocessor macros. 8 years ago
  Nirav Dave 031e09eb55 [X86] Teach Clang about -mfentry flag 8 years ago
  David Blaikie 91a91ae615 Prototype of modules codegen 8 years ago
  Justin Lebar 771d6cd1ae [CodeGen] [CUDA] Add the ability set default attrs on functions in linked modules. 8 years ago
  Dehao Chen d90c50eaea Add -fdebug-info-for-profiling to emit more debug info for sample pgo profile collection 8 years ago
  Peter Collingbourne 18aaea816a Move vtable type metadata emission behind a cc1-level flag. 8 years ago
  David Blaikie 54d8d8479c unique_ptrify createDriverOptTable 8 years ago
  Mehdi Amini eb5173196b Add a cc1 option to force disabling lifetime-markers emission from clang 8 years ago
  David Blaikie e781b71dd0 Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 8 years ago
  David Blaikie 471e0b27d7 Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer" 8 years ago
  David Blaikie 4a854da51b IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeCompleteConsumer 8 years ago
  David Blaikie f6f617aeff Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension 8 years ago
  Alex Lorenz 8fca6cf596 Add -f[no-]strict-return flag that can be used to avoid undefined behaviour 8 years ago
  Richard Smith 2faed1c47d [c++17] Implement P0522R0 as written. This allows a template template argument 8 years ago
  Chandler Carruth fda755feb3 [PM] Introduce options to enable the (still experimental) new pass 8 years ago
  Chandler Carruth d0ca163966 Cleanup the handling of noinline function attributes, -fno-inline, 8 years ago
  Chandler Carruth 0251556d45 Make '-disable-llvm-optzns' an alias for '-disable-llvm-passes'. 8 years ago
  Paul Robinson 8e56999257 Revert another accidental bit 8 years ago
  Paul Robinson 79bc529609 Undo accidental comit 8 years ago
  Paul Robinson e0430ed862 [PS4] Undo dialect tweak for Objective-C. 8 years ago
  Yaron Keren d25e95633e Simplify parseShowColorsArgs logic, NFC. 8 years ago
  Richard Smith f865452420 Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI here. 8 years ago
  Bruno Cardoso Lopes 9483fa6dbe [Preprocessor] Support for '-dI' flag 8 years ago
  Sylvestre Ledru 14bfc9e99e Add a new optimization option -Og 8 years ago
  Malcolm Parsons b9a1fd1bfe Fix Clang-tidy readability-redundant-string-cstr warnings 8 years ago
  Alexey Bader 63cbcdadcc [OpenCL] Override supported OpenCL extensions with -cl-ext option 8 years ago
  Richard Smith ea6bc23d76 Implement ABI proposal for throwing noexcept function pointers, per discussion 8 years ago
  Bruno Cardoso Lopes 8b380aaeb1 Revert "[Preprocessor] Support for '-dI' flag" 8 years ago
  Bruno Cardoso Lopes bbd8f1a411 [Preprocessor] Support for '-dI' flag 8 years ago
  Erik Verbruggen ca12756c3c Do not print include_next/pragma once warnings when input is a header. 8 years ago