index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement MipsJITInfo::replaceMachineCodeForFunction.
Akira Hatanaka
2012-08-01
1
-2
/
+2
*
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
3
-3
/
+3
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
2
-14
/
+14
*
The DIBuilder class is just a wrapper around debug info creation
Bill Wendling
2012-06-29
1
-1
/
+1
*
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp and
Bill Wendling
2012-06-28
1
-3
/
+3
*
llvm/unittests: Simplify LINK_COMPONENTS.
NAKAMURA Takumi
2012-06-21
4
-5
/
+2
*
llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt: Unbreak build.
NAKAMURA Takumi
2012-06-21
1
-1
/
+1
*
Add some missing dependencies here that I missed in my first pass
Chandler Carruth
2012-06-21
1
-1
/
+4
*
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2012-06-21
2
-0
/
+66
*
Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubs
Simon Atanasyan
2012-05-16
1
-6
/
+8
*
Fix missed files in JIT unittests Makefile
Danil Malyshev
2012-03-29
1
-1
/
+2
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
1
-0
/
+4
*
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
1
-4
/
+0
*
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-21
1
-0
/
+4
*
Follow-up to r152620: restore JIT event listener tests to unittest/ExecutionE...
Eli Bendersky
2012-03-15
6
-26
/
+24
*
Clean up removed file after r152620
Eli Bendersky
2012-03-14
1
-0
/
+0
*
Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code...
Eli Bendersky
2012-03-13
6
-238
/
+746
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
1
-0
/
+8
*
unittests: add ErrorStr to ExecutionEngine test
Dylan Noblesmith
2011-12-02
1
-3
/
+5
*
unittests/MultiJITTest.cpp: Tweak how to check symbol value for Win32 --enabl...
NAKAMURA Takumi
2011-11-09
1
-2
/
+15
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
2
-2
/
+2
*
Exclude more arm jit failures pending PR10783.
Andrew Trick
2011-09-03
2
-3
/
+4
*
Excluding ARM JIT tests until someone can fix this compilation path.
Andrew Trick
2011-08-26
1
-0
/
+9
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
2
-2
/
+2
*
Explicitly cast narrowing conversions inside {}s that will become errors in
Jeffrey Yasskin
2011-07-27
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
3
-8
/
+8
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
2
-3
/
+3
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
2
-3
/
+3
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
2
-3
/
+3
*
add some #includes that will soon be needed.
Chris Lattner
2011-06-16
1
-0
/
+1
*
unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...
NAKAMURA Takumi
2010-11-19
1
-0
/
+4
*
missed a use of SizeRequired.
Chris Lattner
2010-07-22
1
-2
/
+0
*
instead of migrating it to the MC instruction encoder, just
Chris Lattner
2010-07-22
1
-25
/
+0
*
Update unittest for allocator laziness.
Benjamin Kramer
2010-04-13
1
-4
/
+4
*
update unit test for api change.
Chris Lattner
2010-04-05
1
-3
/
+1
*
Fix PR6360. It's easy for a stub's address to escape to user code, so we can't
Jeffrey Yasskin
2010-03-04
1
-0
/
+23
*
Fix PR5291, in which a SmallPtrSet iterator was held across an insertion into
Jeffrey Yasskin
2010-03-04
1
-0
/
+27
*
Make it possible to create multiple JIT instances at the same time, by removing
Jeffrey Yasskin
2010-02-11
1
-0
/
+164
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
2
-23
/
+52
*
Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't
Jeffrey Yasskin
2010-01-26
2
-16
/
+0
*
Revert 94484. Re-disable unittests that need RTTI.
Bob Wilson
2010-01-26
2
-0
/
+16
*
Re-enable unit tests disabled in r94164 by telling GTest about the
Jeffrey Yasskin
2010-01-26
2
-16
/
+0
*
Stop building RTTI information for *most* llvm libraries. Notable
Chris Lattner
2010-01-22
2
-0
/
+18
*
Disable JITTest.FunctionIsRecompiledAndRelinked on ARM where it's not
Jeffrey Yasskin
2009-12-23
1
-0
/
+4
*
Partially revert r91626. Materializing extra functions to determine whether
Jeffrey Yasskin
2009-12-22
2
-7
/
+97
*
Fix a crash in JIT::recompileAndRelinkFunction(). It doesn't pass the MCI
Jeffrey Yasskin
2009-12-22
1
-0
/
+31
*
Don't codegen available_externally functions. Fixes http://llvm.org/PR5735.
Jeffrey Yasskin
2009-12-17
1
-0
/
+29
*
Reinstate r91208 to fix available_externally linkage for globals, with
Jeffrey Yasskin
2009-12-13
2
-0
/
+28
*
Revert r91208. Something on Linux prevents the JIT from looking up a symbol
Jeffrey Yasskin
2009-12-12
1
-25
/
+0
*
Fix available_externally linkage for globals. It's probably still not
Jeffrey Yasskin
2009-12-12
1
-0
/
+25
[next]