]> git.ipfire.org Git - thirdparty/gcc.git/history - libstdc++-v3/libsupc++/new_opa.cc
Update copyright years.
[thirdparty/gcc.git] / libstdc++-v3 / libsupc++ / new_opa.cc
2024-01-03  Jakub JelinekUpdate copyright years.
2023-01-16  Jakub JelinekUpdate copyright years.
2022-03-31  Jonathan Wakelylibstdc++: Add comment about memalign requirements
2022-01-03  Jakub JelinekUpdate copyright years.
2021-03-25  Jonathan Wakelylibstdc++: Declare malloc for freestanding
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-26  Jonathan Wakelylibstdc++: Fix declarations of memalign etc. for freest...
2020-02-17  Jonathan Wakelylibstdc++ P1956R1 On the names of low-level bit manipul...
2020-01-17  Jonathan Wakelylibstdc++: Fix freestanding build PR 92376)
2020-01-01  Jakub JelinekUpdate copyright years.
2019-10-18  Jonathan WakelyPR libstdc++/92143 adjust for OS X aligned_alloc behaviour
2019-05-14  Rainer OrthRemove obsolete Solaris 10 support
2019-01-01  Jakub JelinekUpdate copyright years.
2018-08-13  Jonathan WakelyMinor optimisations in operator new(size_t, align_val_t)
2018-08-10  Jonathan WakelyPR libstdc++/68210 adjust operator new and delete for...
2018-08-10  Martin LiskaRemove not needed __builtin_expect due to malloc predictor.
2018-08-08  Jonathan WakelyPrevent internal aligned_alloc clashing with libc version
2018-08-07  Jonathan WakelyPR libstdc++/86861 Meet precondition for Solaris memalign
2018-07-30  Jonathan WakelyAdd workaround for aligned_alloc bug on AIX
2018-01-03  Jakub JelinekUpdate copyright years.
2017-01-26  Jonathan WakelyPR libstdc++/79190 add fallback aligned_alloc implement...
2017-01-01  Jakub JelinekUpdate copyright years.
2016-10-26  Bernd Edlingerre PR libstdc++/78110 (freestanding libstdc++ fails...
2016-09-16  Jonathan WakelyReplace modulus with mask operation in over-aligned new
2016-09-16  Jonathan WakelyAdjust arguments to aligned_alloc or posix_memalign
2016-09-09  Jason MerrillImplement P0035R4, C++17 new of over-aligned types.