For PR950:
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngine.cpp
2006-10-20 Reid SpencerFor PR950:
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-08-16 Chris Lattnerinitial changes to support JIT'ing from multiple module...
2006-05-14 Chris LattnerLoadLibraryPermanently can theoretically throw an excep...
2006-05-08 Chris LattnerMove some methods out of line so that MutexGuard.h...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-22 Nate BegemanJumpTable support! What this represents is working...
2006-04-22 Chris LattnerFix JIT support for static ctors, which was apparently...
2006-03-23 Chris Lattnerprune #includes
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-22 Chris LattnerEliminate the dependency of ExecutionEngine on the...
2006-03-08 Chris LattnerAdd a helper method for running static ctors/dtors...
2006-02-07 Jeff CohenTeach the interpreter to handle global variables that...
2006-01-20 Robert BocchinoFixed InitializeMemory to handle ConstantPacked.
2005-10-23 Chris LattnerFix a nasty bug that was causing miscompilation of...
2005-07-12 Reid SpencerFor PR540:
2005-07-11 Chris Lattnerfix long lines
2005-05-12 Chris LattnerFix a really horrible problem that causes the JIT to...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-27 Chris LattnerUse const iterators where possible. Patch by Evan...
2005-02-02 Chris LattnerThis is no longer needed. Global variables with undef...
2005-01-08 Chris LattnerSilence VS warnings.
2004-11-29 Reid SpencerUse System/DynamicLibrary instead of Support/DynamicLinker
2004-11-19 Chris LattnerThis is a horrible hack to work around libstdc++ bugs :(
2004-10-26 Chris LattnerFix the interpreter crash that Michael McCracken found
2004-10-16 Chris LattnerAdd support for undef
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-16 Chris LattnerDon't pass too many arguments into runFunction
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-07-18 Reid Spencerbug 122:
2004-07-15 Chris LattnerFixes for PR341
2004-07-11 Chris LattnerMake add constantexprs work with all types, fixing...
2004-07-07 Reid SpencerFix for bug 391.
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-05-27 Chris LattnerRemove long unused #includes
2004-03-16 Chris LattnerFix PR296: [execution engines] Unhandled cast constant...
2004-02-15 Chris LattnerMake the JIT zero out globals with memset instead of...
2004-02-08 Chris LattnerPrint out all globals as they are emitted, not just...
2004-02-01 Chris LattnerPrint an error message if we can't materialize the...
2003-12-31 Chris LattnerAdd new ExecutionEngine::getGlobalValueAtAddress method...
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-26 Chris LattnerFactor code out of LLI
2003-12-20 Chris LattnerImplement PR135, lazy emission of global variables
2003-12-20 Chris LattnerSimple refactorings to prepare for lazy global emission
2003-12-20 Chris LattnerUpdate for changes in the JIT
2003-12-08 Chris LattnerUse the new method, though noone currently implements...
2003-11-19 Chris LattnerFine grainify namespaceification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-24 Brian GaekeExecutionEngine::create no longer takes a TraceMode...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-17 Misha BrukmanDon't release the Module, as that invalidates the Modul...
2003-10-16 Misha Brukman* Reorder includes as per the style guide
2003-10-14 Misha BrukmanEnabling incremental bytecode loading in the JIT:
2003-10-10 Misha Brukman* Tabs to spaces
2003-10-10 Brian GaekeChange to use GetAddressOfSymbol instead of dlsym.
2003-09-05 Chris LattnerReorder #includes to follow LLVM conventions
2003-09-05 Brian GaekeExecutionEngine.h, GenericValue.h --> include/llvm...
2003-09-05 Brian GaekeMake CreateArgv part of lli rather than part of Executi...
2003-09-04 Brian GaekeMove EE dtor where it belongs
2003-09-04 Brian GaekeInterpreter cleanups:
2003-09-03 Brian GaekeExecutionEngine.cpp: Move execution engine creation...
2003-08-24 Chris LattnerConsult the target data, not the module, about how...
2003-08-24 Chris LattnerAdd preliminary support for "any" pointersize/endiannes...
2003-08-18 Chris Lattnerno really, implement it!
2003-08-18 Chris LattnerAdd support for casting any pointer to any integer...
2003-08-13 Brian GaekeIn ExecutionEngine::getPointerToGlobal(), throw away...
2003-08-05 Chris LattnerSpecify DEBUG_TYPE's for the JIT debug messages
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-07-18 Misha BrukmanCleaned up the code which chooses the appropriate value...
2003-07-15 Misha BrukmanClean up my last checkin: code is easier to read and...
2003-07-15 Misha BrukmanOn Sparc/Solaris, the special handle RTLD_SELF is used...
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-05-14 Chris LattnerFix typeos
2003-05-14 Chris LattnerAdd support for more constant expressions
2003-05-13 Chris LattnerClean up cast
2003-05-08 Chris LattnerAdd a pointersize/endianness safe load routine to match...
2003-05-07 Chris LattnerFix bug: Jello/2003-05-07-ArgumentTest.llx
2003-04-23 Chris LattnerFix bug where pointers were assumed to always be 64...
2003-04-23 Chris Lattner* Implement access to external variables in LLI
2003-04-21 Chris LattnerMake stderr, stdout, stdin work with LLI
2003-01-13 Chris LattnerAdd fixme
2002-12-28 Chris LattnerAdd diagnostic output
2002-12-24 Chris LattnerFixes to compile with GCC 3.2
2002-12-24 Chris LattnerInitial checkin of new LLI with JIT compiler