| Commit message (Expand) | Author | Age | Files | Lines |
| * | [OpenCL] Enable -fblocks by default for OpenCL 2.0 and above. | Yaxun Liu | 2016-06-14 | 1 | -1/+2 |
| * | Add some std::move where the value is only read otherwise. | Benjamin Kramer | 2016-06-12 | 2 | -9/+10 |
| * | RenderScript support in the Frontend | Pirama Arumuga Nainar | 2016-06-09 | 2 | -0/+11 |
| * | [Modules] Improve diagnostics for LockFileManager errors | Bruno Cardoso Lopes | 2016-06-04 | 1 | -1/+1 |
| * | clangFrontend: Make intrinsics_gen optional for standalone build. | NAKAMURA Takumi | 2016-06-02 | 1 | -1/+6 |
| * | [asan] Added -fsanitize-address-use-after-scope flag | Vitaly Buka | 2016-06-02 | 1 | -1/+3 |
| * | Avoid unnecessary std::string copies. NFC. | Benjamin Kramer | 2016-05-29 | 1 | -1/+1 |
| * | Handle -Wa,--mrelax-relocations=[no|yes]. | Rafael Espindola | 2016-05-29 | 1 | -0/+1 |
| * | [Driver] Fix driver support for color diagnostics | Bruno Cardoso Lopes | 2016-05-27 | 1 | -3/+47 |
| * | Apply clang-tidy's misc-move-constructor-init throughout Clang. | Benjamin Kramer | 2016-05-27 | 4 | -6/+11 |
| * | Turn copies into references as suggested by clang-tidy's performance-unnecess... | Benjamin Kramer | 2016-05-27 | 2 | -2/+2 |
| * | [Frontend] StringRefize and fix bad indentation. | Benjamin Kramer | 2016-05-27 | 1 | -22/+22 |
| * | [OPENMP] Fixed processing of '-fopenmp-version=' option and test. | Alexey Bataev | 2016-05-27 | 2 | -21/+22 |
| * | [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosing | Alexey Bataev | 2016-05-26 | 2 | -13/+29 |
| * | [OPENMP] Set '_OPENMP' macro to '201511' value to reflect support for | Alexey Bataev | 2016-05-26 | 1 | -1/+1 |
| * | [Driver] Add support for -finline-functions and /Ob2 flags | Hans Wennborg | 2016-05-24 | 1 | -2/+6 |
| * | [CUDA] Add -fcuda-approx-transcendentals flag. | Justin Lebar | 2016-05-23 | 2 | -0/+9 |
| * | [CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default. | Artem Belevich | 2016-05-19 | 1 | -4/+9 |
| * | Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-19 | 1 | -1/+2 |
| * | Support for MSVS default calling convention options (/Gd, /Gz, /Gv, | Alexey Bataev | 2016-05-18 | 1 | -1/+43 |
| * | [PCH] Fixed bug with preamble invalidation when overridden files change | Cameron Desrochers | 2016-05-17 | 1 | -13/+23 |
| * | Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,... | Vedant Kumar | 2016-05-16 | 1 | -2/+1 |
| * | Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-16 | 1 | -1/+2 |
| * | [PS4] Change the names of some "environmental" things to what our | Paul Robinson | 2016-05-16 | 1 | -1/+1 |
| * | [OpenCL] Add supported OpenCL extensions to target info. | Yaxun Liu | 2016-05-16 | 1 | -0/+9 |
| * | [Modules] Use vfs for (recursive) directory iteration | Bruno Cardoso Lopes | 2016-05-16 | 1 | -6/+7 |
| * | Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, N... | Chandler Carruth | 2016-05-14 | 1 | -2/+1 |
| * | [ModuleMap][CrashReproducer] Collect headers from inner frameworks | Bruno Cardoso Lopes | 2016-05-13 | 1 | -0/+28 |
| * | Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -1/+2 |
| * | Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC" | Vedant Kumar | 2016-05-13 | 1 | -2/+1 |
| * | [ProfileData] (clang) Use Error in InstrProf and Coverage, NFC | Vedant Kumar | 2016-05-13 | 1 | -1/+2 |
| * | Revert "[OpenCL] Add supported OpenCL extensions to target info." | Yaxun Liu | 2016-05-13 | 1 | -9/+0 |
| * | [OpenCL] Add supported OpenCL extensions to target info. | Yaxun Liu | 2016-05-13 | 1 | -0/+9 |
| * | [Tooling] Fix broken dependency for shared build | Etienne Bergeron | 2016-05-12 | 1 | -0/+3 |
| * | [ubsan] Add -fsanitize-undefined-strip-path-components=N | Filipe Cabecinhas | 2016-05-12 | 1 | -0/+3 |
| * | Embed bitcode in object file (clang cc1 part) | Steven Wu | 2016-05-11 | 1 | -0/+39 |
| * | Update clang support on recent Haiku | Reid Kleckner | 2016-05-11 | 1 | -32/+33 |
| * | [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5 | Dmitry Polukhin | 2016-05-09 | 1 | -3/+4 |
| * | [CrashReproducer] Always use realpath for destination | Bruno Cardoso Lopes | 2016-05-06 | 1 | -20/+13 |
| * | [CrashReproducer] Change module map callback signature. NFC | Bruno Cardoso Lopes | 2016-05-06 | 1 | -2/+1 |
| * | Frontend: support -I=path for sysroot expansion | Saleem Abdulrasool | 2016-05-06 | 1 | -2/+14 |
| * | [SystemZ] Add -mbackchain option. | Marcin Koscielnicki | 2016-05-04 | 1 | -0/+2 |
| * | Do not disable completely loop unroll when optimizing for size. | Marianne Mailhot-Sarrasin | 2016-05-04 | 1 | -1/+1 |
| * | [X86] Add -malign-double support | Reid Kleckner | 2016-05-04 | 1 | -0/+1 |
| * | [CUDA] Copy host builtin types to NVPTXTargetInfo. | Justin Lebar | 2016-04-29 | 2 | -1/+8 |
| * | Fix use of uninitialized value exposed by r267802. Accessors of an invalid | Richard Smith | 2016-04-28 | 2 | -4/+5 |
| * | Re-apply r267784, r267824 and r267830. | Peter Collingbourne | 2016-04-28 | 1 | -2/+1 |
| * | Revert r267784, r267824 and r267830. | Benjamin Kramer | 2016-04-28 | 1 | -1/+2 |
| * | Rework interface for bitset-using features to use a notion of LTO visibility. | Peter Collingbourne | 2016-04-27 | 1 | -2/+1 |
| * | Set the default C standard to C99 when targeting the PS4. | Sunil Srivastava | 2016-04-27 | 1 | -3/+8 |