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
/
ExceptionDemo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix typo and test commit
Luke Larson
2015-09-18
1
-1
/
+1
*
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
*
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
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
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
*
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
*
[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
*
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
1
-2
/
+9
*
Add support for other typeinfo encodings in the ExceptionDemo.
Rafael Espindola
2013-05-01
1
-9
/
+41
*
Update links to "Itanium C++ ABI: Exception Handling" document
Dmitri Gribenko
2013-01-13
1
-9
/
+9
*
Update the examples for the new header file locations.
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Sort the #include lines of the examples/... tree.
Chandler Carruth
2012-12-04
1
-6
/
+6
*
Fix gcc's -Wunused-but-set-variable warnings.
Rafael Espindola
2012-11-26
1
-5
/
+0
*
Back out r166591, not sure why this made it through since I cancelled the com...
Micah Villmow
2012-10-24
1
-1
/
+1
*
Delete a directory that wasn't supposed to be checked in yet.
Micah Villmow
2012-10-24
1
-1
/
+1
*
ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was upd...
NAKAMURA Takumi
2012-10-12
1
-2
/
+2
*
ExceptionDemo.cpp: Whitespace.
NAKAMURA Takumi
2012-10-12
1
-587
/
+586
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-2
/
+2
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-1
/
+1
*
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-06-02
1
-1
/
+1
*
Update ExceptionDemo to use ConstantDataArray.
Peter Collingbourne
2012-02-06
1
-2
/
+3
[next]