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
/
CodeGen
/
CGDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid Attr.h includes, CodeGen edition
Reid Kleckner
2019-12-09
1
-1
/
+2
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-4
/
+5
*
Revert "[NFC] Pass a reference to CodeGenFunction to methods of LValue and"
Akira Hatanaka
2019-12-03
1
-5
/
+4
*
[NFC] Pass a reference to CodeGenFunction to methods of LValue and
Akira Hatanaka
2019-12-03
1
-4
/
+5
*
Revert "re-land [DebugInfo] Add debug location to stubs generated by CGDeclCX...
Alexandre Ganea
2019-11-15
1
-9
/
+3
*
re-land [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...
Alexandre Ganea
2019-11-15
1
-3
/
+9
*
[HIP] Add option -fgpu-allow-device-init
Yaxun (Sam) Liu
2019-10-22
1
-1
/
+6
*
Fix Calling Convention through aliases
Erich Keane
2019-10-07
1
-2
/
+2
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
1
-7
/
+4
*
Revert: [DebugInfo] Add debug location to stubs generated by CGDeclCXX and ma...
Alexandre Ganea
2019-09-05
1
-9
/
+3
*
[DebugInfo] Add debug location to stubs generated by CGDeclCXX and mark them ...
Alexandre Ganea
2019-09-05
1
-3
/
+9
*
Revert r369458 "[DebugInfo] Add debug location to dynamic atexit destructor"
Hans Wennborg
2019-08-22
1
-2
/
+0
*
[DebugInfo] Add debug location to dynamic atexit destructor
Alexandre Ganea
2019-08-20
1
-0
/
+2
*
ARM MTE stack sanitizer.
Evgeniy Stepanov
2019-07-15
1
-0
/
+4
*
[OpenCL][PR41727] Prevent ICE on global dtors
Anastasia Stulova
2019-07-15
1
-3
/
+17
*
[OpenMP] Add support for handling declare target to clause when unified memor...
Gheorghe-Teodor Bercea
2019-06-20
1
-1
/
+1
*
PR42111: Use guarded initialization for thread-local variables with
Richard Smith
2019-06-05
1
-1
/
+7
*
[OpenCL] Make global ctor init function a kernel
Anastasia Stulova
2019-05-09
1
-0
/
+13
*
Fix bug 37903:MS ABI: handle inline static data member and inline variable as...
Jennifer Yu
2019-04-25
1
-1
/
+7
*
[codeview] Fix symbol names for dynamic initializers and atexit stubs
Reid Kleckner
2019-04-24
1
-6
/
+6
*
Revert r357610, it caused PR41471
Nico Weber
2019-04-11
1
-6
/
+0
*
Bug-40323: MS ABI adding template static member in the linker directive secti...
Jennifer Yu
2019-04-03
1
-0
/
+6
*
IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.
Peter Collingbourne
2019-03-22
1
-1
/
+1
*
[opaque pointer types] Pass through function types for TLS
James Y Knight
2019-02-07
1
-11
/
+13
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-2
/
+2
*
[opaque pointer types] Trivial changes towards CallInst requiring
James Y Knight
2019-02-03
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-1
/
+4
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-4
/
+1
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-1
/
+4
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
[CodeGen][CXX]: Fix no_destroy CG bug under specific circumstances
Kristina Brooks
2018-11-12
1
-0
/
+9
*
[clang]: Fix misapplied patch in 346582.
Kristina Brooks
2018-11-10
1
-1
/
+1
*
Correct naming conventions and 80 col rule violation in CGDeclCXX.cpp. NFC.
Kristina Brooks
2018-11-10
1
-16
/
+17
*
Part of PR39508: Emit an @llvm.invariant.start after storing to
Richard Smith
2018-10-31
1
-9
/
+19
*
[AArch64] Branch Protection and Return Address Signing B Key Support
Luke Cheeseman
2018-10-25
1
-1
/
+11
*
[AArch64] Enable return address signing for static ctors
Oliver Stannard
2018-09-13
1
-0
/
+6
*
[MSan] add KMSAN support to Clang driver
Alexander Potapenko
2018-09-07
1
-0
/
+4
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-7
/
+7
*
Add a command line option 'fregister_global_dtors_with_atexit' to
Akira Hatanaka
2018-04-17
1
-0
/
+3
*
hwasan: add -fsanitize=kernel-hwaddress flag
Andrey Konovalov
2018-04-13
1
-0
/
+4
*
PR36992: do not store beyond the dsize of a class object unless we know
Richard Smith
2018-04-05
1
-1
/
+2
*
Add the -fsanitize=shadow-call-stack flag
Vlad Tsyrklevich
2018-04-03
1
-0
/
+4
*
[OPENMP] Codegen for ctor|dtor of declare target variables.
Alexey Bataev
2018-03-28
1
-0
/
+4
*
Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.
Rafael Espindola
2018-02-28
1
-1
/
+1
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
1
-0
/
+1
*
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
1
-1
/
+3
*
Hardware-assisted AddressSanitizer (clang part).
Evgeniy Stepanov
2017-12-09
1
-0
/
+4
*
Allow specifying sanitizers in blacklists
Vlad Tsyrklevich
2017-09-25
1
-11
/
+19
[next]