コミット履歴

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