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
/
AST
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix ObjC @encode for C++ classes w/virtual bases.
Eli Friedman
2013-09-18
1
-1
/
+2
*
-ast-dump support for variable templates.
Richard Smith
2013-09-18
1
-0
/
+48
*
Revert "Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately""
David Majnemer
2013-09-17
2
-7
/
+13
*
Revert "[-cxx-abi microsoft] Mangle local TagDecls appropriately"
David Majnemer
2013-09-17
2
-13
/
+7
*
[-cxx-abi microsoft] Mangle local TagDecls appropriately
David Majnemer
2013-09-17
2
-7
/
+13
*
Fix const-eval of vector init-lists of a vector.
Eli Friedman
2013-09-17
1
-1
/
+1
*
[-cxx-abi microsoft] Correctly identify Win32 entry points
David Majnemer
2013-09-16
2
-25
/
+37
*
Prune "return" after llvm_unreachable(). It was redundant.
NAKAMURA Takumi
2013-09-16
1
-1
/
+0
*
Part three of PR15721: if we have an invalid CXXDefaultInitExpr, don't crash if
Richard Smith
2013-09-13
1
-2
/
+6
*
ASTContext.cpp: Fix a warning in r190684. [-Wcovered-switch-default]
NAKAMURA Takumi
2013-09-13
1
-1
/
+2
*
A buildbot compiling with strict error on unused variables pointed out a
David Tweed
2013-09-13
1
-1
/
+0
*
Certain multi-platform languages, such as OpenCL, have the concept of
David Tweed
2013-09-13
2
-7
/
+39
*
[-cxx-abi microsoft] Mangle user defined entry points properly
David Majnemer
2013-09-13
1
-2
/
+25
*
[-cxx-abi microsoft] Mangle declarations inside extern "C"
David Majnemer
2013-09-13
1
-33
/
+76
*
Fix the end-location of a CXXTemporaryObjectExpr when it is created with a in...
Argyrios Kyrtzidis
2013-09-11
1
-1
/
+4
*
Tablegen now generates a StringSwitch for attributes containing enumeration a...
Aaron Ballman
2013-09-11
1
-0
/
+1
*
[-cxx-abi microsoft] Canonicalize array parameters better
David Majnemer
2013-09-11
1
-27
/
+23
*
volatile types are not trivially copyable.
Eli Friedman
2013-09-11
1
-3
/
+6
*
Add unused markings to suppress warnings.
Eli Friedman
2013-09-10
2
-4
/
+10
*
PR5683: Issue a warning when subtracting pointers to types of zero size, and
Richard Smith
2013-09-10
1
-0
/
+9
*
[ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC does
Reid Kleckner
2013-09-10
2
-6
/
+31
*
[ms-cxxabi] Implement guard variables for static initialization
Reid Kleckner
2013-09-10
7
-15
/
+113
*
C++ modules: fix a bug where loading a declaration with some name would prevent
Richard Smith
2013-09-09
1
-14
/
+20
*
Correct typo.
David Majnemer
2013-09-07
1
-2
/
+2
*
'return' before 'else' is bad style
David Majnemer
2013-09-07
1
-6
/
+8
*
AST: __uuidof should leak through templated types
David Majnemer
2013-09-07
1
-6
/
+47
*
Fix missing source location in CXXTemporaryObjectExpr nodes.
Enea Zaffanella
2013-09-07
1
-9
/
+10
*
OpenMP: Data-sharing attributes analysis and clause 'shared' (fixed test thre...
Alexey Bataev
2013-09-06
3
-0
/
+41
*
Mark lambda closure classes as being implicitly-generated.
James Dennett
2013-09-05
1
-0
/
+1
*
Add new methods for TargetInfo:
Stepan Dyatkovskiy
2013-09-05
1
-0
/
+34
*
Note when a decl is used in AST files.
Eli Friedman
2013-09-05
1
-0
/
+10
*
PR17103: Scoped enumerations with signed integer types have signed integer
Richard Smith
2013-09-04
1
-4
/
+4
*
ASTDumper: fix dump of CXXCatchStmt
Pavel Labath
2013-09-04
1
-0
/
+6
*
Remove useless reinterpret_casts from Stmt.cpp
Pavel Labath
2013-09-03
1
-9
/
+9
*
Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'"
Rafael Espindola
2013-09-03
3
-41
/
+0
*
OpenMP: Data-sharing attributes analysis and clause 'shared'
Alexey Bataev
2013-09-03
3
-0
/
+41
*
Mark that qualifiers can prefix the auto type. This seems to just have
Chandler Carruth
2013-09-02
1
-1
/
+1
*
Mention in AST dump whether a class declaration is a definition.
Richard Smith
2013-08-30
1
-0
/
+2
*
Don't eagerly load all conversion operators when loading a class declaration
Richard Smith
2013-08-30
1
-25
/
+41
*
Add ms_abi and sysv_abi attribute handling.
Charles Davis
2013-08-30
4
-0
/
+16
*
Be lazier when loading KeyFunctions from PCH/modules. We don't need to load
Richard Smith
2013-08-29
1
-12
/
+11
*
Adjust clang for change to APFloat::toString.
Eli Friedman
2013-08-29
1
-1
/
+10
*
AST: Don't treat a TemplateExpansion as a Template
David Majnemer
2013-08-28
1
-7
/
+5
*
Delete CC_Default and use the target default CC everywhere
Reid Kleckner
2013-08-27
6
-46
/
+34
*
[-cxx-abi microsoft] Remove ArgIndex, we handle all template argument kinds!
David Majnemer
2013-08-27
1
-20
/
+6
*
Show which decls are marked invalid in -ast-dump.
Nick Lewycky
2013-08-27
1
-0
/
+3
*
Itanium mangler: remove "proposal" comments for manglings that are in the
Richard Smith
2013-08-27
1
-13
/
+8
*
Handle predefined expression for a captured statement
Wei Pan
2013-08-26
1
-0
/
+10
*
Fix virtual destructor mangling when using "-cxx-abi microsoft" on x64
Timur Iskhodzhanov
2013-08-26
1
-1
/
+1
*
[-cxx-abi microsoft] Unnamed types are mangled less wrong
David Majnemer
2013-08-26
1
-2
/
+2
[next]