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
2007-03-12
Unbreak C++ build.
Jeff Cohen
2007-03-06
Fix all of last night's JIT failures in Prolangs-C++ by finishing the
Reid Spencer
2007-03-06
1. Make StoreValueToMemory a little more efficient by not requiring caller
Reid Spencer
2007-03-06
Simplify things significantly because GenericValue now has a single integer
Reid Spencer
2007-03-03
Deal with error handling better.
Reid Spencer
2007-03-03
Avoid memory leakage by having caller construct the APInt for the
Reid Spencer
2007-03-03
Implement loading and storing of APInt values from memory.
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-14
From Dan Gohman:
Chris Lattner
2007-02-10
eliminate use of TargetData::getIndexedOffset that takes a vector
Chris Lattner
2007-02-10
Privatize StructLayout::MemberOffsets, adding an accessor
Chris Lattner
2007-02-05
For PR411:
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-19
For PR1043:
Reid Spencer
2007-01-18
Fix a regression in the last patch. When constructing a BitMask, be careful
Reid Spencer
2007-01-18
Make sure we truncate stored values to their bit width.
Reid Spencer
2007-01-12
For PR1064:
Reid Spencer
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2006-12-31
For PR950:
Reid Spencer
2006-12-19
remove static ctors from Statistic objects
Chris Lattner
2006-12-07
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
Bill Wendling
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-01
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-11-27
Removed #include <iostream> and replaced streams with llvm streams.
Bill Wendling
2006-11-27
For PR950:
Reid Spencer
2006-11-09
init ivar
Chris Lattner
2006-10-20
For PR950:
Reid Spencer
2006-09-14
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-08-16
initial changes to support JIT'ing from multiple module providers, implicitly
Chris Lattner
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
[next]