summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* PR28589: attempt to work around MSVC rejects-valid.Richard Smith2016-07-171-1/+2
* Reimplement ExternalSemaSource delegation in terms ofRichard Smith2016-07-161-120/+36
* [CUDA][OpenMP] Create generic offload actionSamuel Antao2016-07-151-8/+8
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-159-97/+106
* Add XRay flags to Clang. We implement two flags to control the XRay behaviour:Aaron Ballman2016-07-131-0/+3
* [OpenCL] Fixes failures in test/Driver/opencl.cl.Yaxun Liu2016-07-131-12/+12
* [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis2016-07-132-2/+3
* [PCH] Add a fno-pch-timestamp option to cc1 to disable inclusion of timestamp...Pierre Gousseau2016-07-132-1/+5
* [OpenCL] Add missing -cl-no-signed-zeros option into driverYaxun Liu2016-07-081-1/+2
* Use arrays or initializer lists to feed ArrayRefs instead of SmallVector wher...Benjamin Kramer2016-07-021-3/+1
* [OpenMP] Use fopenmp prefix for all options introduced by the offloading impl...Samuel Antao2016-06-301-2/+2
* [OpenCL] Allow -cl-std and other standard -cl- options in driverYaxun Liu2016-06-291-0/+13
* Avoid accessing an invalid PresumedLoc.Jordan Rose2016-06-281-1/+1
* Frontend: clang-format a statement, NFCSaleem Abdulrasool2016-06-281-4/+4
* Use even more ArrayRefsDavid Majnemer2016-06-241-6/+4
* Use more ArrayRefsDavid Majnemer2016-06-243-7/+7
* Restructure the propagation of -fPIC/-fPIE.Rafael Espindola2016-06-232-6/+6
* Add support for /Ob1 and -finline-hint-functions flagsHans Wennborg2016-06-221-3/+8
* Delete dead code.Rafael Espindola2016-06-211-96/+0
* Delete dead code.Rafael Espindola2016-06-211-53/+0
* [OpenCL] Include opencl-c.h by default as a clang moduleYaxun Liu2016-06-201-2/+11
* [OpenCL] Allow -std={cl|CL}{|1.1|1.2|2.0} in driverYaxun Liu2016-06-171-7/+17
* [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
OpenPOWER on IntegriCloud