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
*
reformatted to match Clang style; thanks to John McCall for the nudge
Marshall Clow
2011-08-15
1
-100
/
+109
*
demangler: Drop preceeding () from function types, but not from pointers and ...
Howard Hinnant
2011-08-12
2
-1
/
+103
*
First cut at exception handling; missing dependent exceptions. Next step: tests
Marshall Clow
2011-08-09
1
-7
/
+224
*
Silence some -Wall warnings pointed out by Marshall Clow
Howard Hinnant
2011-08-08
2
-53
/
+1
*
Remove include reference to non-existant file cxa_exception_storage.hpp
Marshall Clow
2011-08-08
1
-1
/
+0
*
make cxxabi.h safe for C code to include
Nick Kledzik
2011-08-02
1
-0
/
+4
*
use LIBCXXABI_NORETURN
Nick Kledzik
2011-08-02
1
-2
/
+5
*
make LIBCXXABI_NORETURN be the right attribute
Nick Kledzik
2011-08-02
1
-1
/
+1
*
use abort_message() for pthread errors in __cxa_get_globals
Nick Kledzik
2011-08-02
1
-9
/
+15
*
use abort_message()
Nick Kledzik
2011-08-02
1
-7
/
+3
*
move abort_message() to its own file
Nick Kledzik
2011-08-02
1
-7
/
+1
*
add abort_message() utility function
Nick Kledzik
2011-08-02
2
-0
/
+75
*
Added kledzik to CREDITS.TXT
Nick Kledzik
2011-08-02
1
-0
/
+3
*
Updated comments
Marshall Clow
2011-07-25
1
-2
/
+2
*
Added copyright header
Marshall Clow
2011-07-20
1
-0
/
+14
*
Update status: http://libcxxabi.llvm.org/spec.html . Looking good! :-)
Howard Hinnant
2011-07-20
2
-64
/
+60
*
Memory manangement routines for exception objects
Marshall Clow
2011-07-20
3
-0
/
+448
*
Exception handling stuctures, and thread-local variables for exception handling
Marshall Clow
2011-07-20
3
-0
/
+240
*
Fixed struct/class mismatch for std::type_info and added NORETURN flags
Marshall Clow
2011-07-20
1
-3
/
+3
*
Update by Marshall Clow
Howard Hinnant
2011-07-18
1
-4
/
+6
*
A stawman specification for libc++abi and status page
Howard Hinnant
2011-07-14
2
-1
/
+978
*
In cxa_demangle.cpp, rewrite __parse_unresolved_name to reflect updated under...
Howard Hinnant
2011-06-22
3
-40
/
+80
*
Clean up the vector tests
Marshall Clow
2011-06-13
2
-43
/
+50
*
Implement vector new and delete functionality
Marshall Clow
2011-06-10
4
-0
/
+747
*
Added Marshall to CREDITS.TXT as requested
Marshall Clow
2011-06-08
1
-0
/
+6
*
tabs to spaces
Howard Hinnant
2011-06-07
3
-39
/
+39
*
Add support for the ARM EABI variant of the __cxa_guard methods, controlled by
Nick Lewycky
2011-06-07
2
-6
/
+68
*
Add more tests for cxa_guard methods. This includes our first two tests using
Nick Lewycky
2011-06-04
1
-0
/
+75
*
Tests for bad_typeid and bad_cast
Marshall Clow
2011-06-03
1
-0
/
+64
*
Added __cxa_bad_cast and __cxa_bad_typeid and placeholder NORETURN macro
Marshall Clow
2011-06-03
3
-4
/
+42
*
Introduce cxa_virtual.cpp and cxa_guard.cpp. Contributed by Nick Lewycky, How...
Howard Hinnant
2011-05-24
4
-0
/
+269
*
Add goal
Howard Hinnant
2011-05-19
1
-0
/
+1
*
Fix think-o
Howard Hinnant
2011-05-19
1
-1
/
+0
*
testing
Howard Hinnant
2011-05-19
1
-1
/
+1
*
testing
Howard Hinnant
2011-05-19
1
-1
/
+1
*
Add Mac OS X as supported platform.
Howard Hinnant
2011-05-19
1
-1
/
+1
*
Add Mac OS X as supported platform.
Howard Hinnant
2011-05-19
1
-0
/
+1
*
initial import
Howard Hinnant
2011-05-05
9
-0
/
+45145