2013-10-04 |
Andrew Kaylor | Adding support and tests for multiple module handling... |
tree | commitdiff |
2013-10-02 |
Andrew Kaylor | Adding out-of-process execution support to lli. |
tree | commitdiff |
2013-09-20 |
Andrew Kaylor | Fix some more MCJIT PIC test XFAILs (for i386) |
tree | commitdiff |
2013-09-13 |
Amaury de la Vieuville | Add "native" to config.available_features, to make... |
tree | commitdiff |
2013-09-12 |
Elena Demikhovsky | LLVM interpreter: added a test for insert- extract... |
tree | commitdiff |
2013-09-02 |
Elena Demikhovsky | llvm interpreter: select, shuffle and insertelement... |
tree | commitdiff |
2013-08-21 |
Nadav Rotem | In LLVM FMA3 operands are dst, src1, src2, src3, howeve... |
tree | commitdiff |
2013-08-21 |
NAKAMURA Takumi | X86TargetMachine.cpp: Clarify to emit GOT in i686-... |
tree | commitdiff |
2013-08-20 |
Andrew Kaylor | Still more MCJIT PIC test XFAILs |
tree | commitdiff |
2013-08-20 |
Andrew Kaylor | Clarifying two MCJIT PIC tests as XFAIL on i686-pc... |
tree | commitdiff |
2013-08-20 |
Andrew Kaylor | Removing duplicate XFAIL markers |
tree | commitdiff |
2013-08-20 |
Andrew Kaylor | Marking two more MCJIT PIC tests as XFAIL on i686 |
tree | commitdiff |
2013-08-20 |
Andrew Kaylor | Marking MCJIT PIC tests as XFAIL on arm |
tree | commitdiff |
2013-08-20 |
Andrew Kaylor | Marking MCJIT PIC tests as XFAIL on AArch64 |
tree | commitdiff |
2013-08-20 |
Andrew Kaylor | Fixing XPASSes among MCJIT PIC test on i686 |
tree | commitdiff |
2013-08-20 |
Andrew Kaylor | Second attempt to mark Large/PIC MCJIT test as XFAIL... |
tree | commitdiff |
2013-08-20 |
Andrew Kaylor | Marking two MCJIT PIC tests as XFAIL on Darwin |
tree | commitdiff |
2013-08-19 |
Andrew Kaylor | Trying again with PIC tests for MCJIT |
tree | commitdiff |
2013-08-19 |
Andrew Kaylor | Reverting r188709 until I can figure out the proper... |
tree | commitdiff |
2013-08-19 |
Andrew Kaylor | Adding tests for PIC with MCJIT |
tree | commitdiff |
2013-08-16 |
Daniel Dunbar | [tests] Cleanup initialization of test suffixes. |
tree | commitdiff |
2013-08-09 |
Lang Hames | Optimistically ignore scattered relocations in MachO... |
tree | commitdiff |
2013-08-07 |
Elena Demikhovsky | LLVM Interpreter: MIPS tests should pass |
tree | commitdiff |
2013-08-06 |
Elena Demikhovsky | LLVM Interpreter: fixed bug 16694 |
tree | commitdiff |
2013-08-05 |
Elena Demikhovsky | LLVM Interpreter: This patch implements vector support... |
tree | commitdiff |
2013-07-24 |
Petar Jovanovic | [mips] Remove XFAIL from test-ptr-reloc-remote.ll |
tree | commitdiff |
2013-07-13 |
Stephen Lin | Add newlines at end of test files, no functionality... |
tree | commitdiff |
2013-06-03 |
Rafael Espindola | Enable mcjit tests on ppc64 when building with cmake. |
tree | commitdiff |
2013-06-01 |
Tim Northover | Disable new legacy JIT test on ARM. |
tree | commitdiff |
2013-06-01 |
Tim Northover | X86: change MOV64ri64i32 into MOV32ri64 |
tree | commitdiff |
2013-05-28 |
Tim Northover | ARM: use pristine object file while processing relocations |
tree | commitdiff |
2013-05-20 |
Renato Golin | Disable remote MCJIT on pre-v6 ARM |
tree | commitdiff |
2013-05-19 |
Tim Northover | Invalidate instruction cache when setting memory to... |
tree | commitdiff |
2013-05-18 |
Renato Golin | Unsupported remote JIT on ARM |
tree | commitdiff |
2013-05-13 |
Rafael Espindola | XFAIL this test for mingw too. |
tree | commitdiff |
2013-05-10 |
Aaron Ballman | XFAILing this test on Win32 to unbreak the build bots. |
tree | commitdiff |
2013-05-06 |
Adhemerval Zanella | PowerPC: Fix unimplemented relocation on ppc64 |
tree | commitdiff |
2013-05-06 |
Ulrich Weigand | [SystemZ] Set up JIT/MCJIT test cases |
tree | commitdiff |
2013-05-06 |
Rafael Espindola | Free the exception object. Should fix the vg bots. |
tree | commitdiff |
2013-05-06 |
Rafael Espindola | XFAIL for cygwin. |
tree | commitdiff |
2013-05-05 |
Rafael Espindola | This should also fail on ARM. |
tree | commitdiff |
2013-05-05 |
Rafael Espindola | Fix XFAIL line. |
tree | commitdiff |
2013-05-05 |
Rafael Espindola | XFAIL this on ppc64. |
tree | commitdiff |
2013-05-05 |
Rafael Espindola | Add EH support to the MCJIT. |
tree | commitdiff |
2013-05-04 |
Tim Northover | AArch64: enable MCJIT and tests now that everything... |
tree | commitdiff |
2013-04-30 |
Rafael Espindola | Fix Addend computation for non external relocations... |
tree | commitdiff |
2013-04-30 |
Rafael Espindola | Collect the Addend for external relocs. |
tree | commitdiff |
2013-04-29 |
Rafael Espindola | Add getSymbolAlignment to the ObjectFile interface. |
tree | commitdiff |
2013-04-29 |
Rafael Espindola | Disable the MCJIT tests on 32 bit darwin. |
tree | commitdiff |
2013-04-29 |
Rafael Espindola | Propagate relocation info to resolveRelocation. |
tree | commitdiff |
2013-04-26 |
Nadav Rotem | Teach the interpreter to handle vector compares and... |
tree | commitdiff |
2013-04-12 |
Nadav Rotem | Revert r179409 because it caused some warnings and... |
tree | commitdiff |
2013-04-12 |
Nadav Rotem | Add support for additional vector instructions in the... |
tree | commitdiff |
2013-04-08 |
Eli Bendersky | Rewrite test/ExecutionEngine tests to use FileCheck... |
tree | commitdiff |
2013-04-05 |
Akira Hatanaka | [mips] XFAIL test-interp-vec-loadstore.ll in an attempt... |
tree | commitdiff |
2013-04-05 |
Ulrich Weigand | Respect Addend when processing MCJIT relocations to... |
tree | commitdiff |
2013-04-01 |
Nadav Rotem | Add support for vector data types in the LLVM interpreter. |
tree | commitdiff |
2013-03-25 |
Jyotsna Verma | Disable Execution Engine tests not supported by Hexagon. |
tree | commitdiff |
2013-02-28 |
Renato Golin | Corrections for XFAIL armv5 tests |
tree | commitdiff |
2013-02-26 |
Renato Golin | Proper XFAILs for ARMv7 / v5 |
tree | commitdiff |
2013-02-18 |
Tim Northover | AArch64: adjust tests which rely on a default JIT |
tree | commitdiff |
2013-01-16 |
Peter Collingbourne | Introduce llvm::sys::getProcessTriple() function. |
tree | commitdiff |
2012-11-20 |
NAKAMURA Takumi | llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32... |
tree | commitdiff |
2012-11-20 |
Simon Atanasyan | Marking remote mcjit tests as XFAIL for MIPS. |
tree | commitdiff |
2012-11-19 |
Ulrich Weigand | Enable MCJIT tests on PowerPC. |
tree | commitdiff |
2012-11-18 |
NAKAMURA Takumi | MCJIT: [cygming] Give noop to __main also in RecordingM... |
tree | commitdiff |
2012-11-18 |
NAKAMURA Takumi | test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSis... |
tree | commitdiff |
2012-11-17 |
Andrew Kaylor | Marking remote mcjit tests as XFAIL for cygwin (hopeful... |
tree | commitdiff |
2012-11-16 |
Andrew Kaylor | Marking remote mcjit tests as XFAIL for mingw32 (hopefu... |
tree | commitdiff |
2012-11-16 |
Andrew Kaylor | Marking remote mcjit tests as XFAIL for ARM (hopefully... |
tree | commitdiff |
2012-11-16 |
Andrew Kaylor | Adding new tests to test lli's pseudo-remote feature... |
tree | commitdiff |
2012-11-16 |
Amara Emerson | Add MCJIT test case for running global constructors. |
tree | commitdiff |
2012-10-29 |
Tim Northover | Align the data section correctly when loading an ELF... |
tree | commitdiff |
2012-10-29 |
Tim Northover | Make use of common-symbol alignment info in ELF loader. |
tree | commitdiff |
2012-10-08 |
James Molloy | Some regression tests which are testing the old jit... |
tree | commitdiff |
2012-10-05 |
NAKAMURA Takumi | Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. |
tree | commitdiff |
2012-10-03 |
Tim Northover | Implement .rel relocation for R_ARM_ABS32 in MCJIT. |
tree | commitdiff |
2012-10-03 |
NAKAMURA Takumi | test/ExecutionEngine/MCJIT: MCJIT should work also... |
tree | commitdiff |
2012-10-02 |
Andrew Kaylor | Support for generating ELF objects on Windows. |
tree | commitdiff |
2012-09-06 |
Jim Grosbach | Revert "Enable MCJIT tests on Darwin." |
tree | commitdiff |
2012-09-06 |
Jim Grosbach | Enable MCJIT tests on Darwin. |
tree | commitdiff |
2012-08-30 |
Michael Liao | Should put test case under test/ExecutionEngine/MCJIT/ |
tree | commitdiff |
2012-06-21 |
Akira Hatanaka | Add Mips to the list of target architectures for the... |
tree | commitdiff |
2012-05-18 |
Danil Malyshev | Temporarily disabled the MCJIT tests for Darwin, becaus... |
tree | commitdiff |
2012-05-17 |
Danil Malyshev | - Added ExecutionEngine/MCJIT tests |
tree | commitdiff |
2012-04-12 |
Preston Gurd | This patch improves the MCJIT runtime dynamic loader... |
tree | commitdiff |
2012-03-29 |
Bill Wendling | Revert r153694. It was causing failures in the buildbots. |
tree | commitdiff |
2012-03-29 |
Danil Malyshev | Re-factored RuntimeDyld. |
tree | commitdiff |
2012-03-22 |
Chandler Carruth | Revert a series of commits to MCJIT to get the build... |
tree | commitdiff |
2012-03-21 |
Danil Malyshev | Re-factored RuntimeDyld. |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2012-01-17 |
Eli Bendersky | Remove "XFAIL: arm" from test/ExecutionEngine/test... |
tree | commitdiff |
2012-01-17 |
Eli Bendersky | Additional ExecutionEngine tests, as part of bringing... |
tree | commitdiff |
2012-01-16 |
Eli Bendersky | Adding a basic ELF dynamic loader and MC-JIT for ELF... |
tree | commitdiff |
2011-08-26 |
Andrew Trick | Excluding ARM JIT tests until someone can fix this... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | manually upgrade a bunch of tests to modern syntax... |
tree | commitdiff |
2011-05-31 |
Galina Kistanova | Reverted r132135 per Xerxes request. These tests are... |
tree | commitdiff |
2011-05-26 |
Galina Kistanova | Make few ExecutionEngine tests XFAIL for ARM, since... |
tree | commitdiff |
2010-12-02 |
Jim Grosbach | XFAIL for now. If someone with access to an ARM/Linux... |
tree | commitdiff |
2010-11-13 |
Daniel Dunbar | lli: Switch to using ParseIRFile, for consistency with... |
tree | commitdiff |
next |