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
/
cxx1y-sized-deallocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
C++14: Disable sized deallocation by default due to ABI breakage
Reid Kleckner
2015-03-20
1
-18
/
+10
*
Revert "Improvement on sized deallocation from r230160"
Reid Kleckner
2015-03-19
1
-34
/
+12
*
Improvement on sized deallocation from r230160:
Larisse Voufo
2015-02-25
1
-12
/
+34
*
Relax the requirement on sized deallocation a bit: Default on unsized delete ...
Larisse Voufo
2015-02-22
1
-2
/
+9
*
Add -fno-sized-deallocation option for completeness of fix in r229241 in docu...
Larisse Voufo
2015-02-20
1
-0
/
+1
*
Put the implicit weak sized deallocation funciton in C++14 in a comdat
Reid Kleckner
2015-02-19
1
-2
/
+2
*
Rename flags and options to match current naming: from -fdef-sized-delete to ...
Larisse Voufo
2015-02-18
1
-2
/
+2
*
Revise the implementation logic of sized deallocation: Do not automatically g...
Larisse Voufo
2015-02-14
1
-6
/
+10
*
PR17983: Fix crasher bug in C++1y mode when performing a non-global array
Richard Smith
2013-12-05
1
-8
/
+28
*
C++1y sized deallocation: if we have a use, but not a definition, of a sized
Richard Smith
2013-11-05
1
-2
/
+9
*
Implement C++1y sized deallocation (n3778). This is not enabled by -std=c++1y;
Richard Smith
2013-09-29
1
-0
/
+83