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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Move EHPersonality from CGException.h into the cpp file, it has no o...
Benjamin Kramer
2012-02-08
1
-56
/
+0
*
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-07-20
1
-6
/
+6
*
Fix Objective-C++ exceptions (GNU runtime).
David Chisnall
2011-03-20
1
-0
/
+1
*
Move all the cleanups framework code into a single file.
John McCall
2011-01-28
1
-536
/
+3
*
ARM EH uses a different personality function in C.
John McCall
2010-11-07
1
-0
/
+1
*
Opportunistically use the C++ personality function in ObjC++
John McCall
2010-09-16
1
-6
/
+6
*
Implement the EH cleanup to call 'operator delete' if a new-expression throws
John McCall
2010-09-14
1
-27
/
+21
*
More cleanup enabling.
John McCall
2010-08-14
1
-0
/
+22
*
Sketch out a framework for delaying the activation of a cleanup.
John McCall
2010-08-13
1
-4
/
+36
*
Revise cleanup IR generation to fix a major bug with cleanups (PR7686)
John McCall
2010-07-23
1
-10
/
+154
*
Rename LazyCleanup -> Cleanup. No functionality change for these last three
John McCall
2010-07-21
1
-15
/
+15
*
Rip out EHCleanupScope.
John McCall
2010-07-21
1
-62
/
+3
*
The GNU-runtime ObjC personality function doesn't let us rethrow with URR for
John McCall
2010-07-17
1
-0
/
+26
*
Teach IR generation how to lazily emit cleanups. This has a lot of advantages,
John McCall
2010-07-13
1
-3
/
+89
*
Validated by nightly-test runs on x86 and x86-64 darwin, including after
John McCall
2010-07-06
1
-0
/
+342