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
/
test
/
std
/
language.support
/
support.dynamic
/
new.delete
/
new.delete.array
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-25
1
-4
/
+0
*
Revert r372777: [libc++] Implement LWG 2510 and its follow-ups
Ilya Biryukov
2019-09-25
1
-0
/
+4
*
[libc++] Purge mentions of GCC 4 from the test suite
Louis Dionne
2019-09-24
1
-4
/
+0
*
[libcxx] [test] Revert r356632 add (void) casts to operator new calls, to sup...
Billy Robert O'Neal III
2019-03-21
4
-4
/
+4
*
[libcxx] [test] Add (void) casts to operator new calls, to suppress warnings ...
Billy Robert O'Neal III
2019-03-20
4
-4
/
+4
*
Support tests in freestanding
JF Bastien
2019-02-04
17
-17
/
+51
*
Fix aligned allocation availability XFAILs after D56445.
Eric Fiselier
2019-01-20
4
-12
/
+20
*
Revert "Fix aligned allocation availability XFAILs after D56445."
Eric Fiselier
2019-01-20
4
-12
/
+8
*
Update more file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
17
-68
/
+51
*
Fix aligned allocation availability XFAILs after D56445.
Eric Fiselier
2019-01-19
4
-8
/
+12
*
[libcxx] Remove the availability_markup LIT feature
Louis Dionne
2018-12-07
1
-5
/
+5
*
[libcxx] Add XFAILs for aligned allocation tests on AppleClang 9
Louis Dionne
2018-12-06
4
-48
/
+48
*
[libcxx] Fix XFAILs for aligned allocation tests
Louis Dionne
2018-11-26
4
-66
/
+76
*
[NFC] Rename lit feature to '-fsized-deallocation' for consistency
Louis Dionne
2018-11-21
1
-1
/
+1
*
[libcxx] Fix XFAILs for aligned allocation tests on older OSX versions
Louis Dionne
2018-08-15
8
-40
/
+85
*
Use DoNotOptimize to prevent new/delete elision.
Eric Fiselier
2018-03-22
7
-20
/
+29
*
Fix nodiscard failure tests on compilers w/o -verify.
Eric Fiselier
2018-01-17
1
-1
/
+1
*
Commit tests for changes in revision 319710
Marshall Clow
2017-12-04
4
-0
/
+100
*
[test] Alignment must be > __STDCPP_DEFAULT_NEW_ALIGNMENT__ to call aligned new
Casey Carter
2017-11-15
5
-5
/
+5
*
Change test suite to support c++17 dialect flag instead of c++1z.
Eric Fiselier
2017-11-07
1
-1
/
+1
*
[libc++] Support Microsoft ABI without vcruntime headers
Shoaib Meenai
2017-10-09
2
-0
/
+2
*
[libcxx] [test] Change comments to say C++ instead of c++. NFC.
Stephan T. Lavavej
2017-07-29
1
-2
/
+2
*
Fix GCC 7 test failures.
Eric Fiselier
2017-05-09
5
-5
/
+6
*
Temporarly XFAIL aligned new/delete tests on Windows.
Eric Fiselier
2017-05-07
4
-2
/
+23
*
Add markup for libc++ dylib availability
Mehdi Amini
2017-05-04
5
-1
/
+35
*
Fix test failures caused by new/delete calls getting optimized away
Eric Fiselier
2017-03-02
1
-1
/
+3
*
Rename new_handler in tests to avoid conflicts with MSVC symbols.
Eric Fiselier
2017-01-17
3
-6
/
+6
*
Fix unused parameters and variables
Eric Fiselier
2016-12-23
2
-2
/
+2
*
Fix more uses of dynamic exception specifications in C++17
Eric Fiselier
2016-12-11
9
-22
/
+40
*
Remove spurious token from #endif
Roger Ferrer Ibanez
2016-11-02
1
-1
/
+1
*
Protect tests for new/delete under libcpp-no-exceptions
Roger Ferrer Ibanez
2016-11-02
2
-2
/
+10
*
Attempt to workaround XPASS for aligned allocation tests
Eric Fiselier
2016-10-20
2
-2
/
+4
*
Prevent new/delete replacement tests from being optimized away.
Eric Fiselier
2016-10-14
3
-17
/
+14
*
Clarify XFAIL comments
Eric Fiselier
2016-10-14
1
-1
/
+2
*
XFAIL aligned allocation tests for older Clang versions
Eric Fiselier
2016-10-14
4
-9
/
+14
*
XFAIL aligned allocation test failures with UBSAN
Eric Fiselier
2016-10-14
2
-7
/
+7
*
Implement P0035R4 -- Add C++17 aligned allocation functions
Eric Fiselier
2016-10-14
5
-0
/
+405
*
Placate MSVC's unchecked malloc warnings.
Eric Fiselier
2016-06-22
2
-2
/
+6
*
UBSan doesn't globally replace new/delete but it still makes some tests fail....
Eric Fiselier
2016-06-22
2
-0
/
+8
*
Make it possible to build a no-exceptions variant of libcxx.
Asiri Rathnayake
2015-11-10
2
-0
/
+2
*
Fix warnings in test/std/language.support
Eric Fiselier
2015-07-18
1
-1
/
+2
*
Cleanup tests that fail in C++1z and with Clang 3.8
Eric Fiselier
2015-07-17
1
-4
/
+3
*
Mark two tests as failing on clang 3.8 (they failed on 3.7, too)
Marshall Clow
2015-07-16
1
-2
/
+2
*
Add TODO items and remove use of 'noexcept' in C++03 test.
Eric Fiselier
2015-06-02
1
-1
/
+1
*
Address @danalberts comments on r237700
Eric Fiselier
2015-05-19
1
-1
/
+1
*
Add compiler flag test support to LIT. Fix new/delete tests on apple-clang.
Eric Fiselier
2015-05-19
1
-5
/
+2
*
mark new/delete tests as XFAIL more carefully
Eric Fiselier
2015-05-19
2
-5
/
+10
*
[libcxx] Rework sized delete.
Eric Fiselier
2015-05-19
7
-258
/
+275
*
Fix for LWG Issue 2458: N3778 and new library deallocation signatures.
Marshall Clow
2015-05-18
1
-109
/
+0
*
Remove statement with no effect inside tests.
Eric Fiselier
2015-04-01
1
-1
/
+0
[next]