s/isReturnStruct()/hasStructRetAttr()/g
[oota-llvm.git] / lib / ExecutionEngine /
2008-02-29 Dan GohmanSimplify code using convertFromZeroExtendedInteger...
2008-02-20 Anton KorobeynikovUpdate gcc 4.3 warnings fix patch with recent head...
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Evan ChengAdded memmove to interpreter external functions list...
2008-02-15 Chris LattnerSupport vector constant zeros, thanks to Zack Rusin...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
2008-01-25 Chris LattnerJITEmitter.cpp was trying to sync the icache for functi...
2008-01-07 Duncan SandsI doubt the address of the Error string was intended
2008-01-05 Evan ChengX86 JIT PIC jumptable support.
2008-01-04 Evan ChengX86 PIC JIT support fixes: encoding bugs, add lazy...
2008-01-03 Chris LattnerRemove symbols that don't exist, remove tabs, fix comme...
2008-01-03 Chris LattnerFix PR1873, a problem finding stat-related symbols...
2008-01-03 Evan ChengChange MachineRelocation::DoesntNeedFnStub to NeedStub...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...
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-14 Dan GohmanAdd explicit keywords, and fix a minor typo that they...
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-12 Zhou ShengAdd a guard to cxxabi header as other platform may
2007-12-12 Zhou ShengFixed PR1629.
2007-12-10 Duncan SandsFix PR1836: in the interpreter, read and write apints
2007-12-10 Duncan SandsIt looks like this has been broken for some time -
2007-12-06 Chuck Rose IIIAdjust VStudio files to add JITMemoryManager files...
2007-12-06 Chris Lattneradd a new ExecutionEngine::createJIT which can be used...
2007-12-06 Chris Lattnersimplify creation of the interpreter, make ExecutionEng...
2007-12-05 Chris Lattnersplit the JIT memory management code out from the main...
2007-11-28 Chris Lattnerfor consistency, allow a fallthrough if the final check...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-28 Duncan SandsMy compiler complains that "x always evaluates to true"
2007-11-27 Chris LattnerMake this actually work on systems that support ppc...
2007-11-27 Chris LattnerUnbreak all of the darwin/ppc32 JIT failures having...
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...
next