More templatization.
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngine.cpp
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-10-22 Chris Lattneradd a mechanism for the JIT to invoke a function to...
2007-10-21 Chris LattnerLoadLibraryPermanently doesn't throw.
2007-10-21 Chris LattnerAdd a convenience method for creating EE's.
2007-10-15 Devang PatelAdd removeModuleProvider()
2007-10-07 Neil BoothconvertFromInteger, as originally written, expected...
2007-09-30 Dale JohannesenConstant fold int-to-long-double conversions;
2007-09-21 Dale JohannesenChange APFloat::convertFromInteger to take the incoming
2007-09-17 Dale JohannesenImplement x86 long double in jit (not really
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-08-11 Reid SpencerFix a comment typo noticed by Sandro Magi.
2007-06-03 Anton KorobeynikovAdd comments to fallsthrough cases. Also, this fixes...
2007-06-03 Anton KorobeynikovCheck arguments & return types of main(). Abort in...
2007-05-24 Zhou ShengCompute the correct word number.
2007-03-12 Jeff CohenUnbreak C++ build.
2007-03-06 Reid SpencerFix all of last night's JIT failures in Prolangs-C...
2007-03-06 Reid Spencer1. Make StoreValueToMemory a little more efficient...
2007-03-06 Reid SpencerSimplify things significantly because GenericValue...
2007-03-03 Reid SpencerDeal with error handling better.
2007-03-03 Reid SpencerAvoid memory leakage by having caller construct the...
2007-03-03 Reid SpencerImplement loading and storing of APInt values from...
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris LattnerFrom Dan Gohman:
2007-02-10 Chris Lattnereliminate use of TargetData::getIndexedOffset that...
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-19 Reid SpencerFor PR1043:
2007-01-18 Reid SpencerFix a regression in the last patch. When constructing...
2007-01-18 Reid SpencerMake sure we truncate stored values to their bit width.
2007-01-12 Reid SpencerFor PR1064:
2007-01-12 Reid SpencerImplement review feedback for the ConstantBool->Constan...
2007-01-11 Reid SpencerRename BoolTy as Int1Ty. Patch by Sheng Zhou.
2007-01-11 Zhou ShengFor PR1043:
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Chris Lattnerremove static ctors from Statistic objects
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-11-27 Bill WendlingRemoved #include <iostream> and replaced streams with...
2006-11-27 Reid SpencerFor PR950:
2006-11-09 Chris Lattnerinit ivar
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
next