Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Sign in
chromium
/
native_client
/
pnacl-libcxxabi
/
HEAD
de05b63
Use PNaCl's _Unwind_PNaClSetResult functions for arm-nacl-clang
by Derek Schuff
· 11 years ago
main
d980d11
Merge remote-tracking branch 'upstream/master' into master
by Derek Schuff
· 11 years ago
2466b99
Remove accidentally commited line in commit. Sorry
by Eric Fiselier
· 11 years ago
a11d962
Add support for LLVM_USE_SANITIZER=Thread to test suite
by Eric Fiselier
· 11 years ago
c365bb5
[libcxxabi] Refactor CMakeLists.txt's handling of compile and link flags to suppress warnings.
by Eric Fiselier
· 11 years ago
7393166
Add -g -fno-omit-frame-pointer when compiling tests with sanitizers
by Eric Fiselier
· 11 years ago
ce9ff0a
Make sure only NEON enabled devices save/restore D16+ registers
by Renato Golin
· 11 years ago
efd4e49
Move ARM failure from FIXME to XFAIL
by Renato Golin
· 11 years ago
f3de7d8
Add support for UNSUPPORTED tag to lit
by Eric Fiselier
· 11 years ago
0d57ac7
Disable backtrace libcxxabi test on ARM
by Renato Golin
· 11 years ago
b2843c3
Fix unicode chars into ascii in comment lines.
by NAKAMURA Takumi
· 11 years ago
d3bc4b1
Change uses of `sys.platform == 'linux2' to `sys.platform.startswith('linux')
by Eric Fiselier
· 11 years ago
0b6b281
Only link the tests against -ldl on linux
by Eric Fiselier
· 11 years ago
87fe84e
[libcxxabi] Add support for running libc++abi tests with sanitizers
by Eric Fiselier
· 11 years ago
6013249
Add an .arcconfig for libc++abi.
by Dan Albert
· 11 years ago
ffe1ba2
[libcxxabi] Document the standalone build's requirements on llvm-config and llvm sources.
by Eric Fiselier
· 11 years ago
3a67a2d
Correctly export _Unwind_[GS]et(GR|IP) for EHABI.
by Dan Albert
· 11 years ago
5660f75
Use __atomic_exchange_n instead of Clang's __sync_swap
by Reid Kleckner
· 11 years ago
40213fe
Support Cortex-m0
by Jonathan Roelofs
· 11 years ago
68fcfa1
Adding ABI support for __cxa_throw_bad_array_new_length.
by Aaron Ballman
· 11 years ago
a9fe4b0
ARM Unwind syntax
by Renato Golin
· 11 years ago
1fc3f50
Implement post-review comments for r216730
by Jonathan Roelofs
· 11 years ago
6d653d4
Remove an unused typedef from __class_type_info::search_below_dst
by Alexander Potapenko
· 11 years ago
3340fde
Use correct __ARM_ARCH macro
by Renato Golin
· 11 years ago
239a032
s/LIBCXXABI_SINGLE_THREADED/LIBCXXABI_HAS_NO_THREADS/ for consistency with libcxx
by Jonathan Roelofs
· 11 years ago
a69d4d9
Allow LIBCXXABI_SINGLE_THREADED to be defined by build scripts
by Jonathan Roelofs
· 11 years ago
a3a836a
Add missing include to a test case.
by Dan Albert
· 11 years ago
1469090
Make _Unwind_Backtrace() work on ARM.
by Dan Albert
· 11 years ago
66ffcf8
Remove strict dependency on llvm-config.
by Dan Albert
· 11 years ago
5252205
Add baremetal ARM support to libcxxabi/libunwind
by Jonathan Roelofs
· 11 years ago
3ac101d
Improve logging of aborts for Android.
by Dan Albert
· 11 years ago
d223dfd
libcxxabi must link to dl if using bundled unwind
by Jonathan Roelofs
· 11 years ago
95272d2
Fix the CMake build on Mac when setting MACOSX_DEPLOYMENT_TARGET=10.6
by Hans Wennborg
· 11 years ago
48092cc
Update CREDITS.txt with the list of folks who worked on ARM EHABI support
by Jonathan Roelofs
· 11 years ago
196f7d6
Fix a copy-pasta in r214573
by Jonathan Roelofs
· 11 years ago
a09f807
[unwinder] Tell the assembler that functions are functions so that the linker knows how to link them.
by Jonathan Roelofs
· 11 years ago
f2cd08a
libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11.
by Nico Weber
· 11 years ago
db8f335
Fix for libc++abi when using -Wl,--as-needed.
by Dan Albert
· 11 years ago
3110ea3
Support LLVM_LIBDIR_SUFFIX.
by Dan Albert
· 11 years ago
000b3c9
Add support for building and testing the unwinder.
by Dan Albert
· 11 years ago
f198219
Make cmake cxxflags match those in lib/buildit.
by Dan Albert
· 11 years ago
fd961bd
Add lit configs for libcxxabi tests.
by Dan Albert
· 11 years ago
e11c1a7
Add a cmake build system.
by Dan Albert
· 11 years ago
c80d814
Fix a warning about undeclared call to abort().
by Dan Albert
· 11 years ago
818a2e9
Revert the LSDA change to scan_eh_tab.
by Logan Chien
· 11 years ago
e575ebb
Silence the implicit signed/unsigned conversion warning.
by Logan Chien
· 11 years ago
fac040d
Silence unused variable and parameter warnings.
by Logan Chien
· 11 years ago
d8d58d9
Fix linux build.
by Logan Chien
· 11 years ago
533c796
Add missing header for _LIBUNWIND_LOG().
by Logan Chien
· 11 years ago
1796d14
Fix building for iOS
by Nick Kledzik
· 11 years ago
298baa3
Minor libc++abi changes to make things build better with gcc.
by Nico Weber
· 11 years ago
d6e2336
Update libc++abi to use the ARM EHABI unwinder from its libunwind.
by Nico Weber
· 11 years ago
b9e4316
Land support for ARM EHABI unwinding for libunwind.
by Nico Weber
· 11 years ago
55d99b7
Start landing support for ARM EHABI unwinding.
by Nico Weber
· 11 years ago
c9d6b42
Add a FAQ section, with a question about why the std::exception class destructors live in libc++abi
by Marshall Clow
· 11 years ago
e53a8f3
Add test case for inherited exceptions
by Jonathan Roelofs
· 11 years ago
13584a6
Add EH test case checking that handlers in noexcept functions can still unwind
by Jonathan Roelofs
· 11 years ago
0f6a54f
Add EH test cases corresponding to C++ ABI # 15.3.3
by Jonathan Roelofs
· 11 years ago
2b683fb
Let libc++abi compile with gcc.
by Nico Weber
· 11 years ago
0fd027b
Fix typo in comment.
by Logan Chien
· 11 years ago
24ecd09
PR19091: Track whether we're demangling a function template specialization to
by Richard Smith
· 11 years ago
05d51bc
Implement ARM EHABI exception handling.
by Logan Chien
· 11 years ago
4856a67
Check exception specification with __cplusplus.
by Logan Chien
· 11 years ago
8b547a3
Fixes more incorrect #ifs for SJ/LJ exceptions
by Jonathan Roelofs
· 11 years ago
c8b4d8d
Fix broken build from r208135
by Jonathan Roelofs
· 11 years ago
f7a83f7
Make libc++abi use the implementation of __numstr from libc++. No functionality change, just removal of duplicated code.
by Marshall Clow
· 11 years ago
c285efa
On single threaded systems, turn mutexes into nops
by Jonathan Roelofs
· 11 years ago
5db9aa4
Try harder to get the compiler to use float registers in different
by Joerg Sonnenberger
· 11 years ago
68d6403
Don't use bash features.
by Joerg Sonnenberger
· 11 years ago
041b6ba
Add unwind test case that checks restoring of float registers (such as on AArch64)
by Nick Kledzik
· 11 years ago
a2ce2f9
Fix cast warning
by Nick Kledzik
· 11 years ago
ea66a55
Use return address register from CIE. Move DwarfInstructions::lastRestoreReg() to Register::lastDwarfRegNum().
by Nick Kledzik
· 11 years ago
e30cf2a
No need to specialize DwarfInstructions::getCFA(). It is the same for all archs
by Nick Kledzik
· 11 years ago
bdd8d78
Properly sign extend delta in compact unwind info
by Nick Kledzik
· 11 years ago
19963e9
Fix one missed use of DW_EH_PE_omit in r203626
by Nick Kledzik
· 11 years ago
b1a7492
Remove unused/obsolete ARM64 constants
by Nick Kledzik
· 11 years ago
b3f7ed1
Fix virtual class with non-virtual dtor complaint
by Dan Albert
· 11 years ago
674e99d
Fixes incorrect #ifs for SJ/LJ exceptions
by Dan Albert
· 11 years ago
6daf050
Fixes type of dyldInfo for glibc/bionic systems
by Dan Albert
· 11 years ago
7c6ded5
Replace bzero with memset
by Jonathan Roelofs
· 11 years ago
6ec9ca1
Properly sign extend sdata2/4 in unwinder. Patch by Patrick Wildt
by Nick Kledzik
· 11 years ago
61002ef
Properly conditionalize DwarfFDECache<A>::dyldUnloadHook. Patch by Patrick Wildt
by Nick Kledzik
· 11 years ago
7d987c1
Code cleanup and re-indent cxa_exception.hpp
by Logan Chien
· 12 years ago
53138de
The content of .eh_frame may be misaligned, so use memcpy. This is seen
by Joerg Sonnenberger
· 12 years ago
b11e9e8
Include stdlib.h for getenv when !NDEBUG.
by Joerg Sonnenberger
· 12 years ago
4b51c92
Simplify.
by Joerg Sonnenberger
· 12 years ago
7dfc521
Fix DW_CFA_GNU_args_size handling. The primary architecture using this
by Joerg Sonnenberger
· 12 years ago
4fb4f22
0 is a valid LSDA encoding and can be seen in statically linked
by Joerg Sonnenberger
· 12 years ago
2950e56
Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.
by Anders Carlsson
· 12 years ago
c82e02d
[libcxxabi] Fix broken codesourcery.com links in comments
by Jonathan Roelofs
· 12 years ago
98bbf28
Fix PR17221 - can't catch virtual base classes when throwing derived NULL pointers. Specifically, libc++abi would crash when you tried it.
by Marshall Clow
· 12 years ago
288859d
Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, too
by Marshall Clow
· 12 years ago
448bba2
[libunwind] remove stray conditional
by Nick Kledzik
· 12 years ago
b599e66
Use .p2align instead of .align
by Nick Kledzik
· 12 years ago
a366774
Add missing alignment directives in assembly
by Nick Kledzik
· 12 years ago
8cb8b20
Don't redefine static_assert()
by Nick Kledzik
· 12 years ago
65b7266
Fix unwinder to build for iOS
by Nick Kledzik
· 12 years ago
53ea5ad
Merge remote-tracking branch 'upstream/master' into HEAD
by Mark Seaborn
· 12 years ago
mseaborn/proposed-merge
f29757a
Implement demangling for user-defined operators.
by Howard Hinnant
· 12 years ago
upstream/master
341c047
Update the copyright credits -- Happy new year 2014!
by NAKAMURA Takumi
· 12 years ago
Next »