Emit DWARF line entries for all data in the instruction stream.
[oota-llvm.git] / test / ExecutionEngine /
2013-10-11 Andrew KaylorFixing problems in lli's RemoteMemoryManager.
2013-10-11 Andrew KaylorAdding multiple object support to MCJIT EH frame handling
2013-10-05 Andrew KaylorUpdating XFAILs for recent GOT tests
2013-10-05 Andrew KaylorAdding tests for multiple GOTs with MCJIT
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-02 Andrew KaylorAdding out-of-process execution support to lli.
2013-09-20 Andrew KaylorFix some more MCJIT PIC test XFAILs (for i386)
2013-09-13 Amaury de la VieuvilleAdd "native" to config.available_features, to make...
2013-09-12 Elena DemikhovskyLLVM interpreter: added a test for insert- extract...
2013-09-02 Elena Demikhovskyllvm interpreter: select, shuffle and insertelement...
2013-08-21 Nadav RotemIn LLVM FMA3 operands are dst, src1, src2, src3, howeve...
2013-08-21 NAKAMURA TakumiX86TargetMachine.cpp: Clarify to emit GOT in i686-...
2013-08-20 Andrew KaylorStill more MCJIT PIC test XFAILs
2013-08-20 Andrew KaylorClarifying two MCJIT PIC tests as XFAIL on i686-pc...
2013-08-20 Andrew KaylorRemoving duplicate XFAIL markers
2013-08-20 Andrew KaylorMarking two more MCJIT PIC tests as XFAIL on i686
2013-08-20 Andrew KaylorMarking MCJIT PIC tests as XFAIL on arm
2013-08-20 Andrew KaylorMarking MCJIT PIC tests as XFAIL on AArch64
2013-08-20 Andrew KaylorFixing XPASSes among MCJIT PIC test on i686
2013-08-20 Andrew KaylorSecond attempt to mark Large/PIC MCJIT test as XFAIL...
2013-08-20 Andrew KaylorMarking two MCJIT PIC tests as XFAIL on Darwin
2013-08-19 Andrew KaylorTrying again with PIC tests for MCJIT
2013-08-19 Andrew KaylorReverting r188709 until I can figure out the proper...
2013-08-19 Andrew KaylorAdding tests for PIC with MCJIT
2013-08-16 Daniel Dunbar[tests] Cleanup initialization of test suffixes.
2013-08-09 Lang HamesOptimistically ignore scattered relocations in MachO...
2013-08-07 Elena DemikhovskyLLVM Interpreter: MIPS tests should pass
2013-08-06 Elena DemikhovskyLLVM Interpreter: fixed bug 16694
2013-08-05 Elena DemikhovskyLLVM Interpreter: This patch implements vector support...
2013-07-24 Petar Jovanovic[mips] Remove XFAIL from test-ptr-reloc-remote.ll
2013-07-13 Stephen LinAdd newlines at end of test files, no functionality...
2013-06-03 Rafael EspindolaEnable mcjit tests on ppc64 when building with cmake.
2013-06-01 Tim NorthoverDisable new legacy JIT test on ARM.
2013-06-01 Tim NorthoverX86: change MOV64ri64i32 into MOV32ri64
2013-05-28 Tim NorthoverARM: use pristine object file while processing relocations
2013-05-20 Renato GolinDisable remote MCJIT on pre-v6 ARM
2013-05-19 Tim NorthoverInvalidate instruction cache when setting memory to...
2013-05-18 Renato GolinUnsupported remote JIT on ARM
2013-05-13 Rafael EspindolaXFAIL this test for mingw too.
2013-05-10 Aaron BallmanXFAILing this test on Win32 to unbreak the build bots.
2013-05-06 Adhemerval ZanellaPowerPC: Fix unimplemented relocation on ppc64
2013-05-06 Ulrich Weigand[SystemZ] Set up JIT/MCJIT test cases
2013-05-06 Rafael EspindolaFree the exception object. Should fix the vg bots.
2013-05-06 Rafael EspindolaXFAIL for cygwin.
2013-05-05 Rafael EspindolaThis should also fail on ARM.
2013-05-05 Rafael EspindolaFix XFAIL line.
2013-05-05 Rafael EspindolaXFAIL this on ppc64.
2013-05-05 Rafael EspindolaAdd EH support to the MCJIT.
2013-05-04 Tim NorthoverAArch64: enable MCJIT and tests now that everything...
2013-04-30 Rafael EspindolaFix Addend computation for non external relocations...
2013-04-30 Rafael EspindolaCollect the Addend for external relocs.
2013-04-29 Rafael EspindolaAdd getSymbolAlignment to the ObjectFile interface.
2013-04-29 Rafael EspindolaDisable the MCJIT tests on 32 bit darwin.
2013-04-29 Rafael EspindolaPropagate relocation info to resolveRelocation.
2013-04-26 Nadav RotemTeach the interpreter to handle vector compares and...
2013-04-12 Nadav RotemRevert r179409 because it caused some warnings and...
2013-04-12 Nadav RotemAdd support for additional vector instructions in the...
2013-04-08 Eli BenderskyRewrite test/ExecutionEngine tests to use FileCheck...
2013-04-05 Akira Hatanaka[mips] XFAIL test-interp-vec-loadstore.ll in an attempt...
2013-04-05 Ulrich WeigandRespect Addend when processing MCJIT relocations to...
2013-04-01 Nadav RotemAdd support for vector data types in the LLVM interpreter.
2013-03-25 Jyotsna VermaDisable Execution Engine tests not supported by Hexagon.
2013-02-28 Renato GolinCorrections for XFAIL armv5 tests
2013-02-26 Renato GolinProper XFAILs for ARMv7 / v5
2013-02-18 Tim NorthoverAArch64: adjust tests which rely on a default JIT
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
2012-11-20 NAKAMURA Takumillvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32...
2012-11-20 Simon AtanasyanMarking remote mcjit tests as XFAIL for MIPS.
2012-11-19 Ulrich WeigandEnable MCJIT tests on PowerPC.
2012-11-18 NAKAMURA TakumiMCJIT: [cygming] Give noop to __main also in RecordingM...
2012-11-18 NAKAMURA Takumitest/ExecutionEngine/MCJIT/stubs-remote.ll: Prune DOSis...
2012-11-17 Andrew KaylorMarking remote mcjit tests as XFAIL for cygwin (hopeful...
2012-11-16 Andrew KaylorMarking remote mcjit tests as XFAIL for mingw32 (hopefu...
2012-11-16 Andrew KaylorMarking remote mcjit tests as XFAIL for ARM (hopefully...
2012-11-16 Andrew KaylorAdding new tests to test lli's pseudo-remote feature...
2012-11-16 Amara EmersonAdd MCJIT test case for running global constructors.
2012-10-29 Tim NorthoverAlign the data section correctly when loading an ELF...
2012-10-29 Tim NorthoverMake use of common-symbol alignment info in ELF loader.
2012-10-08 James MolloySome regression tests which are testing the old jit...
2012-10-05 NAKAMURA TakumiEnable llvm/test/ExecutionEngine/MCJIT also for cygwin.
2012-10-03 Tim NorthoverImplement .rel relocation for R_ARM_ABS32 in MCJIT.
2012-10-03 NAKAMURA Takumitest/ExecutionEngine/MCJIT: MCJIT should work also...
2012-10-02 Andrew KaylorSupport for generating ELF objects on Windows.
2012-09-06 Jim GrosbachRevert "Enable MCJIT tests on Darwin."
2012-09-06 Jim GrosbachEnable MCJIT tests on Darwin.
2012-08-30 Michael LiaoShould put test case under test/ExecutionEngine/MCJIT/
2012-06-21 Akira HatanakaAdd Mips to the list of target architectures for the...
2012-05-18 Danil MalyshevTemporarily disabled the MCJIT tests for Darwin, becaus...
2012-05-17 Danil Malyshev- Added ExecutionEngine/MCJIT tests
2012-04-12 Preston GurdThis patch improves the MCJIT runtime dynamic loader...
2012-03-29 Bill WendlingRevert r153694. It was causing failures in the buildbots.
2012-03-29 Danil MalyshevRe-factored RuntimeDyld.
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevRe-factored RuntimeDyld.
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-17 Eli BenderskyRemove "XFAIL: arm" from test/ExecutionEngine/test...
2012-01-17 Eli BenderskyAdditional ExecutionEngine tests, as part of bringing...
2012-01-16 Eli BenderskyAdding a basic ELF dynamic loader and MC-JIT for ELF...
2011-08-26 Andrew TrickExcluding ARM JIT tests until someone can fix this...
2011-06-17 Chris Lattnermanually upgrade a bunch of tests to modern syntax...
next