Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
13f89cd19b5425e2671390ef971f00b51f6bb113
/
llvm
/
examples
/
ExceptionDemo
/
ExceptionDemo.cpp
b734a9d
ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong to RTDyldMemoryManager.
by NAKAMURA Takumi
· 12 years ago
9a38340
Remove exception handling support from the old JIT.
by Rafael Espindola
· 12 years ago
e93dc3b
Port ExceptionDemo to MCJIT.
by Rafael Espindola
· 13 years ago
5096adf
Add support for other typeinfo encodings in the ExceptionDemo.
by Rafael Espindola
· 13 years ago
462462e
Update links to "Itanium C++ ABI: Exception Handling" document
by Dmitri Gribenko
· 13 years ago
005f27a
Update the examples for the new header file locations.
by Chandler Carruth
· 13 years ago
605e30e
Sort the #include lines of the examples/... tree.
by Chandler Carruth
· 13 years ago
e42945c
Fix gcc's -Wunused-but-set-variable warnings.
by Rafael Espindola
· 13 years ago
51e7246
Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this!
by Micah Villmow
· 13 years ago
6a8f3f9
Delete a directory that wasn't supposed to be checked in yet.
by Micah Villmow
· 13 years ago
8489be8
ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was updated.
by NAKAMURA Takumi
· 13 years ago
8e70dd5
ExceptionDemo.cpp: Whitespace.
by NAKAMURA Takumi
· 13 years ago
6bf5825
Move TargetData to DataLayout.
by Micah Villmow
· 13 years ago
aafe091
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
by Chandler Carruth
· 13 years ago
bde9176
Fix typos found by http://github.com/lyda/misspell-check
by Benjamin Kramer
· 13 years ago
c4e342b
Update ExceptionDemo to use ConstantDataArray.
by Peter Collingbourne
· 14 years ago
383727b
Update to the new EH system...remove OLD EH code.
by Bill Wendling
· 14 years ago
dff2478
EngineBuilder: support for custom TargetOptions. Fixes the
by Peter Collingbourne
· 14 years ago
56c58ce
Changed comments on foreign C++ exceptions (generated with type info 7),
by Garrison Venn
· 14 years ago
0a2eb8d
Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume.
by Garrison Venn
· 14 years ago
8cb0035
Converted Exception demo over to using new 3.0 landingpad instruction. This
by Garrison Venn
· 14 years ago
eb89d36
This is a hack to get the demo working with the new 3.0 exception
by Garrison Venn
· 14 years ago
2bb4035
Move TargetRegistry and TargetSelect from Target to Support where they belong.
by Evan Cheng
· 14 years ago
6b8eb8c
update this to build with a recent IRBuilder change and de-constify types.
by Chris Lattner
· 14 years ago
76310ac
Reverted 134901 because of 134959. Did not use svn merge -r but rather:
by Garrison Venn
· 14 years ago
5fb3f66
Modified demo to work with non const Type parameters as is required by new
by Garrison Venn
· 14 years ago
0ab5e2c
Fix a ton of comment typos found by codespell. Patch by
by Chris Lattner
· 15 years ago
a0f6ecb
Added new FIXME note
by Garrison Venn
· 15 years ago
2c81975
Get rid of useless comment; if a file uses functions from a given header,
by Eli Friedman
· 15 years ago
56c5ca2
Because some systems have reported that this example would not build the
by Garrison Venn
· 15 years ago
88bd9d6
Fixed more best practices, and explicit/implicit style guide issues.
by Garrison Venn
· 15 years ago
a868bbb
reindent this whole file and do a variety of stylistic cleanups.
by Chris Lattner
· 15 years ago
ca320f5
fix this to build with the recent StructType changes.
by Chris Lattner
· 15 years ago
56f3a4c
Update examples and documentation to explicitly add basicaa, now that it's
by Dan Gohman
· 15 years ago
a8b941c
Remove stray semi-colon.
by Daniel Dunbar
· 15 years ago
211427b
Remove the -enable-sjlj-eh option, which doesn't do anything.
by Duncan Sands
· 16 years ago
80178ee
Fix -Wcast-qual warning.
by Benjamin Kramer
· 16 years ago
f4d2f84
Adds a JIT based exception handling example to the examples directory.
by Garrison Venn
· 16 years ago