index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ExecutionEngine
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-20
Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence,...
Filip Pizlo
3
-1
/
+92
2014-02-15
Remove tautological test line (unsigneds are always >=0).
Lang Hames
1
-1
/
+0
2014-02-13
Fix misleading comment.
Lang Hames
1
-1
/
+1
2014-02-13
The new MCJIT C-API unit test is generating objects without constant data
Lang Hames
1
-1
/
+1
2014-02-12
Extend RTDyld API to enable optionally precomputing the total amount of memory
Lang Hames
1
-1
/
+132
2014-01-13
Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
1
-4
/
+5
2014-01-07
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2
-2
/
+2
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
3
-3
/
+3
2013-12-30
Port r198087 and r198089 (strip dead code by default) from make to cmake.
Nico Weber
1
-0
/
+3
2013-12-27
Attempt to fix JIT unit tests after r198087.
Nico Weber
1
-0
/
+3
2013-12-12
Remove some dead code
Richard Barton
1
-2
/
+0
2013-12-10
[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists.txt.
NAKAMURA Takumi
3
-9
/
+19
2013-12-10
Add JIT to LINK_COMPONENTS in MCJITTests/Makefile.
NAKAMURA Takumi
1
-1
/
+1
2013-11-19
[weak vtables] Place class definitions into anonymous namespaces to prevent w...
Juergen Ributzka
3
-28
/
+15
2013-11-19
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
3
-12
/
+24
2013-11-18
Revert r194865 and r194874.
Alexey Samsonov
3
-22
/
+12
2013-11-15
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
3
-12
/
+22
2013-10-21
Removing unnecessary link component for MCJIT unittests
Andrew Kaylor
2
-2
/
+1
2013-10-16
Assert on duplicate registration. Don't depend on function pointer equality.
Rafael Espindola
1
-12
/
+0
2013-10-02
MCJIT: skip some more new multi-module tests on unsupported platforms.
Tim Northover
1
-0
/
+8
2013-10-02
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
4
-26
/
+32
2013-10-01
Tests for MCJIT multiple module support
Andrew Kaylor
4
-75
/
+556
2013-07-26
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
Rafael Espindola
1
-2
/
+1
2013-07-26
[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
1
-1
/
+2
2013-07-24
[mips] Use pristine object file while processing relocations.
Akira Hatanaka
1
-0
/
+2
2013-07-13
Convert Windows to Unix line endings, no functionality change.
Stephen Lin
1
-172
/
+172
2013-07-04
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
1
-1
/
+1
2013-07-02
Fix -Wsign-compare warning and remove windows-style line endings introduced b...
David Blaikie
1
-17
/
+17
2013-07-02
Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...
Elena Demikhovsky
1
-0
/
+23
2013-06-28
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
1
-7
/
+10
2013-06-28
Adding tests for DebugIR pass
Daniel Malea
1
-34
/
+43
2013-06-20
[mips] Remove Triple:mips from SupportedArchs in MCJIT unittests
Akira Hatanaka
1
-1
/
+0
2013-05-30
Remove unused member.
Rafael Espindola
1
-1
/
+0
2013-05-22
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
1
-38
/
+125
2013-05-21
Roll out r182407 and r182408 because they broke builds.
Filip Pizlo
1
-125
/
+38
2013-05-21
Expose the RTDyldMemoryManager through the C API. This allows clients of
Filip Pizlo
1
-38
/
+125
2013-05-21
Alternative fix for problem addressed in r182233
Ulrich Weigand
1
-42
/
+19
2013-05-20
Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.
Bob Wilson
1
-3
/
+25
2013-05-19
SubArch support in MCJIT unittest
Renato Golin
3
-3
/
+31
2013-05-19
AArch64: enable MCJIT unittests
Tim Northover
2
-0
/
+2
2013-05-17
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
4
-16
/
+18
2013-05-15
Use only explicit bool conversion operators
David Blaikie
1
-1
/
+1
2013-05-14
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
1
-2
/
+2
2013-05-10
Fix MCJITCAPITest.cpp unit test on Windows.
Andrew Kaylor
1
-0
/
+2
2013-05-07
Remove exception handling support from the old JIT.
Rafael Espindola
1
-110
/
+0
2013-05-06
[SystemZ] Set up JIT/MCJIT test cases
Ulrich Weigand
3
-6
/
+9
2013-05-06
Simplify JIT unit test #ifdefs
Ulrich Weigand
2
-28
/
+10
2013-05-01
This exposes more MCJIT options via the C API:
Filip Pizlo
1
-1
/
+1
2013-05-01
Wrap some lines to bring MCJITCAPITest into conformance with the 80 column li...
Filip Pizlo
1
-3
/
+5
2013-04-29
Exposing MCJIT through C API
Andrew Kaylor
4
-48
/
+173
[prev]
[next]