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
/
lib
/
CodeGen
/
CGException.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add a cleanup scope for each catch clause.
Mike Stump
2009-12-02
1
-15
/
+19
*
Pull the terminate handler up so that we can use it for the catch
Mike Stump
2009-12-02
1
-35
/
+31
*
Change rtti/Rtti to RTTI, as it is an acronym.
Mike Stump
2009-12-02
1
-2
/
+3
*
Avoid warning for getTerminateFn defined but not used.
Mike Stump
2009-12-02
1
-9
/
+3
*
terminate doesn't throw.
Mike Stump
2009-12-02
1
-0
/
+1
*
More exception handling improvements... WIP.
Mike Stump
2009-12-02
1
-30
/
+71
*
Much work on try/catch statement. WIP.
Mike Stump
2009-12-01
1
-69
/
+250
*
Checkpoint current work. WIP.
Mike Stump
2009-11-20
1
-2
/
+126
*
Implement throw d, where d is a class type that requires copy
Mike Stump
2009-11-20
1
-2
/
+22
*
Handle throw d, where d is a class type but only has a trivial copy
Mike Stump
2009-11-20
1
-8
/
+9
*
Add suport for throw;. WIP.
Mike Stump
2009-11-20
1
-4
/
+16
*
Fix rtti generation for throws. WIP.
Mike Stump
2009-11-20
1
-9
/
+1
*
Get throws limping along, still a bunch of FIXMEs. Too bad we don't support c...
Anders Carlsson
2009-10-30
1
-1
/
+86
*
Add CGException.cpp, to be used for exception related code generation.
Anders Carlsson
2009-10-30
1
-0
/
+20
[prev]