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
*
[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
*
[OpenMP] Offloading descriptor registration and device codegen.
Samuel Antao
2016-01-05
1
-0
/
+7
*
ArrayRef-ize TemplateParameterList. NFC
David Majnemer
2015-12-27
1
-1
/
+1
*
[modules] Don't reject multiple modules providing contents for the same embed...
Richard Smith
2015-12-01
1
-1
/
+2
*
[modules] Refactor handling of -fmodules-embed-*. Track this properly rather
Richard Smith
2015-11-26
1
-19
/
+20
*
Add support for GCC's '__auto_type' extension, per the GCC manual:
Richard Smith
2015-11-11
1
-2
/
+2
*
[modules] If we're given a module file, via -fmodule-file=, for a module, but
Richard Smith
2015-11-05
1
-6
/
+12
*
[Sema] Implement __make_integer_seq
David Majnemer
2015-11-04
1
-0
/
+3
*
Introduce module file extensions to piggy-back data onto module files.
Douglas Gregor
2015-11-03
1
-41
/
+189
*
Fix missing builtin identifier infos with PCH+modules
Ben Langmuir
2015-10-28
1
-2
/
+4
*
Change MacroInfo::setArgumentList to take an ArrayRef instead of pointer and ...
Craig Topper
2015-10-22
1
-2
/
+1
*
Roll-back r250822.
Angel Garcia Gomez
2015-10-20
1
-1
/
+1
[next]