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