index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
ExceptionDemo
Age
Commit message (
Expand
)
Author
Files
Lines
2014-12-03
ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183.
NAKAMURA Takumi
1
-2
/
+2
2014-10-31
[CMake] llvm/examples: Update libdeps for unoptimized builds.
NAKAMURA Takumi
1
-0
/
+1
2014-09-10
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
1
-1
/
+1
2014-09-03
Fix configure and make build of llvm examples.
Iain Sandoe
1
-1
/
+1
2014-09-02
Reinstate "Nuke the old JIT."
Eric Christopher
1
-2
/
+0
2014-08-19
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
1
-2
/
+4
2014-08-07
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
1
-0
/
+2
2014-08-07
Nuke the old JIT.
Rafael Espindola
1
-2
/
+0
2014-07-22
Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EH
Dan Liew
1
-0
/
+2
2014-02-25
Use DataLayout from the module when easily available.
Rafael Espindola
1
-1
/
+2
2014-02-25
Make DataLayout a plain object, not a pass.
Rafael Espindola
1
-1
/
+1
2014-02-19
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
1
-2
/
+2
2014-02-19
This reverts commit r201625 and r201624.
Rafael Espindola
1
-2
/
+2
2014-02-19
Use PrivateLinkage now that it is safe.
Rafael Espindola
1
-2
/
+2
2014-01-13
[cleanup] Fix the includes in the examples for r199082.
Chandler Carruth
1
-1
/
+1
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
1
-1
/
+8
2013-11-19
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
1
-5
/
+3
2013-11-19
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
1
-1
/
+3
2013-11-18
Revert r194865 and r194874.
Alexey Samsonov
1
-3
/
+1
2013-11-15
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
1
-1
/
+3
2013-07-29
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
NAKAMURA Takumi
1
-1
/
+1
2013-07-21
Fix exception demo: Add mcjit to link component.
Logan Chien
1
-1
/
+1
2013-05-14
ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong t...
NAKAMURA Takumi
1
-2
/
+2
2013-05-07
Remove exception handling support from the old JIT.
Rafael Espindola
1
-1
/
+0
2013-05-05
Port ExceptionDemo to MCJIT.
Rafael Espindola
2
-3
/
+10
2013-05-01
Add support for other typeinfo encodings in the ExceptionDemo.
Rafael Espindola
1
-9
/
+41
2013-04-26
The exception demo needs its symbols exported.
Rafael Espindola
1
-0
/
+2
2013-01-13
Update links to "Itanium C++ ABI: Exception Handling" document
Dmitri Gribenko
1
-9
/
+9
2013-01-02
Update the examples for the new header file locations.
Chandler Carruth
1
-6
/
+6
2012-12-04
Sort the #include lines of the examples/... tree.
Chandler Carruth
1
-6
/
+6
2012-11-26
Fix gcc's -Wunused-but-set-variable warnings.
Rafael Espindola
1
-5
/
+0
2012-10-24
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
1
-1
/
+1
2012-10-24
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
1
-1
/
+1
2012-10-12
ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was upd...
NAKAMURA Takumi
1
-2
/
+2
2012-10-12
ExceptionDemo.cpp: Whitespace.
NAKAMURA Takumi
1
-587
/
+586
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
1
-2
/
+2
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
1
-1
/
+1
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
1
-1
/
+1
2012-02-06
Update ExceptionDemo to use ConstantDataArray.
Peter Collingbourne
1
-2
/
+3
2012-02-04
Update to the new EH system...remove OLD EH code.
Bill Wendling
1
-88
/
+4
2011-12-07
EngineBuilder: support for custom TargetOptions. Fixes the
Peter Collingbourne
1
-1
/
+3
2011-09-28
Changed comments on foreign C++ exceptions (generated with type info 7),
Garrison Venn
1
-8
/
+9
2011-09-23
Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume.
Garrison Venn
1
-93
/
+116
2011-09-22
Converted Exception demo over to using new 3.0 landingpad instruction. This
Garrison Venn
1
-22
/
+59
2011-09-22
This is a hack to get the demo working with the new 3.0 exception
Garrison Venn
1
-4
/
+18
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
1
-1
/
+1
2011-07-18
update this to build with a recent IRBuilder change and de-constify types.
Chris Lattner
1
-10
/
+6
2011-07-12
Reverted 134901 because of 134959. Did not use svn merge -r but rather:
Garrison Venn
1
-24
/
+24
2011-07-11
Modified demo to work with non const Type parameters as is required by new
Garrison Venn
1
-15
/
+16
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
1
-1
/
+1
[next]