1. d1100b3 Enable mcjit tests on ppc64 when building with cmake. by Rafael Espindola · 11 years ago
  2. 95a565a Disable new legacy JIT test on ARM. by Tim Northover · 11 years ago
  3. 85c622d X86: change MOV64ri64i32 into MOV32ri64 by Tim Northover · 11 years ago
  4. e274b47 ARM: use pristine object file while processing relocations by Tim Northover · 11 years ago
  5. 3a408fa Disable remote MCJIT on pre-v6 ARM by Renato Golin · 11 years ago
  6. 820b147 Invalidate instruction cache when setting memory to be executable. by Tim Northover · 11 years ago
  7. 6d65f33 Unsupported remote JIT on ARM by Renato Golin · 11 years ago
  8. aa4f364 XFAIL this test for mingw too. by Rafael Espindola · 11 years ago
  9. 2e2c12b XFAILing this test on Win32 to unbreak the build bots. by Aaron Ballman · 11 years ago
  10. f51d7e7 PowerPC: Fix unimplemented relocation on ppc64 by Adhemerval Zanella · 11 years ago
  11. 7207285 by Ulrich Weigand · 11 years ago
  12. 9d4e034 Free the exception object. Should fix the vg bots. by Rafael Espindola · 11 years ago
  13. cf89657 XFAIL for cygwin. by Rafael Espindola · 11 years ago
  14. f93b6d2 This should also fail on ARM. by Rafael Espindola · 11 years ago
  15. 9caaa90 Fix XFAIL line. by Rafael Espindola · 11 years ago
  16. b9e20ba XFAIL this on ppc64. by Rafael Espindola · 11 years ago
  17. a2e40fb Add EH support to the MCJIT. by Rafael Espindola · 11 years ago
  18. 7428539 AArch64: enable MCJIT and tests now that everything passes. by Tim Northover · 11 years ago
  19. e87dadc Fix Addend computation for non external relocations on Macho. by Rafael Espindola · 11 years ago
  20. 8e6e02a Collect the Addend for external relocs. by Rafael Espindola · 11 years ago
  21. 59a0e79 Add getSymbolAlignment to the ObjectFile interface. by Rafael Espindola · 11 years ago
  22. 8a905e7 Disable the MCJIT tests on 32 bit darwin. by Rafael Espindola · 11 years ago
  23. 87b5017 Propagate relocation info to resolveRelocation. by Rafael Espindola · 11 years ago
  24. 0d840bb Teach the interpreter to handle vector compares and additional vector arithmetic operations. by Nadav Rotem · 11 years ago
  25. 0fda0f3 Revert r179409 because it caused some warnings and some of the build bots fail. by Nadav Rotem · 11 years ago
  26. affe889 Add support for additional vector instructions in the interpreter. by Nadav Rotem · 11 years ago
  27. 20680b0 Rewrite test/ExecutionEngine tests to use FileCheck instead of grep by Eli Bendersky · 11 years ago
  28. 84058c9 [mips] XFAIL test-interp-vec-loadstore.ll in an attempt to turn builder by Akira Hatanaka · 12 years ago
  29. 03f018a by Ulrich Weigand · 12 years ago
  30. 953783e Add support for vector data types in the LLVM interpreter. by Nadav Rotem · 12 years ago
  31. 3cf2dba Disable Execution Engine tests not supported by Hexagon. by Jyotsna Verma · 12 years ago
  32. 4a4fb84 Corrections for XFAIL armv5 tests by Renato Golin · 12 years ago
  33. e57aaf0 Proper XFAILs for ARMv7 / v5 by Renato Golin · 12 years ago
  34. f13a7e2 AArch64: adjust tests which rely on a default JIT by Tim Northover · 12 years ago
  35. fbb662f Introduce llvm::sys::getProcessTriple() function. by Peter Collingbourne · 12 years ago
  36. fecc368 llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready. by NAKAMURA Takumi · 12 years ago
  37. 01425d6 Marking remote mcjit tests as XFAIL for MIPS. by Simon Atanasyan · 12 years ago
  38. 948d9f7 Enable MCJIT tests on PowerPC. Disable old JIT tests on PowerPC. by Ulrich Weigand · 12 years ago
  39. fad9751 MCJIT: [cygming] Give noop to __main also in RecordingMemoryManger. It is emitted in @main(). by NAKAMURA Takumi · 12 years ago
  40. 64b5015 test/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSish CRLF. by NAKAMURA Takumi · 12 years ago
  41. 784c5bb Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily). by Andrew Kaylor · 12 years ago
  42. 21414e9 Marking remote mcjit tests as XFAIL for mingw32 (hopefully only temporarily). by Andrew Kaylor · 12 years ago
  43. 3bae269 Marking remote mcjit tests as XFAIL for ARM (hopefully only temporarily). by Andrew Kaylor · 12 years ago
  44. 661dfdc Adding new tests to test lli's pseudo-remote feature (-remote-mcjit). by Andrew Kaylor · 12 years ago
  45. 4372f00 Add MCJIT test case for running global constructors. by Amara Emerson · 12 years ago
  46. b210e6f Align the data section correctly when loading an ELF file. by Tim Northover · 12 years ago
  47. f00677d Make use of common-symbol alignment info in ELF loader. by Tim Northover · 12 years ago
  48. c105471 Some regression tests which are testing the old jit and are exercising functionality which is both known to be broken and not expected to be fixed in the old jit. To remove these from the regression test output, I've marked them XFAIL (for lit tests) and ifdef'd them out (unit tests). These modifications remove the last long-standing regression test failures from the buildbots (though updating the triple to reflect new ubuntu configuration has temporarily caused some new failures). Tested on x86-64 and ARM Linux. by James Molloy · 12 years ago
  49. b894f96 Enable llvm/test/ExecutionEngine/MCJIT also for cygwin. by NAKAMURA Takumi · 12 years ago
  50. 565ebde Implement .rel relocation for R_ARM_ABS32 in MCJIT. by Tim Northover · 12 years ago
  51. 44a1fd4 test/ExecutionEngine/MCJIT: MCJIT should work also on mingw. by NAKAMURA Takumi · 12 years ago
  52. 7bbd6e3 Support for generating ELF objects on Windows. by Andrew Kaylor · 12 years ago
  53. ae6a2e2 Revert "Enable MCJIT tests on Darwin." by Jim Grosbach · 12 years ago
  54. 88a7e92 Enable MCJIT tests on Darwin. by Jim Grosbach · 12 years ago
  55. b6efbd2 Should put test case under test/ExecutionEngine/MCJIT/ by Michael Liao · 12 years ago
  56. 43d2ff1 Add Mips to the list of target architectures for the MCJIT tests. by Akira Hatanaka · 12 years ago
  57. 6f55e3d Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO has a problems with relocations for 32bit x86. by Danil Malyshev · 12 years ago
  58. bb8cef5 - Added ExecutionEngine/MCJIT tests by Danil Malyshev · 12 years ago
  59. c68dda8 This patch improves the MCJIT runtime dynamic loader by adding new handling by Preston Gurd · 12 years ago
  60. 288967d Revert r153694. It was causing failures in the buildbots. by Bill Wendling · 13 years ago
  61. 4b0b8ef Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 13 years ago
  62. 3e29671 Revert a series of commits to MCJIT to get the build working in CMake by Chandler Carruth · 13 years ago
  63. 799184d Re-factored RuntimeDyld. Added ExecutionEngine/MCJIT tests. by Danil Malyshev · 13 years ago
  64. 0f0c411 Replace all instances of dg.exp file with lit.local.cfg, since all tests are run with LIT now and now Dejagnu. dg.exp is no longer needed. by Eli Bendersky · 13 years ago
  65. aa2bb63 Remove "XFAIL: arm" from test/ExecutionEngine/test-return.ll by Eli Bendersky · 13 years ago
  66. a7f99f2 Additional ExecutionEngine tests, as part of bringing up the MCJIT on ELF by Eli Bendersky · 13 years ago
  67. a66a185 Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is currently basic and will be enhanced with future patches. by Eli Bendersky · 13 years ago
  68. 0005cc7 Excluding ARM JIT tests until someone can fix this compilation path. by Andrew Trick · 13 years ago
  69. 26b0000 manually upgrade a bunch of tests to modern syntax, and remove some that by Chris Lattner · 13 years ago
  70. a9f9079 Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires more research. by Galina Kistanova · 13 years ago
  71. 4f5716a Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken for ARM, please remove the following XFAIL when it will be fixed. by Galina Kistanova · 13 years ago
  72. 7ece602 XFAIL for now. If someone with access to an ARM/Linux host wants to have a look by Jim Grosbach · 14 years ago
  73. 46a2716 lli: Switch to using ParseIRFile, for consistency with other LLVM tools. by Daniel Dunbar · 14 years ago
  74. 18f6018 Jim's recent fixes 118600, 118587, 118513 have made these work. by Dale Johannesen · 14 years ago
  75. 7b78824 The ARM jit cannot handle these tests as of 2010-10-27. by Andrew Trick · 14 years ago
  76. ec1fb6d Revert r101455, which fails on the llvm-arm-linux buildbot. by Dan Gohman · 14 years ago
  77. fef4c69 Add JIT exception handling test. by Bill Wendling · 14 years ago
  78. a9445e1 Floating-point add, sub, and mul are now spelled fadd, fsub, and fmul, by Dan Gohman · 15 years ago
  79. 46a49da Test case for http://llvm.org/PR6028. by Jay Foad · 15 years ago
  80. 70a1ce2 Remove test. Execution tests are slow and generally not worth it. by Nick Lewycky · 15 years ago
  81. 6cf7349 Fix run line. by Nick Lewycky · 15 years ago
  82. dbf6f51 Fix the interpreter to not crash due to zeroext/signext by Nick Lewycky · 15 years ago
  83. 4ece4e2 Add a test for http://llvm.org/PR3043. by Jeffrey Yasskin · 15 years ago
  84. 68b54b6 Remove failing test... by Bill Wendling · 15 years ago
  85. 9d48b55 Fix PR4865. This syncs up the JIT's DWARF emitter with what's in the by Bill Wendling · 15 years ago
  86. fea1dd0 Remove obsolete -f flags. by Dan Gohman · 15 years ago
  87. 7e824a3 Remove this test now that the interpreter doesn't support by Chris Lattner · 15 years ago
  88. 2a8d194 remove this test: it is testing for a "feature" I just removed. by Chris Lattner · 15 years ago
  89. 4cef7db remove tests for removed intrinsics. by Chris Lattner · 15 years ago
  90. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  91. faad773 remove a testcase that depends on -debug existing. by Chris Lattner · 16 years ago
  92. 1ff06b2 This is case is to uncover the bug in IntrinsicLowering.cpp, by Zhou Sheng · 16 years ago
  93. 1999ff1 Port this test from dejagnu to unit testing. by Nick Lewycky · 16 years ago
  94. b499c86 Add a test case for APInt bug fix in r51999. by Zhou Sheng · 16 years ago
  95. 5edf210 Eliminate questionable syntax for stdin redirection. This probably also speeds things up a bit. by Gabor Greif · 16 years ago
  96. f6cadc4 sabre brings to my attention that the 'tr' suffix is also obsolete by Gabor Greif · 16 years ago
  97. 722243b Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too. by Gabor Greif · 16 years ago
  98. 5ae21fb rename *.llx -> *.ll, last batch. by Chris Lattner · 16 years ago
  99. ceca194 Remove llvm-upgrade and update tests. by Tanya Lattner · 17 years ago
  100. 8a43e9e Teach the interpreter to read and write memory in the by Duncan Sands · 17 years ago