test commit
[oota-llvm.git] / unittests / ExecutionEngine /
2012-05-16 Simon AtanasyanDisable JITTest.FunctionIsRecompiledAndRelinked and...
2012-03-29 Danil MalyshevFix missed files in JIT unittests Makefile
2012-03-28 Danil MalyshevMove getPointerToNamedFunction() from JIT/MCJIT to...
2012-03-22 Chandler CarruthRevert a series of commits to MCJIT to get the build...
2012-03-21 Danil MalyshevBased on this discussion: lists.cs.uiuc.edu/pipermail...
2012-03-15 Eli BenderskyFollow-up to r152620: restore JIT event listener tests...
2012-03-14 Eli BenderskyClean up removed file after r152620
2012-03-13 Eli BenderskyAdd profiling support for Intel Parallel Amplifier...
2012-01-16 Jim GrosbachMCJIT support for non-function sections.
2011-12-02 Dylan Noblesmithunittests: add ErrorStr to ExecutionEngine test
2011-11-09 NAKAMURA Takumiunittests/MultiJITTest.cpp: Tweak how to check symbol...
2011-10-16 Chris LattnerEnhance llvm::SourceMgr to support diagnostic ranges...
2011-09-03 Andrew TrickExclude more arm jit failures pending PR10783.
2011-08-26 Andrew TrickExcluding ARM JIT tests until someone can fix this...
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-27 Jeffrey YasskinExplicitly cast narrowing conversions inside {}s that...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-06-16 Chris Lattneradd some #includes that will soon be needed.
2010-11-19 NAKAMURA Takumiunittests/CMakeLists.txt: [PR8225] Tweak linking JITTes...
2010-07-22 Chris Lattnermissed a use of SizeRequired.
2010-07-22 Chris Lattnerinstead of migrating it to the MC instruction encoder...
2010-04-13 Benjamin KramerUpdate unittest for allocator laziness.
2010-04-05 Chris Lattnerupdate unit test for api change.
2010-03-04 Jeffrey YasskinFix PR6360. It's easy for a stub's address to escape...
2010-03-04 Jeffrey YasskinFix PR5291, in which a SmallPtrSet iterator was held...
2010-02-11 Jeffrey YasskinMake it possible to create multiple JIT instances at...
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-26 Jeffrey YasskinRoll r94484 (avoiding RTTI problems in tests) forward...
2010-01-26 Bob WilsonRevert 94484. Re-disable unittests that need RTTI.
2010-01-26 Jeffrey YasskinRe-enable unit tests disabled in r94164 by telling...
2010-01-22 Chris LattnerStop building RTTI information for *most* llvm librarie...
2009-12-23 Jeffrey YasskinDisable JITTest.FunctionIsRecompiledAndRelinked on...
2009-12-22 Jeffrey YasskinPartially revert r91626. Materializing extra functions...
2009-12-22 Jeffrey YasskinFix a crash in JIT::recompileAndRelinkFunction(). It...
2009-12-17 Jeffrey YasskinDon't codegen available_externally functions. Fixes...
2009-12-13 Jeffrey YasskinReinstate r91208 to fix available_externally linkage...
2009-12-12 Jeffrey YasskinRevert r91208. Something on Linux prevents the JIT...
2009-12-12 Jeffrey YasskinFix available_externally linkage for globals. It's...
2009-11-24 Jeffrey YasskinOops. Re-disable JITTest.NoStubs on ARM and PPC since...
2009-11-23 Jeffrey Yasskin* Move stub allocation inside the JITEmitter, instead...
2009-11-16 Jeffrey YasskinRevert the test from r88984. It relies on being able...
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-14 Benjamin KramerThis test doesn't work on arm either.
2009-11-13 Bill WendlingDisable the JITTest.NoStubs test for Darwin PPC. It...
2009-11-12 Eric ChristopherUse stubs when we have them, otherwise use code we...
2009-11-11 Jeffrey YasskinFix JITTest.ModuleDeletion in -Asserts mode (which...
2009-11-09 Jeffrey YasskinRemove dlsym stubs, with Nate Begeman's permission.
2009-10-28 Jeffrey YasskinFix the ModuleDeletion test on PPC and ARM.
2009-10-27 Jeffrey YasskinRevert the API changes from r85295 to make it easier...
2009-10-27 Jeffrey YasskinChange the JIT to compile eagerly by default as agreed in
2009-10-27 Chris LattnerType.h doesn't need to #include LLVMContext.h
2009-10-27 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-23 Jeffrey YasskinFix llvm.org/PR4822: allow module deletion after a...
2009-10-20 Jeffrey YasskinMove the Function*->allocated blocks map from the JITMe...
2009-10-20 Daniel DunbarPowerPC ifdef'ing considered more complicated than...
2009-10-20 Nick LewyckyCorrect test for PowerPC.
2009-10-19 Daniel DunbarAlso check for __POWERPC__ when skipping these tests.
2009-10-15 Benjamin KramerDisable another unittest that doesn't work on arm and...
2009-10-14 Nick LewyckyThe ARM and PowerPC jits are broken in this regard.
2009-10-13 Jeffrey YasskinKeep track of stubs that are created. This fixes PR5162...
2009-10-13 Jeffrey YasskinMake the ExecutionEngine automatically remove global...
2009-10-09 Jeffrey YasskinExecutionEngine::clearGlobalMappingsFromModule failed...
2009-10-06 Jeffrey YasskinFix illegal cross-type aliasing. Found by baldrick...
2009-10-06 Jeffrey YasskinFix llvm.org/PR5116 by rolling back r60822. This passe...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-04 Jeffrey YasskinMake ExecutionEngine::updateGlobalMapping(GV, NULL...
2009-07-31 Benjamin KramerUpdate unittest for LLVM API change.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-24 Owen AndersonRevert the ConstantInt constructors back to their 2...
2009-07-23 Reid KlecknerFixing unittests on 32-bit Darwin, using 0x...ULL inste...
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Reid KlecknerReverting r76825 and r76828, since they caused clang...
2009-07-23 Reid KlecknerMake the JIT code emitter properly retry and ask for...
2009-07-18 Daniel DunbarUnbreak unittests build.
2009-07-18 Reid KlecknerAdd EngineBuilder to ExecutionEngine in favor of the...
2009-07-14 Owen AndersonMove EVER MORE stuff over to LLVMContext.
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-11 Dan GohmanDon't use a void return type with a function that retur...
2009-07-10 Owen AndersonFix unit tests.
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-01 Owen AndersonHold the LLVMContext by reference rather than by pointer.
2009-07-01 Owen AndersonFix unit tests for LLVMContext+Module.
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...