index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Frontend
/
CompilerInstance.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor out and unify emission of "module is unavailable" diagnostics.
Richard Smith
2017-06-05
1
-14
/
+4
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-06-03
1
-0
/
+1
*
Move functionality for handling module maps as inputs from the -emit-module
Richard Smith
2017-04-28
1
-9
/
+11
*
Preprocessor: Suppress -Wnonportable-include-path for header maps
Duncan P. N. Exon Smith
2017-04-27
1
-1
/
+2
*
Refactor frontend InputKind to prepare for treating module maps as a distinct...
Richard Smith
2017-04-26
1
-6
/
+7
*
[PCH] Attach instance's dependency collectors to PCH external AST sources.
Graydon Hoare
2017-03-29
1
-0
/
+10
*
Move setting of LangOpts based on target flags out of CompilerInstance
Eric Christopher
2017-03-22
1
-6
/
+0
*
Remove the -faltivec alias option and replace it with -maltivec everywhere.
Eric Christopher
2017-03-21
1
-0
/
+6
*
Reapply "Modules: Cache PCMs in memory and avoid a use-after-free"
Duncan P. N. Exon Smith
2017-03-20
1
-6
/
+17
*
Revert "Modules: Cache PCMs in memory and avoid a use-after-free"
Renato Golin
2017-03-18
1
-17
/
+6
*
[Modules] In case of lock timeout, fallback and build module
Bruno Cardoso Lopes
2017-03-18
1
-5
/
+12
*
Modules: Cache PCMs in memory and avoid a use-after-free
Duncan P. N. Exon Smith
2017-03-17
1
-6
/
+17
*
Modules: Use hash of PCM content for SIGNATURE
Duncan P. N. Exon Smith
2017-03-13
1
-1
/
+3
*
Modules: Simplify CompilerInstance constructor, NFC
Duncan P. N. Exon Smith
2017-02-02
1
-4
/
+1
*
Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...
David Blaikie
2017-01-06
1
-6
/
+8
*
Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...
David Blaikie
2017-01-06
1
-8
/
+6
*
shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptions
David Blaikie
2017-01-06
1
-5
/
+3
*
IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...
David Blaikie
2017-01-05
1
-6
/
+8
*
Move Preprocessor over to std::shared_ptr rather than IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-5
/
+7
*
Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-2
/
+3
*
Move FailedModulesSet over to shared_ptr from IntrusiveRefCntPtr
David Blaikie
2017-01-05
1
-1
/
+2
*
Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension
David Blaikie
2017-01-05
1
-1
/
+1
*
[CrashReproducer] Add support for merging -ivfsoverlay
Bruno Cardoso Lopes
2016-12-22
1
-0
/
+21
*
[CrashReproducer] Collect PCH included via -include-pch
Bruno Cardoso Lopes
2016-12-12
1
-0
/
+33
*
[CrashReproducer] Collect headermap files
Bruno Cardoso Lopes
2016-12-11
1
-1
/
+13
*
Revert r288626, which reverts r288449. Original commit message:
Richard Smith
2016-12-06
1
-4
/
+17
*
Revert "Recover better from an incompatible .pcm file being provided by -fmod...
Daniel Jasper
2016-12-04
1
-17
/
+4
*
Recover better from an incompatible .pcm file being provided by -fmodule-file=.
Richard Smith
2016-12-02
1
-4
/
+17
*
Adapt to llvm NamedRegionTimer changes
Matthias Braun
2016-11-18
1
-5
/
+10
*
[CUDA] Initialize our header search using the host triple.
Justin Lebar
2016-11-18
1
-2
/
+9
*
[Frontend] Allow attaching an external sema source to compiler instance and e...
Benjamin Kramer
2016-11-16
1
-0
/
+10
*
Switch SmallSetVector to use DenseSet when it overflows its inline space.
Justin Lebar
2016-10-21
1
-1
/
+2
*
Adapt to LLVM EnableStatistics() change.
Matthias Braun
2016-09-27
1
-1
/
+1
*
CC1: Add -save-stats option
Matthias Braun
2016-09-26
1
-4
/
+19
*
C++ Modules TS: add frontend support for building pcm files from module
Richard Smith
2016-08-26
1
-1
/
+1
*
Module: add -fprebuilt-module-path to support loading prebuilt modules.
Manman Ren
2016-08-18
1
-9
/
+60
*
[OpenCL][AMDGPU] Add support for -cl-denorms-are-zero
Yaxun Liu
2016-08-09
1
-0
/
+3
*
[NFC] Header cleanup
Mehdi Amini
2016-07-18
1
-0
/
+1
*
Frontend: Simplify ownership model for clang's output streams.
Peter Collingbourne
2016-07-15
1
-16
/
+7
*
Add some std::move where the value is only read otherwise.
Benjamin Kramer
2016-06-12
1
-2
/
+2
*
[Modules] Improve diagnostics for LockFileManager errors
Bruno Cardoso Lopes
2016-06-04
1
-1
/
+1
*
Apply clang-tidy's misc-move-constructor-init throughout Clang.
Benjamin Kramer
2016-05-27
1
-1
/
+3
*
[CUDA] Copy host builtin types to NVPTXTargetInfo.
Justin Lebar
2016-04-29
1
-1
/
+2
*
revert SVN r265702, r265640
Saleem Abdulrasool
2016-04-08
1
-4
/
+2
*
Basic: thread CodeGenOptions into TargetInfo
Saleem Abdulrasool
2016-04-07
1
-2
/
+4
*
[CrashReproducer] Cleanup and move functionality around in ModuleDependencyCo...
Bruno Cardoso Lopes
2016-03-29
1
-6
/
+8
*
clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes.
Nico Weber
2016-03-23
1
-4
/
+4
*
clang-cl: Include /FI headers in /showIncludes output.
Nico Weber
2016-03-23
1
-1
/
+1
*
clang-cl: Add /Yc argument to /showIncludes output.
Nico Weber
2016-03-13
1
-7
/
+8
*
clang-cl: Implement initial limited support for precompiled headers.
Nico Weber
2016-03-01
1
-4
/
+32
[next]