- 37c019a Fix broken links to the Itanium CXX ABI by Vlad Tsyrklevich · 8 years ago
- 264b5d9 Move Object format code to lib/BinaryFormat. by Zachary Turner · 8 years ago
- b14fc39 ExceptionDemo: remove some undefined behaviour by Saleem Abdulrasool · 9 years ago
- c0e4e7d ExceptionDemo: prefer headers over redeclarations by Saleem Abdulrasool · 9 years ago
- 06ac79c Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
- 03b42e4 Remove every uses of getGlobalContext() in LLVM (but the C API) by Mehdi Amini · 9 years ago
- e7dba51 Fix typo and test commit by Luke Larson · 10 years ago
- 08964ca Update ExceptionDemo for exception handling API changes (personality function call->function move) by David Blaikie · 10 years ago
- f4057fe Fix -Wformat warnings in ExceptionDemo by David Blaikie · 10 years ago
- 3b20b04 Fix up the ExceptionDemo for some API changes over the past <time> by David Blaikie · 10 years ago
- 83a20fa Fix up Exception demo from recent opaque pointer type changes to GEP by David Blaikie · 10 years ago
- f817c1c Use 'override/final' instead of 'virtual' for overridden methods by Alexander Kornienko · 10 years ago
- 265ffbe Fix the build of the gold-plugin and examples. by Rafael Espindola · 11 years ago
- 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
- 85c9bac llvm/examples: Add missing include according to r230907. by NAKAMURA Takumi · 11 years ago
- 7ecd991 [PM] Update the examples to reflect the removal of the by Chandler Carruth · 11 years ago
- 30d69c2 [PM] Remove the old 'PassManager.h' header file at the top level of by Chandler Carruth · 11 years ago
- 4c71cc1 ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183. by NAKAMURA Takumi · 11 years ago
- c435adc Add doInitialization/doFinalization to DataLayoutPass. by Rafael Espindola · 11 years ago
- 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
- 2a8a279 Make it explicit that ExecutionEngine takes ownership of the modules. by Rafael Espindola · 11 years ago
- b9fd9ed Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
- f8b27c4 Nuke the old JIT. by Rafael Espindola · 11 years ago
- 339430f Use DataLayout from the module when easily available. by Rafael Espindola · 12 years ago
- 9351251 Make DataLayout a plain object, not a pass. by Rafael Espindola · 12 years ago
- daeafb4 Add back r201608, r201622, r201624 and r201625 by Rafael Espindola · 12 years ago
- 2173603 This reverts commit r201625 and r201624. by Rafael Espindola · 12 years ago
- a8a0d0d Use PrivateLinkage now that it is safe. by Rafael Espindola · 12 years ago
- d7cd9ac9 [cleanup] Fix the includes in the examples for r199082. by Chandler Carruth · 12 years ago
- 05c5a93 [weak vtables] Place class definitions into anonymous namespaces to prevent weak vtables. by Juergen Ributzka · 12 years ago
- d12ccbd [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
- 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
- dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
- 1373b74 ExceptionDemo.cpp: Tweak a @param. [-Wdocumentation] by NAKAMURA Takumi · 12 years ago
- b734a9d ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong to RTDyldMemoryManager. by NAKAMURA Takumi · 12 years ago
- 9a38340 Remove exception handling support from the old JIT. by Rafael Espindola · 12 years ago
- e93dc3b Port ExceptionDemo to MCJIT. by Rafael Espindola · 12 years ago
- 5096adf Add support for other typeinfo encodings in the ExceptionDemo. by Rafael Espindola · 12 years ago
- 462462e Update links to "Itanium C++ ABI: Exception Handling" document by Dmitri Gribenko · 13 years ago
- 005f27a Update the examples for the new header file locations. by Chandler Carruth · 13 years ago
- 605e30e Sort the #include lines of the examples/... tree. by Chandler Carruth · 13 years ago
- e42945c Fix gcc's -Wunused-but-set-variable warnings. by Rafael Espindola · 13 years ago
- 51e7246 Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this! by Micah Villmow · 13 years ago
- 6a8f3f9 Delete a directory that wasn't supposed to be checked in yet. by Micah Villmow · 13 years ago
- 8489be8 ExceptionDemo.cpp: Use Function::setDoesNotReturn(). Attributes stuff was updated. by NAKAMURA Takumi · 13 years ago
- 8e70dd5 ExceptionDemo.cpp: Whitespace. by NAKAMURA Takumi · 13 years ago
- 6bf5825 Move TargetData to DataLayout. by Micah Villmow · 13 years ago
- aafe091 Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 13 years ago
- bde9176 Fix typos found by http://github.com/lyda/misspell-check by Benjamin Kramer · 13 years ago
- c4e342b Update ExceptionDemo to use ConstantDataArray. by Peter Collingbourne · 14 years ago
- 383727b Update to the new EH system...remove OLD EH code. by Bill Wendling · 14 years ago
- dff2478 EngineBuilder: support for custom TargetOptions. Fixes the by Peter Collingbourne · 14 years ago
- 56c58ce Changed comments on foreign C++ exceptions (generated with type info 7), by Garrison Venn · 14 years ago
- 0a2eb8d Modified demo to use 3.0 resume instruction vs calling _Unwine_Resume. by Garrison Venn · 14 years ago
- 8cb0035 Converted Exception demo over to using new 3.0 landingpad instruction. This by Garrison Venn · 14 years ago
- eb89d36 This is a hack to get the demo working with the new 3.0 exception by Garrison Venn · 14 years ago
- 2bb4035 Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 14 years ago
- 6b8eb8c update this to build with a recent IRBuilder change and de-constify types. by Chris Lattner · 14 years ago
- 76310ac Reverted 134901 because of 134959. Did not use svn merge -r but rather: by Garrison Venn · 14 years ago
- 5fb3f66 Modified demo to work with non const Type parameters as is required by new by Garrison Venn · 14 years ago
- 0ab5e2c Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
- a0f6ecb Added new FIXME note by Garrison Venn · 14 years ago
- 2c81975 Get rid of useless comment; if a file uses functions from a given header, by Eli Friedman · 14 years ago
- 56c5ca2 Because some systems have reported that this example would not build the by Garrison Venn · 14 years ago
- 88bd9d6 Fixed more best practices, and explicit/implicit style guide issues. by Garrison Venn · 14 years ago
- a868bbb reindent this whole file and do a variety of stylistic cleanups. by Chris Lattner · 14 years ago
- ca320f5 fix this to build with the recent StructType changes. by Chris Lattner · 14 years ago
- 56f3a4c Update examples and documentation to explicitly add basicaa, now that it's by Dan Gohman · 15 years ago
- a8b941c Remove stray semi-colon. by Daniel Dunbar · 15 years ago
- 211427b Remove the -enable-sjlj-eh option, which doesn't do anything. by Duncan Sands · 15 years ago
- 80178ee Fix -Wcast-qual warning. by Benjamin Kramer · 15 years ago
- f4d2f84 Adds a JIT based exception handling example to the examples directory. by Garrison Venn · 16 years ago