Update list of failing SingleSource Benchmarks
[oota-llvm.git] / lib / ExecutionEngine /
2004-11-15 Chris LattnerNow that we have ghost linkage, we can force resolution...
2004-11-15 Chris LattnerThere is no reason to try to materialize the function...
2004-11-07 Misha BrukmanImplement ExecutionEngine::freeMachineCodeForFunction()
2004-10-29 Brian GaekeWhen emitting debug msgs for function stubs, don't...
2004-10-28 Reid SpencerFix library name.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-27 Reid SpencerChanges to support rand48 tests
2004-10-26 Chris LattnerFix the interpreter crash that Michael McCracken found
2004-10-22 Misha BrukmanUse cleaner quoting and eliminate blank space
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-16 Chris LattnerAdd support for unreachable
2004-10-16 Chris LattnerAdd support for undef
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-15 Reid SpencerConvert code to compile with vc7.1.
2004-09-13 Reid SpencerSimplify the sys::Memory interface per Chris' request.
2004-09-11 Reid SpencerConvert the Emitter to use the lib/System "Memory"...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-16 Chris LattnerAdd a special case for argc,argv
2004-08-16 Chris LattnerDon't pass too many arguments into runFunction
2004-08-16 Chris LattnerFinally, add support for calling arbitrary non-varargs...
2004-08-15 Chris LattnerHandle all nullary functions, of any valid return type.
2004-08-15 Chris LattnerFine, go all of the way and check that the argument...
2004-08-15 Chris LattnerThese only really work if returning int or void
2004-08-15 Chris LattnerHandle zero arg function case
2004-08-15 Chris LattnerSimplify code a bit, print error message always instead...
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-07-18 Reid Spencerbug 122:
2004-07-15 Chris LattnerFixes for PR341
2004-07-15 Chris LattnerFixes for PR341
2004-07-11 Chris LattnerThe cleanup is done. Update comment.
2004-07-11 Chris LattnerMake add constantexprs work with all types, fixing...
2004-07-11 Chris LattnerGoodbye macro hell, hello nice clean simple extensible...
2004-07-07 Reid SpencerMake error message consistent with the rest of LLVM...
2004-07-07 Reid SpencerFix for bug 391.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-16 Brian GaekeAdd int ferror(FILE *)
2004-06-01 Chris LattnerImplement PR315: abort, don't warn, when missing extern...
2004-05-28 Chris LattnerUse the SystemUtils.h file to do our dirty work.
2004-05-27 Chris LattnerRemove long unused #includes
2004-05-27 Chris LattnerThese #includes are long dead
2004-05-27 Chris LattnerThis code is a real mess, but at least get the JIT...
2004-05-25 Reid SpencerGet rid of a wart: useless getFILE function is now...
2004-05-01 Brian GaekeGeneralize the strlen size_t hack, for the benefit...
2004-04-23 Brian GaekeGo back to the interpreter main loop after performing...
2004-04-23 Brian GaekeImplement emitWordAt() for the JIT emitter.
2004-04-20 Chris LattnerAdd support for the select instruction
2004-04-14 Brian GaekeAdd a TargetData to the PassManager regardless of the...
2004-04-04 Chris LattnerAdjust to new interface
2004-04-04 Chris LattnerAdjust to new gep_type_iterator prototypes.
2004-03-16 Chris LattnerFix PR296: [execution engines] Unhandled cast constant...
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-10 Brian GaekeMy fix for PR274 broke the build on Darwin/PPC. As...
2004-03-09 Brian GaekeAddress PR274 - '[JIT] Programs cannot resolve the...
2004-02-26 Chris Lattnerremove obsolete comment
2004-02-25 Brian GaekeRepresent va_list in interpreter as a (ec-stack-depth...
2004-02-25 Brian GaekeGreat sparc renaming fallout IV: Sparc --> SparcV9.
2004-02-25 Brian GaekeGreat renaming part II: Sparc --> SparcV9 (also include...
2004-02-15 Chris LattnerMake the JIT zero out globals with memset instead of...
2004-02-13 Brian GaekeFix off-by-one in Interpreter::getFirstVarArg(), which...
2004-02-13 Brian GaekeThe Interpreter was failing the AtExit UnitTest. This...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-02-08 Chris LattnerPrint out all globals as they are emitted, not just...
2004-02-08 Chris LattnerThere is no reason to #define fd
2004-02-01 Chris LattnerPrint an error message if we can't materialize the...
2004-02-01 Chris LattnerPrint an error message if there is an error materialize...
2004-01-14 Brian GaekeDon't pass anything to the IntrinsicLowering class...
2003-12-31 Chris LattnerAdd new ExecutionEngine::getGlobalValueAtAddress method...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-26 Chris LattnerFactor code out of LLI
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-20 Chris LattnerThis should not be needed anymore
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 LattnerCleanup the JIT as per PR176. This renames the VM...
2003-12-20 Chris LattnerUpdate for changes in the JIT
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-12 Brian GaekeDynamically get the right-sized member of a GenericValu...
2003-12-12 Chris LattnerImplement the ExecutionEngine::getPointerToFunctionOrSt...
2003-12-12 Brian GaekeSince we are using a gep_type_iterator, we apparently...
2003-12-11 Brian GaekeFix typo in comment. Add prototype for getConstantExpr...
2003-12-11 Brian GaekeAdd support for --debug-only=interpreter, to print...
2003-12-08 Chris Lattnerimplement method
2003-12-08 Chris LattnerUse the new method, though noone currently implements...
2003-12-08 Chris LattnerFinegrainify namespacification
2003-11-30 Chris LattnerEmit constants to one contiguous block, but this time...
2003-11-30 Misha BrukmanGo back to allocating memory for each constant separate...
2003-11-25 Chris LattnerDo not depend on structure elements being of type UByteTy
2003-11-19 Chris LattnerFine grainify namespaceification
2003-11-17 Misha BrukmanEmit the MachineConstantPool constants in one contiguou...
2003-11-17 Misha Brukman* Order #includes as per style guide
2003-11-13 Brian GaekeChange LLI's internal representation of va_list to...
next