index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
RuntimeDyldELF: add LDST128_ABS_LO12_NC reloc
Eugene Leviant
2017-01-23
1
-0
/
+6
*
RuntimeDyldELF: add LDST8_ABS_LO12_NC and LDST16_ABS_LO12_NC relocs
Eugene Leviant
2017-01-23
1
-1
/
+13
*
[Orc][RPC] Add an RPCFunctionNotSupported error type and return it from
Lang Hames
2017-01-15
1
-0
/
+20
*
RuntimeDyldELF: implement R_AARCH64_PREL64 reloc
Eugene Leviant
2017-01-10
1
-0
/
+3
*
Fix MSVC build failure introduced in r291431
Pavel Labath
2017-01-09
1
-4
/
+3
*
RuntimeDyldELF: don't create thunk if not needed
Eugene Leviant
2017-01-09
2
-1
/
+47
*
[ExecutionEngine] Fix compile errors in OProfileJITEventListener.
Lang Hames
2017-01-03
1
-8
/
+8
*
RuntimeDyldELF: refactor AArch64 relocations. NFC.
Eugene Leviant
2016-12-27
1
-106
/
+44
*
RuntimeDyldELF: add R_AARCH64_ADD_ABS_LO12_NC reloc
Eugene Leviant
2016-12-27
1
-0
/
+9
*
[Orc][RPC] Add a ParallelCallGroup utility for dispatching and waiting on
Lang Hames
2016-12-25
1
-0
/
+2
*
Update mailing list post URL and add libunwind reference
Ed Maste
2016-12-21
1
-1
/
+2
*
Fix R_AARCH64_MOVW_UABS_G3 relocation
Yichao Yu
2016-12-15
1
-23
/
+49
*
Replace APFloatBase static fltSemantics data members with getter functions
Stephan Bergmann
2016-12-14
1
-3
/
+3
*
[mips][rtdyld] Move MIPS relocation resolution to a subclass and implement N3...
Simon Dardis
2016-12-13
6
-306
/
+411
*
[mips][rtdyld] Merge code to write relocated values to the section. NFC
Simon Dardis
2016-12-07
2
-126
/
+111
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-3
/
+2
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-5
/
+26
*
[RuntimeDyld] Skip undefined symbols when building the symbol table.
Lang Hames
2016-11-30
1
-0
/
+4
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-2
/
+2
*
[CMake] NFC. Updating CMake dependency specifications
Chris Bieneman
2016-11-17
1
-2
/
+3
*
[ORC] Re-apply 286620 with fixes for the ErrorSuccess class.
Lang Hames
2016-11-11
3
-54
/
+2
*
[ORC] Revert r286620 while I investigate a bot failure.
Lang Hames
2016-11-11
3
-2
/
+54
*
[ORC] Refactor the ORC RPC utilities to add some new features.
Lang Hames
2016-11-11
3
-54
/
+2
*
Bitcode: Change the materializer interface to return llvm::Error.
Peter Collingbourne
2016-11-09
1
-2
/
+6
*
Fix cross-endianness RuntimeDyld relocation for ARM
Keno Fischer
2016-10-20
1
-9
/
+10
*
Fix PREL31 relocation on ARM
Keno Fischer
2016-10-20
1
-0
/
+4
*
[mips][mcjit] Add the majority of N32 support.
Simon Dardis
2016-10-20
3
-17
/
+36
*
Do a sweep over move ctors and remove those that are identical to the default.
Benjamin Kramer
2016-10-20
2
-32
/
+3
*
Remove LLVM_NOEXCEPT and replace it with noexcept
Reid Kleckner
2016-10-19
2
-2
/
+2
*
Handle relocations to thumb functions when dynamic linking COFF modules
Walter Erquinigo
2016-10-17
2
-9
/
+58
*
Use StringRef instead of raw pointer in ExecutionEngine
Mehdi Amini
2016-10-01
4
-12
/
+12
*
[MCJIT] Fix some inconsistent handling of name mangling inside MCJIT.
Lang Hames
2016-09-12
2
-12
/
+21
*
[ORC] Clone module flags metadata into the globals module in the
Lang Hames
2016-09-04
1
-0
/
+9
*
[ExecutionEngine] Move ObjectCache::anchor from MCJIT to ExecutionEngine.
Lang Hames
2016-09-04
2
-2
/
+3
*
ExecutionEngine: fix a bug in the movt/movw relocator
Saleem Abdulrasool
2016-08-29
1
-1
/
+1
*
Fix some Clang-tidy modernize-use-using and Include What You Use warnings; ot...
Eugene Zelenko
2016-08-23
1
-3
/
+13
*
[RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots.
Lang Hames
2016-08-19
1
-16
/
+0
*
[RuntimeDyld] Add support for ELF R_ARM_REL32 and R_ARM_GOT_PREL.
Lang Hames
2016-08-19
1
-0
/
+16
*
Revert r279016 -- it breaks win32-elf JIT tests.
Lang Hames
2016-08-18
1
-2
/
+2
*
[RuntimeDyld] Strip leading '_' from symbols on 32-bit windows in
Lang Hames
2016-08-18
1
-2
/
+2
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+4
*
Use the range variant of remove_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-2
/
+2
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
2
-4
/
+3
*
[MCJIT] Improve documentation and error handling for MCJIT::runFunction.
Lang Hames
2016-08-11
1
-1
/
+4
*
Re-apply r278065 (Weak symbol support in RuntimeDyld) with a fix for ELF.
Lang Hames
2016-08-09
3
-2
/
+23
*
Revert r278065 while I investigate some build-bot breakage.
Lang Hames
2016-08-08
2
-22
/
+2
*
[RuntimeDyld][Orc][MCJIT] Add partial weak-symbol support to RuntimeDyld.
Lang Hames
2016-08-08
2
-2
/
+22
*
[ExecutionEngine][RuntimeDyld] Move JITSymbol from ExecutionEngine to Runtime...
Lang Hames
2016-08-07
3
-1
/
+1
*
[RuntimeDyld] Remove symbol that is unused as of r277943.
Lang Hames
2016-08-07
1
-1
/
+0
*
[RuntimeDyld] Replace manual flag checks with JITSymbolFlags::fromObjectSymbol.
Lang Hames
2016-08-07
1
-13
/
+5
[next]