projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
[shuffle] Teach the shuffle fuzzer to fuzz blends, including forming
[oota-llvm.git]
/
examples
/
ExceptionDemo
/
2014-08-07
Eric Christopher
Temporarily Revert "Nuke the old JIT." as it's not...
tree
|
commitdiff
2014-08-07
Rafael Espindola
Nuke the old JIT.
tree
|
commitdiff
2014-07-22
Dan Liew
Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that...
tree
|
commitdiff
2014-02-25
Rafael Espindola
Use DataLayout from the module when easily available.
tree
|
commitdiff
2014-02-25
Rafael Espindola
Make DataLayout a plain object, not a pass.
tree
|
commitdiff
2014-02-19
Rafael Espindola
Add back r201608, r201622, r201624 and r201625
tree
|
commitdiff
2014-02-19
Rafael Espindola
This reverts commit r201625 and r201624.
tree
|
commitdiff
2014-02-19
Rafael Espindola
Use PrivateLinkage now that it is safe.
tree
|
commitdiff
2014-01-13
Chandler Carruth
[cleanup] Fix the includes in the examples for r199082.
tree
|
commitdiff
2013-12-10
NAKAMURA Takumi
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Place class definitions into anonymous...
tree
|
commitdiff
2013-11-19
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-11-18
Alexey Samsonov
Revert r194865 and r194874.
tree
|
commitdiff
2013-11-15
Juergen Ributzka
[weak vtables] Remove a bunch of weak vtables
tree
|
commitdiff
2013-07-29
NAKAMURA Takumi
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
tree
|
commitdiff
2013-07-21
Logan Chien
Fix exception demo: Add mcjit to link component.
tree
|
commitdiff
2013-05-14
NAKAMURA Takumi
ExceptionDemo: Corresponding to r181820, SectionMemoryM...
tree
|
commitdiff
2013-05-07
Rafael Espindola
Remove exception handling support from the old JIT.
tree
|
commitdiff
2013-05-05
Rafael Espindola
Port ExceptionDemo to MCJIT.
tree
|
commitdiff
2013-05-01
Rafael Espindola
Add support for other typeinfo encodings in the Excepti...
tree
|
commitdiff
2013-04-26
Rafael Espindola
The exception demo needs its symbols exported.
tree
|
commitdiff
2013-01-13
Dmitri Gribenko
Update links to "Itanium C++ ABI: Exception Handling...
tree
|
commitdiff
2013-01-02
Chandler Carruth
Update the examples for the new header file locations.
tree
|
commitdiff
2012-12-04
Chandler Carruth
Sort the #include lines of the examples/... tree.
tree
|
commitdiff
2012-11-26
Rafael Espindola
Fix gcc's -Wunused-but-set-variable warnings.
tree
|
commitdiff
2012-10-24
Micah Villmow
Back out r166591, not sure why this made it through...
tree
|
commitdiff
2012-10-24
Micah Villmow
Delete a directory that wasn't supposed to be checked...
tree
|
commitdiff
2012-10-12
NAKAMURA Takumi
ExceptionDemo.cpp: Use Function::setDoesNotReturn(...
tree
|
commitdiff
2012-10-12
NAKAMURA Takumi
ExceptionDemo.cpp: Whitespace.
tree
|
commitdiff
2012-10-08
Micah Villmow
Move TargetData to DataLayout.
tree
|
commitdiff
2012-06-29
Chandler Carruth
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
tree
|
commitdiff
2012-06-02
Benjamin Kramer
Fix typos found by github.com/lyda/misspell-check
tree
|
commitdiff
2012-02-06
Peter Collingbourne
Update ExceptionDemo to use ConstantDataArray.
tree
|
commitdiff
2012-02-04
Bill Wendling
Update to the new EH system...remove OLD EH code.
tree
|
commitdiff
2011-12-07
Peter Collingbourne
EngineBuilder: support for custom TargetOptions. Fixes the
tree
|
commitdiff
2011-09-28
Garrison Venn
Changed comments on foreign C++ exceptions (generated...
tree
|
commitdiff
2011-09-23
Garrison Venn
Modified demo to use 3.0 resume instruction vs calling...
tree
|
commitdiff
2011-09-22
Garrison Venn
Converted Exception demo over to using new 3.0 landingp...
tree
|
commitdiff
2011-09-22
Garrison Venn
This is a hack to get the demo working with the new...
tree
|
commitdiff
2011-08-24
Evan Cheng
Move TargetRegistry and TargetSelect from Target to...
tree
|
commitdiff
2011-07-18
Chris Lattner
update this to build with a recent IRBuilder change...
tree
|
commitdiff
2011-07-12
Garrison Venn
Reverted 134901 because of 134959. Did not use svn...
tree
|
commitdiff
2011-07-11
Garrison Venn
Modified demo to work with non const Type parameters...
tree
|
commitdiff
2011-04-15
Chris Lattner
Fix a ton of comment typos found by codespell. Patch by
tree
|
commitdiff
2011-04-12
Garrison Venn
Added new FIXME note
tree
|
commitdiff
2011-04-11
Eli Friedman
Get rid of useless comment; if a file uses functions...
tree
|
commitdiff
2011-04-11
Garrison Venn
Because some systems have reported that this example...
tree
|
commitdiff
2011-04-10
Garrison Venn
Fixed more best practices, and explicit/implicit style...
tree
|
commitdiff
2011-04-08
Chris Lattner
reindent this whole file and do a variety of stylistic...
tree
|
commitdiff
2011-04-08
Chris Lattner
fix this to build with the recent StructType changes.
tree
|
commitdiff
2010-11-15
Dan Gohman
Update examples and documentation to explicitly add...
tree
|
commitdiff
2010-10-17
Oscar Fuentes
Build with RTTI and exceptions disabled. Only in GCC...
tree
|
commitdiff
2010-09-13
Michael J. Spencer
Revert "CMake: Get rid of LLVMLibDeps.cmake and export...
tree
|
commitdiff
2010-09-10
Michael J. Spencer
CMake: Get rid of LLVMLibDeps.cmake and export the...
tree
|
commitdiff
2010-06-15
Daniel Dunbar
Remove stray semi-colon.
tree
|
commitdiff
2010-05-02
Duncan Sands
Remove the -enable-sjlj-eh option, which doesn't do...
tree
|
commitdiff
2010-04-24
Nick Lewycky
Use provided llvm-defined variables instead of twisting...
tree
|
commitdiff
2010-04-20
Benjamin Kramer
Fix -Wcast-qual warning.
tree
|
commitdiff
2010-02-09
Garrison Venn
Adds a JIT based exception handling example to the...
tree
|
commitdiff