summaryrefslogtreecommitdiffstats
path: root/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
* [Frontend] Share global completions cacheIvan Donchevskii2018-06-211-73/+91
* [Frontend] Cache preamble-related dataIvan Donchevskii2018-06-211-98/+162
* [backported/clang-7][Frontend] Honor UserFilesAreVolatile flag getting file b...Ivan Donchevskii2018-06-081-5/+8
* [backported/clang-7] Optionally add code completion results for arrow instead...Ivan Donchevskii2018-05-292-0/+3
* [backported/clang-7][libclang] Allow skipping function bodies in preamble onlyNikolai Kosjar2018-05-171-3/+14
* [backported/clang-7][Frontend] Avoid running plugins during code completion p...Nikolai Kosjar2018-05-171-0/+4
* Merging r322518:Hans Wennborg2018-01-161-4/+0
* [OPENMP] Initial support for `-fopenmp-simd` option.Alexey Bataev2017-12-292-6/+12
* [Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes2017-12-221-2/+36
* Added helper to get size of PrecompiledPreambleIlya Biryukov2017-12-211-3/+24
* [clang] Add BeforeExecute method to PrecompiledPreambleIlya Biryukov2017-12-201-0/+2
* [Driver, CodeGen] pass through and apply -fassociative-mathSanjay Patel2017-12-161-0/+1
* [VerifyDiagnosticConsumer] support -verify=<prefixes>Hal Finkel2017-12-162-41/+122
* [TextDiagnosticBuffer] Fix diagnostic note emission orderHal Finkel2017-12-161-13/+24
* [clang] Add PPCallbacks list to preprocessor when building a preacompiled pre...Ilya Biryukov2017-12-152-20/+10
* [Sema] Ignore decls in namespaces when global decls are not wanted.Eric Liu2017-12-131-0/+2
* [Driver][CodeGen] Add -mprefer-vector-width driver option and attribute durin...Craig Topper2017-12-111-0/+2
* Revert 320391: Certain targets are failing, pulling back to diagnose.Erich Keane2017-12-112-20/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-12-112-0/+20
* Switch to gnu++14 as the default dialect.Tim Northover2017-12-091-5/+1
* Correct line endings that got mixed up in r320089; NFC.Aaron Ballman2017-12-072-412/+412
* Add new language mode flags for C17.Aaron Ballman2017-12-072-401/+404
* [driver] Set the 'simulator' environment for Darwin when compiling forAlex Lorenz2017-12-071-0/+5
* Add __WINT_MAX__.Ed Schouten2017-12-051-0/+1
* Generalize "static data member instantiated" notification to cover variable t...Richard Smith2017-12-051-10/+15
* Add _Float128 as alias to __float128 to enable compilations on Fedora27/glibc...Erich Keane2017-12-041-0/+4
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-042-8/+8
* [OpenCL] Define __IMAGE_SUPPORT__ macro for SPIRSven van Haastregt2017-12-041-0/+4
* [XRay][clang] Introduce -fxray-always-emit-customeventsDean Michael Berris2017-11-301-0/+7
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-292-1/+18
* Revert "Toolchain: Normalize dwarf, sjlj and seh eh"Martell Malone2017-11-292-18/+1
* Toolchain: Normalize dwarf, sjlj and seh ehMartell Malone2017-11-292-1/+18
* Avoid copying the data of in-memory preamblesIlya Biryukov2017-11-241-3/+1
* Add -finstrument-function-entry-bare flagHans Wennborg2017-11-211-0/+2
* Revert r318669/318694Erich Keane2017-11-202-20/+0
* For Linux/gnu compatibility, preinclude <stdc-predef.h> if the file is availableErich Keane2017-11-202-0/+20
* [CodeGen] Move Reciprocals option from TargetOptions to CodeGenOptionsCraig Topper2017-11-201-1/+1
* [Driver] Add a cc1 flag for the new TBAA metadata formatIvan A. Kosarev2017-11-201-0/+2
* Use llvm-config.h instead of config.hIlya Biryukov2017-11-171-1/+1
* Allow to store precompiled preambles in memory.Ilya Biryukov2017-11-163-80/+235
* Switch -mcount and -finstrument-functions to emit EnterExitInstrumenter attri...Hans Wennborg2017-11-141-0/+2
* [completion] complete ObjC interface names in an expressionAlex Lorenz2017-11-141-1/+5
* New clang option -fno-plt which avoids the PLT and lazy binding while making ...Sriraman Tallam2017-11-071-0/+1
* Add default calling convention support for regcall.Erich Keane2017-11-021-3/+4
* [CFI] Add CFI-icall pointer type generalizationVlad Tsyrklevich2017-10-311-0/+2
* Create fewer copies of StringMaps. No functionality change intended.Benjamin Kramer2017-10-221-1/+1
* Revert r316193.Richard Smith2017-10-202-12/+0
* Try to shorten system header paths when using -MD depfilesPeter Wu2017-10-192-0/+12
* [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi2017-10-183-3/+3
* [modules] When finding the owning module of an instantiated context in templateRichard Smith2017-10-181-3/+10