Chris Lattner
|
ee5457cbe8
|
Eliminate support for the llvm.unwind intrinisic, using the Unwind instruction instead
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8411 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-09-08 19:44:26 +00:00 |
|
Chris Lattner
|
e4d9096409
|
Should invokify is always true
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8409 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-09-08 19:00:30 +00:00 |
|
Chris Lattner
|
f30862f33b
|
Remove special casing
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8144 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-08-25 22:34:15 +00:00 |
|
Chris Lattner
|
657fbe68b8
|
rethrow is really the language independent primitive here. "throw" can be written
in terms of it and llvm.exc.setcurrent.
Rework the intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8111 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-08-24 12:24:11 +00:00 |
|
Chris Lattner
|
80a38d2453
|
*** Implement inlining of Invoke instructions!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8106 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-08-24 06:59:16 +00:00 |
|
Chris Lattner
|
7152c237b4
|
Implement: Inline/cfg_preserve_test.ll
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8099 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-08-24 04:06:56 +00:00 |
|
Chris Lattner
|
ca398dc398
|
* Separate all of the grunt work of inlining out into the Utils library.
* Make the function inliner _significantly_ smarter. :)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6396 91177308-0d34-0410-b5e6-96231b3b80d8
|
2003-05-29 15:11:31 +00:00 |
|