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
*
[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
*
Fix tracking of merged definitions when the merge target is also merged
Richard Smith
2018-09-12
1
-2
/
+2
*
Ensure canonical type is actually canonical.
Richard Trieu
2018-08-30
1
-2
/
+2
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-1
/
+1
*
[AST] Store the OwnedTagDecl as a trailing object in ElaboratedType.
Bruno Ricci
2018-08-16
1
-2
/
+4
*
[OPENMP] FIx processing of declare target variables.
Alexey Bataev
2018-08-15
1
-5
/
+6
*
[OPENMP] Fix processing of declare target construct.
Alexey Bataev
2018-08-14
1
-7
/
+3
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-1
/
+1
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-1
/
+1
*
Enforce instantiation of template multiversion functions
Erich Keane
2018-08-13
1
-1
/
+1
*
[CodeGen] Merge equivalent block copy/helper functions.
Akira Hatanaka
2018-08-10
1
-8
/
+11
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
[Fixed Point Arithmetic] Fixed Point Constant
Leonard Chan
2018-08-06
1
-0
/
+20
*
[AST] Add individual size info for Types in -print-stats
Bruno Ricci
2018-08-06
1
-1
/
+3
*
Try to make builtin address space declarations not useless
Matt Arsenault
2018-08-02
1
-3
/
+15
[next]