summaryrefslogtreecommitdiff
path: root/lib/Frontend
Commit message (Expand)AuthorAgeFilesLines
...
* [clang] Add no-warn support for WaBrian Cain2019-08-081-0/+1
* Remove LLVM mutexes from clang in favor of std::mutexBenjamin Kramer2019-08-071-5/+4
* [OPENMP]Set default version to OpenMP 4.5.Alexey Bataev2019-08-072-7/+7
* [OPENMP]Add standard macro value _OPENMP for OpenMP 5.0.Alexey Bataev2019-08-071-0/+3
* Replace non-recursive sys::Mutex users with std::mutexBenjamin Kramer2019-08-071-5/+5
* Replace llvm::MutexGuard/UniqueLock with their standard equivalentsBenjamin Kramer2019-08-071-4/+4
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-0510-167/+124
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-058-12/+13
* Revert r367649: Improve raw_ostream so that you can "write" colors using oper...Rui Ueyama2019-08-022-13/+16
* Improve raw_ostream so that you can "write" colors using operator<<Rui Ueyama2019-08-022-16/+13
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-017-40/+46
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-251-1/+1
* [Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev2019-07-241-0/+2
* [Clang] Replace cc1 options '-mdisable-fp-elim' and '-momit-leaf-frame-pointer'Yuanfang Chen2019-07-201-3/+26
* [ASTUnit] Fix a regression in cached completionsIlya Biryukov2019-07-181-1/+0
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-181-1/+1
* Fix parameter name comments using clang-tidy. NFC.Rui Ueyama2019-07-163-12/+12
* Update __VERSION__ to remove the hardcoded 4.2.1 versionSylvestre Ledru2019-07-151-4/+3
* [PowerPC] Support -mabi=ieeelongdouble and -mabi=ibmlongdoubleFangrui Song2019-07-151-0/+1
* This reverts commit 632a36bfcfc8273c1861f04ff6758d863c47c784.Sylvestre Ledru2019-07-131-0/+6
* Remove __VERSION__Sylvestre Ledru2019-07-121-6/+0
* [X86][PowerPC] Support -mlong-double-128Fangrui Song2019-07-121-1/+3
* [X86][PPC] Support -mlong-double-64Fangrui Song2019-07-091-0/+1
* [Frontend] Explicitly include Bitstream/BitCodes.h and BitstreamWriter.hFrancis Visoiu Mistrih2019-07-081-0/+2
* Bitstream reader: Fix undefined behavior seen after rL364464Bjorn Pettersson2019-07-051-5/+8
* [analyzer] Add a debug analyzer config to place an event for each tracked con...Kristof Umann2019-07-051-0/+4
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-035-5/+6
* Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partiti...Fangrui Song2019-07-031-8/+8
* [ASTImporter] Mark erroneous nodes in shared stGabor Marton2019-07-011-3/+3
* [Driver] Fix style issues of --print-supported-cpus after D63105Fangrui Song2019-06-291-1/+1
* [Clang] Remove unused -split-dwarf and obsolete -enable-split-dwarfAaron Puchert2019-06-261-17/+0
* BitStream reader: propagate errorsJF Bastien2019-06-267-38/+134
* [CC1Option] Add the option to enable the debug entry valuesDjordje Todorovic2019-06-261-0/+7
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-211-0/+4
* [clang-ifs] Clang Interface Stubs, first version (second landing attempt).Puyan Lotfi2019-06-203-0/+400
* Unify DependencyFileGenerator class and DependencyCollector interface (NFCI)Alex Lorenz2019-06-192-215/+73
* [OpenCL] Split type and macro definitions into opencl-c-base.hSven van Haastregt2019-06-191-2/+8
* Revert D60974 "[clang-ifs] Clang Interface Stubs, first version."Fangrui Song2019-06-183-402/+0
* [NFC] Undoing r363646 to fix bots.Puyan Lotfi2019-06-181-0/+1
* [NFC] Fixing -DBUILD_SHARED_LIBS=ON problem caused by layering issue in D60974Puyan Lotfi2019-06-181-1/+0
* [clang-ifs] Clang Interface Stubs, first version.Puyan Lotfi2019-06-173-0/+402
* [Remarks] Extend -fsave-optimization-record to specify the formatFrancis Visoiu Mistrih2019-06-171-0/+5
* [Clang] Harmonize Split DWARF options with llcAaron Puchert2019-06-151-0/+1
* [Clang] Rename -split-dwarf-file to -split-dwarf-outputAaron Puchert2019-06-151-1/+1
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-141-0/+1
* [WebAssembly] Modernize include path handlingSam Clegg2019-06-131-0/+8
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-111-22/+46
* [Frontend] SetUpDiagnosticLog should handle unowned diagnostic consumerAlex Lorenz2019-06-101-3/+7
* [analyzer] Add werror flag for analyzer warningsKeno Fischer2019-06-071-0/+1
* Driver, IRGen: Set partitions on GlobalValues according to -fsymbol-partition...Peter Collingbourne2019-06-071-0/+2