Commit History

Author SHA1 Message Date
  Jonas Devlieghere 114087caa6 [llvm] Migrate llvm::make_unique to std::make_unique 6 years ago
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo 6 years ago
  Vlad Tsyrklevich 30b473826c Fix broken links to the Itanium CXX ABI 8 years ago
  Zachary Turner 19ca2b0f9d Move Object format code to lib/BinaryFormat. 8 years ago
  Saleem Abdulrasool 802a1be56a ExceptionDemo: remove some undefined behaviour 8 years ago
  Saleem Abdulrasool 308b046dd4 ExceptionDemo: prefer headers over redeclarations 8 years ago
  Malcolm Parsons 4c12732226 Fix Clang-tidy readability-redundant-string-cstr warnings 8 years ago
  Mehdi Amini 8be7707c14 Remove every uses of getGlobalContext() in LLVM (but the C API) 9 years ago
  Luke Larson 204847af9d Fix typo and test commit 10 years ago
  David Blaikie 329f95975f Update ExceptionDemo for exception handling API changes (personality function call->function move) 10 years ago
  David Blaikie 54b3a03538 Fix -Wformat warnings in ExceptionDemo 10 years ago
  David Blaikie 00c293b052 Fix up the ExceptionDemo for some API changes over the past <time> 10 years ago
  David Blaikie 337b35ae29 Fix up Exception demo from recent opaque pointer type changes to GEP 10 years ago
  Alexander Kornienko c16fc54851 Use 'override/final' instead of 'virtual' for overridden methods 10 years ago
  Rafael Espindola 671944ff8f Fix the build of the gold-plugin and examples. 10 years ago
  Mehdi Amini c94da20917 Make DataLayout Non-Optional in the Module 10 years ago
  NAKAMURA Takumi a757af993f llvm/examples: Add missing include according to r230907. 10 years ago
  Chandler Carruth 7ea33e53c7 [PM] Update the examples to reflect the removal of the 10 years ago
  Chandler Carruth 417c5c172c [PM] Remove the old 'PassManager.h' header file at the top level of 10 years ago
  NAKAMURA Takumi 8cc929ea00 ExceptionDemo: Let setMCJITMemoryManager() take unique_ptr, since r223183. 10 years ago
  Rafael Espindola 3b670550ad Add doInitialization/doFinalization to DataLayoutPass. 11 years ago
  Eric Christopher d5dd8ce2a5 Reinstate "Nuke the old JIT." 11 years ago
  Rafael Espindola 3f4ed32b43 Make it explicit that ExecutionEngine takes ownership of the modules. 11 years ago
  Eric Christopher aa5b9c0f6f Temporarily Revert "Nuke the old JIT." as it's not quite ready to 11 years ago
  Rafael Espindola 875710a2fd Nuke the old JIT. 11 years ago
  Rafael Espindola 356deb5ecd Use DataLayout from the module when easily available. 11 years ago
  Rafael Espindola 57edc9d4ff Make DataLayout a plain object, not a pass. 11 years ago
  Rafael Espindola 737c9f6005 Add back r201608, r201622, r201624 and r201625 11 years ago
  Rafael Espindola 3e0d3a45e5 This reverts commit r201625 and r201624. 11 years ago
  Rafael Espindola f2ce8f7874 Use PrivateLinkage now that it is safe. 11 years ago