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
/
clang
/
test
/
CodeGenCXX
/
rtti.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove rtti.cpp, it's very fragile and has been marked XFAIL for a while now....
Anders Carlsson
2009-12-31
1
-205
/
+0
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-2
/
+2
*
XFAIL this for now, fixing linkage bugs causes the order of globals to change...
Anders Carlsson
2009-12-11
1
-0
/
+1
*
Improve linkage of RTTI data structures. Introduce CodeGenModule::GetAddrOfRT...
Anders Carlsson
2009-12-11
1
-9
/
+6
*
Be sure to set visibility for ZTI symbols for classes from the class.
Mike Stump
2009-11-18
1
-1
/
+6
*
Make _ZTI symbols hidden. This speeds up the dynamic linker.
Mike Stump
2009-11-18
1
-0
/
+3
*
Fix one last gotcha with typeid.
Mike Stump
2009-11-18
1
-0
/
+4
*
Add rtti support for arrays, functiond without prototypes, vectors and
Mike Stump
2009-11-17
1
-0
/
+3
*
Add rtti info for function prototypes and refactor. This allows
Mike Stump
2009-11-17
1
-1
/
+17
*
Add rtti support for pointer to data members.
Mike Stump
2009-11-17
1
-3
/
+26
*
Add rtti support for non-member pointers. WIP.
Mike Stump
2009-11-17
1
-3
/
+19
*
Add typeinfo support for T* and const T* for all builtin types T.
Mike Stump
2009-11-17
1
-1
/
+5
*
Add typeid for the builtin types. WIP.
Mike Stump
2009-11-17
1
-0
/
+4
*
Ensure we peer through () when handling typeid(*p).
Mike Stump
2009-11-17
1
-1
/
+1
*
Make bots happy.
Mike Stump
2009-11-16
1
-7
/
+5
*
Fix linux buildbots.
Mike Stump
2009-11-15
1
-0
/
+2
*
Finish off zero check for typeid(*p) so that it will do a __cxa_bad_typeid.
Mike Stump
2009-11-15
1
-0
/
+14
*
Implement typeid for class types.
Mike Stump
2009-11-15
1
-0
/
+26
*
Finish off support for typeinfo generation for classes.
Mike Stump
2009-11-15
1
-0
/
+89