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
/
Serialization
/
ASTReader.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bug preventing the cause for a module file-not-found from being displayed
Adrian Prantl
2016-08-29
1
-1
/
+1
*
Fix a bug preventing the cause of a module-out-of-date error from being printed
Adrian Prantl
2016-08-29
1
-1
/
+1
*
Module: add -fprebuilt-module-path to support loading prebuilt modules.
Manman Ren
2016-08-18
1
-16
/
+18
*
Reapply r276069 with workaround for MSVC 2013
Hubert Tong
2016-07-30
1
-1
/
+2
*
Modules: add command line option fmodules-disable-diagnostic-validation
Manman Ren
2016-07-26
1
-6
/
+12
*
[modules] Teach the ASTWriter to ignore mutations coming from the ASTReader.
Vassil Vassilev
2016-07-22
1
-0
/
+2
*
[modules] Don't emit initializers for VarDecls within a module eagerly whenever
Richard Smith
2016-07-20
1
-0
/
+7
*
Revert r276069: MSVC bots not happy
Hubert Tong
2016-07-20
1
-2
/
+1
*
Concepts: Create space for requires-clause in TemplateParameterList; NFC
Hubert Tong
2016-07-20
1
-1
/
+2
*
Revert r275481, r275490. This broke modules bootstrap.
Richard Smith
2016-07-15
1
-90
/
+0
*
[modules] Don't pass interesting decls to the consumer for a module file that's
Richard Smith
2016-07-14
1
-0
/
+90
*
[PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...
Argyrios Kyrtzidis
2016-07-13
1
-0
/
+5
*
[PCH] Fix timestamp check on windows hosts.
Pierre Gousseau
2016-07-13
1
-9
/
+0
*
[AST] Use ArrayRef in more interfaces
David Majnemer
2016-07-07
1
-5
/
+3
*
[Feature] Add a builtin for indexing into parameter packs. Patch by Louis Dio...
Eric Fiselier
2016-07-01
1
-0
/
+3
*
Update identifiers as needed when loading macros from serialized ASTs.
Sean Callanan
2016-05-14
1
-2
/
+5
*
Enable support for __float128 in Clang and enable it on pertinent platforms
Nemanja Ivanovic
2016-05-09
1
-0
/
+3
*
[modules] Attempt to improve performance for declaration merging without a Sema
Richard Smith
2016-05-06
1
-0
/
+5
*
Fix CodeCompletion & TypoCorrection when combining a PCH with Modules
Ben Langmuir
2016-05-04
1
-12
/
+49
*
Method Pool in modules: we make sure that if a module contains an entry for
Manman Ren
2016-04-29
1
-0
/
+9
*
Module debugging: Fix the DWO filename for PCH in a relative path.
Adrian Prantl
2016-04-27
1
-2
/
+3
*
Revert 266186 as it breaks anything that includes type_traits on some platforms
Nemanja Ivanovic
2016-04-15
1
-3
/
+0
*
[modules] Remove CXX_BASE_SPECIFIERS_OFFSETS table. Instead of storing an ID of
Richard Smith
2016-04-14
1
-23
/
+0
*
[modules] Remove CXX_CTOR_INITIALIZERS_OFFSETS table. Instead of storing an ID
Richard Smith
2016-04-13
1
-23
/
+0
*
Enable support for __float128 in Clang
Nemanja Ivanovic
2016-04-13
1
-0
/
+3
*
[OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.
Alexey Bader
2016-04-13
1
-1
/
+1
*
[OpenCL] Complete image types support.
Alexey Bader
2016-04-08
1
-35
/
+4
*
[modules] Allow differences in flags that only affect preprocessor predefines
Richard Smith
2016-04-07
1
-0
/
+5
*
[modules] If both a module file and a module map for the same module are
Richard Smith
2016-03-28
1
-2
/
+13
*
[modules] When encoding SourceLocations in bitcode, rotate the 'is macro' flag
Richard Smith
2016-03-27
1
-9
/
+9
*
Encapsulate a couple of on-disk structures a little more.
Richard Smith
2016-03-27
1
-6
/
+6
*
Remove unused support for replacing declarations from chained AST files.
Richard Smith
2016-03-27
1
-11
/
+0
*
Store list of undefined-but-used objects in a deterministic order to fix
Richard Smith
2016-03-25
1
-1
/
+1
*
Serialize `pragma pointers_to_members` state.
Nico Weber
2016-03-03
1
-0
/
+16
*
Serialize `pragma ms_struct` state.
Nico Weber
2016-03-02
1
-2
/
+13
*
Generalize the consumed-parameter array on FunctionProtoType
John McCall
2016-03-01
1
-0
/
+11
*
Reduce the number of implicit StringRef->std::string conversions by threading...
Benjamin Kramer
2016-02-13
1
-1
/
+1
*
[Modules] Early-exit if ReadOptionsBlock fails to avoid crashing
Ben Langmuir
2016-02-11
1
-3
/
+4
*
[Modules] Don't infinite recurse on implicit import of circular modules in p...
Ben Langmuir
2016-02-11
1
-1
/
+3
*
[modules] Compress files embedded into a .pcm file, to reduce the disk usage ...
Richard Smith
2016-02-06
1
-21
/
+32
*
[modules] Factor out common code to mark identifier being "from AST", and add a
Richard Smith
2016-02-05
1
-15
/
+15
*
Fix predefine for __NSConstantString struct type
Ben Langmuir
2016-02-04
1
-0
/
+3
*
Reapply r259624, it is likely not the commit causing the bot failures.
Quentin Colombet
2016-02-03
1
-0
/
+3
*
Revert r259624 - Make CF constant string decl visible to name lookup to fix m...
Quentin Colombet
2016-02-03
1
-3
/
+0
*
Make CF constant string decl visible to name lookup to fix module errors
Ben Langmuir
2016-02-03
1
-0
/
+3
*
Annotate dump() methods with LLVM_DUMP_METHOD, addressing Richard Smith r2591...
Yaron Keren
2016-01-29
1
-1
/
+1
*
Module Debugging: Canonicalize the file names used as PCH module names
Adrian Prantl
2016-01-22
1
-2
/
+3
*
[OpenCL] Pipe type support
Xiuli Pan
2016-01-09
1
-0
/
+14
*
[OpenMP] Reapply rL256842: [OpenMP] Offloading descriptor registration and de...
Samuel Antao
2016-01-06
1
-0
/
+7
*
[OpenMP] Revert rL256842: [OpenMP] Offloading descriptor registration and dev...
Samuel Antao
2016-01-05
1
-7
/
+0
[next]