summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [OpenCL] Add predefined macros.Yaxun Liu2016-04-262-3/+35
* Fix a couple assertions that can never fire because the condition ANDed with ...Craig Topper2016-04-242-2/+2
* [CrashReproducer] Setup 'use-external-names' in YAML files.Bruno Cardoso Lopes2016-04-131-0/+4
* Always have clang pass -pie-level and -pic-level values to the code generator.Wei Mi2016-04-081-7/+12
* Move EABIVersion from CodeGenOptions to TargetOptionsSaleem Abdulrasool2016-04-081-16/+17
* revert SVN r265702, r265640Saleem Abdulrasool2016-04-085-14/+40
* [modules] Add a comment to explain why -E leaves some #includes in the prepro...Richard Smith2016-04-081-1/+3
* [modules] Don't write @import in -E output if the current language mode doesn'tRichard Smith2016-04-082-3/+15
* Replace Sema-level implementation of -fassume-sane-operator-new with aRichard Smith2016-04-071-1/+1
* Basic: move CodeGenOptions from FrontendSaleem Abdulrasool2016-04-072-33/+0
* Basic: thread CodeGenOptions into TargetInfoSaleem Abdulrasool2016-04-073-7/+14
* Don't use PATH_MAX.Sean Silva2016-04-071-1/+1
* [CrashReproducer] Use toUppercase from include/clang/Basic/CharInfo.hBruno Cardoso Lopes2016-04-071-1/+2
* [CrashReproducer] Change std::toupper to ::toupperBruno Cardoso Lopes2016-04-071-1/+1
* [CrashReproducer] Setup 'case-sensitive' in YAML files.Bruno Cardoso Lopes2016-04-071-4/+27
* [CrashReproducer] Move ModuleDependencyCollector method around. NFCBruno Cardoso Lopes2016-04-071-18/+18
* Revert "Set the default C standard to C99 when targeting the PS4."Sean Silva2016-04-061-8/+3
* [OPENMP] Parsing and Sema support for 'omp declare target' directiveDmitry Polukhin2016-04-061-0/+6
* [CUDA] Add -fcuda-flush-denormals-to-zero.Justin Lebar2016-04-051-0/+3
* Add -fno-jump-tables and-fjump-tables flagsNirav Dave2016-04-051-0/+2
* Set the default C standard to C99 when targeting the PS4.Sunil Srivastava2016-04-041-3/+8
* [CrashReproducer] Add a module map callback for added headersBruno Cardoso Lopes2016-03-301-1/+20
* [CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar2016-03-301-0/+3
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-301-2/+2
* [CrashReproducer] Cleanup and move functionality around in ModuleDependencyCo...Bruno Cardoso Lopes2016-03-292-24/+22
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-291-9/+0
* Delete dead variable.Richard Smith2016-03-251-3/+1
* The time when -faltivec (or, on clang only, -maltivec) will magicallyEric Christopher2016-03-241-4/+0
OpenPOWER on IntegriCloud