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
/
CGClass.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenCL] Preserve addrspace in CGClass (PR43145)
Sven van Haastregt
2019-10-17
1
-2
/
+5
*
Reland: Dead Virtual Function Elimination
Oliver Stannard
2019-10-17
1
-4
/
+14
*
Revert "Dead Virtual Function Elimination"
Jorge Gorbe Moya
2019-10-14
1
-14
/
+4
*
Dead Virtual Function Elimination
Oliver Stannard
2019-10-11
1
-4
/
+14
*
Codegen - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-07
1
-1
/
+1
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-11
/
+11
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
1
-1
/
+1
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-22
1
-15
/
+25
*
Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCL
Ilya Biryukov
2019-07-18
1
-25
/
+15
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-18
1
-15
/
+25
*
Rename CodeGenFunction::overlapFor* to getOverlapFor*.
Richard Smith
2019-06-20
1
-3
/
+3
*
Fix an off-by-one mistake in IRGen's copy-construction
John McCall
2019-04-10
1
-1
/
+1
*
[PR41276] Fixed incorrect generation of addr space cast for 'this' in C++.
Anastasia Stulova
2019-04-04
1
-11
/
+17
*
IRGen: Remove StructorType; thread GlobalDecl through more code. NFCI.
Peter Collingbourne
2019-03-22
1
-2
/
+1
*
[MS] Skip vbase construction in abstract class ctors
Reid Kleckner
2019-03-18
1
-13
/
+21
*
[PR40778] Preserve addr space in Derived to Base cast.
Anastasia Stulova
2019-03-07
1
-1
/
+2
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AST] Remove ASTContext from getThisType (NFC)
Brian Gesiak
2019-01-11
1
-4
/
+4
*
[CodeGen] Fix assertion on emitting cleanup for object with inlined inherited...
Volodymyr Sapsai
2018-12-20
1
-0
/
+1
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-13
1
-1
/
+13
*
Revert "[OpenCL] Add generic AS to 'this' pointer"
Mikael Nilsson
2018-12-12
1
-13
/
+1
*
[OpenCL] Add generic AS to 'this' pointer
Mikael Nilsson
2018-12-12
1
-1
/
+13
*
Move CodeGenOptions from Frontend to Basic
Richard Trieu
2018-12-11
1
-1
/
+1
*
[NFC] Move storage of dispatch-version to GlobalDecl
Erich Keane
2018-11-13
1
-2
/
+2
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-1
/
+1
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-1
/
+1
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-1
/
+1
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-1
/
+1
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-1
/
+1
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-1
/
+1
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-2
/
+2
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
[UBSan] Strengthen pointer checks in 'new' expressions
Serge Pavlov
2018-07-28
1
-17
/
+29
*
Implement CFI for indirect calls via a member function pointer.
Peter Collingbourne
2018-06-26
1
-1
/
+3
*
[CodeGen] Provide source locations for UBSan type checks when emitting constr...
Igor Kudrin
2018-06-25
1
-7
/
+8
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-1
/
+1
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
1
-4
/
+4
*
PR36992: do not store beyond the dsize of a class object unless we know
Richard Smith
2018-04-05
1
-27
/
+39
*
Recommit r326946 after reducing CallArgList memory footprint
Yaxun Liu
2018-03-15
1
-4
/
+4
*
Revert r326946. It caused stack overflows by significantly increasing the siz...
Richard Smith
2018-03-10
1
-4
/
+4
*
CodeGen: Fix address space of indirect function argument
Yaxun Liu
2018-03-07
1
-4
/
+4
*
[CodeGen] Use the non-virtual alignment when emitting the base
Akira Hatanaka
2018-01-27
1
-1
/
+8
*
[CodeGen] Decorate aggregate accesses with TBAA tags
Ivan A. Kosarev
2018-01-25
1
-6
/
+7
*
[CodeGenCXX] annotate a GEP to a derived class with 'inbounds' (PR35909)
Sanjay Patel
2018-01-19
1
-2
/
+2
*
In an ARC lambda-to-block conversion thunk, reclaim the return value of
John McCall
2017-12-14
1
-2
/
+5
*
IRGen: When performing CFI checks, load vtable pointer from vbase when necess...
Peter Collingbourne
2017-12-13
1
-2
/
+3
*
[CodeGen] Collect information about sizes of accesses and access types for TBAA
Ivan A. Kosarev
2017-11-27
1
-2
/
+4
*
[CodeGen] getNaturalTypeAlignment() to generate TBAA info along with LValue b...
Ivan A. Kosarev
2017-10-13
1
-3
/
+2
*
[CodeGen] EmitCXXMemberDataPointerAddress() to generate TBAA info along with ...
Ivan A. Kosarev
2017-10-13
1
-1
/
+4
[next]