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
/
MCJITCAPITest.cpp
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
*
Untabify.
NAKAMURA Takumi
2017-08-28
1
-2
/
+3
*
Re-sort #include lines for unittests. This uses a slightly modified
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Kill LLVMAddTargetData
Amaury Sechet
2016-02-16
1
-3
/
+0
*
[RuntimeDyld] Add alignment arguments to the reserveAllocationSpace method of
Lang Hames
2016-01-10
1
-2
/
+3
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-3
/
+3
*
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
*
[Mips64] Add support for MCJIT for MIPS64r2 and MIPS64r6
Petar Jovanovic
2015-05-28
1
-0
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-14
/
+14
*
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
*
ADT: remove MinGW32 and Cygwin OSType enum
Saleem Abdulrasool
2014-08-09
1
-2
/
+0
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-11
/
+11
*
Add C API for thread yielding callback.
Juergen Ributzka
2014-05-16
1
-0
/
+27
*
Revert "[PM] Add pass run listeners to the pass manager."
Juergen Ributzka
2014-05-15
1
-28
/
+0
*
[PM] Add pass run listeners to the pass manager.
Juergen Ributzka
2014-04-28
1
-0
/
+28
*
MCJIT: ensure that cygwin is identified properly
Saleem Abdulrasool
2014-03-31
1
-0
/
+2
*
[cleanup] Re-sort all the includes with utils/sort_includes.py.
Chandler Carruth
2014-03-04
1
-2
/
+2
*
Disable an MCJIT test on older Darwins until we have a better interface.
Andrew Trick
2014-02-24
1
-0
/
+4
*
This test was failing on non-X86-64 platforms because stackmaps only work on ...
Filip Pizlo
2014-02-21
1
-0
/
+9
*
Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...
Filip Pizlo
2014-02-20
1
-0
/
+90
*
Remove tautological test line (unsigneds are always >=0).
Lang Hames
2014-02-15
1
-1
/
+0
*
Fix misleading comment.
Lang Hames
2014-02-13
1
-1
/
+1
*
The new MCJIT C-API unit test is generating objects without constant data
Lang Hames
2014-02-13
1
-1
/
+1
*
Extend RTDyld API to enable optionally precomputing the total amount of memory
Lang Hames
2014-02-12
1
-1
/
+132
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
2013-11-19
1
-11
/
+10
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-8
/
+11
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-10
/
+8
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-8
/
+10
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
1
-3
/
+5
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-22
1
-38
/
+125
*
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
2013-05-21
1
-125
/
+38
*
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
2013-05-21
1
-38
/
+125
*
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
*
Fix MCJITCAPITest.cpp unit test on Windows.
Andrew Kaylor
2013-05-10
1
-0
/
+2
*
This exposes more MCJIT options via the C API:
Filip Pizlo
2013-05-01
1
-1
/
+1
*
Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li...
Filip Pizlo
2013-05-01
1
-3
/
+5
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-29
1
-0
/
+93
*
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-25
1
-93
/
+0
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-24
1
-0
/
+93