index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
unittests
/
ExecutionEngine
/
JIT
/
JITTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[C++11] Use 'nullptr'.
Craig Topper
2014-06-08
1
-7
/
+7
*
Replace a virtual with an override.
Rafael Espindola
2014-05-07
1
-2
/
+2
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-12
/
+14
*
Disable old JIT unittests for AARch64
Renato Golin
2014-02-25
1
-3
/
+4
*
Update getLazyBitcodeModule to use ErrorOr for error handling.
Rafael Espindola
2014-01-13
1
-4
/
+5
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Assert on duplicate registration. Don't depend on function pointer equality.
Rafael Espindola
2013-10-16
1
-12
/
+0
*
This threads SectionName through the allocateCodeSection/allocateDataSection ...
Filip Pizlo
2013-10-02
1
-6
/
+10
*
Alternative fix for problem addressed in r182233
Ulrich Weigand
2013-05-21
1
-42
/
+19
*
Partially revert change in r181200 that tried to simplify JIT unit test #ifdefs.
Bob Wilson
2013-05-20
1
-3
/
+25
*
Minor changes to the MCJITTest unittests to use the correct API for finalizing
David Tweed
2013-05-17
1
-1
/
+1
*
Remove exception handling support from the old JIT.
Rafael Espindola
2013-05-07
1
-110
/
+0
*
[SystemZ] Set up JIT/MCJIT test cases
Ulrich Weigand
2013-05-06
1
-3
/
+3
*
Simplify JIT unit test #ifdefs
Ulrich Weigand
2013-05-06
1
-25
/
+7
*
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
1
-12
/
+12
*
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
1
-9
/
+8
*
Interface changes to allow RuntimeDyld memory managers to set memory permissi...
Andrew Kaylor
2012-11-15
1
-2
/
+3
*
Disable all old-JIT unit tests on PowerPC.
Ulrich Weigand
2012-10-31
1
-18
/
+19
*
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
*
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
1
-1
/
+1
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-10
/
+10
*
Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubs
Simon Atanasyan
2012-05-16
1
-6
/
+8
*
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
*
MCJIT support for non-function sections.
Jim Grosbach
2012-01-16
1
-0
/
+8
*
Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...
Chris Lattner
2011-10-16
1
-1
/
+1
*
Exclude more arm jit failures pending PR10783.
Andrew Trick
2011-09-03
1
-3
/
+0
*
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
1
-1
/
+1
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-6
/
+6
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-2
/
+2
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-2
/
+2
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-2
/
+2
*
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 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
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
1
-22
/
+52
*
Roll r94484 (avoiding RTTI problems in tests) forward again in a way that isn't
Jeffrey Yasskin
2010-01-26
1
-14
/
+0
*
Revert 94484. Re-disable unittests that need RTTI.
Bob Wilson
2010-01-26
1
-0
/
+14
*
Re-enable unit tests disabled in r94164 by telling GTest about the
Jeffrey Yasskin
2010-01-26
1
-14
/
+0
[next]