Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
CodeGenCXX
/
copy-constructor-synthesis.cpp
d900dd0
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
by Sean Fertile
· 7 years ago
cc7e747
[CodeGenCXX] Treat 'this' as noalias in constructors
by Anton Bikineev
· 7 years ago
6e938ef
Change memcpy/memove/memset to have dest and source alignment attributes (Step 1).
by Daniel Neilson
· 8 years ago
25a2b70
CodeGen: Start using inrange annotations on vtable getelementptr.
by Peter Collingbourne
· 9 years ago
2849c4e
CodeGen: New vtable group representation: struct of vtable arrays.
by Peter Collingbourne
· 9 years ago
4e6a540
CodeGen: Use 32-bit gep offsets to address vtable address points.
by Peter Collingbourne
· 10 years ago
3b39e88
Revert "Change memcpy/memset/memmove to have dest and source alignments."
by Pete Cooper
· 10 years ago
7bfd5cb
Change memcpy/memset/memmove to have dest and source alignments.
by Pete Cooper
· 10 years ago
bdf40a6
Test case updates for explicit type parameter to the gep operator
by David Blaikie
· 11 years ago
a953f28
Update Clang tests to handle explicitly typed load changes in LLVM.
by David Blaikie
· 11 years ago
218b783
Update Clang tests to handle explicitly typed gep changes in LLVM.
by David Blaikie
· 11 years ago
e5df59f
Emit DeferredDeclsToEmit in a DFS order.
by Rafael Espindola
· 11 years ago
8d58513
Cast vtable address points to i32 (...)** to enable more globalopt
by Reid Kleckner
· 11 years ago
a2347ba
Mark C++ reference parameters as dereferenceable
by Hal Finkel
· 11 years ago
9b46eb8
Add 'nonnull' parameter or return attribute when producing an llvm pointer type in a function type where the C++ type is a reference. Update the tests.
by Nick Lewycky
· 11 years ago
fb00c88
Complete Rewrite of CGRecordLayoutBuilder
by Warren Hunt
· 12 years ago
4362261
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail.
by Stephen Lin
· 12 years ago
6054d5a
Weaken an assertion in memcpyization to account for unnamed bitfields.
by John McCall
· 12 years ago
05842da
Move unnamed_addr after the function arguments on Sabre's request.
by Rafael Espindola
· 15 years ago
0ee986c1f
Add unnamed_addr to constructors and destructors.
by Rafael Espindola
· 15 years ago
9d08fc1
Use the new function in EmitClassAggrMemberwiseCopy, fixing the same assert as seen in PR6628 but for arrays this time.
by Anders Carlsson
· 16 years ago
10834b8
Handle default arguments when calling copy constructors for bases or members when synthesizing a copy constructor. Fixes PR6628.
by Anders Carlsson
· 16 years ago
c3a4b12
Change a test to FileCheck bitcode instead of assembler.
by Anders Carlsson
· 16 years ago
8fbe78f
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
by Daniel Dunbar
· 16 years ago
3c9beab
Handle references correctly when synthesizing copy constructors.
by Anders Carlsson
· 16 years ago
c2ef215
Implement a few more cases for copy constructor synthesis.
by Eli Friedman
· 16 years ago
34546ce
Remove RUN: true lines.
by Daniel Dunbar
· 16 years ago
8b57697
Eliminate &&s in tests.
by Daniel Dunbar
· 16 years ago
296f8dc
Mangle record types as decls.
by Anders Carlsson
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
5626384
Patch to provide ir-gen support in copying array members
by Fariborz Jahanian
· 16 years ago
b219704
ir-gen support for anonymous union data member
by Fariborz Jahanian
· 16 years ago
7cc52cf
ir-gen for generating copying of scalar data members in
by Fariborz Jahanian
· 16 years ago
2a26e35
Fixed a ir-gen bug in synthesizing copy constructors.
by Fariborz Jahanian
· 16 years ago
24f3896
ir-gen for initialization, in synthesize copy constructor,
by Fariborz Jahanian
· 16 years ago