index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ExecutionEngine
Age
Commit message (
Expand
)
Author
2013-05-17
Merging r181678:
Bill Wendling
2013-05-17
Merging r181600:
Bill Wendling
2013-05-06
PowerPC: Fix unimplemented relocation on ppc64
Adhemerval Zanella
2013-05-06
[SystemZ] Set up JIT/MCJIT test cases
Ulrich Weigand
2013-05-06
Free the exception object. Should fix the vg bots.
Rafael Espindola
2013-05-06
XFAIL for cygwin.
Rafael Espindola
2013-05-05
This should also fail on ARM.
Rafael Espindola
2013-05-05
Fix XFAIL line.
Rafael Espindola
2013-05-05
XFAIL this on ppc64.
Rafael Espindola
2013-05-05
Add EH support to the MCJIT.
Rafael Espindola
2013-05-04
AArch64: enable MCJIT and tests now that everything passes.
Tim Northover
2013-04-30
Fix Addend computation for non external relocations on Macho.
Rafael Espindola
2013-04-30
Collect the Addend for external relocs.
Rafael Espindola
2013-04-29
Add getSymbolAlignment to the ObjectFile interface.
Rafael Espindola
2013-04-29
Disable the MCJIT tests on 32 bit darwin.
Rafael Espindola
2013-04-29
Propagate relocation info to resolveRelocation.
Rafael Espindola
2013-04-26
Teach the interpreter to handle vector compares and additional vector arithme...
Nadav Rotem
2013-04-12
Revert r179409 because it caused some warnings and some of the build bots fail.
Nadav Rotem
2013-04-12
Add support for additional vector instructions in the interpreter.
Nadav Rotem
2013-04-08
Rewrite test/ExecutionEngine tests to use FileCheck instead of grep
Eli Bendersky
2013-04-05
[mips] XFAIL test-interp-vec-loadstore.ll in an attempt to turn builder
Akira Hatanaka
2013-04-05
Respect Addend when processing MCJIT relocations to local/global symbols.
Ulrich Weigand
2013-04-01
Add support for vector data types in the LLVM interpreter.
Nadav Rotem
2013-03-25
Disable Execution Engine tests not supported by Hexagon.
Jyotsna Verma
2013-02-28
Corrections for XFAIL armv5 tests
Renato Golin
2013-02-26
Proper XFAILs for ARMv7 / v5
Renato Golin
2013-02-18
AArch64: adjust tests which rely on a default JIT
Tim Northover
2013-01-16
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2012-11-20
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.
NAKAMURA Takumi
2012-11-20
Marking remote mcjit tests as XFAIL for MIPS.
Simon Atanasyan
2012-11-19
Enable MCJIT tests on PowerPC.
Ulrich Weigand
2012-11-18
MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emi...
NAKAMURA Takumi
2012-11-18
test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF.
NAKAMURA Takumi
2012-11-17
Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).
Andrew Kaylor
2012-11-16
Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily).
Andrew Kaylor
2012-11-16
Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily).
Andrew Kaylor
2012-11-16
Adding new tests to test lli's pseudo-remote feature (-remote-mcjit).
Andrew Kaylor
2012-11-16
Add MCJIT test case for running global constructors.
Amara Emerson
2012-10-29
Align the data section correctly when loading an ELF file.
Tim Northover
2012-10-29
Make use of common-symbol alignment info in ELF loader.
Tim Northover
2012-10-08
Some regression tests which are testing the old jit and are exercising functi...
James Molloy
2012-10-05
Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.
NAKAMURA Takumi
2012-10-03
Implement .rel relocation for R_ARM_ABS32 in MCJIT.
Tim Northover
2012-10-03
test/ExecutionEngine/MCJIT: MCJIT should work also on mingw.
NAKAMURA Takumi
2012-10-02
Support for generating ELF objects on Windows.
Andrew Kaylor
2012-09-06
Revert "Enable MCJIT tests on Darwin."
Jim Grosbach
2012-09-06
Enable MCJIT tests on Darwin.
Jim Grosbach
2012-08-30
Should put test case under test/ExecutionEngine/MCJIT/
Michael Liao
2012-06-21
Add Mips to the list of target architectures for the MCJIT tests.
Akira Hatanaka
2012-05-18
Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...
Danil Malyshev
[next]