Add mfasr and mtasr
[oota-llvm.git] / unittests / ExecutionEngine / JIT / JITTest.cpp
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-13 Rafael EspindolaRemove the last uses of 'using std::error_code'
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-08 Craig Topper[C++11] Use 'nullptr'.
2014-05-07 Rafael EspindolaReplace a virtual with an override.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-25 Renato GolinDisable old JIT unittests for AARch64
2014-01-13 Rafael EspindolaUpdate getLazyBitcodeModule to use ErrorOr for error...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2013-10-16 Rafael EspindolaAssert on duplicate registration. Don't depend on funct...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-05-21 Ulrich WeigandAlternative fix for problem addressed in r182233
2013-05-20 Bob WilsonPartially revert change in r181200 that tried to simpli...
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-07 Rafael EspindolaRemove exception handling support from the old JIT.
2013-05-06 Ulrich Weigand[SystemZ] Set up JIT/MCJIT test cases
2013-05-06 Ulrich WeigandSimplify JIT unit test #ifdefs
2013-01-11 Eli BenderskyFix bug in exception table allocation (PR13678)
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for unittest/...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-10-31 Ulrich WeigandDisable all old-JIT unit tests on PowerPC.
2012-10-17 Bill WendlingMarked this variable as 'used' so that LTO doesn't...
2012-10-12 NAKAMURA TakumiJITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __att...
2012-10-12 Bill WendlingMark function as 'used' so that LTO doesn't try to...
2012-10-12 NAKAMURA TakumiRevert r165777, "Mark function as 'used' so that LTO...
2012-10-12 Bill WendlingMark function as 'used' so that LTO doesn't try to...
2012-10-08 James MolloySome regression tests which are testing the old jit...
2012-08-01 Akira HatanakaImplement MipsJITInfo::replaceMachineCodeForFunction.
2012-07-15 Chandler CarruthMove llvm/Support/TypeBuilder.h -> llvm/TypeBuilder...
2012-06-29 Chandler CarruthMove llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
2012-05-16 Simon AtanasyanDisable JITTest.FunctionIsRecompiledAndRelinked and...
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-01-16 Jim GrosbachMCJIT support for non-function sections.
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-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().
2010-07-22 Chris Lattnermissed a use of SizeRequired.
2010-07-22 Chris Lattnerinstead of migrating it to the MC instruction encoder...
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-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 Jeffrey YasskinAutomatically do the equivalent of freeMachineCodeForFu...
2009-10-23 Jeffrey YasskinFix llvm.org/PR4822: allow module deletion after a...
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-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-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-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-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...