Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improvement on sized deallocation from r230160: | Larisse Voufo | 2015-02-25 | 1 | -14/+12 |
* | Relax the requirement on sized deallocation a bit: Default on unsized delete ... | Larisse Voufo | 2015-02-22 | 1 | -6/+11 |
* | Add -fno-sized-deallocation option for completeness of fix in r229241 in docu... | Larisse Voufo | 2015-02-20 | 1 | -0/+1 |
* | Avoid using a COMDAT for sized delete on MachO | Reid Kleckner | 2015-02-19 | 1 | -5/+10 |
* | 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 |
* | Fix typo in test case. | Larisse Voufo | 2015-02-04 | 1 | -1/+1 |
* | Fix typo in test case. | Larisse Voufo | 2015-02-04 | 1 | -4/+4 |
* | Generalize r228066 to give all implicit global allocation functions default v... | Larisse Voufo | 2015-02-04 | 1 | -0/+54 |