index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
examples
/
ExceptionDemo
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix broken links to the Itanium CXX ABI
Vlad Tsyrklevich
2017-09-12
1
-8
/
+8
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-2
/
+2
*
ExceptionDemo: remove some undefined behaviour
Saleem Abdulrasool
2016-11-20
1
-14
/
+17
*
ExceptionDemo: prefer headers over redeclarations
Saleem Abdulrasool
2016-11-20
1
-63
/
+9
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-3
/
+3
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-16
/
+0
*
Fix typo and test commit
Luke Larson
2015-09-18
1
-1
/
+1
*
[CMake] Let ExceptionDemo buildable with ENABLE_EH.
NAKAMURA Takumi
2015-08-27
1
-4
/
+4
*
Update ExceptionDemo for exception handling API changes (personality function...
David Blaikie
2015-08-14
1
-1
/
+1
*
Fix -Wformat warnings in ExceptionDemo
David Blaikie
2015-08-14
1
-6
/
+7
*
Fix up the ExceptionDemo for some API changes over the past <time>
David Blaikie
2015-08-14
1
-2
/
+2
*
Fix up Exception demo from recent opaque pointer type changes to GEP
David Blaikie
2015-04-22
1
-6
/
+7
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+1
*
Rework r233647, "llvm/examples: Suppress building a few JIT examples."
NAKAMURA Takumi
2015-03-31
1
-1
/
+1
*
llvm/examples: Suppress building a few JIT examples.
NAKAMURA Takumi
2015-03-31
1
-0
/
+2
*
llvm/examples: Add RuntimeDyld as libdeps.
NAKAMURA Takumi
2015-03-31
1
-0
/
+1
*
CMake: Disable ENABLE_EXPORTS for executables with MSVC
Reid Kleckner
2015-03-18
1
-1
/
+1
*
Fix the build of the gold-plugin and examples.
Rafael Espindola
2015-03-04
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-1
/
+0
*
llvm/examples: Add missing include according to r230907.
NAKAMURA Takumi
2015-03-02
1
-0
/
+1
*
[PM] Update the examples to reflect the removal of the
Chandler Carruth
2015-02-13
1
-20
/
+15
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-1
/
+1
*
ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183.
NAKAMURA Takumi
2014-12-03
1
-2
/
+2
*
[CMake] llvm/examples: Update libdeps for unoptimized builds.
NAKAMURA Takumi
2014-10-31
1
-0
/
+1
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-1
/
+1
*
Fix configure and make build of llvm examples.
Iain Sandoe
2014-09-03
1
-1
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-2
/
+0
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
1
-2
/
+4
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+2
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-2
/
+0
*
Added LLVM_ENABLE_RTTI and LLVM_ENABLE_EH options that allow RTTI and EH
Dan Liew
2014-07-22
1
-0
/
+2
*
Use DataLayout from the module when easily available.
Rafael Espindola
2014-02-25
1
-1
/
+2
*
Make DataLayout a plain object, not a pass.
Rafael Espindola
2014-02-25
1
-1
/
+1
*
Add back r201608, r201622, r201624 and r201625
Rafael Espindola
2014-02-19
1
-2
/
+2
*
This reverts commit r201625 and r201624.
Rafael Espindola
2014-02-19
1
-2
/
+2
*
Use PrivateLinkage now that it is safe.
Rafael Espindola
2014-02-19
1
-2
/
+2
*
[cleanup] Fix the includes in the examples for r199082.
Chandler Carruth
2014-01-13
1
-1
/
+1
*
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
2013-12-10
1
-1
/
+8
*
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
2013-11-19
1
-5
/
+3
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-1
/
+3
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-3
/
+1
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-1
/
+3
*
ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation]
NAKAMURA Takumi
2013-07-29
1
-1
/
+1
*
Fix exception demo: Add mcjit to link component.
Logan Chien
2013-07-21
1
-1
/
+1
*
ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong t...
NAKAMURA Takumi
2013-05-14
1
-2
/
+2
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
1
-1
/
+0
*
Port ExceptionDemo to MCJIT.
Rafael Espindola
2013-05-05
2
-3
/
+10
[next]