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
/
ASTContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-0
/
+25
*
[builtin] Fixed definitions of builtins that rely on the int/long long type i...
Karl-Johan Karlsson
2019-05-16
1
-6
/
+27
*
Make getObjCEncodingForTypeImpl() take a bitmask instead of 8 bools
Nico Weber
2019-05-14
1
-106
/
+78
*
[clang][ASTContext] Call setAttached for comments attached to a declaration
Jan Korous
2019-05-13
1
-0
/
+2
*
Fix and test for assertion error in P41835.
Leonard Chan
2019-05-10
1
-0
/
+6
*
Add name comments for bools passed to getObjCEncodingForTypeImpl()
Nico Weber
2019-05-10
1
-52
/
+85
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-1
/
+14
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-1
/
+18
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-18
/
+1
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-1
/
+18
*
Replace ad-hoc tracking of pattern for an instantiated class-scope
Richard Smith
2019-05-02
1
-20
/
+1
*
[COFF, ARM64] Align global symbol by size for ARM64 MSVC ABI
Tom Tan
2019-05-02
1
-3
/
+6
*
[NFC] typo
JF Bastien
2019-04-30
1
-1
/
+1
*
[clang][ASTContext] Try to exit early before loading serialized comments from...
Jan Korous
2019-04-10
1
-18
/
+22
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-2
/
+2
*
Give builtins and alloc/dealloc operators the default calling convention.
Erich Keane
2019-03-04
1
-2
/
+4
*
[OPENMP]Delay emission of the error for unsupported types.
Alexey Bataev
2019-02-27
1
-4
/
+20
*
Reapply "Make static counters in ASTContext non-static." with fixes.
Alexander Kornienko
2019-02-25
1
-13
/
+0
*
Revert "Make static counters in ASTContext non-static."
Vlad Tsyrklevich
2019-02-25
1
-0
/
+13
*
Make static counters in ASTContext non-static.
Alexander Kornienko
2019-02-25
1
-13
/
+0
*
[Sema] Diagnose floating point conversions based on target semantics
Erik Pilkington
2019-02-16
1
-0
/
+6
*
[CUDA][HIP] Use device side kernel and variable names when registering them
Yaxun Liu
2019-02-14
1
-2
/
+4
*
Look through typedefs in getFunctionTypeWithExceptionSpec
Stephan Bergmann
2019-02-13
1
-1
/
+1
*
Rename getTypeQualifiers to getMethodQualifiers.
Anastasia Stulova
2019-01-28
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+4
*
[NFC] Fix wParentheses warning in ASTContext getFixedPointSemantics
Erich Keane
2019-01-18
1
-3
/
+3
*
[Fixed Point Arithmetic] Fixed Point Addition
Leonard Chan
2019-01-16
1
-1
/
+42
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-1
/
+1
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-2
/
+3
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-3
/
+2
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-2
/
+3
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-1
/
+1
*
Revert "Multiversioning- Ensure all MV functions are emitted."
Erich Keane
2018-12-07
1
-4
/
+0
*
Correct 'target' default behavior on redecl, allow forward declaration.
Erich Keane
2018-11-28
1
-2
/
+2
*
[AST] Allow limiting the scope of common AST traversals (getParents, RAV).
Sam McCall
2018-11-14
1
-161
/
+168
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-08
1
-0
/
+10
*
Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...
Andrew Savonichev
2018-11-07
1
-10
/
+0
*
[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension
Andrew Savonichev
2018-11-07
1
-0
/
+10
*
Multiversioning- Ensure all MV functions are emitted.
Erich Keane
2018-11-01
1
-0
/
+4
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-3
/
+3
*
AST: fix a typo in a comment (NFC)
Saleem Abdulrasool
2018-10-27
1
-1
/
+1
*
Driver,CodeGen: introduce support for Swift CFString layout
Saleem Abdulrasool
2018-10-24
1
-18
/
+56
*
AST: unindent CFConstantStringDecl by inverting condition (NFC)
Saleem Abdulrasool
2018-10-24
1
-42
/
+40
*
[AST] Pack the bit-fields of FunctionProtoType into Type.
Bruno Ricci
2018-10-02
1
-24
/
+13
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-6
/
+5
*
[clang-cl] Fix PR38934: failing to dllexport class template member w/ explici...
Hans Wennborg
2018-09-14
1
-0
/
+8
*
Track definition merging on the canonical declaration even when local
Richard Smith
2018-09-12
1
-4
/
+1
*
Revert r342019, "Track definition merging on the canonical declaration
Richard Smith
2018-09-12
1
-1
/
+4
*
Track definition merging on the canonical declaration even when local
Richard Smith
2018-09-12
1
-4
/
+1
[next]