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
...
*
Enable JIT/MCJIT unit tests for targets with JIT support.
Jyotsna Verma
2013-04-05
1
-2
/
+3
*
Explicitly add -Wl,--export-all-symbols on mingw/cygwin.
Rafael Espindola
2013-04-04
1
-0
/
+3
*
Don't export symbols in every binary on linux.
Rafael Espindola
2013-04-04
1
-3
/
+1
*
Disable JIT/MCJIT tests in unittests/ExecutionEngine for the targets that don...
Jyotsna Verma
2013-03-28
2
-3
/
+10
*
Add support for source and line information to IntelJITEventListener for obje...
Andrew Kaylor
2013-01-28
2
-1
/
+3
*
Introduce llvm::sys::getProcessTriple() function.
Peter Collingbourne
2013-01-16
1
-1
/
+1
*
Fix bug in exception table allocation (PR13678)
Eli Bendersky
2013-01-11
1
-3
/
+50
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
7
-35
/
+35
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
10
-38
/
+33
*
Moving SectionMemoryManager into RuntimeDyld and adding unit tests for it.
Andrew Kaylor
2012-11-27
5
-406
/
+175
*
Implementing page permission setting in MCJIT unit test SectionMemoryManager.cpp
Andrew Kaylor
2012-11-27
3
-63
/
+205
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
3
-4
/
+8
*
MCJIT unit test: add calls to ensure that instruction caches are properly inv...
Amara Emerson
2012-10-31
1
-0
/
+5
*
Port lli bug fix from r166920 to MCJIT unit test.
Amara Emerson
2012-10-31
1
-3
/
+11
*
Commit access test.
Amara Emerson
2012-10-31
1
-0
/
+1
*
Disable all old-JIT unit tests on PowerPC.
Ulrich Weigand
2012-10-31
2
-21
/
+22
*
Use an export list when building JIT unittests. <rdar://problem/12473675>
Bob Wilson
2012-10-18
1
-0
/
+7
*
Marked this variable as 'used' so that LTO doesn't get rid of it.
Bill Wendling
2012-10-17
1
-1
/
+1
*
JITTest.cpp: Use LLVM_ATTRIBUTE_USED, rather than __attribute__ directly!
NAKAMURA Takumi
2012-10-12
1
-1
/
+1
*
Mark function as 'used' so that LTO doesn't try to get rid of it.
Bill Wendling
2012-10-12
1
-0
/
+1
*
Revert r165777, "Mark function as 'used' so that LTO doesn't try to get rid o...
NAKAMURA Takumi
2012-10-12
1
-1
/
+1
*
Mark function as 'used' so that LTO doesn't try to get rid of it.
Bill Wendling
2012-10-12
1
-1
/
+1
*
Some regression tests which are testing the old jit and are exercising functi...
James Molloy
2012-10-08
1
-1
/
+14
*
Adding MCJIT and MemoryBuffer unit tests
Andrew Kaylor
2012-10-04
9
-1
/
+769
*
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-28
2
-3
/
+4
*
Fix of hang during Intel JIT profiling
Andrew Kaylor
2012-09-26
1
-1
/
+1
*
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
[prev]
[next]