llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
[oota-llvm.git] / lib / ExecutionEngine / ExecutionEngine.cpp
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-11 Torok EdwinConvert more assert(0)+abort() -> LLVM_UNREACHABLE,
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-07 Torok EdwinIntroduce new error handling API.
2009-06-04 Dan GohmanSplit the Add, Sub, and Mul instruction opcodes into...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingThe second part of the change from -fast to -O#. This...
2009-03-24 Dale Johannesenfix one more fp80 case (used only by Interpreter)
2009-03-24 Dale JohannesenChange JIT for different layout of fp80.
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-04 Chris Lattnerallow main to have any integer type.
2009-01-23 Nate BegemanAdd support for deleting a module provider from a JIT...
2009-01-22 Chris Lattnerrename methods in System/Host to be more consistent.
2009-01-15 Rafael EspindolaAdd the private linkage.
2009-01-12 Duncan SandsRename getABITypeSize to getTypePaddedSize, as
2008-11-07 Evan ChengMore debug output.
2008-11-06 Evan ChengImprove JIT debugging outputs format consistency.
2008-11-05 Evan ChengDebugging output tweak.
2008-11-04 Evan Cheng80 col violation.
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-10-14 Nuno Lopeslittle optimization: reuse getPointerToGlobalIfAvailabl...
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-09-30 Evan ChengAdd runStaticConstructorsDestructors which runs ctors...
2008-09-24 Evan ChengAdd DisableGVCompilation which forces the JIT to assert...
2008-09-18 Evan ChengPreliminary support for systems which require changing...
2008-08-26 Dan GohmanAvoid a warning about isTargetNullPtr being unused...
2008-08-08 Evan ChengAdd new parameter Fast to createJIT to enable the fast...
2008-08-07 Dale JohannesenRewrite JIT handling of GlobalVariables so they
2008-06-17 Evan ChengDon't forget to initialize SymbolSearchingDisabled.
2008-05-21 Nate BegemanFix a couple issues with the JIT and multiple modules:
2008-05-20 Dan GohmanFix ExecutionEngine's constant code to work properly...
2008-05-14 Dale JohannesenAdd CommonLinkage; currently tentative definitions
2008-04-04 Chris LattnerMake ExecutionEngine::updateGlobalMapping return the...
2008-03-10 Duncan SandsFix formatting.
2008-03-08 Nick LewyckyLoad the symbols first so that the interpreter construc...
2008-02-29 Dan GohmanSimplify code using convertFromZeroExtendedInteger...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-15 Chris LattnerSupport vector constant zeros, thanks to Zack Rusin...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-15 Duncan SandsThese are more correctly called signaling NaNs.
2007-12-14 Duncan SandsTeach the interpreter to read and write memory in the
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-10 Duncan SandsFix PR1836: in the interpreter, read and write apints
2007-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-11-28 Duncan SandsMy compiler complains that "x always evaluates to true"
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...
next