Support: More BlockFrequencyTest => BranchProbabilityTest
[oota-llvm.git] / unittests / ExecutionEngine /
2014-04-28 Juergen Ributzka[PM] Add pass run listeners to the pass manager.
2014-04-06 Elena DemikhovskyChanges in IntelJITEventListener - By Arch Robinson
2014-03-31 Saleem AbdulrasoolMCJIT: ensure that cygwin is identified properly
2014-03-11 NAKAMURA TakumiMultiJITTest.cpp: Tweak getPointerToNamedFunction(...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-25 Renato GolinDisable old JIT unittests for AARch64
2014-02-24 Andrew TrickDisable an MCJIT test on older Darwins until we have...
2014-02-21 Filip PizloThis test was failing on non-X86-64 platforms because...
2014-02-20 Filip PizloStackmaps are used for OSR exits, which is a custom...
2014-02-15 Lang HamesRemove tautological test line (unsigneds are always...
2014-02-13 Lang HamesFix misleading comment.
2014-02-13 Lang HamesThe new MCJIT C-API unit test is generating objects...
2014-02-12 Lang HamesExtend RTDyld API to enable optionally precomputing...
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...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-12-30 Nico WeberPort r198087 and r198089 (strip dead code by default...
2013-12-27 Nico WeberAttempt to fix JIT unit tests after r198087.
2013-12-12 Richard BartonRemove some dead code
2013-12-10 NAKAMURA Takumi[CMake] Update LLVM_LINK_COMPONENTS for each CMakeLists...
2013-12-10 NAKAMURA TakumiAdd JIT to LINK_COMPONENTS in MCJITTests/Makefile.
2013-11-19 Juergen Ributzka[weak vtables] Place class definitions into anonymous...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-10-21 Andrew KaylorRemoving unnecessary link component for MCJIT unittests
2013-10-16 Rafael EspindolaAssert on duplicate registration. Don't depend on funct...
2013-10-02 Tim NorthoverMCJIT: skip some more new multi-module tests on unsuppo...
2013-10-02 Filip PizloThis threads SectionName through the allocateCodeSectio...
2013-10-01 Andrew KaylorTests for MCJIT multiple module support
2013-07-26 Rafael EspindolaRevert "[PowerPC] Improve consistency in use of __ppc__...
2013-07-26 Bill Schmidt[PowerPC] Improve consistency in use of __ppc__, __powe...
2013-07-24 Akira Hatanaka[mips] Use pristine object file while processing reloca...
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.
next