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
...
*
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
*
[OPENMP] Prevent problems with linking of the static variables.
Alexey Bataev
2018-07-31
1
-21
/
+0
*
Remove trailing space
Fangrui Song
2018-07-30
1
-172
/
+172
*
[ARM, AArch64]: Use unadjusted alignment when passing composites as arguments
Momchil Velikov
2018-07-30
1
-0
/
+31
*
[OPENMP] Static variables on device must be externally visible.
Alexey Bataev
2018-07-27
1
-0
/
+21
*
DR330: when determining whether a cast casts away constness, consider
Richard Smith
2018-07-18
1
-10
/
+11
*
PR15730/PR16986 Allow dependently typed vector_size types.
Erich Keane
2018-07-13
1
-0
/
+40
*
DR330: look through array types when forming the cv-decomposition of a type.
Richard Smith
2018-07-11
1
-9
/
+74
*
Revert -r336726, which included more files than intended.
Erich Keane
2018-07-10
1
-39
/
+0
*
[NFC] Switch CodeGenFunction to use value init instead of member init lists
Erich Keane
2018-07-10
1
-0
/
+39
[prev]
[next]