summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* [OpenCL] Enable -fblocks by default for OpenCL 2.0 and above.Yaxun Liu2016-06-141-1/+2
* Add some std::move where the value is only read otherwise.Benjamin Kramer2016-06-122-9/+10
* RenderScript support in the FrontendPirama Arumuga Nainar2016-06-092-0/+11
* [Modules] Improve diagnostics for LockFileManager errorsBruno Cardoso Lopes2016-06-041-1/+1
* clangFrontend: Make intrinsics_gen optional for standalone build.NAKAMURA Takumi2016-06-021-1/+6
* [asan] Added -fsanitize-address-use-after-scope flagVitaly Buka2016-06-021-1/+3
* Avoid unnecessary std::string copies. NFC.Benjamin Kramer2016-05-291-1/+1
* Handle -Wa,--mrelax-relocations=[no|yes].Rafael Espindola2016-05-291-0/+1
* [Driver] Fix driver support for color diagnosticsBruno Cardoso Lopes2016-05-271-3/+47
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-274-6/+11
* Turn copies into references as suggested by clang-tidy's performance-unnecess...Benjamin Kramer2016-05-272-2/+2
* [Frontend] StringRefize and fix bad indentation.Benjamin Kramer2016-05-271-22/+22
* [OPENMP] Fixed processing of '-fopenmp-version=' option and test.Alexey Bataev2016-05-272-21/+22
* [OPENMP] Add option '-fopenmp-version=[31|40|45]' allowing choosingAlexey Bataev2016-05-262-13/+29
* [OPENMP] Set '_OPENMP' macro to '201511' value to reflect support forAlexey Bataev2016-05-261-1/+1
* [Driver] Add support for -finline-functions and /Ob2 flagsHans Wennborg2016-05-241-2/+6
* [CUDA] Add -fcuda-approx-transcendentals flag.Justin Lebar2016-05-232-0/+9
* [CUDA] Enable fusing FP ops (-ffp-contract=fast) for CUDA by default.Artem Belevich2016-05-191-4/+9
* Reapply^3 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-191-1/+2
* Support for MSVS default calling convention options (/Gd, /Gz, /Gv,Alexey Bataev2016-05-181-1/+43
* [PCH] Fixed bug with preamble invalidation when overridden files changeCameron Desrochers2016-05-171-13/+23
* Revert "Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage,...Vedant Kumar2016-05-161-2/+1
* Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-161-1/+2
* [PS4] Change the names of some "environmental" things to what ourPaul Robinson2016-05-161-1/+1
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-161-0/+9
* [Modules] Use vfs for (recursive) directory iterationBruno Cardoso Lopes2016-05-161-6/+7
* Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, N...Chandler Carruth2016-05-141-2/+1
* [ModuleMap][CrashReproducer] Collect headers from inner frameworksBruno Cardoso Lopes2016-05-131-0/+28
* Reapply "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-1/+2
* Revert "[ProfileData] (clang) Use Error in InstrProf and Coverage, NFC"Vedant Kumar2016-05-131-2/+1
* [ProfileData] (clang) Use Error in InstrProf and Coverage, NFCVedant Kumar2016-05-131-1/+2
* Revert "[OpenCL] Add supported OpenCL extensions to target info."Yaxun Liu2016-05-131-9/+0
* [OpenCL] Add supported OpenCL extensions to target info.Yaxun Liu2016-05-131-0/+9
* [Tooling] Fix broken dependency for shared buildEtienne Bergeron2016-05-121-0/+3
* [ubsan] Add -fsanitize-undefined-strip-path-components=NFilipe Cabecinhas2016-05-121-0/+3
* Embed bitcode in object file (clang cc1 part)Steven Wu2016-05-111-0/+39
* Update clang support on recent HaikuReid Kleckner2016-05-111-32/+33
* [OpenMP] Parse+Sema for '#pragma omp declare target' syntax version 4.5Dmitry Polukhin2016-05-091-3/+4
* [CrashReproducer] Always use realpath for destinationBruno Cardoso Lopes2016-05-061-20/+13
* [CrashReproducer] Change module map callback signature. NFCBruno Cardoso Lopes2016-05-061-2/+1
* Frontend: support -I=path for sysroot expansionSaleem Abdulrasool2016-05-061-2/+14
* [SystemZ] Add -mbackchain option.Marcin Koscielnicki2016-05-041-0/+2
* Do not disable completely loop unroll when optimizing for size.Marianne Mailhot-Sarrasin2016-05-041-1/+1
* [X86] Add -malign-double supportReid Kleckner2016-05-041-0/+1
* [CUDA] Copy host builtin types to NVPTXTargetInfo.Justin Lebar2016-04-292-1/+8
* Fix use of uninitialized value exposed by r267802. Accessors of an invalidRichard Smith2016-04-282-4/+5
* Re-apply r267784, r267824 and r267830.Peter Collingbourne2016-04-281-2/+1
* Revert r267784, r267824 and r267830.Benjamin Kramer2016-04-281-1/+2
* Rework interface for bitset-using features to use a notion of LTO visibility.Peter Collingbourne2016-04-271-2/+1
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-271-3/+8
OpenPOWER on IntegriCloud