git://git.jankratochvil.net
/
lldb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Possibly fix MSVC compilation after r256054.
[lldb.git]
/
libcxxabi
/
2015-12-14
Eric Fiselier
[libc++abi] Use libgcc and libgcc_s to provide _Unwind...
tree
|
commitdiff
2015-12-10
Evgeniy Stepanov
Replace cmake check for printf with a check for fopen.
tree
|
commitdiff
2015-12-04
Saleem Abdulrasool
.gitignore: ignore vim swap files
tree
|
commitdiff
2015-12-04
Saleem Abdulrasool
ibc++abi: mark visibility
tree
|
commitdiff
2015-12-04
Saleem Abdulrasool
c++abi: whitespace adjustment
tree
|
commitdiff
2015-11-18
Saleem Abdulrasool
c++abi: use __builtin_offsetof instead of offsetof
tree
|
commitdiff
2015-10-14
Eric Fiselier
Fix LIBCXXABI_HAS_NO_THREADS configuration.
tree
|
commitdiff
2015-10-14
Eric Fiselier
Configure for config site header
tree
|
commitdiff
2015-10-14
Eric Fiselier
Add config.project_obj_root to the libc++abi testsuite
tree
|
commitdiff
2015-10-12
Marshall Clow
Fix Bug 25103 - _cxa_demangle improperly demangles...
tree
|
commitdiff
2015-10-08
Marshall Clow
Fix incorrect parsing of arguments for nested functions...
tree
|
commitdiff
2015-09-20
Nico Weber
Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8...
tree
|
commitdiff
2015-09-20
Saleem Abdulrasool
EH: fix register usage for SjLj
tree
|
commitdiff
2015-09-01
Eric Fiselier
Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS.
tree
|
commitdiff
2015-08-20
Eric Fiselier
Fix or disable C++11 tests in C++03 mode
tree
|
commitdiff
2015-08-19
Eric Fiselier
[libcxxabi] Add "install-libcxxabi" target.
tree
|
commitdiff
2015-08-19
Renato Golin
[AArch64] Quick fix for cxa demangler
tree
|
commitdiff
2015-08-18
Nico Weber
Revert r243752, it broke running tests on OS X (PR24491).
tree
|
commitdiff
2015-08-05
Tanya Lattner
Update to new lists.llvm.org
tree
|
commitdiff
2015-07-31
Renato Golin
[libc++abi] Allow use just compiled clang++ for tests
tree
|
commitdiff
2015-07-30
Daniel Sanders
[libcxxabi][mips] Correct float_data::mangled_size...
tree
|
commitdiff
2015-07-27
Daniel Sanders
[libcxxabi] Add -funwind-tables to the test compilation...
tree
|
commitdiff
2015-07-12
Logan Chien
Remove include directive for the unused libunwind_ext.h.
tree
|
commitdiff
2015-06-03
Saleem Abdulrasool
fallback_malloc: silence conversion warning (NFC)
tree
|
commitdiff
2015-06-03
Saleem Abdulrasool
fallback_malloc: silence qual-cast warning (NFC)
tree
|
commitdiff
2015-06-02
Marshall Clow
Implement uncaught_exceptions() to get a count, rather...
tree
|
commitdiff
2015-05-29
Logan Chien
libcxx: Switch to use __gnu_unwind_frame() for libunwind.
tree
|
commitdiff
2015-05-26
Chaoren Lin
Make sure !empty() before calling String::front().
tree
|
commitdiff
2015-05-09
Anton Korobeynikov
LIBCXXABI_LIBUNWIND_INCLUDES is already set before...
tree
|
commitdiff
2015-05-08
Anton Korobeynikov
Typos
tree
|
commitdiff
2015-05-08
Anton Korobeynikov
Fix "TODO" and provide the configure-time options to...
tree
|
commitdiff
2015-05-01
Eric Fiselier
Disallow conversions from function pointers to void*.
tree
|
commitdiff
2015-04-29
Eric Fiselier
Fix syntax error in CMake created when a variable is...
tree
|
commitdiff
2015-04-28
Saleem Abdulrasool
libc++abi: work around layering violation
tree
|
commitdiff
2015-04-28
Saleem Abdulrasool
libc++abi: try harder to force the LLVM unwinder on ARM
tree
|
commitdiff
2015-04-27
Saleem Abdulrasool
libc++abi: enable LLVM unwinder by default for ARM
tree
|
commitdiff
2015-04-27
Saleem Abdulrasool
libc++abi: remove unused variable
tree
|
commitdiff
2015-04-27
Saleem Abdulrasool
libc++abi: clear up some -Wqual-cast warnings
tree
|
commitdiff
2015-04-27
Saleem Abdulrasool
libc++abi: silence some warnings
tree
|
commitdiff
2015-04-25
Saleem Abdulrasool
libc++abi: remove build infrastructure for unwind
tree
|
commitdiff
2015-04-24
Saleem Abdulrasool
libc++abi: move tests back
tree
|
commitdiff
2015-04-24
Saleem Abdulrasool
libc++abi: remove the duplicated unwind content
tree
|
commitdiff
2015-04-15
Reid Kleckner
Declare __cxa_new_handler as extern "C", or it declares...
tree
|
commitdiff
2015-04-06
Eric Fiselier
[libcxxabi] Disallow Base to Derived conversions for...
tree
|
commitdiff
2015-04-02
Eric Fiselier
[libcxxabi] Fix multi-level pointer conversions and...
tree
|
commitdiff
2015-04-01
Eric Fiselier
Revert r228351 - Dont install header files.
tree
|
commitdiff
2015-03-31
Ed Schouten
Also use dl_iterate_phdr() on CloudABI.
tree
|
commitdiff
2015-03-19
Ed Schouten
Don't print debugging messages to stdout.
tree
|
commitdiff
2015-03-17
Eric Fiselier
Let libc++'s LIT configuration setup our linker paths...
tree
|
commitdiff
2015-03-17
Eric Fiselier
add option to tell LIT where to find the libc++ library...
tree
|
commitdiff
2015-03-12
Renato Golin
Update copyright year to 2015.
tree
|
commitdiff
2015-03-10
Eric Fiselier
Remove unneeded const_cast in readPointerHelper. Pointe...
tree
|
commitdiff
2015-03-10
Eric Fiselier
[libcxx] Fix PR21580 - Undefined behavior in readEncode...
tree
|
commitdiff
2015-03-09
Saleem Abdulrasool
Unwind: define more interfaces more often
tree
|
commitdiff
2015-03-09
Saleem Abdulrasool
Unwind: always define unwind APIs
tree
|
commitdiff
2015-03-07
Saleem Abdulrasool
Unwind: remove unnecessary check
tree
|
commitdiff
2015-03-07
Saleem Abdulrasool
Unwind: tweak register handling for AArch64
tree
|
commitdiff
2015-03-05
Nick Lewycky
Fix build with GCC:
tree
|
commitdiff
2015-03-03
Eric Fiselier
[libcxxabi] Build both static and shared versions of...
tree
|
commitdiff
2015-02-28
Saleem Abdulrasool
Unwind: make it build on Darwin again
tree
|
commitdiff
2015-02-27
Dan Albert
Add .eh_frame_hdr search to Linux unwinder.
tree
|
commitdiff
2015-02-26
Jonathan Roelofs
Add remote testing support to the lit config
tree
|
commitdiff
2015-02-26
Saleem Abdulrasool
Unwind: clean up some GCC warnings
tree
|
commitdiff
2015-02-24
Jonathan Roelofs
Add .fpu directives to ARM unwind save & restore functions.
tree
|
commitdiff
2015-02-21
Eric Fiselier
Add temporary workaround for missing symbol __cxa_throw...
tree
|
commitdiff
2015-02-16
Sergey Dmitrouk
Do not add -fno-exceptions without -funwind-tables
tree
|
commitdiff
2015-02-14
Jonathan Roelofs
Moar post-commit review.
tree
|
commitdiff
2015-02-14
Jonathan Roelofs
Address post-commit review comments
tree
|
commitdiff
2015-02-14
Jonathan Roelofs
Make the unwinder build on thumbv6-m with the integrate...
tree
|
commitdiff
2015-02-13
Saleem Abdulrasool
unwind: always export unw_local_addr_space
tree
|
commitdiff
2015-02-13
Saleem Abdulrasool
unwind: use sizeof() instead of hardcoded sizes
tree
|
commitdiff
2015-02-13
Ed Schouten
Don't use bzero() and strcpy().
tree
|
commitdiff
2015-02-12
Saleem Abdulrasool
unwind: use explicit memcpy for register saving
tree
|
commitdiff
2015-02-12
Saleem Abdulrasool
unwind: move exported APIs out of header
tree
|
commitdiff
2015-02-11
Saleem Abdulrasool
unwind: tweak inclusion ordering to work around GCC
tree
|
commitdiff
2015-02-11
Saleem Abdulrasool
unwind: clean up some -Werror=return-type warnings
tree
|
commitdiff
2015-02-11
Saleem Abdulrasool
unwind: clean up more -Wformat warnings
tree
|
commitdiff
2015-02-11
Saleem Abdulrasool
unwind: clean up straggling -Wundef warning
tree
|
commitdiff
2015-02-11
Saleem Abdulrasool
unwind: silence -Wconversion warnings
tree
|
commitdiff
2015-02-11
Eric Fiselier
Fix libcxxabi's library and object root for tests.
tree
|
commitdiff
2015-02-10
Saleem Abdulrasool
unwind: improve compilation on Linux with gcc
tree
|
commitdiff
2015-02-10
Saleem Abdulrasool
unwind: clean up some stray semicolons
tree
|
commitdiff
2015-02-10
Saleem Abdulrasool
unwind: clean up -Wundef warnings
tree
|
commitdiff
2015-02-10
Saleem Abdulrasool
unwind: fix -Wformat warnings from gcc
tree
|
commitdiff
2015-02-06
Saleem Abdulrasool
Unwind: hoist placement delete into base class
tree
|
commitdiff
2015-02-06
Saleem Abdulrasool
Unwind: replace pure virtual functions with aborts
tree
|
commitdiff
2015-02-06
Saleem Abdulrasool
unwind: use -fno-rtti -fno-exceptions -funwind-tables
tree
|
commitdiff
2015-02-06
Matthias Braun
Fix build for apple machines.
tree
|
commitdiff
2015-02-06
Dan Albert
Fix build.
tree
|
commitdiff
2015-02-05
Saleem Abdulrasool
Revert "indicate tag type in C"
tree
|
commitdiff
2015-02-05
Dan Albert
[libcxxabi] Fix -Werror build for 32-bit non-ARM.
tree
|
commitdiff
2015-02-05
Dan Albert
Formatting fixes.
tree
|
commitdiff
2015-02-05
Saleem Abdulrasool
Fix compilation of unwind on Darwin-x86_64
tree
|
commitdiff
2015-02-05
Saleem Abdulrasool
Silence some -Wundef warnings
tree
|
commitdiff
2015-02-05
Saleem Abdulrasool
Silence warning about loss of precision
tree
|
commitdiff
2015-02-05
Saleem Abdulrasool
indicate tag type in C
tree
|
commitdiff
2015-02-05
Greg Fitzgerald
Install header files
tree
|
commitdiff
2015-02-05
Dan Albert
Some more -Wundef issues.
tree
|
commitdiff
2015-02-05
Dan Albert
Enable -Wundef.
tree
|
commitdiff
2015-02-04
Dan Albert
Whitespace cleanup.
tree
|
commitdiff
next