OSDN Git Service

[AArch64] Add a test for float argument passing to win64 vararg functions
[android-x86/external-llvm.git] / lib / ExecutionEngine /
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...
2017-04-04 Lang Hames[RuntimeDyld] Make RuntimeDyld honor the ProcessAllSect...
2017-03-21 Reid KlecknerRename AttributeSet to AttributeList
2017-03-20 Simon PilgrimUse MutableArrayRef for APFloat::convertToInteger
2017-03-20 Simon PilgrimStrip trailing whitespace
2017-02-20 Lang Hames[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingL...
2017-02-10 Eric Fiselier[CMake] Fix pthread handling for out-of-tree builds
2017-02-06 Eugene LeviantRuntimeDyldELF/AArch64: Implement basic GOT support
2017-01-28 Will DietzRuntimeDyldELF: Don't abort on R_X86_64_NONE, it's...
2017-01-23 Eugene LeviantRuntimeDyldELF: add LDST128_ABS_LO12_NC reloc
2017-01-23 Eugene LeviantRuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO...
2017-01-15 Lang Hames[Orc][RPC] Add an RPCFunctionNotSupported error type...
2017-01-10 Eugene LeviantRuntimeDyldELF: implement R_AARCH64_PREL64 reloc
2017-01-09 Pavel LabathFix MSVC build failure introduced in r291431
2017-01-09 Eugene LeviantRuntimeDyldELF: don't create thunk if not needed
2017-01-03 Lang Hames[ExecutionEngine] Fix compile errors in OProfileJITEven...
2016-12-27 Eugene LeviantRuntimeDyldELF: refactor AArch64 relocations. NFC.
2016-12-27 Eugene LeviantRuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC reloc
2016-12-25 Lang Hames[Orc][RPC] Add a ParallelCallGroup utility for dispatch...
2016-12-21 Ed MasteUpdate mailing list post URL and add libunwind reference
2016-12-15 Yichao YuFix R_AARCH64_MOVW_UABS_G3 relocation
2016-12-14 Stephan BergmannReplace APFloatBase static fltSemantics data members...
2016-12-13 Simon Dardis[mips][rtdyld] Move MIPS relocation resolution to a...
2016-12-07 Simon Dardis[mips][rtdyld] Merge code to write relocated values...
2016-12-02 Peter CollingbourneIR: Change the gep_type_iterator API to avoid always...
2016-11-30 Eugene ZelenkoFix some Clang-tidy and Include What You Use warnings...
2016-11-30 Lang Hames[RuntimeDyld] Skip undefined symbols when building...
2016-11-20 Simon PilgrimFix comment typos. NFC.
2016-11-17 Chris Bieneman[CMake] NFC. Updating CMake dependency specifications
2016-11-11 Lang Hames[ORC] Re-apply 286620 with fixes for the ErrorSuccess...
2016-11-11 Lang Hames[ORC] Revert r286620 while I investigate a bot failure.
2016-11-11 Lang Hames[ORC] Refactor the ORC RPC utilities to add some new...
2016-11-09 Peter CollingbourneBitcode: Change the materializer interface to return...
2016-10-20 Keno FischerFix cross-endianness RuntimeDyld relocation for ARM
2016-10-20 Keno FischerFix PREL31 relocation on ARM
2016-10-20 Simon Dardis[mips][mcjit] Add the majority of N32 support.
2016-10-20 Benjamin KramerDo a sweep over move ctors and remove those that are...
2016-10-19 Reid KlecknerRemove LLVM_NOEXCEPT and replace it with noexcept
2016-10-17 Walter ErquinigoHandle relocations to thumb functions when dynamic...
2016-10-01 Mehdi AminiUse StringRef instead of raw pointer in ExecutionEngine
2016-09-12 Lang Hames[MCJIT] Fix some inconsistent handling of name mangling...
2016-09-04 Lang Hames[ORC] Clone module flags metadata into the globals...
2016-09-04 Lang Hames[ExecutionEngine] Move ObjectCache::anchor from MCJIT...
2016-08-29 Saleem AbdulrasoolExecutionEngine: fix a bug in the movt/movw relocator
2016-08-23 Eugene ZelenkoFix some Clang-tidy modernize-use-using and Include...
2016-08-19 Lang Hames[RuntimeDyld] Revert r279182 and 279201 -- they broke...
2016-08-19 Lang Hames[RuntimeDyld] Add support for ELF R_ARM_REL32 and R_ARM...
2016-08-18 Lang HamesRevert r279016 -- it breaks win32-elf JIT tests.
2016-08-18 Lang Hames[RuntimeDyld] Strip leading '_' from symbols on 32...
2016-08-17 Justin BognerReplace "fallthrough" comments with LLVM_FALLTHROUGH
2016-08-12 David MajnemerUse the range variant of remove_if instead of unpacking...
2016-08-12 David MajnemerUse the range variant of find/find_if instead of unpack...
2016-08-11 Lang Hames[MCJIT] Improve documentation and error handling for...
2016-08-09 Lang HamesRe-apply r278065 (Weak symbol support in RuntimeDyld...
2016-08-08 Lang HamesRevert r278065 while I investigate some build-bot breakage.
2016-08-08 Lang Hames[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol suppo...
2016-08-07 Lang Hames[ExecutionEngine][RuntimeDyld] Move JITSymbol from...
2016-08-07 Lang Hames[RuntimeDyld] Remove symbol that is unused as of r277943.
2016-08-07 Lang Hames[RuntimeDyld] Replace manual flag checks with JITSymbol...
2016-08-06 Lang Hames[ORC] Re-apply r277896, removing bogus triples and...
2016-08-06 Nico WeberRevert r277896.
2016-08-06 Lang Hames[ORC] Add (partial) weak symbol support to the CompileO...
2016-08-04 Lang Hames[ExecutionEngine] Refactor - Roll JITSymbolFlags functi...
2016-08-01 Lang Hames[Orc] Fix common symbol support in ORC.
2016-08-01 Lang Hames[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld:...
2016-07-15 Nitesh Jain[LLVM][MIPS] Fix createStubFunction to emit JR encoding...
next