Commit Verlauf

Autor SHA1 Nachricht Datum
  Jonas Devlieghere 114087caa6 [llvm] Migrate llvm::make_unique to std::make_unique vor 6 Jahren
  Chandler Carruth 6b547686c5 Update the file headers across all of the LLVM projects in the monorepo vor 6 Jahren
  Chandler Carruth 3c0d60785c Re-sort #include lines for unittests. This uses a slightly modified vor 8 Jahren
  Lang Hames b60f9a25c0 Revert r279016 -- it breaks win32-elf JIT tests. vor 9 Jahren
  Lang Hames 5bc5c47fda [RuntimeDyld] Strip leading '_' from symbols on 32-bit windows in vor 9 Jahren
  Mehdi Amini 8be7707c14 Remove every uses of getGlobalContext() in LLVM (but the C API) vor 9 Jahren
  Lang Hames 9ab9fd58bd [RuntimeDyld] Fix '_' stripping in RTDyldMemoryManager::getSymbolAddressInProcess. vor 9 Jahren
  Alexander Kornienko c16fc54851 Use 'override/final' instead of 'virtual' for overridden methods vor 10 Jahren
  Lang Hames 83b5f345b2 [ExecutionEngine] Fix MCJIT::addGlobalMapping. vor 10 Jahren
  Benjamin Kramer d59c5f9a06 Add missing includes. make_unique proliferated everywhere. vor 10 Jahren
  Lang Hames e2ef4419a8 [MCJIT] Turn the getSymbolAddress free function created in r218626 into a static vor 11 Jahren
  David Blaikie 03b4667e14 Unit test r218187, changing RTDyldMemoryManager::getSymbolAddress's behavior favor mangled lookup over unmangled lookup. vor 11 Jahren
  NAKAMURA Takumi a6c580e834 Rework r218304, "ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduced in r218151." vor 11 Jahren
  NAKAMURA Takumi 0c5fa4797c ExecutionEngineTests: Call llvm_shutdown() on exit for ManagedStatic introduced in r218151. vor 11 Jahren
  Rafael Espindola 3f4ed32b43 Make it explicit that ExecutionEngine takes ownership of the modules. vor 11 Jahren
  Craig Topper b177041dfa [C++11] Use 'nullptr'. vor 11 Jahren
  Ahmed Charles f4ccd11075 Replace OwningPtr<T> with std::unique_ptr<T>. vor 11 Jahren
  Chandler Carruth 0b8c9a80f2 Move all of the header files which are involved in modelling the LLVM IR vor 12 Jahren
  Chandler Carruth 5a88dda4be Sort the #include lines for unittest/... vor 12 Jahren
  Dylan Noblesmith 35af1d7e2c unittests: add ErrorStr to ExecutionEngine test vor 13 Jahren
  Chris Lattner db125cfaf5 land David Blaikie's patch to de-constify Type, with a few tweaks. vor 14 Jahren
  Jeffrey Yasskin 4c5b23b24f Make the ExecutionEngine automatically remove global mappings on when their vor 16 Jahren
  Jeffrey Yasskin c89d27a440 ExecutionEngine::clearGlobalMappingsFromModule failed to remove reverse vor 16 Jahren
  Owen Anderson 1d0be15f89 Push LLVMContexts through the IntegerType APIs. vor 16 Jahren
  Jeffrey Yasskin 0a962314fb Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old vor 16 Jahren