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
*
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
*
Tracking exception specification source locations
Malcolm Parsons
2017-01-12
2
-0
/
+3
*
Serialize the UsesSEH bit on FunctionDecl
Reid Kleckner
2017-01-10
2
-0
/
+3
*
[OpenMP] Sema and parsing for 'target teams distribute simd’ pragma
Kelvin Li
2017-01-10
2
-0
/
+19
*
PCH: fix a regression that reports a module is defined in both pch and pcm.
Manman Ren
2017-01-09
1
-11
/
+0
*
Simplify ASTReader ctor by using in-class initializers for many member variables
David Blaikie
2017-01-05
1
-19
/
+1
*
Simplify ASTReader ctor by using in-class initializers (NSDMIs to the rest of...
David Blaikie
2017-01-05
1
-18
/
+4
*
Use shared_ptr instead of IntrusiveRefCntPtr for ModuleFileExtension
David Blaikie
2017-01-05
3
-35
/
+30
*
Fix for LLVM Bitcode API change (to use std::shared_ptr)
David Blaikie
2017-01-04
3
-118
/
+118
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for simd’ p...
Kelvin Li
2017-01-03
2
-0
/
+20
*
[OpenMP] Sema and parsing for 'target teams distribute parallel for’ pragma
Kelvin Li
2016-12-29
2
-0
/
+19
*
[OpenMP] Sema and parsing for 'target teams distribute' pragma
Kelvin Li
2016-12-25
2
-2
/
+21
*
Rename several methods on ASTRecordReader to follow LLVM style (lowerCamelCase).
David L. Jones
2016-12-21
2
-365
/
+365
*
Store the "current position" index within the ASTRecordReader.
David L. Jones
2016-12-21
3
-715
/
+723
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-20
3
-0
/
+28
*
[ASTReader] Sort RawComments before merging
Bruno Cardoso Lopes
2016-12-19
1
-0
/
+4
*
Revert "[c++1z] P0195R2: Support pack-expansion of using-declarations."
Daniel Jasper
2016-12-19
3
-28
/
+0
*
[c++1z] P0195R2: Support pack-expansion of using-declarations.
Richard Smith
2016-12-19
3
-0
/
+28
*
Attempt to fix build failure and regressions due to r290056
Yaxun Liu
2016-12-18
2
-4
/
+4
*
Recommit r289979 [OpenCL] Allow disabling types and declarations associated w...
Yaxun Liu
2016-12-18
2
-12
/
+76
*
[OpenMP] Sema and parsing for 'target teams' pragma
Kelvin Li
2016-12-17
2
-0
/
+20
*
Revert r289979 due to regressions
Yaxun Liu
2016-12-16
2
-76
/
+12
*
[OpenCL] Allow disabling types and declarations associated with extensions
Yaxun Liu
2016-12-16
2
-12
/
+76
*
Add a class ASTRecordReader which wraps an ASTReader, a RecordData, and Modul...
David L. Jones
2016-12-15
3
-1447
/
+1378
*
Remove unused variable found by GCC warning.
Richard Smith
2016-12-14
1
-1
/
+1
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
4
-68
/
+16
*
Add two new AST nodes to represent initialization of an array in terms of
Richard Smith
2016-12-12
2
-0
/
+30
*
[modules] Add optional out-param to ASTReader::ReadAST for imported submodules.
Graydon Hoare
2016-12-09
1
-1
/
+6
*
Don't assert when redefining a built-in macro in a PCH, PR29119
Nico Weber
2016-12-09
1
-1
/
+1
*
[OpenMP] Sema and parsing for 'teams distribute parallel for' pragma
Kelvin Li
2016-12-09
2
-0
/
+19
*
[OpenCL] Refactor read_only/write_only pipes.
Joey Gouly
2016-12-01
2
-17
/
+6
*
[OpenMP] Sema and parsing for 'teams distribute parallel for simd' pragma
Kelvin Li
2016-11-30
2
-0
/
+19
[next]