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
/
libcxxabi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a FAQ section, with a question about why the std::exception class destruc...
Marshall Clow
2014-06-11
1
-0
/
+16
*
Add test case for inherited exceptions
Jonathan Roelofs
2014-06-03
1
-0
/
+165
*
Add EH test case checking that handlers in noexcept functions can still unwind
Jonathan Roelofs
2014-05-31
1
-0
/
+34
*
Add EH test cases corresponding to C++ ABI # 15.3.3
Jonathan Roelofs
2014-05-31
1
-0
/
+444
*
Let libc++abi compile with gcc.
Nico Weber
2014-05-30
1
-11
/
+12
*
Fix typo in comment.
Logan Chien
2014-05-14
1
-1
/
+1
*
PR19091: Track whether we're demangling a function template specialization to
Richard Smith
2014-05-12
2
-11
/
+31
*
Implement ARM EHABI exception handling.
Logan Chien
2014-05-10
7
-18
/
+462
*
Check exception specification with __cplusplus.
Logan Chien
2014-05-10
1
-1
/
+1
*
Fixes more incorrect #ifs for SJ/LJ exceptions
Jonathan Roelofs
2014-05-08
2
-19
/
+19
*
Fix broken build from r208135
Jonathan Roelofs
2014-05-08
1
-0
/
+1
*
Make libc++abi use the implementation of __numstr from libc++. No functionali...
Marshall Clow
2014-05-07
1
-127
/
+6
*
On single threaded systems, turn mutexes into nops
Jonathan Roelofs
2014-05-06
6
-8
/
+96
*
Try harder to get the compiler to use float registers in different
Joerg Sonnenberger
2014-05-04
1
-8
/
+26
*
Don't use bash features.
Joerg Sonnenberger
2014-05-03
1
-16
/
+16
*
Add unwind test case that checks restoring of float registers (such as on AAr...
Nick Kledzik
2014-04-29
1
-0
/
+239
*
Fix cast warning
Nick Kledzik
2014-04-28
1
-2
/
+2
*
Use return address register from CIE. Move DwarfInstructions::lastRestoreReg...
Nick Kledzik
2014-04-28
3
-91
/
+20
*
No need to specialize DwarfInstructions::getCFA(). It is the same for all archs
Nick Kledzik
2014-04-28
1
-63
/
+12
*
Properly sign extend delta in compact unwind info
Nick Kledzik
2014-04-25
1
-2
/
+3
*
Fix one missed use of DW_EH_PE_omit in r203626
Nick Kledzik
2014-04-25
1
-1
/
+1
*
Remove unused/obsolete ARM64 constants
Nick Kledzik
2014-04-24
1
-10
/
+1
*
Fix virtual class with non-virtual dtor complaint
Dan Albert
2014-04-23
1
-0
/
+1
*
Fixes incorrect #ifs for SJ/LJ exceptions
Dan Albert
2014-04-23
3
-5
/
+5
*
Fixes type of dyldInfo for glibc/bionic systems
Dan Albert
2014-04-23
1
-1
/
+1
*
Replace bzero with memset
Jonathan Roelofs
2014-04-16
1
-8
/
+9
*
Properly sign extend sdata2/4 in unwinder. Patch by Patrick Wildt
Nick Kledzik
2014-04-12
1
-2
/
+4
*
Properly conditionalize DwarfFDECache<A>::dyldUnloadHook. Patch by Patrick Wildt
Nick Kledzik
2014-04-12
1
-0
/
+2
*
Code cleanup and re-indent cxa_exception.hpp
Logan Chien
2014-04-12
1
-54
/
+55
*
The content of .eh_frame may be misaligned, so use memcpy. This is seen
Joerg Sonnenberger
2014-04-08
1
-7
/
+31
*
Include stdlib.h for getenv when !NDEBUG.
Joerg Sonnenberger
2014-04-03
1
-0
/
+1
*
Simplify.
Joerg Sonnenberger
2014-03-20
1
-6
/
+1
*
Fix DW_CFA_GNU_args_size handling. The primary architecture using this
Joerg Sonnenberger
2014-03-20
2
-3
/
+2
*
0 is a valid LSDA encoding and can be seen in statically linked
Joerg Sonnenberger
2014-03-11
1
-2
/
+2
*
Demangle Dc to decltype(auto) as per the Itanium C++ ABI spec.
Anders Carlsson
2014-02-17
2
-0
/
+6
*
[libcxxabi] Fix broken codesourcery.com links in comments
Jonathan Roelofs
2014-02-12
7
-7
/
+7
*
Fix PR17221 - can't catch virtual base classes when throwing derived NULL poi...
Marshall Clow
2014-02-06
2
-14
/
+53
*
Fix PR17222 - catching derived classes from thrown null pointer. Adds tests, too
Marshall Clow
2014-02-05
2
-2
/
+78
*
[libunwind] remove stray conditional
Nick Kledzik
2014-01-30
1
-4
/
+0
*
Use .p2align instead of .align
Nick Kledzik
2014-01-23
2
-4
/
+4
*
Add missing alignment directives in assembly
Nick Kledzik
2014-01-23
2
-0
/
+4
*
Don't redefine static_assert()
Nick Kledzik
2014-01-23
1
-1
/
+1
*
Fix unwinder to build for iOS
Nick Kledzik
2014-01-23
2
-2
/
+5
*
Implement demangling for user-defined operators.
Howard Hinnant
2014-01-06
2
-0
/
+14
*
Update the copyright credits -- Happy new year 2014!
NAKAMURA Takumi
2014-01-01
1
-2
/
+2
*
Add a first cut at a Registers_arm class, to be used for 32bit arm EHABI unwi...
Nico Weber
2013-12-18
4
-0
/
+458
*
Add mangling macros for Unwind's inline assembly.
Nico Weber
2013-12-17
3
-29
/
+56
*
Fix demangling crasher. The crasher involved nested <encoding> involving par...
Howard Hinnant
2013-12-11
2
-9
/
+249
*
Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 2 of 2
Nico Weber
2013-12-06
2
-2
/
+2
*
Rename UnwindRegisters*.s files to UnwindRegisters*.S, step 1 of 2
Nico Weber
2013-12-06
2
-0
/
+0
[next]