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
...
*
Use stubs when we have them, otherwise use code we already have,
Eric Christopher
2009-11-12
1
-0
/
+41
*
Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfo
Jeffrey Yasskin
2009-11-11
1
-1
/
+7
*
Remove dlsym stubs, with Nate Begeman's permission.
Jeffrey Yasskin
2009-11-09
1
-3
/
+0
*
Fix the ModuleDeletion test on PPC and ARM.
Jeffrey Yasskin
2009-10-28
1
-0
/
+1
*
Revert the API changes from r85295 to make it easier for people to build
Jeffrey Yasskin
2009-10-27
1
-3
/
+3
*
Change the JIT to compile eagerly by default as agreed in
Jeffrey Yasskin
2009-10-27
1
-3
/
+3
*
Automatically do the equivalent of freeMachineCodeForFunction(F) when F is
Jeffrey Yasskin
2009-10-27
1
-0
/
+160
*
Fix http://llvm.org/PR4822: allow module deletion after a function has been
Jeffrey Yasskin
2009-10-23
1
-2
/
+29
*
PowerPC ifdef'ing considered more complicated than one might like.
Daniel Dunbar
2009-10-20
1
-1
/
+1
*
Correct test for PowerPC.
Nick Lewycky
2009-10-20
1
-1
/
+1
*
Also check for __POWERPC__ when skipping these tests.
Daniel Dunbar
2009-10-19
1
-1
/
+1
*
Disable another unittest that doesn't work on arm and ppc.
Benjamin Kramer
2009-10-15
1
-1
/
+1
*
The ARM and PowerPC jits are broken in this regard.
Nick Lewycky
2009-10-14
1
-0
/
+2
*
Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and
Jeffrey Yasskin
2009-10-13
1
-0
/
+96
*
Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.
Jeffrey Yasskin
2009-10-06
1
-6
/
+4
*
Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittests
Jeffrey Yasskin
2009-10-06
1
-0
/
+53
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-2
/
+2
*
Update unittest for LLVM API change.
Benjamin Kramer
2009-07-31
1
-1
/
+1
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+1
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-2
/
+1
*
Unbreak unittests build.
Daniel Dunbar
2009-07-18
1
-1
/
+1
*
Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...
Reid Kleckner
2009-07-18
1
-10
/
+13
*
Move EVER MORE stuff over to LLVMContext.
Owen Anderson
2009-07-14
1
-2
/
+4
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-1
/
+1
*
Don't use a void return type with a function that returns a value.
Dan Gohman
2009-07-11
1
-1
/
+2
*
Add an option to allocate JITed global data separately from code. By
Jeffrey Yasskin
2009-07-08
1
-0
/
+126
[prev]