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
2006-05-14
LoadLibraryPermanently can theoretically throw an exception. Do not propagate
Chris Lattner
2006-05-08
Move some methods out of line so that MutexGuard.h isn't needed in a public h...
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-22
Fix JIT support for static ctors, which was apparently completely broken!
Chris Lattner
2006-03-23
prune #includes
Chris Lattner
2006-03-23
remove the intrinsiclowering hook
Chris Lattner
2006-03-22
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
Chris Lattner
2006-03-08
Add a helper method for running static ctors/dtors in the module.
Chris Lattner
2006-02-07
Teach the interpreter to handle global variables that are added to a module a...
Jeff Cohen
2006-01-20
Fixed InitializeMemory to handle ConstantPacked.
Robert Bocchino
2005-10-23
Fix a nasty bug that was causing miscompilation of global variables
Chris Lattner
2005-07-12
For PR540:
Reid Spencer
2005-07-11
fix long lines
Chris Lattner
2005-05-12
Fix a really horrible problem that causes the JIT to miscompile any program
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-02-27
Use const iterators where possible. Patch by Evan Jones!
Chris Lattner
2005-02-02
This is no longer needed. Global variables with undef initializers can be
Chris Lattner
2005-01-08
Silence VS warnings.
Chris Lattner
2004-11-29
Use System/DynamicLibrary instead of Support/DynamicLinker
Reid Spencer
2004-11-19
This is a horrible hack to work around libstdc++ bugs :(
Chris Lattner
2004-10-26
Fix the interpreter crash that Michael McCracken found
Chris Lattner
2004-10-16
Add support for undef
Chris Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-16
Don't pass too many arguments into runFunction
Chris Lattner
2004-08-04
Stop using getValues().
Alkis Evlogimenos
2004-07-18
bug 122:
Reid Spencer
2004-07-15
Fixes for PR341
Chris Lattner
2004-07-11
Make add constantexprs work with all types, fixing the regressions from last ...
Chris Lattner
2004-07-07
Fix for bug 391.
Reid Spencer
2004-06-20
Move the IntrinsicLowering header into the CodeGen directory
Chris Lattner
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-05-27
Remove long unused #includes
Chris Lattner
2004-03-16
Fix PR296: [execution engines] Unhandled cast constant expression
Chris Lattner
2004-02-15
Make the JIT zero out globals with memset instead of an element at a time. This
Chris Lattner
2004-02-08
Print out all globals as they are emitted, not just those emitted from
Chris Lattner
2004-02-01
Print an error message if we can't materialize the bytecode file
Chris Lattner
2003-12-31
Add new ExecutionEngine::getGlobalValueAtAddress method, which can efficiently
Chris Lattner
2003-12-28
Pass around IntrinsicLowering instances as appropriate.
Chris Lattner
2003-12-26
Factor code out of LLI
Chris Lattner
2003-12-20
Implement PR135, lazy emission of global variables
Chris Lattner
2003-12-20
Simple refactorings to prepare for lazy global emission
Chris Lattner
2003-12-20
Update for changes in the JIT
Chris Lattner
2003-12-08
Use the new method, though noone currently implements it any better than before
Chris Lattner
2003-11-19
Fine grainify namespaceification
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-24
ExecutionEngine::create no longer takes a TraceMode argument.
Brian Gaeke
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-17
Don't release the Module, as that invalidates the Module* within the
Misha Brukman
[next]