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
/
unittests
/
ExecutionEngine
/
Orc
/
ObjectTransformLayerTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ORC] Add support for emulated TLS to ORCv2.
Lang Hames
2020-01-29
1
-1
/
+2
*
[ORC] Add deprecation warnings to ORCv1 layers and utilities.
Lang Hames
2019-07-17
1
-14
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ORC] Rename ORC layers to make the "new" ORC layers the default.
Lang Hames
2018-10-15
1
-12
/
+12
*
[ORC] Create a new SymbolStringPool by default in ExecutionSession constructor.
Lang Hames
2018-04-02
1
-2
/
+1
*
[ORC] Re-apply r327566 with a fix for test-global-ctors.ll.
Lang Hames
2018-03-15
1
-1
/
+2
*
Revert "[ORC] Switch from shared_ptr to unique_ptr for addModule methods."
Reid Kleckner
2018-03-14
1
-2
/
+1
*
[ORC] Switch from shared_ptr to unique_ptr for addModule methods.
Lang Hames
2018-03-14
1
-1
/
+2
*
[ORC] Switch RTDyldObjectLinkingLayer to take a unique_ptr<MemoryBuffer> rather
Lang Hames
2018-02-21
1
-7
/
+4
*
[ORC] Consolidate RTDyldObjectLinkingLayer GetMemMgr and GetResolver into a
Lang Hames
2018-02-14
1
-6
/
+6
*
[ORC] Remove Layer handles from the layer concept.
Lang Hames
2018-02-09
1
-42
/
+34
*
[ORC] Start migrating ORC layers to use the new ORC Core.h APIs.
Lang Hames
2018-02-06
1
-21
/
+22
*
[ORC] Rename NullResolver to NullLegacyResolver.
Lang Hames
2018-02-03
1
-2
/
+2
*
Remove redundant includes from unittests.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[ORC] Errorize the ORC APIs.
Lang Hames
2017-07-07
1
-19
/
+27
*
[Orc] Remove the memory manager argument to addModule, and de-templatize the
Lang Hames
2017-07-04
1
-34
/
+25
*
[ORC] Re-apply r306166 and r306168 with fix for regression test.
Lang Hames
2017-06-23
1
-1
/
+1
*
This reverts commit r306166 and r306168.
Rafael Espindola
2017-06-23
1
-1
/
+1
*
[ORC] Move ORC IR layer interface from addModuleSet to addModule and fix the
Lang Hames
2017-06-23
1
-1
/
+1
*
[ORC] Switch the object layer API from addObjectSet to addObject (singular), and
Lang Hames
2017-06-22
1
-93
/
+82
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[ExecutionEngine] Make RuntimeDyld::MemoryManager responsible for tracking EH
Lang Hames
2017-05-09
1
-1
/
+1
*
[Orc] Rename ObjectLinkingLayer -> RTDyldObjectLinkingLayer.
Lang Hames
2017-02-20
1
-2
/
+2
*
[ExecutionEngine][MCJIT][Orc] Replace RuntimeDyld::SymbolInfo with JITSymbol.
Lang Hames
2016-08-01
1
-14
/
+15
*
Fix warning in ObjectTransformLayerTest.
Justin Lebar
2016-07-13
1
-1
/
+2
*
[Unittest] Clean up formatting, NFC
Joseph Tremoulet
2016-02-03
1
-55
/
+54
*
ObjectTransformLayerTest.cpp: Rework r258633. [-Winconsistent-missing-override]
NAKAMURA Takumi
2016-01-23
1
-1
/
+1
*
ObjectTransformLayerTest.cpp: Fix a warning. [-Wredundant-move]
NAKAMURA Takumi
2016-01-23
1
-1
/
+1
*
ObjectTransformLayerTest.cpp: Fix a warning. [-Winconsistent-missing-override]
NAKAMURA Takumi
2016-01-23
1
-1
/
+1
*
[ORC] Update ObjectTransformLayer signature
Joseph Tremoulet
2016-01-23
1
-6
/
+69
*
[Orc] Removing traces of takeOwnershipOfBuffers left after r251560.
Lang Hames
2015-12-07
1
-27
/
+0
*
Don't use std::make_unique.
Benjamin Kramer
2015-06-25
1
-8
/
+9
*
[ORC] Add ObjectTransformLayer
Joseph Tremoulet
2015-06-25
1
-0
/
+301