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
/
test
/
CodeGenCXX
/
constructor-init.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-5
/
+5
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-5
/
+5
*
Remove custom handling of array copies in lambda by-value array capture and
Richard Smith
2016-12-14
1
-7
/
+4
*
CodeGen: Start using inrange annotations on vtable getelementptr.
Peter Collingbourne
2016-12-13
1
-3
/
+3
*
CodeGen: New vtable group representation: struct of vtable arrays.
Peter Collingbourne
2016-12-13
1
-3
/
+3
*
CodeGen: Use 32-bit gep offsets to address vtable address points.
Peter Collingbourne
2016-03-14
1
-3
/
+3
*
Test case updates for explicit type parameter to the gep operator
David Blaikie
2015-03-13
1
-3
/
+3
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-2
/
+2
*
Update Clang tests to handle explicitly typed gep changes in LLVM.
David Blaikie
2015-02-27
1
-1
/
+1
*
Emit DeferredDeclsToEmit in a DFS order.
Rafael Espindola
2015-01-22
1
-9
/
+11
*
Cast vtable address points to i32 (...)** to enable more globalopt
Reid Kleckner
2014-12-03
1
-6
/
+6
*
Mark C++ reference parameters as dereferenceable
Hal Finkel
2014-07-18
1
-1
/
+1
*
Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...
Nick Lewycky
2014-05-28
1
-1
/
+1
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-8
/
+8
*
PR13273: When performing list-initialization with an empty initializer list,
Richard Smith
2012-07-05
1
-0
/
+20
*
Special members which are defaulted or deleted on their first declaration are
Richard Smith
2012-02-26
1
-2
/
+1
*
Update all tests other than Driver/std.cpp to use -std=c++11 rather than
Richard Smith
2011-10-13
1
-1
/
+1
*
Explicitly-defaulted copy/move constructors are not "implicit", but
Douglas Gregor
2011-09-22
1
-1
/
+73
*
Fix testcase
Douglas Gregor
2011-07-01
1
-16
/
+16
*
Don't zero-initialize default-initialized local variables that have
Douglas Gregor
2011-07-01
1
-0
/
+16
*
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-25
1
-3
/
+3
*
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2011-01-11
1
-3
/
+3
*
Fix test for no-asserts builds.
John McCall
2010-09-17
1
-1
/
+1
*
Currently we're initializing the vtable pointers of a class only after
John McCall
2010-09-17
1
-0
/
+32
*
When adding initializers to a constructor, be sure that we are looking
Douglas Gregor
2010-03-26
1
-0
/
+21
*
Switch more of Sema::CheckInitializerTypes over to
Douglas Gregor
2009-12-19
1
-1
/
+22
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-13
/
+14
*
Array member construction in prologue of user-declared
Fariborz Jahanian
2009-08-21
1
-0
/
+3
*
Patch to provide cast of objects in member access
Fariborz Jahanian
2009-07-29
1
-2
/
+4
*
More cleanup of data member access and then some.
Fariborz Jahanian
2009-07-28
1
-0
/
+3
*
More work toward data member access ir-gen.
Fariborz Jahanian
2009-07-28
1
-0
/
+3
*
ir-gen for non-virtual base class initialization
Fariborz Jahanian
2009-07-25
1
-0
/
+49