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
/
MCJIT
/
MCJITTestBase.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove TypeBuilder.h, and fix the few locations using it.
James Y Knight
2019-01-13
1
-32
/
+28
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-8
/
+2
*
Delete dead code. Reloc::Default is the default.
Rafael Espindola
2016-05-18
1
-3
/
+0
*
unittests: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-6
/
+5
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-9
/
+6
*
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Petar Jovanovic
2015-05-28
1
-0
/
+2
*
[MCJIT] Enable MCJIT regression tests on Darwin.
Lang Hames
2015-03-31
1
-5
/
+0
*
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
Lang Hames
2015-01-28
1
-19
/
+0
*
[ExecutionEngine] Fix r227228 tests on Windows
Keno Fischer
2015-01-27
1
-0
/
+1
*
[ExecutionEngine] Add weak symbol support to RuntimeDyld
Keno Fischer
2015-01-27
1
-0
/
+18
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
1
-2
/
+2
*
[MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.
Lang Hames
2014-10-22
1
-0
/
+9
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-2
/
+0
*
Make it explicit that ExecutionEngine takes ownership of the modules.
Rafael Espindola
2014-08-19
1
-2
/
+2
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-3
/
+3
*
ADT: remove MinGW32 and Cygwin OSType enum
Saleem Abdulrasool
2014-08-09
1
-1
/
+0
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-0
/
+2
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-2
/
+0
*
MCJIT: ensure that cygwin is identified properly
Saleem Abdulrasool
2014-03-31
1
-0
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-23
/
+16
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Tests for MCJIT multiple module support
Andrew Kaylor
2013-10-01
1
-2
/
+140
*
[mips] Use pristine object file while processing relocations.
Akira Hatanaka
2013-07-24
1
-0
/
+2
*
Adding tests for DebugIR pass
Daniel Malea
2013-06-28
1
-34
/
+43
*
[mips] Remove Triple:mips from SupportedArchs in MCJIT unittests
Akira Hatanaka
2013-06-20
1
-1
/
+0
*
Remove unused member.
Rafael Espindola
2013-05-30
1
-1
/
+0
*
SubArch support in MCJIT unittest
Renato Golin
2013-05-19
1
-0
/
+7
*
AArch64: enable MCJIT unittests
Tim Northover
2013-05-19
1
-0
/
+1
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
1
-2
/
+2
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-29
1
-48
/
+2
*
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-25
1
-2
/
+48
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-24
1
-48
/
+2
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-27
1
-2
/
+1
*
Adding MCJIT and MemoryBuffer unit tests
Andrew Kaylor
2012-10-04
1
-0
/
+245