OSDN Git Service

Resubmit r325107 (case folding DJB hash)
[android-x86/external-llvm.git] / lib / ExecutionEngine /
2018-02-21 Lang Hames[ORC] Switch to shared_ptr ownership for SymbolSources...
2018-02-21 Lang Hames[ORC] Switch RTDyldObjectLinkingLayer to take a unique_...
2018-02-21 Frederich MunchHandle IMAGE_REL_AMD64_ADDR32NB in RuntimeDyldCOFF
2018-02-20 Serge PavlovReport fatal error in the case of out of memory
2018-02-15 Serge PavlovRevert r325224 "Report fatal error in the case of out...
2018-02-15 Serge PavlovReport fatal error in the case of out of memory
2018-02-14 Lang Hames[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr...
2018-02-14 Lang Hames[ORC] Switch to shared_ptr ownership for AsynchronousSy...
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
2018-02-06 Lang Hames[ORC] Use explicit constructor calls to fix a builder...
2018-02-06 Lang Hames[ORC] Start migrating ORC layers to use the new ORC...
2018-02-03 Lang Hames[ORC] Rename NullResolver to NullLegacyResolver.
2018-01-29 Rafael EspindolaMove getPlatformFlags to ELFObjectFileBase and simplify.
2018-01-25 Lang Hames[ORC] Refactor the various lookupFlags methods to retur...
2018-01-24 Rafael EspindolaHandle R_386_PLT32 in RuntimeDyldELF.
2018-01-22 Lang Hames[ORC] Add orc::SymbolResolver, a Orc/Legacy API interop...
2018-01-21 Lang Hames[ORC] Add a lookupFlags method to VSO.
2018-01-21 Lang Hames[ORC] More cleanup. NFC.
2018-01-21 Lang Hames[ORC] Cleanup. NFC.
2018-01-19 Rui UeyamaFix -Wunused-variable.
2018-01-19 Lang Hames[ORC] Re-apply r322913 with a fix for a read-after...
2018-01-19 Lang Hames[ORC] Revert r322913 while I investigate an ASan failure.
2018-01-19 Lang Hames[ORC] Redesign the JITSymbolResolver interface to suppo...
2018-01-16 Lang Hames[ExecutionEngine] Rename JITSymbol::isStrongDefinition...
2018-01-12 Rui UeyamaRemove ELFDataTypeTypedefHelper class.
2018-01-12 Rui UeyamaInstead of ELFFile<ELFT>::Type, use ELFT::Type. NFC.
2018-01-12 Lang Hames[ORC] Add a stub ExecutionSession and VModuleKey type.
2018-01-10 Lang Hames[ExecutionEngine] Remove an unused variable.
2018-01-10 Lang Hames[ORC] Re-apply r321838 again with a workaround for...
2018-01-06 Lang Hames[ORC] Remove AsynchronousSymbolQuery while I debug...
2018-01-06 Lang Hames[ORC] Yet more debugging output to diagnose test failures.
2018-01-06 Lang Hames[ORC] Temporarily adding some redundant asserts / debug...
2018-01-05 Lang Hames[ORC] Re-apply just the AsynchronousSymbolLookup class...
2018-01-05 Lang Hames[ORC] Re-revert r321838: Tests are still failing.
2018-01-05 Lang Hames[ORC] Re-apply r321838 - Addition of new ORC core APIs.
2018-01-05 Lang HamesRevert r321838 -- It broke some of the builders.
2018-01-05 Lang Hames[ORC] Add new core ORC APIs (Core.h/Core.cpp): VSO...
2017-12-13 Michael ZolotukhinRemove redundant includes from lib/ExecutionEngine.
2017-11-09 Simon PilgrimFix 'not all control paths return a value' warning...
2017-11-09 Sanjoy Das[SectionMemoryManager] Abstract out mmap, munmap, mprot...
2017-10-22 Saleem AbdulrasoolExecutionEngine: make COFF Thumb2 assertions non-tautol...
2017-10-22 Nitesh Jain[mips] Adds support for R_MIPS_26, HIGHER, HIGHEST...
2017-10-20 Lang Hames[ExecutionEngine] After a heroic dev-meeting hack sessi...
2017-10-19 Saleem AbdulrasoolExecutionEngine: adjust COFF i386 tautological asserts
2017-10-17 Shoaib Meenai[ExecutionEngine] Correct the size of a write in a...
2017-10-11 Rafael EspindolaConvert an ErrorOr to Expected.
2017-10-10 Rafael EspindolaMake the ELFObjectFile constructor private.
2017-10-10 Rafael EspindolaTry to make gcc happy.
2017-10-10 Rafael EspindolaReturn Expected from createRTDyldELFObject.
2017-10-10 Rafael EspindolaSimplify. NFC.
2017-09-28 Lang Hames[ORC] Fix the type of RTDyldObjectLinkingLayer::NotifyL...
2017-09-20 Saleem AbdulrasoolRevert "Revert "ExecutionEngine: add R_AARCH64_ABS...
2017-09-19 Saleem AbdulrasoolRevert "ExecutionEngine: add R_AARCH64_ABS{16,32}"
2017-09-19 Saleem AbdulrasoolExecutionEngine: add R_AARCH64_ABS{16,32}
2017-09-17 Lang Hames[ORC] Hook up the LLVMOrcAddObjectFile function in...
2017-09-15 Lang Hames[ORC] Fix a typo.
2017-09-05 Lang Hames[ORC] Add a pair of ORC layers that forward object...
2017-09-03 Lang Hames[ORC] Add an Error return to the JITCompileCallbackMana...
2017-08-31 Lang Hames[Orc] Add a comment about member variable dependencies...
2017-08-30 Lang Hames[Orc] Fix member variable ordering issue in OrcMCJITRep...
2017-08-28 NAKAMURA TakumiUntabify.
2017-08-15 Lang Hames[ORC] Add case statements for AArch64 to the local...
2017-08-11 Michal Gorny[cmake] Expose the dependencies of ExecutionEngine...
2017-08-09 Lang Hames[RuntimeDyld][ORC] Add support for Thumb mode to Runtim...
2017-08-03 Rafael EspindolaDelete Default and JITDefault code models
2017-07-23 NAKAMURA TakumiRuntimeDyldELF.cpp: Prune unused "TargetRegistry.h"
2017-07-19 Rafael EspindolaRemove some leftover DWARFContextInMemory.
2017-07-18 Lang Hames[RuntimeDyld][MachO/ARM] Don't add a redundant relocati...
2017-07-07 Lang Hames[ORC] Errorize the ORC APIs.
2017-07-05 David BlaikieDebugInfo: Generalize LoadedObjectInfoHelper from Runti...
2017-07-04 Lang Hames[Orc] Remove the memory manager argument to addModule...
2017-06-29 Reid KlecknerAttempt to fix Orc JIT test timeouts
2017-06-29 Sam CleggRemove `inline` keyword from inline `classof` methods
2017-06-23 Lang Hames[ORC] Re-apply r306166 and r306168 with fix for regress...
2017-06-23 Rafael EspindolaThis reverts commit r306166 and r306168.
2017-06-23 Lang Hames[ORC] Remove redundant semicolons from DEFINE_SIMPLE_CO...
2017-06-23 Lang Hames[ORC] Move ORC IR layer interface from addModuleSet...
2017-06-22 Lang Hames[ORC] Switch the object layer API from addObjectSet...
2017-06-22 Sagar ThakurRevert [mips] Adds support for R_MIPS_26, HIGHER, HIGHE...
2017-06-22 Sagar Thakur[mips] Adds support for R_MIPS_26, HIGHER, HIGHEST...
2017-06-19 Eugene Zelenko[ExecutionEngine] Fix some Clang-tidy modernize-use...
2017-06-07 Zachary TurnerMove Object format code to lib/BinaryFormat.
2017-06-06 Chandler CarruthSort the remaining #include lines in include/... and...
2017-05-23 Ulrich Weigand[RuntimeDyld, PowerPC] Fix regression from r303637
2017-05-23 Ulrich Weigand[RuntimeDyld, PowerPC] Fix check for external symbols...
2017-05-23 Ulrich Weigand[RuntimeDyld, PowerPC] Fix relocation detection overflow
2017-05-17 Pavel Labath[RuntimeDyld] Fix debug section relocation (pr20457)
2017-05-09 Lang Hames[ExecutionEngine] Make RuntimeDyld::MemoryManager respo...
2017-05-09 Ulrich Weigand[SystemZ] Support missing relocation types in RuntimeDy...
2017-05-07 Lang HamesMake llvm-rtdlyd -check preserve automatic address...
2017-05-03 Alexei Starovoitov[bpf] add relocation support
2017-04-28 Craig Topper[APInt] Use inplace shift methods where possible. NFCI
2017-04-23 Renato GolinRevert "[APInt] Fix a few places that use APInt::getRaw...
2017-04-23 Craig Topper[APInt] Use operator<<= instead of shl where possible...
2017-04-18 Craig Topper[APInt] Use lshrInPlace to replace lshr where possible
2017-04-13 Lang Hames[ORC] Add RPC and serialization support for Errors...
2017-04-13 Lang Hames[ORC] Add missing file from r300155.
2017-04-13 Lang Hames[ORC] Use native Errors rather than converted std:...
2017-04-12 Chandler Carruth[IR] Redesign the case iterator in SwitchInst to actual...
2017-04-06 Lang Hames[Orc] Make orcError return an error_code rather than...
next