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: 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
*
[modules] Flatten -fmodule-name= and -fmodule-implementation-of= into a single
Richard Smith
2016-02-19
1
-8
/
+2
*
Reduce the number of implicit StringRef->std::string conversions by threading...
Benjamin Kramer
2016-02-13
1
-1
/
+1
*
Update for llvm API change.
Rafael Espindola
2015-12-16
1
-1
/
+0
*
[Frontend] Rangify for loop. NFC.
Vedant Kumar
2015-11-16
1
-2
/
+2
*
[modules] If we're given a module file, via -fmodule-file=, for a module, but
Richard Smith
2015-11-05
1
-4
/
+24
*
Introduce module file extensions to piggy-back data onto module files.
Douglas Gregor
2015-11-03
1
-5
/
+9
*
[modules] Allow the error when explicitly loading an incompatible module file
Richard Smith
2015-10-16
1
-5
/
+14
*
Use llvm::errc instead of std::errc.
Rafael Espindola
2015-10-05
1
-1
/
+1
*
Replace double negation of !FileID.isInvalid() with FileID.isValid().
Yaron Keren
2015-10-03
1
-3
/
+3
*
[CUDA] Allow parsing of host and device code simultaneously.
Artem Belevich
2015-09-22
1
-5
/
+11
*
createOutputFile should set Error to something if it returns null.
Douglas Katzman
2015-09-17
1
-1
/
+3
*
Initialize the AST consumer as soon as we have both an ASTConsumer and an
Richard Smith
2015-08-18
1
-8
/
+15
[prev]
[next]