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 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
*
Fix minor initialization bug in Registers_x86_64.
Nico Weber
2013-12-06
1
-1
/
+1
*
80-column wrap a comment in a test
Nico Weber
2013-12-05
1
-1
/
+1
*
[unwind] remove darwin build dependency on <mach-o/dyld_priv.h>
Nick Kledzik
2013-12-05
1
-1
/
+42
*
Fixed a couple of test errors; changed 'const A const *' to 'const A* const'....
Marshall Clow
2013-12-04
1
-2
/
+2
*
Fix indentation of fields in __cxa_exception to line up
Mark Seaborn
2013-11-30
1
-9
/
+9
*
On Windows, typeids are different between DLLs and EXEs, so comparing
Yaron Keren
2013-11-22
1
-0
/
+16
*
Comment correction. syslog() syntax is:
Yaron Keren
2013-11-22
1
-1
/
+1
*
If libc++ has not declared bad_array_length, then declare it here just so tha...
Howard Hinnant
2013-11-07
1
-0
/
+13
*
Swap contents of UnwindRegistersRestore.s and UnwindRegistersSave.s
Nick Kledzik
2013-11-01
2
-489
/
+489
*
Rename LIBUNWIND_AVAIL to LIBUNWIND_UNAVAIL so as to not conflict with other ...
Nick Kledzik
2013-11-01
1
-11
/
+11
*
Move local Db type out to namespace scope.
Howard Hinnant
2013-10-22
1
-22
/
+23
*
unwinder: conditionalise availability
Saleem Abdulrasool
2013-10-17
1
-9
/
+15
*
[unwind] Fix unw_init_remote_thread() use to void* instead of thread_t for pa...
Nick Kledzik
2013-10-08
2
-7
/
+12
*
[unwind] add required #include
Nick Kledzik
2013-10-08
1
-0
/
+1
*
Fix conditionals on __Unwind_SjLj_* functions to only build for SJLJ based ar...
Nick Kledzik
2013-10-08
1
-1
/
+2
*
Consistent spelling of names.
Joerg Sonnenberger
2013-10-08
1
-3
/
+3
*
libcxxabi contains the runtime support for C++. But, as some folks have
Nick Kledzik
2013-10-07
20
-0
/
+8889
*
Adding bad_array_length to libc++abi
Marshall Clow
2013-09-11
1
-0
/
+18
*
Add ability to set OPTIONS for compile
Marshall Clow
2013-09-09
1
-2
/
+2
*
Change the two last remaining _LIBCPP_CANTTHROW to _NOEXCEPT
Jean-Daniel Dupas
2013-08-29
1
-2
/
+2
*
Propagate the removal of _LIBCPP_CANTTHROW (r189046) to libcxxabi. This fixe...
Howard Hinnant
2013-08-25
1
-5
/
+5
*
tip-of-trunk clang has corrected some access checks for special members in a ...
Howard Hinnant
2013-07-30
1
-4
/
+4
*
I had a buffer mismanagement bug in the demangler.
Howard Hinnant
2013-07-26
1
-1
/
+5
*
Updated CREDITS.TXT
Howard Hinnant
2013-07-02
1
-12
/
+16
*
I'd no sooner made the last commit when Matthew Dempsky sent me another test ...
Howard Hinnant
2013-06-23
2
-49
/
+16
*
After a private conversation with Arthur O'Dwyer, and a good night's sleep, I...
Howard Hinnant
2013-06-23
2
-7
/
+38
*
Filter out '`' in mangled strings and reject them as invalid if found.
Howard Hinnant
2013-06-23
2
-1
/
+2
*
I created a random mangled name generator and have thrown about 200 million r...
Howard Hinnant
2013-06-21
2
-4
/
+4
*
Another demangler crasher. Updated test suite to prevent regression.
Howard Hinnant
2013-06-20
2
-57
/
+264
*
Protect against invalid mangled names. Add test suite for invalid mangled na...
Howard Hinnant
2013-06-20
2
-18
/
+15
*
Demangle objc mangling implemented in r184250
Howard Hinnant
2013-06-19
2
-3
/
+34
*
Tweaks/cleanups provided by Matthew Dempsky
Howard Hinnant
2013-06-17
2
-180
/
+6
*
Demangler update: This now demangles many more (all?) C++11 symbols. Demang...
Howard Hinnant
2013-06-17
6
-9852
/
+3204
*
Add capability to demangle invocation functions for ObjC blocks.
Howard Hinnant
2013-04-10
3
-0
/
+83
*
Bruce Mitchener: Typo fixes.
Howard Hinnant
2013-02-15
7
-12
/
+16
*
Partially revert r152770. That commit moved the default handlers to their ow...
Howard Hinnant
2013-02-06
1
-9
/
+5
*
Update the copyright coredits -- Happy new year 2013!
NAKAMURA Takumi
2013-01-01
1
-2
/
+2
*
Rename class __lambda_node to ___lambda_node to fix compile failure with gcc ...
Daniel Malea
2012-12-05
1
-3
/
+3
*
__list::ends_with_template was giving the wrong answer for empty lists. And ...
Howard Hinnant
2012-11-30
2
-31
/
+83
*
Remove aborts under __dynamic_cast which were under _LIBCXX_DYNAMIC_FALLBACK....
Howard Hinnant
2012-11-15
1
-25
/
+11
*
Update CREDIT.TXT
Howard Hinnant
2012-11-13
1
-0
/
+4
*
Wen-Han Gu: Fix for http://llvm.org/bugs/show_bug.cgi?id=14312 Exception Tab...
Howard Hinnant
2012-11-12
1
-2
/
+6
*
Make the type_info for __shim_type_info visible. This should address some fa...
Howard Hinnant
2012-10-13
1
-5
/
+5
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-156
/
+156
*
Set up code under _LIBCXX_DYNAMIC_FALLBACK which is off by default. For a fu...
Howard Hinnant
2012-09-28
2
-50
/
+129
[next]