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
...
*
[ODRHash] Finish FieldDecl support by handling mutable and initializers.
Richard Trieu
2017-02-24
1
-1
/
+48
*
[ODRHash] Add handling of bitfields
Richard Trieu
2017-02-24
1
-0
/
+26
*
[ODRHash] Add handling of TypedefType and DeclarationName
Richard Trieu
2017-02-24
1
-0
/
+47
*
Represent pass_object_size attrs in ExtParameterInfo
George Burgess IV
2017-02-24
1
-3
/
+4
*
[ODRHash] Add IdentiferInfo and FieldDecl support.
Richard Trieu
2017-02-23
1
-0
/
+22
*
[ODRHash] static_cast and Stmt hashing.
Richard Trieu
2017-02-22
1
-0
/
+101
*
Fix 'control reaches end of non-void function' warning
Simon Pilgrim
2017-02-22
1
-1
/
+2
*
[ODRHash] Avoid dereferencing end() of a SmallVector.
Benjamin Kramer
2017-02-22
1
-1
/
+2
*
Add more ODR checking.
Richard Trieu
2017-02-22
1
-12
/
+132
*
Part of adding an improved ODR checker.
Richard Trieu
2017-02-18
2
-0
/
+3
*
[modules] Load the ModuleOffsetMap from the module header lazily.
Richard Smith
2017-02-18
2
-85
/
+113
*
[OpenMP] Prepare Sema for initial implementation for pragma 'distribute paral...
Carlo Bertolli
2017-02-17
2
-0
/
+4
*
Add an explicit derived class of FunctionDecl to model deduction guides rather
Richard Smith
2017-02-17
3
-0
/
+15
*
Revert r295421, new ODR checker for modules, to fix build bot.
Richard Trieu
2017-02-17
3
-631
/
+10
*
Add better ODR checking for modules.
Richard Trieu
2017-02-17
3
-10
/
+631
*
[OpenCL] Correct ndrange_t implementation
Anastasia Stulova
2017-02-16
2
-6
/
+0
*
Revert r295284: Add better ODR checking for modules.
Richard Trieu
2017-02-16
3
-633
/
+10
*
Loosen a Type check ODR checking to try to fix the build bot.
Richard Trieu
2017-02-16
1
-2
/
+4
*
Add better ODR checking for modules.
Richard Trieu
2017-02-16
3
-10
/
+631
*
[Modules] Consider enable_if attrs in isSameEntity.
George Burgess IV
2017-02-15
1
-2
/
+42
*
Delete useless / in comment. NFC.
George Burgess IV
2017-02-14
1
-1
/
+1
*
ASTReader: Refactor common code for writing function definitions, to match th...
David Blaikie
2017-02-12
1
-17
/
+15
*
[Concepts] Class template associated constraints
Hubert Tong
2017-02-10
1
-0
/
+1
*
Sink IsExplicitSpecified flag from CXXConstructorDecl and CXXConversionDecl
Richard Smith
2017-02-10
2
-6
/
+3
*
[ASTReader] Improve ReadASTBlock error message when module not available
Bruno Cardoso Lopes
2017-02-07
1
-1
/
+4
*
[PCH] Fix a regression when PCH is used with -fmodules
Bruno Cardoso Lopes
2017-02-07
1
-1
/
+2
*
P0091R3: Implement basic parsing support for C++17 deduction-guides.
Richard Smith
2017-02-07
2
-4
/
+19
*
Fix modules codegen to be compatible with modules-ts
David Blaikie
2017-01-31
1
-2
/
+2
*
Revert r293585 "Add better ODR checking for modules."
Sam McCall
2017-01-31
3
-631
/
+10
*
Add better ODR checking for modules.
Richard Trieu
2017-01-31
3
-10
/
+631
*
[c-index-test] Provide capability to index module file imports and dump their...
Argyrios Kyrtzidis
2017-01-30
1
-0
/
+16
*
Prototype of modules codegen
David Blaikie
2017-01-30
3
-11
/
+50
*
Modules: Fix a minor performance bug from r293393
Duncan P. N. Exon Smith
2017-01-29
1
-3
/
+4
*
Modules: Simplify the ModuleFile constructor; likely NFC
Duncan P. N. Exon Smith
2017-01-29
1
-22
/
+0
*
Modules: Return early in ModuleManager::addModule; NFC
Duncan P. N. Exon Smith
2017-01-28
1
-71
/
+72
*
Modules: Clean up ModuleFile::Imports in ModuleManager::removeModules
Duncan P. N. Exon Smith
2017-01-28
1
-3
/
+3
*
Modules: Enforce that ModuleManager::removeModules deletes the tail
Duncan P. N. Exon Smith
2017-01-28
2
-15
/
+16
*
Modules: Clarify ownership of ModuleFile instances in ModuleManager, NFC
Duncan P. N. Exon Smith
2017-01-28
1
-34
/
+25
*
Modules: Return ModuleFile& from ModuleManager::begin, etc.; NFC
Duncan P. N. Exon Smith
2017-01-28
3
-51
/
+49
*
Modules: Separate out a checkSignature helper, almost NFC
Duncan P. N. Exon Smith
2017-01-28
1
-13
/
+16
*
[modules] When reading / writing a typedef that is a name for linkage for
Richard Smith
2017-01-26
2
-0
/
+6
*
PR0091R3: Implement parsing support for using templates as types.
Richard Smith
2017-01-26
2
-0
/
+27
*
Remove and replace DiagStatePoint tracking and lookup data structure.
Richard Smith
2017-01-26
2
-52
/
+93
*
[OpenMP] Support for thread_limit-clause on the 'target teams' directive.
Arpith Chacko Jacob
2017-01-25
2
-0
/
+2
*
[OpenMP] Support for num_teams-clause on the 'target teams' directive.
Arpith Chacko Jacob
2017-01-25
2
-0
/
+2
*
[OpenMP] Support for the num_threads-clause on 'target parallel'.
Arpith Chacko Jacob
2017-01-25
2
-0
/
+2
*
Switch TableGen to emit calls to ASTRecordReader for AttrPCHRead.
David L. Jones
2017-01-24
1
-6
/
+5
*
[OpenMP] Support for the if-clause on the combined directive 'target parallel'.
Arpith Chacko Jacob
2017-01-18
2
-1
/
+5
*
[ASTReader] Add a DeserializationListener callback for IMPORTED_MODULES
Graydon Hoare
2017-01-18
1
-1
/
+4
*
[Clang] - Update code to match upcoming llvm::zlib API.
George Rimar
2017-01-17
2
-17
/
+36
[prev]
[next]