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
*
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
*
Improve the diagnostic messages on dynamic_cast.
Howard Hinnant
2012-09-28
1
-6
/
+6
*
Two changes: 1) I still didn't have the ABI correct to match the gcc-4.2 st...
Howard Hinnant
2012-09-28
2
-10
/
+48
*
Updating email address
Marshall Clow
2012-09-24
1
-2
/
+1
*
Rename class __lambda to __lambda_node to avoid clash with gcc. This fixes h...
Howard Hinnant
2012-09-21
1
-3
/
+3
*
Tweak use of dlopen to be a little more correct and higher performing.
Howard Hinnant
2012-09-21
1
-1
/
+1
*
I've added Apple-only behavior that looks for libstdc++ in the same process a...
Howard Hinnant
2012-09-18
1
-6
/
+44
*
Specifically disallow primary-expressions of the form LT_... on the basis of ...
Howard Hinnant
2012-09-13
1
-0
/
+4
*
Change size of reference count field in __libcpp_nmstr from 32 bits to 64 bit...
Howard Hinnant
2012-08-08
1
-3
/
+3
*
Fixes apple: #12020687. This was a problem in the demangler with template
Howard Hinnant
2012-08-03
2
-2
/
+4
*
Update status.
Howard Hinnant
2012-08-02
2
-5
/
+6
*
Update CREDITS.TXT
Howard Hinnant
2012-08-01
1
-0
/
+5
*
Erik Olofsson: This patch adds support for lambda demangling. I fixed this b...
Howard Hinnant
2012-08-01
2
-4
/
+135
*
Andrew Morrow: Mainline clang seems to have recently become more strict about...
Howard Hinnant
2012-07-29
2
-1
/
+5
*
Andrew Morrow: The variable 't1' on line 10188 of cxa_demangle.cpp is uninit...
Howard Hinnant
2012-07-29
1
-1
/
+1
*
add a link to the libc++ website
Sylvestre Ledru
2012-07-20
1
-1
/
+1
*
Add missing #include <stdlib.h> into test which uses ::exit.
Richard Smith
2012-07-11
1
-1
/
+2
*
Don't dereference root in __parse_ctor_dtor_name unless it is known to not be...
Howard Hinnant
2012-06-15
1
-1
/
+1
*
Fix bug in cxa_demangle involving template substitution.
Howard Hinnant
2012-05-02
2
-6
/
+10
*
Make __cxa_new_handler un-mangled
Howard Hinnant
2012-04-28
1
-1
/
+1
*
Changed 'cause' from 'terminate' to 'uncaught' in default_terminate_handler
Howard Hinnant
2012-04-24
1
-1
/
+1
*
Richard Smith: __int128 is a GNU keyword which clang 3.1 supports. This usag...
Howard Hinnant
2012-04-18
1
-2
/
+2
*
I would really like to write the handlers in terms of C++11 atomics. This wo...
Howard Hinnant
2012-03-19
3
-4
/
+39
*
I've moved __cxa_terminate_handler, __cxa_unexpected_handler and __cxa_new_ha...
Howard Hinnant
2012-03-19
6
-50
/
+31
*
Arm fixes in cxa_personality.cpp and a little refactoring.
Howard Hinnant
2012-03-17
1
-24
/
+41
*
Less lame "concurrency" support
Dave Zarzycki
2012-03-15
2
-6
/
+6
*
Be friendly to when dead_strip doesn't work
Dave Zarzycki
2012-03-15
2
-19
/
+23
*
move default handlers to their own file so they can be overridden at build ti...
Nick Kledzik
2012-03-15
3
-77
/
+124
*
Missed an underscore on the last commit.
Howard Hinnant
2012-03-14
1
-2
/
+2
[next]