index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
ExecutionEngine
/
JIT
Age
Commit message (
Expand
)
Author
2012-10-31
Disable all old-JIT unit tests on PowerPC.
Ulrich Weigand
2012-10-18
Use an export list when building JIT unittests. <rdar://problem/12473675>
Bob Wilson
2012-10-17
Marked this variable as 'used' so that LTO doesn't get rid of it.
Bill Wendling
2012-10-12
JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!
NAKAMURA Takumi
2012-10-12
Mark function as 'used' so that LTO doesn't try to get rid of it.
Bill Wendling
2012-10-12
Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...
NAKAMURA Takumi
2012-10-12
Mark function as 'used' so that LTO doesn't try to get rid of it.
Bill Wendling
2012-10-08
Some regression tests which are testing the old jit and are exercising functi...
James Molloy
2012-09-28
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-26
Fix of hang during Intel JIT profiling
Andrew Kaylor
2012-08-01
Implement MipsJITInfo::replaceMachineCodeForFunction.
Akira Hatanaka
2012-07-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-28
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-21
llvm/unittests: Simplify LINK_COMPONENTS.
NAKAMURA Takumi
2012-06-21
llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt: Unbreak build.
NAKAMURA Takumi
2012-06-21
Add some missing dependencies here that I missed in my first pass
Chandler Carruth
2012-06-21
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2012-05-16
Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubs
Simon Atanasyan
2012-03-29
Fix missed files in JIT unittests Makefile
Danil Malyshev
2012-03-28
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-22
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-21
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-15
Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...
Eli Bendersky
2012-03-14
Clean up removed file after r152620
Eli Bendersky
2012-03-13
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-01-16
MCJIT support for non-function sections.
Jim Grosbach
2011-11-09
unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enabl...
NAKAMURA Takumi
2011-10-16
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-09-03
Exclude more arm jit failures pending PR10783.
Andrew Trick
2011-08-26
Excluding ARM JIT tests until someone can fix this compilation path.
Andrew Trick
2011-08-24
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-07-27
Explicitly cast narrowing conversions inside {}s that will become errors in
Jeffrey Yasskin
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-06-16
add some #includes that will soon be needed.
Chris Lattner
2010-11-19
unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...
NAKAMURA Takumi
2010-07-22
missed a use of SizeRequired.
Chris Lattner
2010-07-22
instead of migrating it to the MC instruction encoder, just
Chris Lattner
2010-04-13
Update unittest for allocator laziness.
Benjamin Kramer
2010-04-05
update unit test for api change.
Chris Lattner
2010-03-04
Fix PR6360. It's easy for a stub's address to escape to user code, so we can't
Jeffrey Yasskin
2010-03-04
Fix PR5291, in which a SmallPtrSet iterator was held across an insertion into
Jeffrey Yasskin
2010-02-11
Make it possible to create multiple JIT instances at the same time, by removing
Jeffrey Yasskin
2010-01-27
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-26
Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't
Jeffrey Yasskin
2010-01-26
Revert 94484. Re-disable unittests that need RTTI.
Bob Wilson
[next]