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
/
Decl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Special case ObjCPropertyDecl for printing
David Goldman
2019-04-04
1
-1
/
+7
*
[Sema] Add some compile time _FORTIFY_SOURCE diagnostics
Erik Pilkington
2019-03-18
1
-11
/
+15
*
Avoid needlessly copying a block to the heap when a block literal
Akira Hatanaka
2019-02-27
1
-0
/
+1
*
[Builtins] Treat `bcmp` as a builtin.
Clement Courbet
2019-02-14
1
-0
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Diagnose an unused result from a call through a function pointer whose return...
Aaron Ballman
2019-01-03
1
-14
/
+0
*
Fix up diagnostics.
Richard Trieu
2018-12-14
1
-1
/
+1
*
[AST] Fix an uninitialized bug in the bits of FunctionDecl
Bruno Ricci
2018-12-03
1
-21
/
+23
*
[NFC] Move MultIversioning::Type into Decl so that it can be used in
Erich Keane
2018-11-28
1
-0
/
+11
*
Pass the function type instead of the return type to FunctionDecl::Create
Jonas Devlieghere
2018-11-11
1
-0
/
+1
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-1
/
+1
*
Implement Function Multiversioning for Non-ELF Systems.
Erich Keane
2018-10-25
1
-0
/
+4
*
[AST] Use -fvisibility value when ignoring -fv-i-h* inline static locals
Reid Kleckner
2018-10-10
1
-7
/
+17
*
[HIP] Support early finalization of device code for -fno-gpu-rdc
Yaxun Liu
2018-10-02
1
-1
/
+1
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-0
/
+8
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-8
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-0
/
+8
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-8
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-0
/
+8
*
[AST] correct the behavior of -fvisibility-inlines-hidden option (don't make ...
Hiroshi Inoue
2018-08-22
1
-0
/
+10
*
Add a new flag and attributes to control static destructor registration
Erik Pilkington
2018-08-21
1
-0
/
+6
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-5
/
+5
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-5
/
+5
*
[AST][3/4] Move the bit-fields from BlockDecl, LinkageSpecDecl and OMPDeclare...
Erich Keane
2018-08-01
1
-1
/
+10
*
[AST][2/4] Move the bit-fields from FunctionDecl and CXXConstructorDecl into ...
Erich Keane
2018-08-01
1
-8
/
+40
*
[AST][1/4] Move the bit-fields from TagDecl, EnumDecl and RecordDecl into Dec...
Erich Keane
2018-08-01
1
-20
/
+55
*
Remove trailing space
Fangrui Song
2018-07-30
1
-60
/
+60
*
[AST] Add a convenient getter from QualType to RecordDecl
George Karpenkov
2018-07-28
1
-6
/
+3
*
[ODRHash] Support hashing enums.
Richard Trieu
2018-07-25
1
-0
/
+11
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-0
/
+8
*
[ODRHash] Merge the two function hashes into one.
Richard Trieu
2018-07-10
1
-8
/
+5
*
[CUDA] Allow "extern __shared__ Foo foo[]" within anon. namespaces.
Justin Lebar
2018-05-17
1
-0
/
+17
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-7
/
+7
*
[CXX] Templates specialization visibility can be wrong
Steven Wu
2018-04-19
1
-3
/
+12
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-1
/
+1
*
Revert "[ObjC++] Never pass structs that transitively contain __weak fields in"
Akira Hatanaka
2018-04-09
1
-1
/
+1
*
[ObjC++] Never pass structs that transitively contain __weak fields in
Akira Hatanaka
2018-04-09
1
-1
/
+1
*
Add helper to determine if a field is a zero-length bitfield.
Richard Smith
2018-04-02
1
-0
/
+5
*
[ObjC++] Make parameter passing and function return compatible with ObjC
Akira Hatanaka
2018-03-28
1
-1
/
+1
*
Sink PrettyDeclStackTrace down to the AST library
Jordan Rose
2018-03-23
1
-0
/
+19
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-19
1
-1
/
+2
*
Revert "[ObjC] Allow declaring __weak pointer fields in C structs in
Akira Hatanaka
2018-03-12
1
-2
/
+1
*
[ObjC] Allow declaring __weak pointer fields in C structs in ARC.
Akira Hatanaka
2018-03-10
1
-1
/
+2
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-5
/
+5
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
1
-1
/
+3
*
[ODRHash] Fix hashing for friend functions.
Richard Trieu
2018-02-22
1
-0
/
+6
*
[AST] namespace ns { extern "C" { int X; }} prints as "ns::X", not as "X"
Sam McCall
2018-02-02
1
-3
/
+4
*
[AST] Use bit packing to reduce sizeof(TypedefNameDecl) from 88 to 80.
Benjamin Kramer
2018-01-26
1
-3
/
+1
*
[CUDA] CUDA has no device-side library builtins.
Artem Belevich
2018-01-23
1
-0
/
+7
*
PR35697: look at the first declaration when determining whether a function or
Richard Smith
2018-01-03
1
-3
/
+3
[prev]
[next]