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
...
*
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
Guillaume Chatelet
2019-09-27
1
-3
/
+3
*
[Orc] Silence static analyzer dyn_cast<ConstantInt> null dereference warning....
Simon Pilgrim
2019-09-24
1
-1
/
+1
*
[ExecutionEngine] Don't dereference a dyn_cast result. NFCI.
Simon Pilgrim
2019-09-16
1
-2
/
+2
*
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
5
-24
/
+18
*
[Alignment] Move OffsetToAlignment to Alignment.h
Guillaume Chatelet
2019-09-12
1
-1
/
+3
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
4
-2
/
+8
*
[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
2
-39
/
+56
*
[JITLink] Don't under-align zero-fill sections.
Lang Hames
2019-08-27
1
-26
/
+13
*
[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
18
-47
/
+47
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
7
-27
/
+51
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
7
-51
/
+27
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
7
-27
/
+51
*
[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
*
Replace llvm::MutexGuard/UniqueLock with their standard equivalents
Benjamin Kramer
2019-08-07
7
-47
/
+47
*
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
*
[JITLink] Add support for MachO/x86-64 UNSIGNED relocs with length=2.
Lang Hames
2019-08-03
1
-2
/
+22
*
[JITLink] Fix error message formatting.
Lang Hames
2019-08-03
1
-1
/
+1
*
Speculative Compilation
Praveen Velliengiri
2019-08-03
5
-6
/
+199
*
[ORC] Remove a dead method.
Lang Hames
2019-08-02
1
-7
/
+0
*
[ORC] Turn on symbol-flags overrides for LLJIT on Windows by default.
Lang Hames
2019-08-02
1
-2
/
+8
*
[ORC] Change the locking scheme for ThreadSafeModule.
Lang Hames
2019-08-02
6
-98
/
+119
*
[ORC] Suppress an ORCv1 deprecation warning.
Lang Hames
2019-07-18
1
-1
/
+2
*
[ORC] Add deprecation warnings to ORCv1 layers and utilities.
Lang Hames
2019-07-17
4
-27
/
+41
*
[ORC] Add custom IR compiler configuration to LLJITBuilder to enable obj caches.
Lang Hames
2019-07-10
1
-44
/
+35
*
[JITLink][ORC] Add EHFrameRegistrar interface, use in EHFrameRegistrationPlugin.
Lang Hames
2019-07-04
2
-12
/
+25
*
[C++2a] Add __builtin_bit_cast, used to implement std::bit_cast
Erik Pilkington
2019-07-02
1
-53
/
+0
*
[JITLink] Move JITLinkMemoryManager into its own header.
Lang Hames
2019-06-14
3
-90
/
+106
*
[ORC] Rename MaterializationResponsibility resolve and emit methods to
Lang Hames
2019-06-13
5
-16
/
+17
*
[ExecutionEngine] Fix rL362941: Add UnaryOperator visitor to the interpreter
Cameron McInally
2019-06-10
1
-0
/
+2
*
[ExecutionEngine] Add UnaryOperator visitor to the interpreter
Cameron McInally
2019-06-10
2
-0
/
+53
*
[ORC] Update symbol lookup to use a single callback with a required symbol state
Lang Hames
2019-06-07
8
-376
/
+251
*
[RuntimeDyld] fix too-small-bitmask error
Nick Desaulniers
2019-06-01
1
-1
/
+1
*
[RuntimeDyld] Update reserveAllocationSpace to account for stub padding.
Lang Hames
2019-05-30
1
-1
/
+8
*
[RuntimeDyld] Apply padding and alignment bumps to all sections with stubs, and
Lang Hames
2019-05-30
2
-7
/
+6
*
[ORC] Track JIT symbol states more explicitly.
Lang Hames
2019-05-28
2
-132
/
+105
*
[RuntimeDyld][ARM] Fix an incorrect assertion condition.
Lang Hames
2019-05-27
1
-1
/
+1
[prev]
[next]