summaryrefslogtreecommitdiff
path: root/lib/ExecutionEngine/ExecutionEngine.cpp
Commit message (Expand)AuthorAge
* Unbreak C++ build.Jeff Cohen2007-03-12
* Fix all of last night's JIT failures in Prolangs-C++ by finishing theReid Spencer2007-03-06
* 1. Make StoreValueToMemory a little more efficient by not requiring callerReid Spencer2007-03-06
* Simplify things significantly because GenericValue now has a single integerReid Spencer2007-03-06
* Deal with error handling better.Reid Spencer2007-03-03
* Avoid memory leakage by having caller construct the APInt for theReid Spencer2007-03-03
* Implement loading and storing of APInt values from memory.Reid Spencer2007-03-03
* For PR1195:Reid Spencer2007-02-15
* From Dan Gohman:Chris Lattner2007-02-14
* eliminate use of TargetData::getIndexedOffset that takes a vectorChris Lattner2007-02-10
* Privatize StructLayout::MemberOffsets, adding an accessorChris Lattner2007-02-10
* For PR411:Reid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* For PR1043:Reid Spencer2007-01-19
* Fix a regression in the last patch. When constructing a BitMask, be carefulReid Spencer2007-01-18
* Make sure we truncate stored values to their bit width.Reid Spencer2007-01-18
* For PR1064:Reid Spencer2007-01-12
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* For PR950:Reid Spencer2006-12-31
* remove static ctors from Statistic objectsChris Lattner2006-12-19
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-01
* Removed #include <iostream> and replaced streams with llvm streams.Bill Wendling2006-11-27
* For PR950:Reid Spencer2006-11-27
* init ivarChris Lattner2006-11-09
* For PR950:Reid Spencer2006-10-20
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-14
* initial changes to support JIT'ing from multiple module providers, implicitlyChris Lattner2006-08-16
* LoadLibraryPermanently can theoretically throw an exception. Do not propagateChris Lattner2006-05-14
* Move some methods out of line so that MutexGuard.h isn't needed in a public h...Chris Lattner2006-05-08
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-03
* JumpTable support! What this represents is working asm and jit support forNate Begeman2006-04-22
* Fix JIT support for static ctors, which was apparently completely broken!Chris Lattner2006-04-22
* prune #includesChris Lattner2006-03-23
* remove the intrinsiclowering hookChris Lattner2006-03-23
* Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.Chris Lattner2006-03-22
* Add a helper method for running static ctors/dtors in the module.Chris Lattner2006-03-08
* Teach the interpreter to handle global variables that are added to a module a...Jeff Cohen2006-02-07
* Fixed InitializeMemory to handle ConstantPacked.Robert Bocchino2006-01-20
* Fix a nasty bug that was causing miscompilation of global variablesChris Lattner2005-10-23
* For PR540:Reid Spencer2005-07-12
* fix long linesChris Lattner2005-07-11
* Fix a really horrible problem that causes the JIT to miscompile any programChris Lattner2005-05-12
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Use const iterators where possible. Patch by Evan Jones!Chris Lattner2005-02-27
* This is no longer needed. Global variables with undef initializers can beChris Lattner2005-02-02