Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e5f879825f5e6746144addd93a852cdd5896e9c1
/
unittests
/
ExecutionEngine
/
JIT
/
JITTest.cpp
e5f8798
Keep track of stubs that are created. This fixes PR5162 and probably PR4822 and
by Jeffrey Yasskin
· 16 years ago
0f2ba78
Fix illegal cross-type aliasing. Found by baldrick on a newer gcc.
by Jeffrey Yasskin
· 16 years ago
ea5ed00
Fix http://llvm.org/PR5116 by rolling back r60822. This passes `make unittests
by Jeffrey Yasskin
· 16 years ago
1d0be15
Push LLVMContexts through the IntegerType APIs.
by Owen Anderson
· 16 years ago
feba756
Update unittest for LLVM API change.
by Benjamin Kramer
· 16 years ago
debcb01
Move types back to the 2.5 API.
by Owen Anderson
· 16 years ago
eed707b
Revert the ConstantInt constructors back to their 2.5 forms where possible, thanks to contexts-on-types. More to come.
by Owen Anderson
· 16 years ago
d370d77
Unbreak unittests build.
by Daniel Dunbar
· 16 years ago
4b1511b
Add EngineBuilder to ExecutionEngine in favor of the five optional argument EE::create().
by Reid Kleckner
· 16 years ago
9adc0ab
Move EVER MORE stuff over to LLVMContext.
by Owen Anderson
· 16 years ago
0a5372e
Begin the painful process of tearing apart the rat'ss nest that is Constants.cpp and ConstantFold.cpp.
by Owen Anderson
· 16 years ago
c6f40b6
Don't use a void return type with a function that returns a value.
by Dan Gohman
· 16 years ago
489393d
Add an option to allocate JITed global data separately from code. By
by Jeffrey Yasskin
· 16 years ago