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
/
Orc
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
*
[ORC] Fix argv handling in runAsMain / lli.
Lang Hames
2020-01-11
1
-1
/
+1
*
[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
*
[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
*
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
9
-379
/
+427
*
[cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"
Tom Stellard
2019-11-21
1
-1
/
+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
*
[Orc] Fix iterator usage after remove
Alexandre Ganea
2019-11-06
1
-1
/
+4
*
Break out OrcError and RPC
Chris Bieneman
2019-10-29
4
-173
/
+2
*
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
*
[Alignment][NFC] Remove dependency on GlobalObject::setAlignment(unsigned)
Guillaume Chatelet
2019-10-15
1
-1
/
+1
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-07
1
-1
/
+1
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
2
-105
/
+92
*
[Orc] Silence static analyzer dyn_cast<ConstantInt> null dereference warning....
Simon Pilgrim
2019-09-24
1
-1
/
+1
*
Add dependency from Orc to Passes
Sanjoy Das
2019-09-13
1
-2
/
+2
*
[Orc] Roll back ThreadPool to std::function
Benjamin Kramer
2019-09-13
1
-1
/
+3
*
[Orc] Address the remaining move-capture FIXMEs
Benjamin Kramer
2019-09-13
3
-13
/
+9
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
2
-1
/
+4
*
[ORCv2] - New Speculate Query Implementation
Praveen Velliengiri
2019-08-27
2
-56
/
+301
*
[JITLink][ORC] Track eh-frame section size for registration/deregistration.
Lang Hames
2019-08-27
1
-30
/
+33
*
[ORC] Make sure that queries on emitted-but-not-ready symbols fail correctly.
Lang Hames
2019-08-26
1
-110
/
+81
*
[ORC] Fix an overly aggressive assert.
Lang Hames
2019-08-26
1
-3
/
+6
*
[ORC] Remove query dependencies when symbols are resolved.
Lang Hames
2019-08-23
1
-0
/
+1
*
[ORC] Fix a FIXME: Propagate errors to dependencies.
Lang Hames
2019-08-23
5
-100
/
+339
*
[cmake] Link in LLVMPasses due to dependency by LLVMOrcJIT; NFC
Hubert Tong
2019-08-19
1
-0
/
+1
*
[ORC] fix use-after-free detected by -Wreturn-stack-address
Matthias Gehre
2019-08-19
1
-1
/
+1
*
[ORC] Remove some stray debugging output accidentally left in r368707
Lang Hames
2019-08-16
1
-2
/
+0
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
9
-28
/
+28
*
[ORC] Refactor definition-generation, add a generator for static libraries.
Lang Hames
2019-08-13
2
-13
/
+134
*
Move findBBwithCalls to the file it's used in to avoid unused function
Eric Christopher
2019-08-13
1
-0
/
+24
*
Re-land D65760/r367944
Diego Caballero
2019-08-06
1
-1
/
+15
*
Reverting D65760/r367944 due to buildbot failure.
Puyan Lotfi
2019-08-05
1
-15
/
+1
*
[ORC] Add CPU name and sub-target features to detectHost
Diego Caballero
2019-08-05
1
-1
/
+15
*
[ORC] Work around broken GCC/libstdc++ by adding an explicit conversion.
Lang Hames
2019-08-05
1
-1
/
+4
*
Speculative Compilation
Praveen Velliengiri
2019-08-03
5
-6
/
+199
*
[ORC] Remove a dead method.
Lang Hames
2019-08-02
1
-7
/
+0
[next]