More templatization.
[oota-llvm.git] / lib / ExecutionEngine /
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-22 Chris Lattnerllvm-gcc3 is dead, along with it __main.
2007-10-21 Chris LattnerLoadLibraryPermanently doesn't throw.
2007-10-21 Chris LattnerAdd a convenience method for creating EE's.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-15 Devang PatelAdd removeModuleProvider()
2007-10-11 Gabor GreifFix an assertion abort on sparc. malloc(0) is allowed to
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-21 Chris Lattner#ifdef out unsafe tracing code, which fixes PR1689
2007-09-17 Dale JohannesenImplement x86 long double in jit (not really
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-13 Chris Lattnermove assertion into mutex guard, a partial fix for...
2007-08-11 Reid SpencerFix a comment typo noticed by Sandro Magi.
2007-08-08 Chris Lattnereliminate redundant conditions from the signless types...
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-07-30 Anton KorobeynikovAdd a comment: don't expect from external function...
2007-07-30 Anton KorobeynikovAdd detection of __dso_handle presence during configure...
2007-07-30 Dan GohmanMore explicit keywords.
2007-07-27 Chuck Rose IIIVStudio compiler errors and placing Function*->ExFunc...
2007-07-19 Reid SpencerHush a noisy warning from GCC 4.2 about overflow during...
2007-07-09 Gabor Greiffix typos
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-30 Evan Cheng(For Chris): Fix failure where we rejected compiling...
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-06-01 Reid SpencerFor PR1486:
2007-05-24 Zhou ShengCompute the correct word number.
2007-05-19 Reid SpencerOn Linux platforms and at optimization levels -O1 and...
2007-05-17 Reid SpencerPrint integer values as both decimal and hexadecimal...
2007-05-16 Reid SpencerAvoid a "loss of precision" error in gcc 4.1.3.
2007-05-16 Reid SpencerImplement printing of instruction result values when...
2007-05-04 Reid SpencerBitcast all the bits of a floating point value, not...
2007-04-26 Reid Spencer1. Don't swap byte order in scanf. It isn't necessary...
2007-04-21 Reid SpencerWe only need one putchar which gives it a shot at getti...
2007-04-20 Chris Lattneravoid mutating a global in an accessor
2007-04-20 Chris Lattnerfit in 80 cols
2007-04-20 Chris Lattnerrename JIT::state -> JIT::jitstate to avoid shadowing...
2007-04-17 Chris Lattnereliminate use of Instruction::getPrev(). Patch by...
2007-04-16 Reid SpencerImplement @sext and @zext parameter attribute handling...
2007-03-30 Reid SpencerFor PR1293:
2007-03-12 Jeff CohenUnbreak C++ build.
2007-03-08 Bill WendlingDon't use std::hex.
2007-03-08 Bill WendlingDon't use a cast. It causes an error on some platforms.
2007-03-06 Reid SpencerFix all of last night's JIT failures in Prolangs-C...
2007-03-06 Anton KorobeynikovImplement PR1240
2007-03-06 Reid Spencer1. Make StoreValueToMemory a little more efficient...
2007-03-06 Reid SpencerFix some thinko's in the last patch. PtrSize has to...
2007-03-06 Reid SpencerFix a bug in IntToPtr. Truncating to 64-bits only works...
2007-03-06 Reid SpencerSimplify code as a result of the change in GenericValue...
2007-03-06 Reid SpencerRadically simplify execution. This patch gets rid of...
2007-03-06 Reid SpencerAdjust and simplify external function processing now...
2007-03-06 Reid SpencerAPInt's are no longer allocated on the heap because...
2007-03-06 Reid SpencerRemove the insufficient code in Interpreter::create...
2007-03-06 Reid SpencerSimplify things significantly because GenericValue...
2007-03-03 Reid SpencerRemove unnecessary #include.
2007-03-03 Reid SpencerDeal with error handling better.
2007-03-03 Reid SpencerComplete the APIntification of the interpreter. All...
2007-03-03 Reid SpencerAvoid memory leakage by having caller construct the...
2007-03-03 Reid SpencerImplement APInt support for the binary operators.
2007-03-03 Reid Spencer1. Have the ExecutionContext keep track of the APInt...
2007-03-03 Reid SpencerImplement loading and storing of APInt values from...
2007-02-24 Chris LattnerFix PR1216 by cleaning up the ownership of JITResolver.
2007-02-15 Reid SpencerFor PR1195:
2007-02-14 Chris LattnerFrom Dan Gohman:
2007-02-14 Chris LattnerGeneralize TargetData strings, to support more interest...
2007-02-13 Chris Lattnereliminate vector-related allocations
2007-02-10 Chris Lattnereliminate use of TargetData::getIndexedOffset that...
2007-02-10 Chris LattnerPrivatize StructLayout::MemberOffsets, adding an accessor
2007-02-08 Reid SpencerFor PR1188:
2007-02-05 Reid SpencerFor PR411:
2007-02-02 Reid SpencerChanges to support making the shift instructions be...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-29 Reid SpencerRemove tabs.
2007-01-29 Reid SpencerImplement use of new IntrinsicLowering interface.
2007-01-26 Reid SpencerFor PR761:
2007-01-23 Anton KorobeynikovMoved disassembler to libSystem
2007-01-21 Reid SpencerFor PR970:
2007-01-20 Chris LattnerTeach TargetData to handle 'preferred' alignment for...
2007-01-20 Chris LattnerDOUT still evaluates side effects, even though it doesn...
2007-01-20 Reid SpencerImplement the signed icmp instructions properly. To...
2007-01-20 Reid SpencerImplement bit-accurate sext instruction.
2007-01-19 Reid SpencerFor PR1043:
2007-01-19 Andrew Lenharthfix build on amd64
2007-01-19 Anton KorobeynikovAdding disassembler interface and external hook to...
2007-01-18 Reid SpencerFix a regression in the last patch. When constructing...
2007-01-18 Reid SpencerUse the new maskToBitWidth function to ensure that...
2007-01-18 Reid SpencerAdd an inline helper function that masks a GenericValue...
2007-01-18 Reid SpencerMake shl instruction mask its result to the correct...
2007-01-18 Reid SpencerTwo changes:
2007-01-18 Reid SpencerMake sure we truncate stored values to their bit width.
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-15 Chris Lattnereliminate calls to Type::isInteger, preferring isIntegr...
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:
next