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
*
[ORC] Fix a missing move in ce2207abaf9.
Lang Hames
2020-01-29
1
-1
/
+1
*
[ORC] Add support for emulated TLS to ORCv2.
Lang Hames
2020-01-29
6
-50
/
+96
*
[ORC] Add weak symbol support to defineMaterializing, fix for PR40074.
Lang Hames
2020-01-29
3
-28
/
+96
*
[Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()
Fangrui Song
2020-01-11
1
-1
/
+1
*
[ORC] Fix argv handling in runAsMain / lli.
Lang Hames
2020-01-11
1
-1
/
+1
*
[ExecutionEngine] Re-enable FastISel for non-iOS arm targets.
Lang Hames
2020-01-11
1
-7
/
+0
*
[NFC][ORC] Fix typos and whitespaces in comments
Stefan Gränitz
2020-01-03
1
-1
/
+1
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[MCJIT] Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"
Fangrui Song
2019-12-24
1
-3
/
+3
*
[ORC] De-register eh-frames in the RTDyldObjectLinkingLayer destructor.
Lang Hames
2019-12-20
1
-0
/
+6
*
[Orc][LLJIT] Re-apply 298e183e813 (use JITLink for LLJIT where supported).
Lang Hames
2019-12-19
1
-3
/
+7
*
[JITLink][MachO] Fix common symbol size plumbing.
Lang Hames
2019-12-19
1
-1
/
+1
*
Revert "[Orc][LLJIT] Use JITLink even if a custom JITTargetMachineBuilder is ...
Lang Hames
2019-12-18
1
-7
/
+3
*
[Orc][LLJIT] Use JITLink even if a custom JITTargetMachineBuilder is supplied.
Lang Hames
2019-12-18
1
-3
/
+7
*
[Orc][LLJIT] Automatically use JITLink for LLJIT on supported platforms.
Lang Hames
2019-12-15
1
-0
/
+18
*
[ORC] Make ObjectLinkingLayer own its jitlink::MemoryManager.
Lang Hames
2019-12-15
1
-4
/
+4
*
[ORC] Remove the automagic Main JITDylib fram ExecutionSession.
Lang Hames
2019-12-05
3
-13
/
+4
*
[ORC] Add a runAsMain utility function to ExecutionUtils.
Lang Hames
2019-12-02
1
-0
/
+26
*
[Orc] Add setters for target options and features to JITTargetMachineBuilder.
Lang Hames
2019-12-02
1
-3
/
+1
*
[ORC][JITLink] Add support for weak references, and improve handling of static
Lang Hames
2019-11-28
13
-388
/
+461
*
[JITLink] Make sure MachO/x86-64 handles 32-bit signed addends correctly.
Lang Hames
2019-11-27
1
-4
/
+4
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
10
-10
/
+10
*
[Orc][Modules] Fix Modules build fallout from a34680a33eb.
Lang Hames
2019-11-20
2
-0
/
+7
*
[ExecutionEngine] Add a missing break to avoid warnings
Martin Storsjö
2019-11-20
1
-0
/
+1
*
ExecutionEngine: add preliminary support for COFF ARM64
Adam Kallai
2019-11-20
2
-0
/
+367
*
Fix a build failure with perf: Add a missing include to llvm/Support/ManagedS...
Sylvestre Ledru
2019-11-16
1
-0
/
+1
*
Fix GCC -Wcast-qual warnings
Hans Wennborg
2019-11-15
1
-2
/
+2
*
GCC 5.3 build fix
Hans Wennborg
2019-11-15
1
-1
/
+1
*
[ORC] Add a utility to support dumping JIT'd objects to disk for debugging.
Lang Hames
2019-11-14
5
-12
/
+86
*
[JITLink] Refactor EH-frame handling to support eh-frames with existing relocs.
Lang Hames
2019-11-06
6
-320
/
+537
*
[Orc] Fix iterator usage after remove
Alexandre Ganea
2019-11-06
1
-1
/
+4
*
[JITLink] Move block ownership from LinkGraph to Section.
Lang Hames
2019-10-30
1
-4
/
+0
*
[JITLink] Add a utility for splitting blocks at a given index.
Lang Hames
2019-10-30
1
-0
/
+79
*
Break out OrcError and RPC
Chris Bieneman
2019-10-29
8
-8
/
+34
*
[JITLink] Tighten section sorting criteria to fix a flaky test case.
Lang Hames
2019-10-28
1
-1
/
+3
*
[llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...
George Rimar
2019-10-21
2
-4
/
+23
*
Move endian constant from Host.h to SwapByteOrder.h, prune include
Reid Kleckner
2019-10-19
1
-0
/
+1
*
[Orc] Add a method for ObjectLinkingLayer to return ownership of object buffers.
Lang Hames
2019-10-15
1
-0
/
+7
*
[JITLink] Switch to slab allocation for InProcessMemoryManager, re-enable test.
Lang Hames
2019-10-15
1
-10
/
+40
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-1
/
+1
*
[JITLink] Fix MachO/arm64 GOTPAGEOFF encoding.
Lang Hames
2019-10-11
1
-2
/
+5
*
Fix compilation warning due to typo.
Michael Liao
2019-10-10
1
-1
/
+1
*
[JITLink] Add an initial implementation of JITLink for MachO/AArch64.
Lang Hames
2019-10-10
3
-0
/
+737
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-1
/
+1
*
[JITLink] Silence GCC warnings. NFC.
Martin Storsjo
2019-10-04
1
-1
/
+1
*
Fix MSVC "not all control paths return a value" warning. NFCI.
Simon Pilgrim
2019-10-04
1
-0
/
+2
*
Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2019-10-04
1
-1
/
+1
*
[JITLink] Explicitly destroy bumpptr-allocated blocks to avoid a memory leak.
Lang Hames
2019-10-04
1
-0
/
+6
*
[JITLink] Fix an unused variable warning.
Lang Hames
2019-10-04
1
-3
/
+2
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
15
-1328
/
+1488
[next]