OSDN Git Service

Merging r370204:
[android-x86/external-llvm.git] / lib / ExecutionEngine /
2019-07-17 Lang Hames[ORC] Add deprecation warnings to ORCv1 layers and...
2019-07-10 Lang Hames[ORC] Add custom IR compiler configuration to LLJITBuil...
2019-07-04 Lang Hames[JITLink][ORC] Add EHFrameRegistrar interface, use...
2019-07-02 Erik Pilkington[C++2a] Add __builtin_bit_cast, used to implement std...
2019-06-14 Lang Hames[JITLink] Move JITLinkMemoryManager into its own header.
2019-06-13 Lang Hames[ORC] Rename MaterializationResponsibility resolve...
2019-06-10 Cameron McInally[ExecutionEngine] Fix rL362941: Add UnaryOperator visit...
2019-06-10 Cameron McInally[ExecutionEngine] Add UnaryOperator visitor to the...
2019-06-07 Lang Hames[ORC] Update symbol lookup to use a single callback...
2019-06-01 Nick Desaulniers[RuntimeDyld] fix too-small-bitmask error
2019-05-30 Lang Hames[RuntimeDyld] Update reserveAllocationSpace to account...
2019-05-30 Lang Hames[RuntimeDyld] Apply padding and alignment bumps to...
2019-05-28 Lang Hames[ORC] Track JIT symbol states more explicitly.
2019-05-27 Lang Hames[RuntimeDyld][ARM] Fix an incorrect assertion condition.
2019-05-22 Galina KistanovaReverted r361134 because of a failing test left unatten...
2019-05-22 Xing XueDisable EHFrameSupport in JITLink/RuntimeDyld on AIX
2019-05-21 Lang Hames[ORC] Assert that JITDylibs have unique names.
2019-05-20 Nick Desaulniers[ORC] fix use-after-move. NFC
2019-05-20 Lang Hames[ORC] Remove some unreachable code.
2019-05-20 Lang Hames[Support] Renamed member 'Size' to 'AllocatedSize'...
2019-05-20 Fangrui SongUse llvm::sort. NFC
2019-05-16 Lang Hames[ORC] Change handling for SymbolStringPtr tombstones...
2019-05-16 Fangrui SongRecommit [Object] Change object::SectionRef::getContent...
2019-05-16 Hans WennborgRevert r360876 "[Object] Change object::SectionRef...
2019-05-16 Fangrui Song[Object] Change object::SectionRef::getContents() to...
2019-05-16 Lang Hames[JITLink][MachO] Use getSymbol64TableEntry for 64-bit...
2019-05-13 Lang Hames[JITLink][MachO] Honor the no-dead-strip flag on nlist...
2019-05-13 Lang Hames[JITLink] Track section alignment and make sure it...
2019-05-12 Lang Hames[JITLink] Add a test for zero-filled content.
2019-05-10 Lang Hames[ORC] Make a narrowing-cast explicit to silence a compi...
2019-05-10 Lang Hames[JITLink][MachO] Mark atoms in sections 'no-dead-strip...
2019-05-09 Lang Hames[JITLink] Fixed a signedness bug when processing X86_64...
2019-05-09 Lang Hames[ORC] Simplify logic for updating edges when should...
2019-05-09 Lang Hames[JITLink] Improve/fix some JITLink debugging output.
2019-05-09 Lang Hames[ORC] Fix a formatting bug.
2019-05-09 Sven van HaastregtFix LLVM_USE_PERF build after getPageSize change
2019-05-08 Lang Hames[Support] Add error handling to sys::Process::getPageSi...
2019-05-07 Lang HamesReapply r360194 "[JITLink] Add support for MachO .alt_e...
2019-05-07 Lang HamesRevert r360194 "[JITLink] Add support for MachO .alt_en...
2019-05-07 Lang Hames[JITLink] Add support for MachO .alt_entry atoms.
2019-05-04 Lang Hames[JITLink] Add two useful Section operations: find by...
2019-05-01 Lang Hames[ORC] Pass object buffer ownership back in NotifyEmitted.
2019-05-01 Lang Hames[JITLink] Make sure we explicitly deallocate memory...
2019-04-30 Lang Hames[ORC] Move SimpleCompiler/ConcurrentIRCompiler definiti...
2019-04-30 Lang Hames[JITLink] Add debugging output to print resolved extern...
2019-04-30 Lang Hames[ORC][JITLink] Name in-memory compiled objects after...
2019-04-30 Lang Hames[ORC] Allow JITDylib definition generators to return...
2019-04-29 Lang Hames[ORC] Replace the LLJIT/LLLazyJIT Create methods with...
2019-04-26 Lang Hames[ORC] Add a 'plugin' interface to ObjectLinkingLayer...
2019-04-25 Lang Hames[ORC] Remove symbols from dependency lists when failing...
2019-04-24 Lang Hames[JITLink] Refer to FDE's CIE (not the most recent CIE...
2019-04-23 Simon PilgrimFix MSVC "32-bit shift implicitly converted to 64 bits...
2019-04-22 Lang Hames[JITLink] Remove a lot of reduntant 'JITLink_' prefixes...
2019-04-22 Lang Hames[JITLink] Fix section start address calculation in...
2019-04-21 Lang Hames[JITLink] Remove an overly strict error check in JITLin...
2019-04-21 Lang Hames[JITLink] Factor basic common GOT and stub creation...
2019-04-20 Lang Hames[JITLink] Add yet more detail to MachO/x86-64 unsupport...
2019-04-20 Lang Hames[JITLink][ORC] Add JITLink to the list of dependencies...
2019-04-20 Lang Hames[JITLink] Fix a bad formatv format string.
2019-04-20 Lang Hames[JITLink] Add BinaryFormat to JITLink's dependencies.
2019-04-20 Lang Hames[JITLink] Add more detail to MachO/x86-64 "unsupported...
2019-04-20 Lang Hames[JITLink] Silence some MSVC implicit cast warnings.
2019-04-20 Lang Hames[JITLink] Use memset instead of bzero.
2019-04-20 Lang Hames[JITLink] Fix a missing header and bad prototype.
2019-04-20 Lang HamesInitial implementation of JITLink - A replacement for...
2019-04-12 Lang HamesSimplify decoupling between RuntimeDyld/RuntimeDyldChec...
2019-04-09 Nico Webergn build: Fix Windows builds after r357797
2019-04-08 Lang Hames[RuntimeDyld] Fix an ambiguous make_unique call.
2019-04-08 Lang Hames[RuntimeDyld] Decouple RuntimeDyldChecker from RuntimeDyld.
2019-04-07 Fangrui SongChange some StringRef::data() reinterpret_cast to bytes...
2019-03-25 Brock Wyma[DebugInfo] IntelJitEventListener follow up for "add...
2019-03-20 Sylvestre Ledru[perf][DebugInfo] follow up for "add SectionedAddress...
2019-03-07 Kristof BeylsAdd newline to interpreter debugging output
2019-02-27 Alexey Lapshin Attempt to fix buildbot after r354972 [#1]. NFCI.
2019-02-01 James Y Knight[opaque pointer types] Pass value type to LoadInst...
2019-02-01 James Y Knight[opaque pointer types] Pass function types to CallInst...
2019-01-31 Richard TrieuAdd namespace to some types.
2019-01-30 Zachary Turner[RuntimeDyld] Don't try to allocate sections with align 0.
2019-01-28 Yonghong Song[RuntimeDyld] load all sections with ProcessAllSections
2019-01-23 Rui UeyamaMemoryBlock: Do not automatically extend a given size...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-15 Lang HamesRevert r351138 "[ORC] Move ORC Core symbol map and...
2019-01-14 Lang Hames[ORC] Move ORC Core symbol map and set types into their...
2019-01-12 Simon Atanasyan[ORC][MIPS] Fill delay-slot after `jr` instruction
2019-01-12 Simon Atanasyan[ORC][MIPS] Setup t9 register and call function through...
2019-01-10 James Y Knight[opaque pointer types] Remove some calls to generic...
2018-12-23 Simon Atanasyan[ORC] Rename register in the OrcMips64 resolver code...
2018-12-23 Simon Atanasyan[ORC] clang-format OrcMips32 and OrcMips64 code. NFC
2018-12-23 Simon Atanasyan[ORC] Remove redundant instruction from MIPS resolver...
2018-12-12 Nathan LanzaImplement IMAGE_REL_AMD64_SECREL for RuntimeDyldCOFFX86_64
2018-12-04 Lang Hames[ExecutionEngine] Change NotifyObjectEmitted/NotifyObje...
2018-11-20 Lang Hames[ExecutionEngine][Interpreter] Fix out-of-bounds array...
2018-11-13 Lang Hames[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
2018-11-11 Jonas Devlieghere[Support] Make error banner optional in logAllUnhandled...
2018-10-31 Lang Hames[ORC] Fix hex printing of uint64_t values.
2018-10-31 Matthias BraunADT/STLExtras: Introduce llvm::empty; NFC
2018-10-23 Lang Hames[ORC] Re-apply r345077 with fixes to remove ambiguity...
2018-10-23 Reid KlecknerRevert r345077 "[ORC] Change how non-exported symbols...
2018-10-23 Lang Hames[ORC] Change how non-exported symbols are matched durin...
2018-10-23 Lang Hames[RuntimeDyld][COFF] Skip non-loaded sections when calcu...
next