Make SpecialCaseList match full strings, as documented, using anchors.
[oota-llvm.git] / unittests / ExecutionEngine /
2013-07-13 Stephen LinConvert Windows to Unix line endings, no functionality...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-07-02 David BlaikieFix -Wsign-compare warning and remove windows-style...
2013-07-02 Elena DemikhovskyFixed alignment of code sections in the JIT mode. Added...
2013-06-28 Andrew KaylorRevising the MCJIT ObjectCache interface to allow subcl...
2013-06-28 Daniel MaleaAdding tests for DebugIR pass
2013-06-20 Akira Hatanaka[mips] Remove Triple:mips from SupportedArchs in MCJIT...
2013-05-30 Rafael EspindolaRemove unused member.
2013-05-22 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
2013-05-21 Filip PizloRoll out r182407 and r182408 because they broke builds.
2013-05-21 Filip PizloExpose the RTDyldMemoryManager through the C API. This...
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-19 Renato GolinSubArch support in MCJIT unittest
2013-05-19 Tim NorthoverAArch64: enable MCJIT unittests
2013-05-17 David TweedMinor changes to the MCJITTest unittests to use the...
2013-05-15 David BlaikieUse only explicit bool conversion operators
2013-05-14 Filip PizloSectionMemoryManager shouldn't be a JITMemoryManager...
2013-05-10 Andrew KaylorFix MCJITCAPITest.cpp unit test on Windows.
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-05-01 Filip PizloThis exposes more MCJIT options via the C API:
2013-05-01 Filip PizloWrap some lines to bring MCJITCAPITest into conformance...
2013-04-29 Andrew KaylorExposing MCJIT through C API
2013-04-25 Andrew KaylorRe-enabling MCJIT object caching with memory leak fixed
2013-04-25 Rafael EspindolaRevert "Adding object caching support to MCJIT"
2013-04-25 Rafael EspindolaRevert "Exposing MCJIT through C API"
2013-04-24 Andrew KaylorExposing MCJIT through C API
2013-04-23 Andrew KaylorFixing cmake build for MCJIT unit tests
2013-04-23 Andrew KaylorAdding object caching support to MCJIT
2013-04-05 Jyotsna VermaEnable JIT/MCJIT unit tests for targets with JIT support.
2013-04-04 Rafael EspindolaExplicitly add -Wl,--export-all-symbols on mingw/cygwin.
2013-04-04 Rafael EspindolaDon't export symbols in every binary on linux.
2013-03-28 Jyotsna VermaDisable JIT/MCJIT tests in unittests/ExecutionEngine...
2013-01-28 Andrew KaylorAdd support for source and line information to IntelJIT...
2013-01-16 Peter CollingbourneIntroduce llvm::sys::getProcessTriple() function.
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-27 Andrew KaylorMoving SectionMemoryManager into RuntimeDyld and adding...
2012-11-27 Andrew KaylorImplementing page permission setting in MCJIT unit...
2012-11-15 Andrew KaylorInterface changes to allow RuntimeDyld memory managers...
2012-10-31 Amara EmersonMCJIT unit test: add calls to ensure that instruction...
2012-10-31 Amara EmersonPort lli bug fix from r166920 to MCJIT unit test.
2012-10-31 Amara EmersonCommit access test.
2012-10-31 Ulrich WeigandDisable all old-JIT unit tests on PowerPC.
2012-10-18 Bob WilsonUse an export list when building JIT unittests. <rdar...
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-10-04 Andrew KaylorAdding MCJIT and MemoryBuffer unit tests
2012-09-28 Andrew KaylorRemoving dependency on third party library for Intel...
2012-09-26 Andrew KaylorFix of hang during Intel JIT profiling
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-06-29 Bill WendlingThe DIBuilder class is just a wrapper around debug...
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-21 NAKAMURA Takumillvm/unittests: Simplify LINK_COMPONENTS.
2012-06-21 NAKAMURA Takumillvm/unittests/ExecutionEngine/JIT/CMakeLists.txt:...
2012-06-21 Chandler CarruthAdd some missing dependencies here that I missed in...
2012-06-21 Chandler CarruthCompletely refactor the structuring of unittest CMake...
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...
next