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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip MCJIT unit tests if LLVM is not configured for native compilation
David Blaikie
2019-09-03
1
-1
/
+7
*
[opaque pointer types] Pass value type to LoadInst creation.
James Y Knight
2019-02-01
2
-3
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
7
-28
/
+21
*
Remove TypeBuilder.h, and fix the few locations using it.
James Y Knight
2019-01-13
3
-51
/
+62
*
s/LLVM_ON_WIN32/_WIN32/, llvm
Nico Weber
2018-04-29
1
-2
/
+2
*
Link to AggressiveInstCombine in a few places. Unbreaks build for me.
Roman Lebedev
2018-04-24
1
-0
/
+1
*
Remove redundant includes from unittests.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-2
/
+3
*
Delete Default and JITDefault code models
Rafael Espindola
2017-08-03
1
-8
/
+2
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
3
-3
/
+3
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-0
/
+4
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-4
/
+0
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-8
/
+6
*
Delete dead code. Reloc::Default is the default.
Rafael Espindola
2016-05-18
1
-3
/
+0
*
Kill LLVMAddTargetData
Amaury Sechet
2016-02-16
1
-3
/
+0
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-18
/
+0
*
[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of
Lang Hames
2016-01-10
1
-2
/
+3
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
3
-11
/
+8
*
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
4
-18
/
+15
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-0
/
+6
*
Fix UB in MCJIT test cases that relied on union type punning
David Blaikie
2015-08-11
1
-52
/
+30
*
[MCJIT] Fix a cast warning in the unit-test introduced in r243589.
Lang Hames
2015-08-03
1
-1
/
+7
*
MCJITTests/MCJITCAPITest.cpp: Try to appease i686-win32.
NAKAMURA Takumi
2015-07-30
1
-0
/
+1
*
[MCJIT] Fix a memory leak in a unit test that was introduced in r243589.
Lang Hames
2015-07-30
1
-0
/
+1
*
[MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.
Lang Hames
2015-07-29
1
-0
/
+33
*
[ExecutionEngine] Re-apply r241962 with fixes for ARM.
Lang Hames
2015-07-14
1
-0
/
+82
*
Revert "[ExecutionEngine] Use std::function rather than a function pointer fo...
Renato Golin
2015-07-11
1
-64
/
+0
*
[ExecutionEngine] Add a static cast to the unittest for r241962 to suppress a
Lang Hames
2015-07-11
1
-1
/
+1
*
[ExecutionEngine] Remove cruft and fix a couple of warnings in the test case for
Lang Hames
2015-07-11
1
-3
/
+2
*
[ExecutionEngine] Use std::function rather than a function pointer for the
Lang Hames
2015-07-10
1
-0
/
+65
*
[MCJIT] Add a FindGlobalVariableNamed utility
Keno Fischer
2015-06-20
1
-3
/
+12
*
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Petar Jovanovic
2015-05-28
2
-0
/
+4
*
Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced ini...
David Blaikie
2015-05-18
1
-1
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
3
-17
/
+17
*
[MCJIT] Enable MCJIT regression tests on Darwin.
Lang Hames
2015-03-31
1
-5
/
+0
*
[CMake] Add RuntimeDyld to libdeps corresponding to r229343.
NAKAMURA Takumi
2015-02-16
1
-0
/
+1
*
Revert r227247 and r227228: "Add weak symbol support to RuntimeDyld".
Lang Hames
2015-01-28
4
-63
/
+1
*
[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
4
-1
/
+62
*
[ExecutionEngine] FindFunctionNamed: Skip declarations
Keno Fischer
2015-01-27
1
-0
/
+19
*
Fix the C-API MCJIT test for 32-bit big endian machines.
Vasileios Kalintiris
2015-01-15
1
-12
/
+6
*
[C API] Expose LLVMGetGlobalValueAddress and LLVMGetFunctionAddress.
Peter Zotov
2014-12-22
1
-0
/
+38
*
[MCJIT] Unique-ptrify the RTDyldMemoryManager member of MCJIT. NFC.
Lang Hames
2014-12-03
2
-4
/
+4
*
[MCJIT] Make repeat calls to MCJIT::getPointerToFunction for declarations safe.
Lang Hames
2014-10-22
2
-0
/
+21
*
Adds 'override' to overriding methods. NFC.
Argyrios Kyrtzidis
2014-10-01
1
-1
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
5
-6
/
+1
*
Return a std::unique_ptr when creating a new MemoryBuffer.
Rafael Espindola
2014-08-27
1
-4
/
+3
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-3
/
+3
[next]