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
/
ItaniumMangle.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the MS qualifiers __ptr32, __ptr64, __sptr, __uptr.
Amy Huang
2019-12-18
1
-0
/
+10
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-19
1
-1
/
+1
*
Revert "[NFC] Refactor representation of materialized temporaries"
Nico Weber
2019-11-17
1
-1
/
+1
*
[NFC] Refactor representation of materialized temporaries
Tyker
2019-11-16
1
-1
/
+1
*
[c++20] Add CXXRewrittenBinaryOperator to represent a comparison
Richard Smith
2019-10-19
1
-0
/
+11
*
[Concepts] ConceptSpecializationExprs mangling
Saar Raz
2019-10-17
1
-3
/
+14
*
Revert 374967 "[Concepts] ConceptSpecializationExprs mangling"
Nico Weber
2019-10-16
1
-14
/
+3
*
[Concepts] ConceptSpecializationExprs mangling
Saar Raz
2019-10-16
1
-3
/
+14
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+1
*
Revert 374882 "[Concepts] Concept Specialization Expressions"
Nico Weber
2019-10-15
1
-1
/
+0
*
[Concepts] Concept Specialization Expressions
Saar Raz
2019-10-15
1
-0
/
+1
*
[ItaniumMangle] Fix mangling of GNU __null in an expression to match GCC
James Clarke
2019-10-08
1
-2
/
+5
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-1
/
+1
*
Rename TypeNodes.def to TypeNodes.inc for consistency across all
John McCall
2019-10-02
1
-2
/
+2
*
Fix crash mangling an explicit lambda non-type template parameter pack
Richard Smith
2019-09-10
1
-1
/
+2
*
Update comment for <template-param-decl> mangling to match extended mangling ...
Richard Smith
2019-09-06
1
-0
/
+1
*
[c++20] Fix some ambiguities in our mangling of lambdas with explicit
Richard Smith
2019-09-05
1
-28
/
+75
*
Add SVE opaque built-in types
Richard Sandiford
2019-08-09
1
-0
/
+9
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[ItaniumMangle] Refactor long double/__float128 mangling and fix the mangled ...
Fangrui Song
2019-07-09
1
-21
/
+10
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-0
/
+1
*
Fix crash and rejects-valid when a later template parameter or default
Richard Smith
2019-06-20
1
-1
/
+1
*
[OPENMP]Use host's mangling for 128 bit float types on the device.
Alexey Bataev
2019-06-18
1
-6
/
+22
*
Add curley brackets to case statement that declares a variable.
Erich Keane
2019-05-29
1
-1
/
+2
*
[c++20] P0780R2: Support pack-expansion of init-captures.
Richard Smith
2019-05-21
1
-31
/
+30
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-0
/
+1
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-0
/
+2
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-0
/
+1
*
[c++20] Implement P0428R2 - Familiar template syntax for generic lambdas
Hamza Sood
2019-05-04
1
-1
/
+23
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-1
/
+0
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-0
/
+1
*
Add a spelling of pass_object_size that uses __builtin_dynamic_object_size
Erik Pilkington
2019-03-19
1
-1
/
+4
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-1
/
+2
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[mingw] Don't mangle thiscall like fastcall etc
Reid Kleckner
2018-12-21
1
-2
/
+8
*
Mangle calling conventions into function pointer types where GCC does
Reid Kleckner
2018-12-14
1
-5
/
+10
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-3
/
+2
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-2
/
+3
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-3
/
+2
*
[AArch64] Add aarch64_vector_pcs function attribute to Clang
Sander de Smalen
2018-11-26
1
-0
/
+1
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+6
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-6
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-0
/
+6
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-0
/
+4
*
PR26547: alignof should return ABI alignment, not preferred alignment
Richard Smith
2018-10-26
1
-0
/
+1
*
NFC: Remove MANGLE_CHECKER from ItaniumMangle.cpp
Erik Pilkington
2018-10-23
1
-17
/
+0
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-26
1
-2
/
+2
*
Append new attributes to the end of an AttributeList.
Michael Kruse
2018-08-03
1
-4
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-68
/
+68
[next]