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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use AddString/ReadString instead of doing it manually NFC
Ben Langmuir
2015-06-23
2
-8
/
+3
*
[Modules] Consider -fmodule-feature in module hash and when loading
Ben Langmuir
2015-06-23
2
-0
/
+13
*
[OPENMP] Initial support for 'depend' clause (4.0).
Alexey Bataev
2015-06-23
2
-0
/
+26
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
9
-32
/
+31
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
9
-31
/
+32
*
ASTReader: Treat InputFileOffsets as unaligned to avoid UB
Justin Bogner
2015-06-21
1
-1
/
+2
*
Revert "ASTReader: Copy input file offset data to avoid unaligned accesses"
Justin Bogner
2015-06-21
1
-10
/
+2
*
ASTReader: Copy input file offset data to avoid unaligned accesses
Justin Bogner
2015-06-20
1
-2
/
+10
*
Introduce a PCHContainerOperations interface (NFC).
Adrian Prantl
2015-06-20
4
-60
/
+59
*
[modules] When determining whether a definition of a class is visible, check ...
Richard Smith
2015-06-20
1
-0
/
+3
*
[modules] Refactor and slightly simplify class definition merging.
Richard Smith
2015-06-20
1
-48
/
+26
*
Extend type nullability qualifiers for Objective-C.
Douglas Gregor
2015-06-19
2
-2
/
+5
*
[modules] Merging support for enums with a local definition prior to the first
Richard Smith
2015-06-18
1
-43
/
+54
*
[OPENMP] Support for '#pragma omp taskgroup' directive.
Alexey Bataev
2015-06-18
2
-0
/
+15
*
[modules] Ensure that if we merge the definitions of two enumerations, that
Richard Smith
2015-06-17
1
-17
/
+23
*
[modules] Fix typo in default argument merging.
Richard Smith
2015-06-17
1
-3
/
+3
*
[OPENMP] Remove last iteration separation for loop-based constructs.
Alexey Bataev
2015-06-16
2
-5
/
+2
*
[modules] Better support for redefinitions of an entity from the same module.
Richard Smith
2015-06-15
1
-3
/
+0
*
push_back() loop -> append() for random access iterators.
Benjamin Kramer
2015-06-12
1
-2
/
+1
*
[modules] Track all default template arguments for a given parameter across
Richard Smith
2015-06-10
1
-2
/
+1
*
[modules] Reconstruct template default argument inheritance on reload rather
Richard Smith
2015-06-10
2
-29
/
+57
*
Refactor storage of default template arguments.
Richard Smith
2015-06-10
2
-18
/
+37
*
Implementing C99 partial re-initialization behavior (DR-253)
Yunzhong Gao
2015-06-10
3
-0
/
+32
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-4
/
+3
*
Refactor MacroInfo so macro arguments can be iterated with range-based for lo...
Daniel Marjamaki
2015-05-29
1
-3
/
+2
*
Rename a helper template function to 'bytes' to avoid a C++17 STL conflict
Reid Kleckner
2015-05-21
1
-15
/
+15
*
Allow skipping imports in the module visitor.
Manuel Klimek
2015-05-20
3
-35
/
+99
*
[AST] Put VarDeclBitfields on a diet
David Majnemer
2015-05-19
2
-21
/
+18
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-18
2
-1
/
+45
*
[modules] Retain the name as written for umbrella headers and directories, ra...
Richard Smith
2015-05-16
2
-12
/
+15
*
[modules] Add local submodule visibility support for declarations.
Richard Smith
2015-05-15
3
-17
/
+39
*
Refactor: when exposing a definition in some module, provide listeners with the
Richard Smith
2015-05-15
1
-4
/
+3
*
Revert "Detect uses of mismatching forms of 'new' and 'delete'"
Diego Novillo
2015-05-14
2
-45
/
+1
*
Detect uses of mismatching forms of 'new' and 'delete'
Ismail Pazarbasi
2015-05-14
2
-1
/
+45
*
[modules] Fix a #include cycle when building a module for our builtin headers.
Richard Smith
2015-05-14
1
-5
/
+9
*
[OPENMP] Fixed support for 'schedule' clause with non-constant chunk size.
Alexey Bataev
2015-05-12
2
-0
/
+2
*
[modules] Don't bother registering loaded macros if there are none.
Richard Smith
2015-05-04
1
-1
/
+2
*
Rename MacroDefinition -> MacroDefinitionRecord, Preprocessor::MacroDefinitio...
Richard Smith
2015-05-04
2
-15
/
+15
*
[modules] Remove dead code from Module for tracking macro import locations.
Richard Smith
2015-05-02
2
-8
/
+2
*
[modules] If a module #includes a modular header that #undef's its macro, it
Richard Smith
2015-05-02
1
-1
/
+1
*
[modules] Add -fmodules-local-submodule-visibility flag.
Richard Smith
2015-05-01
1
-28
/
+17
*
Fix a few line endings. NFC.
Yunzhong Gao
2015-05-01
2
-19
/
+19
*
[modules] Start moving the module visibility information off the Module itself.
Richard Smith
2015-05-01
2
-35
/
+7
*
Remove dead code: a MacroDirective can't be imported or ambiguous any more.
Richard Smith
2015-04-30
2
-26
/
+3
*
[modules] Stop trying to fake up a linear MacroDirective history.
Richard Smith
2015-04-29
3
-196
/
+7
*
[modules] Refactor creation of ModuleMacros and create them when importing fr...
Richard Smith
2015-04-23
1
-7
/
+6
*
[modules] Remove the now-redundant import of all pending macros at the end of...
Richard Smith
2015-04-23
1
-27
/
+8
*
[modules] Store a ModuleMacro* on an imported macro directive rather than dup...
Richard Smith
2015-04-23
2
-71
/
+46
*
[modules] Determine the set of macros exported by a submodule at the end of t...
Richard Smith
2015-04-23
2
-111
/
+28
*
Silencing a -Wunused-variable warning; NFC.
Aaron Ballman
2015-04-22
1
-2
/
+1
[next]