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
/
lib
/
abi
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libc++] Add missing revision number in ABI changelog
Louis Dionne
2019-10-03
1
-1
/
+1
*
[libc++] Update ABI list for ABI v2
Louis Dionne
2019-06-17
1
-0
/
+74
*
Remove incorrect explicit instantiation declarations for valarray
Richard Smith
2019-04-25
1
-4
/
+0
*
[libc++] Make sure we re-export some missing libc++abi symbols from libc++
Louis Dionne
2019-04-18
2
-0
/
+20
*
[NFC] Add missing revision number in libc++ ABI changelog
Louis Dionne
2019-04-15
1
-1
/
+1
*
[libc++] Complete the ABI changelog after landing <filesystem> in the dylib
Louis Dionne
2019-03-19
1
-2
/
+72
*
[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19
2
-0
/
+195
*
Revert "[libc++] Build <filesystem> support as part of the dylib"
Louis Dionne
2019-03-19
2
-195
/
+0
*
Fixup ABI lists on Linux after adding <filesystem> to the dylib.
Eric Fiselier
2019-03-19
1
-0
/
+71
*
[libc++] Build <filesystem> support as part of the dylib
Louis Dionne
2019-03-19
2
-0
/
+195
*
Remove exception throwing debug mode handler support.
Eric Fiselier
2019-03-18
4
-41
/
+44
*
[NFC] Add missing revision information to ABI Changelog
Louis Dionne
2019-03-08
1
-1
/
+1
*
Fix -fsanitize=vptr badness in <__debug>
Eric Fiselier
2019-03-05
4
-3
/
+29
*
Format sym_extract.py output to minimize diff output.
Eric Fiselier
2019-02-10
3
-6542
/
+6542
*
Add missing symbols to Apple v2 abi list.
Eric Fiselier
2019-02-10
1
-0
/
+6
*
Add ABI list directories for 8.0
Eric Fiselier
2019-02-10
3
-0
/
+6536
*
[NFC] Add missing revision for removal of bad_array_length in ABI changelog
Louis Dionne
2019-01-29
1
-1
/
+1
*
[libcxx] Remove bad_array_length
Louis Dionne
2018-11-29
3
-36
/
+29
*
[NFC][libcxx] Add revision number to ABI changelog
Louis Dionne
2018-11-21
1
-1
/
+1
*
[libcxx] Make sure we can build with -fvisibility=hidden on Linux
Louis Dionne
2018-11-21
2
-23
/
+38
*
Correct ABI list change wrongly advertised as being in the 7.0 release
Louis Dionne
2018-10-30
1
-1
/
+4
*
Revert "Build with -fvisibility=hidden"
Eric Fiselier
2018-10-30
2
-1898
/
+1883
*
Build with -fvisibility=hidden
Eric Fiselier
2018-10-30
2
-1883
/
+1898
*
[NFC] Update comment in libc++ ABI changelog
Louis Dionne
2018-10-26
1
-1
/
+1
*
[libc++] Make sure we can build libc++ with -fvisibility=hidden
Louis Dionne
2018-10-25
4
-6
/
+28
*
[libcxx] Document new symbols __u64toa and __u32toa on Darwin
Louis Dionne
2018-09-23
2
-0
/
+5
*
[libcxx] Fix the definition of the check-cxx-abilist target on Darwin
Louis Dionne
2018-09-22
1
-7
/
+11
*
Document new symbols for __u64toa and __u32toa
Zhihao Yuan
2018-09-22
1
-0
/
+12
*
Similar to the handling of darwin target triples, strip the version
Dimitry Andric
2018-09-22
1
-4
/
+7
*
[libc++] Add the _LIBCPP_HIDE_FROM_ABI_AFTER_V1 macro
Louis Dionne
2018-08-06
1
-83
/
+0
*
[libc++] Fix build failures after merging <charconv>
Zhihao Yuan
2018-08-01
1
-0
/
+2
*
[libc++] Allow running ABI list tests with different ABI versions
Louis Dionne
2018-07-19
4
-17
/
+2425
*
Update ABI lists after change in r333467.
Eric Fiselier
2018-05-29
8
-1885
/
+10425
*
Update changelog revision
Eric Fiselier
2017-09-17
1
-1
/
+1
*
ABI: Fix for undefined "___cxa_deleted_virtual" symbol in MacOSX
Eric Fiselier
2017-09-17
2
-0
/
+12
*
Update ABI list for 4.0 release
Eric Fiselier
2017-03-02
2
-1905
/
+1906
*
[libc++] Make _LIBCPP_EXTERN_TEMPLATE_TYPE_VIS export members
Shoaib Meenai
2017-03-02
1
-1
/
+1
*
[libc++] Mark some std::num_get method templates inline
Shoaib Meenai
2017-03-02
2
-19
/
+37
*
update revision in CHANGELOG.TXT and fix python error
Eric Fiselier
2017-02-17
1
-2
/
+2
*
Remove more basic_string member function templates from the dylib exports
Eric Fiselier
2017-02-17
2
-1905
/
+1916
*
Start libc++ python cleanup and consolidation.
Eric Fiselier
2017-02-09
1
-1
/
+1
*
Adjust Apple ABI list after r294133
Eric Fiselier
2017-02-05
1
-0
/
+1
*
Adjust Linux ABI list after r294133
Eric Fiselier
2017-02-05
1
-1904
/
+1905
*
Update Linux ABI lists to reflect inlining change in LLVM. More investigation...
Eric Fiselier
2017-01-24
1
-1905
/
+1904
*
Fix handling of Apple target triple when checking the ABI lists.
Eric Fiselier
2017-01-20
4
-3
/
+10
*
Allow sym_diff.py to report non-zero for non-breaking ABI changes
Eric Fiselier
2017-01-18
1
-1
/
+2
*
Update version to 5.0
Eric Fiselier
2017-01-13
2
-0
/
+4280
*
Recommit r290839 - Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-03
1
-1
/
+1
*
Revert r290839 - Fix configuring and building libc++ w/o an ABI library
Eric Fiselier
2017-01-02
1
-1
/
+1
*
Fix configuring and building libc++ w/o an ABI library.
Eric Fiselier
2017-01-02
1
-1
/
+1
[next]