index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
MCJIT: skip some more new multi-module tests on unsupported platforms.
Tim Northover
2013-10-02
1
-0
/
+8
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
4
-26
/
+32
*
Tests for MCJIT multiple module support
Andrew Kaylor
2013-10-01
4
-75
/
+556
*
Revert "[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc."
Rafael Espindola
2013-07-26
1
-2
/
+1
*
[PowerPC] Improve consistency in use of __ppc__, __powerpc__, etc.
Bill Schmidt
2013-07-26
1
-1
/
+2
*
[mips] Use pristine object file while processing relocations.
Akira Hatanaka
2013-07-24
1
-0
/
+2
*
Convert Windows to Unix line endings, no functionality change.
Stephen Lin
2013-07-13
1
-172
/
+172
*
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...
Craig Topper
2013-07-04
1
-1
/
+1
*
Fix -Wsign-compare warning and remove windows-style line endings introduced b...
David Blaikie
2013-07-02
1
-17
/
+17
*
Fixed alignment of code sections in the JIT mode. Added a test to the JITMemo...
Elena Demikhovsky
2013-07-02
1
-0
/
+23
*
Revising the MCJIT ObjectCache interface to allow subclasses to avoid retaini...
Andrew Kaylor
2013-06-28
1
-7
/
+10
*
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
*
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
*
Alternative fix for problem addressed in r182233
Ulrich Weigand
2013-05-21
1
-42
/
+19
*
Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.
Bob Wilson
2013-05-20
1
-3
/
+25
*
SubArch support in MCJIT unittest
Renato Golin
2013-05-19
3
-3
/
+31
*
AArch64: enable MCJIT unittests
Tim Northover
2013-05-19
2
-0
/
+2
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
4
-16
/
+18
*
Use only explicit bool conversion operators
David Blaikie
2013-05-15
1
-1
/
+1
*
SectionMemoryManager shouldn't be a JITMemoryManager. Previously, the
Filip Pizlo
2013-05-14
1
-2
/
+2
*
Fix MCJITCAPITest.cpp unit test on Windows.
Andrew Kaylor
2013-05-10
1
-0
/
+2
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
1
-110
/
+0
*
[SystemZ] Set up JIT/MCJIT test cases
Ulrich Weigand
2013-05-06
3
-6
/
+9
*
Simplify JIT unit test #ifdefs
Ulrich Weigand
2013-05-06
2
-28
/
+10
*
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
4
-48
/
+173
*
Re-enabling MCJIT object caching with memory leak fixed
Andrew Kaylor
2013-04-25
2
-0
/
+241
*
Revert "Adding object caching support to MCJIT"
Rafael Espindola
2013-04-25
2
-241
/
+0
*
Revert "Exposing MCJIT through C API"
Rafael Espindola
2013-04-25
4
-173
/
+48
*
Exposing MCJIT through C API
Andrew Kaylor
2013-04-24
4
-48
/
+173
*
Fixing cmake build for MCJIT unit tests
Andrew Kaylor
2013-04-23
1
-0
/
+1
*
Adding object caching support to MCJIT
Andrew Kaylor
2013-04-23
1
-0
/
+240
*
Enable JIT/MCJIT unit tests for targets with JIT support.
Jyotsna Verma
2013-04-05
1
-2
/
+3
*
Explicitly add -Wl,--export-all-symbols on mingw/cygwin.
Rafael Espindola
2013-04-04
1
-0
/
+3
*
Don't export symbols in every binary on linux.
Rafael Espindola
2013-04-04
1
-3
/
+1
*
Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don...
Jyotsna Verma
2013-03-28
2
-3
/
+10
*
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-28
2
-1
/
+3
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
1
-1
/
+1
*
Fix bug in exception table allocation (PR13678)
Eli Bendersky
2013-01-11
1
-3
/
+50
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
7
-35
/
+35
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
10
-38
/
+33
*
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-27
5
-406
/
+175
*
Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp
Andrew Kaylor
2012-11-27
3
-63
/
+205
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
3
-4
/
+8
*
MCJIT unit test: add calls to ensure that instruction caches are properly inv...
Amara Emerson
2012-10-31
1
-0
/
+5
[next]