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
/
JITLink
Commit message (
Expand
)
Author
Age
Files
Lines
*
[unittests] Fix "comparison of integers of different signs" warnings
Miloš Stojanović
2020-01-14
1
-5
/
+4
*
[JITLink] Move block ownership from LinkGraph to Section.
Lang Hames
2019-10-30
1
-3
/
+57
*
[JITLink] Remove relocation unit tests.
Lang Hames
2019-10-30
4
-698
/
+0
*
[JITLink] Add missing include, explicitly qualify STLExtras functions.
Lang Hames
2019-10-30
1
-6
/
+7
*
[JITLink] Add a utility for splitting blocks at a given index.
Lang Hames
2019-10-30
2
-0
/
+121
*
[Mips] Use appropriate private label prefix based on Mips ABI
Mirko Brkusanin
2019-10-23
1
-1
/
+3
*
[JITLink] Switch from an atom-based model to a "blocks and symbols" model.
Lang Hames
2019-10-04
3
-103
/
+108
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
2
-4
/
+4
*
[JITLink] Remove a lot of reduntant 'JITLink_' prefixes. NFC.
Lang Hames
2019-04-22
2
-3
/
+3
*
[JITLink] Add dependency on MCParser to unit test after rL358818
Fangrui Song
2019-04-21
1
-0
/
+1
*
[JITLink] Add dependencies on MCDissassembler and Target to unit test.
Lang Hames
2019-04-21
1
-0
/
+2
*
[JITLink] Add check to JITLink unit test to bail out for unsupported targets.
Lang Hames
2019-04-20
3
-19
/
+52
*
Initial implementation of JITLink - A replacement for RuntimeDyld.
Lang Hames
2019-04-20
4
-0
/
+667