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
*
[modules] Cope with partial module macro information, fix memory leak found b...
Richard Smith
2015-04-22
1
-6
/
+4
*
[modules] Build a DAG of module macros for each identifier.
Richard Smith
2015-04-22
1
-28
/
+36
*
[modules] Move list of exported module macros from IdentifierInfo lookup tabl...
Richard Smith
2015-04-21
2
-398
/
+216
*
Try to work around failure to convert this lambda to a function pointer in so...
Richard Smith
2015-04-19
1
-4
/
+5
*
[modules] Refactor macro emission. No functionality change.
Richard Smith
2015-04-19
1
-76
/
+73
*
Revert file unintentionally changed in r235162.
Daniel Jasper
2015-04-17
1
-1
/
+1
*
clang-format: Add default fallback style.
Daniel Jasper
2015-04-17
1
-1
/
+1
*
[OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
Alexey Bataev
2015-04-16
2
-4
/
+22
*
[OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
2015-04-16
2
-0
/
+24
*
Workaround a performance issue with modules + PCH
Ben Langmuir
2015-04-10
1
-1
/
+4
*
[OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
Alexey Bataev
2015-04-10
2
-0
/
+18
*
[modules] Remove unused MACRO_TABLE record.
Richard Smith
2015-04-10
2
-41
/
+2
*
[OPENMP] Sema analysis for 'atomic capture' construct.
Alexey Bataev
2015-04-01
2
-0
/
+2
*
[OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
2015-03-30
2
-4
/
+4
*
[Modules] Work around PR23030 again, in a different code path, where
Chandler Carruth
2015-03-27
1
-6
/
+9
*
[modules] When merging class definitions, make the retained definition visible
Richard Smith
2015-03-27
2
-25
/
+31
*
[Modules] When walking the lookup results in a namespace, sort them by
Chandler Carruth
2015-03-27
1
-9
/
+23
*
[modules] Handle defining a tag with a typedef name for linkage purposes on t...
Richard Smith
2015-03-27
1
-6
/
+5
*
[Modules] Make Sema's map of referenced selectors have a deterministic
Chandler Carruth
2015-03-27
1
-5
/
+3
*
[Modules] Make our on-disk hash table of selector IDs be built in
Chandler Carruth
2015-03-27
1
-6
/
+5
*
[Modules] Sort the file IDs prior to building the flattened array of
Chandler Carruth
2015-03-27
1
-10
/
+13
*
[Modules] Make the AST serialization always use lexicographic order when
Chandler Carruth
2015-03-26
1
-4
/
+12
*
[Modules] Delete stale, pointless code. All tests still pass with this
Chandler Carruth
2015-03-26
1
-15
/
+0
*
[Modules] Fix a sneaky bug in r233249 where we would look for implicit
Chandler Carruth
2015-03-26
1
-25
/
+39
*
[Modules] Fix tiny bug where we failed to get the canonical decl when
Chandler Carruth
2015-03-26
1
-1
/
+1
*
[Modules] Preserve source order for the map of late parsed templates.
Chandler Carruth
2015-03-26
2
-7
/
+6
*
[Modules] Make "#pragma weak" undeclared identifiers be tracked
Chandler Carruth
2015-03-26
1
-9
/
+7
*
[Modules] Delete a bunch of complex code for ensuring visible decls in
Chandler Carruth
2015-03-26
2
-64
/
+4
*
[modules] If we reach a definition of a class for which we already have a
Richard Smith
2015-03-26
3
-1
/
+29
*
[Modules] A second attempt at writing out on-disk hash tables for the
Chandler Carruth
2015-03-26
1
-56
/
+157
*
Keep track of canonical decls in Redeclarable.
Manuel Klimek
2015-03-25
1
-0
/
+4
*
Revert "[Modules] When writing out the on-disk hash table for the decl contex...
Rafael Espindola
2015-03-25
1
-90
/
+15
*
[Modules] When writing out the on-disk hash table for the decl context
Chandler Carruth
2015-03-25
1
-15
/
+90
*
[Modules] Start making explicit modules produce deterministic output.
Chandler Carruth
2015-03-24
1
-13
/
+16
*
Track the source location of the dot or arrow operator in a MemberExpr.
Aaron Ballman
2015-03-24
2
-17
/
+19
*
Silence unused warning in non-assert builds.
Daniel Jasper
2015-03-24
1
-0
/
+1
*
[modules] Deserialize CXXCtorInitializer list for a constructor lazily.
Richard Smith
2015-03-24
5
-109
/
+220
*
A couple of readASTFileSignature improvements (NFC)
Ben Langmuir
2015-03-24
2
-20
/
+15
*
[modules] Fix an iterator invalidation bug found by the modules selfhost bot.
Richard Smith
2015-03-23
1
-4
/
+8
*
[OPENMP] Codegen for 'copyprivate' clause ('single' directive).
Alexey Bataev
2015-03-23
2
-4
/
+22
*
[modules] Remove redundant import of lexical decls when building a lookup table
Richard Smith
2015-03-23
3
-76
/
+89
*
Reverting 232853 and 232870 because they depend on 232793,
Vince Harron
2015-03-22
3
-76
/
+64
*
Reverting r232793 until some new LLDB failures are discussed
Vince Harron
2015-03-22
1
-10
/
+11
*
[OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.
Alexander Musman
2015-03-21
2
-1
/
+25
*
[modules] When either redecl chain merging or an update record causes us to
Richard Smith
2015-03-21
3
-60
/
+60
*
[modules] Remove temporary IdentifierInfo lookup results when we're done with...
Richard Smith
2015-03-20
2
-4
/
+16
*
[modules] Remove some redundant work when building a lookup table for a DeclC...
Richard Smith
2015-03-20
1
-11
/
+10
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
3
-11
/
+11
*
Make module files passed to a module build via -fmodule-file= available to
Richard Smith
2015-03-18
3
-9
/
+53
*
[modules] Fix bug where an anonymous namespace could cause the containing
Richard Smith
2015-03-17
1
-9
/
+18
[next]