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
2016-04-14
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
1
-3
/
+3
2016-01-26
Remove autoconf support
Chris Bieneman
1
-16
/
+0
2015-09-18
Fix typo and test commit
Luke Larson
1
-1
/
+1
2015-08-27
[CMake] Let ExceptionDemo buildable with ENABLE_EH.
NAKAMURA Takumi
1
-4
/
+4
2015-08-14
Update ExceptionDemo for exception handling API changes (personality function...
David Blaikie
1
-1
/
+1
2015-08-14
Fix -Wformat warnings in ExceptionDemo
David Blaikie
1
-6
/
+7
2015-08-14
Fix up the ExceptionDemo for some API changes over the past <time>
David Blaikie
1
-2
/
+2
2015-04-22
Fix up Exception demo from recent opaque pointer type changes to GEP
David Blaikie
1
-6
/
+7
2015-04-11
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
1
-1
/
+1
2015-03-31
Rework r233647, "llvm/examples: Suppress building a few JIT examples."
NAKAMURA Takumi
1
-1
/
+1
2015-03-31
llvm/examples: Suppress building a few JIT examples.
NAKAMURA Takumi
1
-0
/
+2
2015-03-31
llvm/examples: Add RuntimeDyld as libdeps.
NAKAMURA Takumi
1
-0
/
+1
2015-03-18
CMake: Disable ENABLE_EXPORTS for executables with MSVC
Reid Kleckner
1
-1
/
+1
2015-03-04
Fix the build of the gold-plugin and examples.
Rafael Espindola
1
-1
/
+1
2015-03-04
Make DataLayout Non-Optional in the Module
Mehdi Amini
1
-1
/
+0
2015-03-02
llvm/examples: Add missing include according to r230907.
NAKAMURA Takumi
1
-0
/
+1
2015-02-13
[PM] Update the examples to reflect the removal of the
Chandler Carruth
1
-20
/
+15
2015-02-13
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
1
-1
/
+1
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
[next]