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
*
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
*
[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
1
-12
/
+16
*
[ORC] Rename MaterializationResponsibility resolve and emit methods to
Lang Hames
2019-06-13
5
-16
/
+17
*
[ORC] Update symbol lookup to use a single callback with a required symbol state
Lang Hames
2019-06-07
8
-376
/
+251
*
[ORC] Track JIT symbol states more explicitly.
Lang Hames
2019-05-28
2
-132
/
+105
*
[ORC] Assert that JITDylibs have unique names.
Lang Hames
2019-05-21
1
-0
/
+10
*
[ORC] fix use-after-move. NFC
Nick Desaulniers
2019-05-20
1
-6
/
+4
*
[ORC] Remove some unreachable code.
Lang Hames
2019-05-20
1
-4
/
+1
*
[ORC] Change handling for SymbolStringPtr tombstones and empty keys.
Lang Hames
2019-05-16
1
-2
/
+0
*
[ORC] Fix a formatting bug.
Lang Hames
2019-05-09
1
-1
/
+1
*
[Support] Add error handling to sys::Process::getPageSize().
Lang Hames
2019-05-08
1
-5
/
+5
*
[ORC] Pass object buffer ownership back in NotifyEmitted.
Lang Hames
2019-05-01
1
-19
/
+18
*
[ORC] Move SimpleCompiler/ConcurrentIRCompiler definitions into a .cpp file.
Lang Hames
2019-04-30
2
-0
/
+87
*
[ORC] Allow JITDylib definition generators to return Errors.
Lang Hames
2019-04-30
2
-58
/
+94
*
[ORC] Replace the LLJIT/LLLazyJIT Create methods with Builder utilities.
Lang Hames
2019-04-29
1
-105
/
+131
*
[ORC] Add a 'plugin' interface to ObjectLinkingLayer for events/configuration.
Lang Hames
2019-04-26
1
-47
/
+148
*
[ORC] Remove symbols from dependency lists when failing materialization.
Lang Hames
2019-04-25
1
-2
/
+29
*
[JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.
Lang Hames
2019-04-22
1
-1
/
+1
*
[JITLink][ORC] Add JITLink to the list of dependencies for ORC.
Lang Hames
2019-04-20
1
-1
/
+2
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
4
-62
/
+427
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
1
-3
/
+2
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-1
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
23
-92
/
+69
*
Revert r351138 "[ORC] Move ORC Core symbol map and set types into their own
Lang Hames
2019-01-15
3
-256
/
+233
*
[ORC] Move ORC Core symbol map and set types into their own header: CoreTypes.h.
Lang Hames
2019-01-14
3
-233
/
+256
*
[ORC][MIPS] Fill delay-slot after `jr` instruction
Simon Atanasyan
2019-01-12
1
-5
/
+5
*
[ORC][MIPS] Setup t9 register and call function through this register
Simon Atanasyan
2019-01-12
1
-11
/
+8
*
[ORC] Rename register in the OrcMips64 resolver code comments. NFC
Simon Atanasyan
2018-12-23
1
-2
/
+2
*
[ORC] clang-format OrcMips32 and OrcMips64 code. NFC
Simon Atanasyan
2018-12-23
1
-24
/
+16
*
[ORC] Remove redundant instruction from MIPS resolver code. NFC
Simon Atanasyan
2018-12-23
1
-8
/
+7
*
[ExecutionEngine] Change NotifyObjectEmitted/NotifyObjectFreed API.
Lang Hames
2018-12-04
1
-2
/
+6
*
[BuildingAJIT] Update chapter 2 to use the ORCv2 APIs.
Lang Hames
2018-11-13
1
-1
/
+2
*
[ORC] Fix hex printing of uint64_t values.
Lang Hames
2018-10-31
2
-6
/
+6
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-1
/
+1
*
[ORC] Re-apply r345077 with fixes to remove ambiguity in lookup calls.
Lang Hames
2018-10-23
7
-83
/
+113
*
Revert r345077 "[ORC] Change how non-exported symbols are matched during look...
Reid Kleckner
2018-10-23
7
-112
/
+84
*
[ORC] Change how non-exported symbols are matched during lookup.
Lang Hames
2018-10-23
7
-84
/
+112
*
[ORC] Show JITDylib search order in JITDylib::dump.
Lang Hames
2018-10-23
1
-0
/
+4
*
[ORC] Dump flags for JITDylib symbol table entries.
Lang Hames
2018-10-23
1
-2
/
+2
*
[ORC] Guard access to the MemMgrs vector in RTDyldObjectLinkingLayer.
Lang Hames
2018-10-22
1
-3
/
+10
[next]