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
/
delete.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-5
/
+5
*
Update Clang tests to handle explicitly typed gep changes in LLVM.
David Blaikie
2015-02-27
1
-7
/
+7
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
1
-8
/
+8
*
Test updates missed from r186799.
Richard Smith
2013-07-21
1
-1
/
+1
*
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-22
1
-1
/
+3
*
When performing a ::delete of an object with a virtual destructor,
John McCall
2012-09-25
1
-6
/
+17
*
Enforce access control for conversion operators used in contextual
John McCall
2011-09-21
1
-1
/
+1
*
PR10566: Make sure codegen for deleting an pointer to an incomplete type actu...
Eli Friedman
2011-08-02
1
-3
/
+5
*
Fix typo in test.
Eli Friedman
2011-07-27
1
-1
/
+1
*
Make CodeGen for array delete involving incomplete class work without crashin...
Eli Friedman
2011-07-27
1
-0
/
+9
*
Okay, that rule about zero-length arrays applies to destroying
John McCall
2011-07-13
1
-3
/
+2
*
Switch delete[] IR-generation over to the destroy framework,
John McCall
2011-07-13
1
-22
/
+14
*
When compiling ::delete for a class with a virtual destructor, call
Douglas Gregor
2011-07-13
1
-0
/
+19
*
clang side to match the LLVM IR type system rewrite patch.
Chris Lattner
2011-07-09
1
-1
/
+1
*
Move unnamed_addr after the function arguments on Sabre's request.
Rafael Espindola
2011-01-25
1
-1
/
+1
*
Add unnamed_addr to constructors and destructors.
Rafael Espindola
2011-01-11
1
-1
/
+1
*
When applying 'delete' on a pointer-to-array type match GCC and EDG behavior ...
Argyrios Kyrtzidis
2010-09-13
1
-0
/
+7
*
Fix more i1/i8 pointer madness. Here, an overactive assertion
Douglas Gregor
2010-09-02
1
-0
/
+10
*
Abstract IR generation of array cookies into the C++ ABI class and
John McCall
2010-09-02
1
-1
/
+39
*
Restore r101841 without modification. Also mark 'operator delete' as used for
John McCall
2010-04-20
1
-2
/
+24
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-1
/
+1
*
Fix a lame regression in IR gen for C++ delete expressions. PR5102
Douglas Gregor
2009-10-01
1
-0
/
+12
*
Improve handling of delete expressions.
Anders Carlsson
2009-08-16
1
-0
/
+25