index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
ExecutionEngine.cpp
Age
Commit message (
Expand
)
Author
2009-03-24
fix one more fp80 case (used only by Interpreter)
Dale Johannesen
2009-03-24
Change JIT for different layout of fp80.
Dale Johannesen
2009-02-18
Add support to the JIT for true non-lazy operation. When a call to a function
Nate Begeman
2009-02-04
allow main to have any integer type.
Chris Lattner
2009-01-23
Add support for deleting a module provider from a JIT in such a way that it d...
Nate Begeman
2009-01-22
rename methods in System/Host to be more consistent.
Chris Lattner
2009-01-15
Add the private linkage.
Rafael Espindola
2009-01-12
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2008-11-07
More debug output.
Evan Cheng
2008-11-06
Improve JIT debugging outputs format consistency.
Evan Cheng
2008-11-05
Debugging output tweak.
Evan Cheng
2008-11-04
80 col violation.
Evan Cheng
2008-10-25
Support for allocation of TLS variables in the JIT. Allocation of a global
Nicolas Geoffray
2008-10-14
little optimization: reuse getPointerToGlobalIfAvailable(CGV) value in emitGl...
Nuno Lopes
2008-10-09
Add a "loses information" return value to APFloat::convert
Dale Johannesen
2008-10-09
Rename APFloat::convertToAPInt to bitcastToAPInt to
Dale Johannesen
2008-09-30
Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod...
Evan Cheng
2008-09-24
Add DisableGVCompilation which forces the JIT to assert when it tries to allo...
Evan Cheng
2008-09-18
Preliminary support for systems which require changing JIT memory regions pri...
Evan Cheng
2008-08-26
Avoid a warning about isTargetNullPtr being unused in release builds.
Dan Gohman
2008-08-08
Add new parameter Fast to createJIT to enable the fast codegen path.
Evan Cheng
2008-08-07
Rewrite JIT handling of GlobalVariables so they
Dale Johannesen
2008-06-17
Don't forget to initialize SymbolSearchingDisabled.
Evan Cheng
2008-05-21
Fix a couple issues with the JIT and multiple modules:
Nate Begeman
2008-05-20
Fix ExecutionEngine's constant code to work properly when structs and arrays
Dan Gohman
2008-05-14
Add CommonLinkage; currently tentative definitions
Dale Johannesen
2008-04-04
Make ExecutionEngine::updateGlobalMapping return the old mapping.
Chris Lattner
2008-03-10
Fix formatting.
Duncan Sands
2008-03-08
Load the symbols first so that the interpreter constructor can find them when
Nick Lewycky
2008-02-29
Simplify code using convertFromZeroExtendedInteger with an APInt
Dan Gohman
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-15
Support vector constant zeros, thanks to Zack Rusin for the testcase.
Chris Lattner
2008-02-13
Enable exception handling int JIT
Nicolas Geoffray
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-17
Change the PointerType api for creating pointer types. The old functionality ...
Christopher Lamb
2007-12-15
These are more correctly called signaling NaNs.
Duncan Sands
2007-12-14
Teach the interpreter to read and write memory in the
Duncan Sands
2007-12-12
Remove host endianness info from TargetData and
Duncan Sands
2007-12-10
Fix PR1836: in the interpreter, read and write apints
Duncan Sands
2007-12-06
simplify creation of the interpreter, make ExecutionEngine ctor protected,
Chris Lattner
2007-11-28
My compiler complains that "x always evaluates to true"
Duncan Sands
2007-11-01
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-10-22
add a mechanism for the JIT to invoke a function to lazily create functions a...
Chris Lattner
2007-10-21
LoadLibraryPermanently doesn't throw.
Chris Lattner
2007-10-21
Add a convenience method for creating EE's.
Chris Lattner
2007-10-15
Add removeModuleProvider()
Devang Patel
2007-10-07
convertFromInteger, as originally written, expected sign-extended
Neil Booth
2007-09-30
Constant fold int-to-long-double conversions;
Dale Johannesen
2007-09-21
Change APFloat::convertFromInteger to take the incoming
Dale Johannesen
2007-09-17
Implement x86 long double in jit (not really
Dale Johannesen
[next]