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
*
[Modules] Fix remapping from Foo.Private to Foo_Private to happen before typo...
Bruno Cardoso Lopes
2018-02-12
1
-33
/
+33
*
[Modules] Map missing private submodules from Foo.Private to Foo_Private
Bruno Cardoso Lopes
2017-12-22
1
-2
/
+36
*
Driver: hoist the `wchar_t` handling to the driver
Saleem Abdulrasool
2017-10-06
1
-0
/
+1
*
Use the VFS from the CompilerInvocation by default
Raphael Isemann
2017-09-12
1
-3
/
+7
*
Fix ownership of the MemoryBuffer in a FrontendInputFile.
Richard Smith
2017-09-09
1
-2
/
+2
*
[CUDA] When compilation fails, print the compilation mode.
Justin Lebar
2017-09-07
1
-2
/
+11
*
[modules] Add ability to specify module name to module file mapping (reapply)
Boris Kolpackov
2017-08-31
1
-4
/
+13
*
Revert r312105 [modules] Add ability to specify module name to module file ma...
Victor Leschuk
2017-08-30
1
-13
/
+4
*
[modules] Add ability to specify module name to module file mapping
Boris Kolpackov
2017-08-30
1
-4
/
+13
*
[modules-ts] Omit submodule semantics for TS modules
Boris Kolpackov
2017-08-29
1
-2
/
+17
*
Use "foo-12345.o.tmp" instead of "foo.o-12345" as temporary file name.
Nico Weber
2017-08-08
1
-2
/
+8
*
Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" as temporary file...
NAKAMURA Takumi
2017-08-04
1
-6
/
+2
*
Use "foo-12345.o" instead of "foo.o-12345" as temporary file name.
Nico Weber
2017-08-03
1
-2
/
+6
*
Teach ASTReader how to read only the Preprocessor state from an AST file, not...
Richard Smith
2017-06-29
1
-2
/
+2
*
[OpenMP] Add support for auxiliary triple specification
Gheorghe-Teodor Bercea
2017-06-29
1
-2
/
+3
*
Track the set of module maps read while building a .pcm file and reload those...
Richard Smith
2017-06-29
1
-2
/
+5
*
Support non-identifier module names when preprocessing modules.
Richard Smith
2017-06-19
1
-2
/
+9
*
Add -frewrite-imports flag.
Richard Smith
2017-06-09
1
-4
/
+6
*
Add #pragma clang module build/endbuild pragmas for performing a module build
Richard Smith
2017-06-09
1
-69
/
+165
*
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
[next]