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
/
libcxx
/
src
/
new.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++][CMake] Remove unnecessary conditional for defining new handlers
Louis Dionne
2019-04-17
1
-1
/
+1
*
[libc++] Remove old workaround for buildit
Louis Dionne
2019-04-16
1
-6
/
+2
*
[NFC][libc++] Reindent #ifdefs
Louis Dionne
2019-03-21
1
-12
/
+12
*
Make VCRuntime ABI configuration a first-class option.
Eric Fiselier
2019-03-05
1
-3
/
+3
*
[libc++] Explicitly initialize std::nothrow
Thomas Anderson
2019-01-30
1
-1
/
+1
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Distinguish between library and language support for aligned allocation.
Eric Fiselier
2018-10-11
1
-3
/
+3
*
Remove redundant null pointer check in operator delete
Fangrui Song
2018-10-01
1
-5
/
+3
*
Revert r342936 "Remove redundant null pointer check in operator delete"
Louis Dionne
2018-09-25
1
-3
/
+5
*
Remove redundant null pointer check in operator delete
Fangrui Song
2018-09-25
1
-5
/
+3
*
[libc++] Remove _LIBCPP_BUILDING_XXX macros, which are redundant since _LIBCP...
Louis Dionne
2018-08-01
1
-2
/
+0
*
[libc++] Support Microsoft ABI without vcruntime headers
Shoaib Meenai
2017-10-09
1
-3
/
+6
*
[libc++] Replace __sync_* functions with __libcpp_atomic_* functions
Weiming Zhao
2017-09-19
1
-0
/
+1
*
Fix Libc++ build with MinGW64
Eric Fiselier
2017-05-31
1
-2
/
+2
*
[libc++] Add option to disable new/delete overloads when libc++abi provides t...
Eric Fiselier
2017-03-02
1
-2
/
+3
*
Attempt to fix Apple buildit bots
Eric Fiselier
2017-02-10
1
-1
/
+5
*
Recommit "Split exception.cpp and new.cpp implementation into different files...
Eric Fiselier
2017-02-10
1
-122
/
+36
*
Revert "Split exception.cpp and new.cpp implementation into different files f...
Eric Fiselier
2017-02-10
1
-38
/
+122
*
Split exception.cpp and new.cpp implementation into different files for diffe...
Eric Fiselier
2017-02-10
1
-122
/
+38
*
Disable aligned new/delete on Apple platforms without posix_memalign
Eric Fiselier
2017-01-20
1
-0
/
+4
*
[NFC] Group aligned new/delete definitions together in new.cpp
Eric Fiselier
2017-01-20
1
-85
/
+85
*
[libc++] Pair _aligned_malloc with _aligned_free
Shoaib Meenai
2017-01-12
1
-0
/
+4
*
clean up use of _WIN32
Saleem Abdulrasool
2017-01-03
1
-1
/
+1
*
Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-03
1
-2
/
+4
*
Revert r290839 - Fix configuring and building libc++ w/o an ABI library
Eric Fiselier
2017-01-02
1
-4
/
+2
*
Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-02
1
-2
/
+4
*
Don't use posix_memalign on Windows platforms
Eric Fiselier
2016-12-23
1
-0
/
+4
*
Allow using libsupc++ with LIBCXX_ENABLE_STATIC_ABI_LIBRARY. Patch from Micha...
Eric Fiselier
2016-11-18
1
-5
/
+13
*
[libc++] Introduce `_LIBCPP_OVERRIDABLE_FUNC_VIS`
Shoaib Meenai
2016-11-16
1
-20
/
+20
*
Implement P0035R4 -- Add C++17 aligned allocation functions
Eric Fiselier
2016-10-14
1
-8
/
+118
*
Add an _LIBCPP_NORETURN inline function named __throw_XXX for each exception ...
Marshall Clow
2016-08-25
1
-0
/
+2
*
Remove a long-standing __has_include hack.
Benjamin Kramer
2015-10-16
1
-6
/
+2
*
Fix a typo: overidden -> overridden - Patch from Kai Zhao
Eric Fiselier
2015-08-20
1
-1
/
+1
*
Fix for LWG Issue 2458: N3778 and new library deallocation signatures.
Marshall Clow
2015-05-18
1
-14
/
+0
*
More on adding sized deallocation functions in libc++: Continuing from r22928...
Larisse Voufo
2015-02-20
1
-8
/
+8
*
Implement C++14's sized deallocation functions, since there are no longer imp...
Larisse Voufo
2015-02-15
1
-1
/
+29
*
Partial fix for building w/ libcxxrt on OSX. Patch from C Bergstrom.
Eric Fiselier
2014-11-01
1
-1
/
+1
*
libcxxrt defines bad_array_new_length::what() so move that into a conditional...
Eric Fiselier
2014-11-01
1
-6
/
+6
*
libcxxrt now implements bad_array_new_length and need to gaurd against multip...
Eric Fiselier
2014-10-29
1
-2
/
+2
*
Switch to using C++ style casts.
Joerg Sonnenberger
2014-01-04
1
-1
/
+1
*
Patch from Bruce Mitchener; fixes two typos in comments. No functionality cha...
Marshall Clow
2013-11-11
1
-1
/
+1
*
Make it possible to link against libstdc++ as well as libsupc++ with CMake.
Peter Collingbourne
2013-10-06
1
-0
/
+4
*
Eliminate more symbols multiply defined between libsupc++ and libc++.
Peter Collingbourne
2013-10-06
1
-1
/
+15
*
Use _LIBCPP_NEW_DELETE_VIS instead of LIBCPP_FUNC_VIS in src/new.cpp.
Howard Hinnant
2013-10-06
1
-8
/
+8
*
G M: The attached patch is for libcxx's new.cpp and __config files. The patch...
Howard Hinnant
2013-10-04
1
-8
/
+8
*
Adding bad_array_length to libc++
Marshall Clow
2013-09-11
1
-1
/
+17
*
Removed raw references to __APPLE__; now just check to see if it is defined.
Marshall Clow
2013-03-18
1
-1
/
+1
*
Patch by Andrew C. Morrow: Conditionally include cxxabi.h in new.cpp and typ...
Howard Hinnant
2012-07-26
1
-1
/
+10
*
Undo some overzealous #ifdefs for LIBCXXRT.
David Chisnall
2012-03-14
1
-5
/
+2
*
Some libcxxrt-compatibility cleanups (avoid defining things twice).
David Chisnall
2012-02-29
1
-2
/
+5
[next]