- 27fb522 Embed bitcode in object file (clang cc1 part) by Steven Wu · 9 years ago
- de87e5f Frontend: support -I=path for sysroot expansion by Saleem Abdulrasool · 9 years ago
- b31ee6d [SystemZ] Add -mbackchain option. by Marcin Koscielnicki · 9 years ago
- 21ac3bf Do not disable completely loop unroll when optimizing for size. by Marianne Mailhot-Sarrasin · 9 years ago
- 8195f69 [X86] Add -malign-double support by Reid Kleckner · 9 years ago
- 76945b2 [CUDA] Copy host builtin types to NVPTXTargetInfo. by Justin Lebar · 9 years ago
- 3afb266 Re-apply r267784, r267824 and r267830. by Peter Collingbourne · 9 years ago
- 5556a5c Revert r267784, r267824 and r267830. by Benjamin Kramer · 9 years ago
- a8b2f7c Rework interface for bitset-using features to use a notion of LTO visibility. by Peter Collingbourne · 9 years ago
- bf01080 Set the default C standard to C99 when targeting the PS4. by Sunil Srivastava · 9 years ago
- 382d355 [OpenCL] Add predefined macros. by Yaxun Liu · 9 years ago
- 811ff92 Always have clang pass -pie-level and -pic-level values to the code generator. by Wei Mi · 10 years ago
- f7b3d6c Move EABIVersion from CodeGenOptions to TargetOptions by Saleem Abdulrasool · 10 years ago
- 351241c Replace Sema-level implementation of -fassume-sane-operator-new with a by Richard Smith · 10 years ago
- 31994e2 Revert "Set the default C standard to C99 when targeting the PS4." by Sean Silva · 10 years ago
- d3a44f6 [CUDA] Add -fcuda-flush-denormals-to-zero. by Justin Lebar · 10 years ago
- d2f44d8 Add -fno-jump-tables and-fjump-tables flags by Nirav Dave · 10 years ago
- 0e15a77 Set the default C standard to C99 when targeting the PS4. by Sunil Srivastava · 10 years ago
- ba122ab [CUDA] Make unattributed constexpr functions implicitly host+device. by Justin Lebar · 10 years ago
- 25c4a81 [CUDA] Remove three obsolete CUDA cc1 flags. by Justin Lebar · 10 years ago
- 4650272 The time when -faltivec (or, on clang only, -maltivec) will magically by Eric Christopher · 10 years ago
- 9486771 Revert "Convert some ObjC msgSends to runtime calls." by Pete Cooper · 10 years ago
- d878e28 Reapply [2] [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
- 8e2e9d6 Add -fnative-half-arguments-and-returns by Pirama Arumuga Nainar · 10 years ago
- 9e2f9d8 Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files" by Bruno Cardoso Lopes · 10 years ago
- 016b2d0 Reapply [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
- be6c750 Convert some ObjC msgSends to runtime calls. by Pete Cooper · 10 years ago
- 6c78974 Make it possible for AST plugins to enable themselves by default by John Brawn · 10 years ago
- fd652b1 Restrict the hack from r263429 to asan and msan. by Benjamin Kramer · 10 years ago
- a0d2940 [ThinLTO] Clang side of renaming of function index (NFC) by Teresa Johnson · 10 years ago
- 376b461 Revert "[ThinLTO] Clang side of renaming of function index (NFC)" by Teresa Johnson · 10 years ago
- 9c6cd5d [ThinLTO] Clang side of renaming of function index (NFC) by Teresa Johnson · 10 years ago
- aeb7b53 [OpenMP] Replace offloading option that start with -o with -fo. by Samuel Antao · 10 years ago
- 12f2de1 [Frontend] Disable value name discarding for all sanitizers. by Benjamin Kramer · 10 years ago
- c2c3a54 Temporarily make discard value names depend on whether or not we're by Eric Christopher · 10 years ago
- 557c20a Remove compile time PreserveName in favor of a runtime cc1 -discard-value-names option by Mehdi Amini · 10 years ago
- 9c6f153 [PGO] Change profile use cc1 option to handle IR level profiles by Rong Xu · 10 years ago
- 2ca4be9 clang-cl: Implement initial limited support for precompiled headers. by Nico Weber · 10 years ago
- 522b5cb [PGO] clang cc1 option change to enable IR level instrumentation by Rong Xu · 10 years ago
- fb532b9 Add whole-program vtable optimization feature to Clang. by Peter Collingbourne · 10 years ago
- b7eb8db Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call to getVFSFromYAML in unittests" by Bruno Cardoso Lopes · 10 years ago
- 8c03c54 [VFS] Add 'overlay-relative' field to YAML files by Bruno Cardoso Lopes · 10 years ago
- 960813e [MSVC Compat] Implement -EHc semantics by David Majnemer · 10 years ago
- 7e82e01 [modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single by Richard Smith · 10 years ago
- d4590c7 [sanitizer-coverage] implement -fsanitize-coverage=trace-pc. This is similar to trace-bb, but has a different API. We already use the equivalent flag in GCC for Linux kernel fuzzing. We may be able to use this flag with AFL too by Kostya Serebryany · 10 years ago
- 45bfe4c Re-apply for the 2nd-time r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices. by Samuel Antao · 10 years ago
- 1cf4c0a Revert "Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices." by Renato Golin · 10 years ago
- 0572837 Re-apply r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices. by Samuel Antao · 10 years ago
- 0a1eaf8 Revert r259977 - [OpenMP] Reorganize code to allow specialized code generation for different devices. by Samuel Antao · 10 years ago
- 3f465c0 [OpenMP] Reorganize code to allow specialized code generation for different devices. by Samuel Antao · 10 years ago
- 9ef13db Eliminate an unnecessary enum, use the LLVM version. NFC by Paul Robinson · 10 years ago
- 9837ef5 [PGO] cc1 option name change for profile instrumentation by Rong Xu · 10 years ago
- 8c30592 Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend. by Benjamin Kramer · 10 years ago
- bacf7e4 Do not define GXX_RTTI macro for C. by Yunzhong Gao · 10 years ago
- 1eac594 [CUDA] Add -fcuda-allow-variadic-functions. by Justin Lebar · 10 years ago
- dc13453 Introduce -fsanitize-stats flag. by Peter Collingbourne · 10 years ago
- 793038d3 Module debugging: Make the module format part of the module hash instead by Adrian Prantl · 10 years ago
- dac134e Accidentally removed part of the file header. Restoring it back. by Ekaterina Romanova · 10 years ago
- 7dbc9cf [Driver] Add support for -fno-builtin-foo options. by Chad Rosier · 10 years ago
- ee8fb30 [OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and device codegen. by Samuel Antao · 10 years ago
- a2ef81f Avoid assert failure on some invalid cc1 options. by Douglas Katzman · 10 years ago
- 7d5de9a [OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and device codegen. by Samuel Antao · 10 years ago
- 4d5f0bb [OpenMP] Offloading descriptor registration and device codegen. by Samuel Antao · 10 years ago
- 8b27746 Some minor correction based on David Blaikie post-commit code review for r255281. by Ekaterina Romanova · 10 years ago
- 2b9349d [clang-cl] Add support for /Brepro by David Majnemer · 10 years ago
- 45784a7 Recommit CC1 part of debugger tuning; pass through setting from driver to LLVM. by Paul Robinson · 10 years ago
- 7927150 Revert r256063, it's killing clang-tools-extra by Paul Robinson · 10 years ago
- a3ff2e4 CC1 part of debugger tuning; pass through setting from driver to LLVM. by Paul Robinson · 10 years ago
- fd6f92d Cross-DSO control flow integrity (Clang part). by Evgeniy Stepanov · 10 years ago
- 9218a3b Do not generate DW_TAG_imported_module for anonymous namespaces (even nested) for all the platforms except PS4. by Ekaterina Romanova · 10 years ago
- aff2232 [ThinLTO] Option to invoke ThinLTO backend passes and importing by Teresa Johnson · 10 years ago
- 919ce23 [modules] Add -cc1 flag -fmodules-embed-all-files. by Richard Smith · 10 years ago
- 4dff875 Disable frame pointer elimination when using -pg by Xinliang David Li · 10 years ago
- a2124ee Revert r253846 (build bot failure)) by Xinliang David Li · 10 years ago
- eadaf84 Disable frame pointer elimination when using -pg by Xinliang David Li · 10 years ago
- ff39366 Revert "Make FP_CONTRACT ON the default." by Manuel Klimek · 10 years ago
- 916be92 Make FP_CONTRACT ON the default. by Stephen Canon · 10 years ago
- 5e3fb76 Revert r240335. by Richard Smith · 10 years ago
- 4854d80 [EABI] Add Clang support for -meabi flag by Renato Golin · 10 years ago
- fbe5ed7 After some discussion, promote -fobjc-weak to a driver option. by John McCall · 10 years ago
- 6623e1f Introduce module file extensions to piggy-back data onto module files. by Douglas Gregor · 10 years ago
- 5d40ae3 Allow linking multiple bitcode files. by Artem Belevich · 10 years ago
- 460ce58 Define weak and __weak to mean ARC-style weak references, even in MRC. by John McCall · 10 years ago
- eb7927e [coroutines] Add lexer support for co_await, co_yield, and co_return keywords. by Richard Smith · 10 years ago
- 7737bd9 [Driver] Alias -fvisibility=internal to -fvisibility=hidden by Reid Kleckner · 10 years ago
- 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
- b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
- c4958b4 [Frontend] Name variable correctly. by Davide Italiano · 10 years ago
- 2704330 [Frontend/CompilerInvocation] Use range-based loop. NFC. by Davide Italiano · 10 years ago
- 945bc50 Recommit "Clang support for -flto=thin." by Teresa Johnson · 10 years ago
- fca505c Revert "Clang support for -flto=thin." (bot failures) by Teresa Johnson · 10 years ago
- 31b2354 Clang support for -flto=thin. by Teresa Johnson · 10 years ago
- 436256a Support Debug Info path remapping by Saleem Abdulrasool · 10 years ago
- 3459ce2 Stop messing with the 'g' group of options in CompilerInvocation. by Douglas Katzman · 10 years ago
- 129552b [WinEH] Remove NewMSEH and enable its behavior by default by Reid Kleckner · 10 years ago
- d170c4b Add -f[no-]declspec to control recognition of __declspec as a keyword by Saleem Abdulrasool · 10 years ago
- f5a8e6c Implement ACLE 2.0 macros of chapters 6.6 and 6.7 for [ARM] and [Aarch64] targets. by Alexandros Lamprineas · 10 years ago
- b5bc923 [CUDA] Allow parsing of host and device code simultaneously. by Artem Belevich · 10 years ago
- 94a55e8 [CUDA] Allow function overloads in CUDA based on host/device attributes. by Artem Belevich · 10 years ago
- 338c9d0 Emiting llvm.invariant.group.barrier when dynamic type changes by Piotr Padlewski · 10 years ago