Regression tests for PR258 and PR259.
[oota-llvm.git] / lib / VMCore /
2004-02-26 Chris LattnerMake sure that at least one virtual method is defined...
2004-02-24 Chris LattnerMake the verifier a little more explicit about this...
2004-02-22 Chris LattnerGet all instruction definitions
2004-02-17 Chris LattnerFix PR245: Linking weak and strong global variables...
2004-02-17 Chris LattnerAdjust to recent changes
2004-02-16 Chris LattnerMove the folding of gep null, 0, 0, 0 to a place where...
2004-02-15 Chris LattnerFix a bug in the recent rewrite of the leakdetector...
2004-02-15 Chris LattnerBy default, llvm.setjmp/llvm.longjmp intrinsics get...
2004-02-15 Chris LattnerRefactor code. Now the intrinsic lowering pass tries...
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-02-15 Chris LattnerAdd a new ConstantAggregateZero class, to fix PR239...
2004-02-15 Chris LattnerConstantArray::get and ConstantStruct::get now just...
2004-02-15 Chris LattnerRemove dependence on return type of ConstantStruct...
2004-02-15 Chris LattnerRemove dependence on the return type of ConstantArray...
2004-02-15 Chris LattnerKeep a cache of non-abstract null arrays and structs...
2004-02-14 Alkis EvlogimenosModularize implementation of LeakDetector into a typed...
2004-02-14 Chris LattnerA target that doesn't support these intrinsics will...
2004-02-14 Chris LattnerAdd llvm.memset/frameaddress/returnaddress intrinsics.
2004-02-14 Chris LattnerFix the logic in the name mangler. If there are two...
2004-02-12 Chris LattnerAdd support for the llvm.memmove intrinsic
2004-02-12 Chris LattnerImplement the llvm.memcpy intrinsic
2004-02-11 Chris LattnerInitialize the count instance variable.
2004-02-11 Chris LattnerRemove obsolete method
2004-02-09 Chris LattnerRemove the statistics
2004-02-09 Chris LattnerSpeed up type resolution some more. On the testcase...
2004-02-09 Chris LattnerImplement the hashing scheme in an attempt to speed...
2004-02-09 Chris LattnerCode cleanup in preparation for later changes. Now...
2004-02-09 Chris LattnerNow that all of the derived types have disciplined...
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerStart using the new and improve interface to FunctionTy...
2004-02-09 Chris LattnerTwo problems with these lines of code:
2004-02-09 Chris LattnerFix PR215: [bcwriter] Problem compactifying ConstantPoi...
2004-02-08 Chris Lattnervi failed me again. :)
2004-02-08 Chris LattnerRename the invoke 'except' destination to the 'unwind...
2004-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-02-04 Chris LattnerAdjust to the new BB ctor
2004-02-04 Chris LattnerWhen splitting a basic block, insert the new half immed...
2004-02-04 Chris LattnerIf changing a parent, don't add then remove the object...
2004-02-03 Chris LattnerIn BasicBlock::splitBasicBlock, just use islist::splice...
2004-02-02 Chris LattnerFloating point negates are -0.0 - X, not 0.0 - X
2004-02-01 Chris LattnerSecond half of a fix for PR218 & test/Regression/Assemb...
2004-02-01 Chris LattnerFix a crasher bug in my constant folding rewrite
2004-01-23 Chris LattnerFix a problem brian ran into with the bytecode reader...
2004-01-21 Misha BrukmanLet subclasses implement ModuleProvider::materializeMod...
2004-01-20 Chris LattnerSlotCalculator.h moved
2004-01-20 Chris LattnerMajor changes. Now we only compactify individual type...
2004-01-18 Chris LattnerAdd support for building the compactiontable for byteco...
2004-01-18 Chris LattnerEliminate special case handling for CPR's
2004-01-17 Chris LattnerBytecode format for LLVM 1.2 no longer explicitly encod...
2004-01-15 Chris LattnerCleanups & efficiency improvements
2004-01-15 Chris LattnerThe bcwriter does not want ConstantPointerRef's to...
2004-01-14 Chris LattnerWhen emitting bytecode, handle strings specially. ...
2004-01-14 Chris LattnerHrm, apparently I missed lowering this intrinsic. :(
2004-01-14 Chris LattnerFix bug in previous checkin: Demorgan would be ashamed...
2004-01-14 Chris LattnerImplement ConstantArray::isString
2004-01-14 Chris LattnerFix check. PHI nodes must be handled specially, of...
2004-01-14 Chris LattnerTighten up verifier checks. The result of an invoke...
2004-01-14 Chris LattnerThe only clients of the slot calculator are now the...
2004-01-13 Chris LattnerImplement a bunch of symbolic constant folding opportun...
2004-01-12 Chris LattnerImplement new Instruction::isRelational method
2004-01-12 Chris LattnerRearrange and comment code better. No functionality...
2004-01-12 Chris LattnerRename ConstantHandling.* -> ConstantFolding.*
2004-01-12 Chris LattnerRemove a whole bunch more ugliness. This is actually...
2004-01-12 Chris LattnerMove ConstantHandling.h into lib/VMCore and out of...
2004-01-12 Chris LattnerEliminate a lot of out-of-date comments, and all of...
2004-01-12 Chris LattnerEliminate usage of the wierd overloaded operator consta...
2004-01-12 Chris LattnerEliminate ConstantFoldShiftInstruction reference
2004-01-12 Chris LattnerRemove use of ConstantHandling itf
2004-01-12 Chris LattnerFix out of date comment, remove use of ConstantExpr...
2004-01-12 Chris LattnerRemove use of ConstantExpr::getShift
2004-01-12 Chris LattnerMake ConstantExpr::get work for shifts as well
2004-01-12 Chris LattnerMove prototype of llvm::ConstantFoldInstruction
2004-01-12 Chris LattnerMove llvm::ConstantFoldInstruction from here to Transfo...
2004-01-11 Chris LattnerImplement: Assembler/2004-01-11-getelementptrfolding.llx
2004-01-11 Chris LattnerUrg, remove testing code.
2004-01-11 Chris LattnerFix a regression that I introduced yesterday. :(
2004-01-10 Chris LattnerCheck in two changes:
2004-01-10 Chris LattnerHrm, another minor cleanup, which I missed before
2004-01-10 Chris LattnerMinor cleanup
2004-01-09 Chris LattnerFinegrainify namespacification
2004-01-06 Chris LattnerAdd support for new intrinsic
2004-01-05 Chris LattnerAdd VMCore and code generator support for debugging...
2003-12-31 Chris LattnerAdd some comments, add new getGlobalVariable method
2003-12-31 Chris Lattner* Make Module::getTypeName const
2003-12-31 Chris LattnerMake the lookup method const.
2003-12-31 Chris LattnerFix PR198
2003-12-31 Chris LattnerAdd comments
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerMove into the VMCore library
2003-12-28 Chris LattnerImplement the default implementation of the intrinsic...
2003-12-14 Chris LattnerFinegrainify namespacification
2003-12-07 Chris LattnerThe recalclulate method was a nasty hack that was once...
2003-12-07 Chris LattnerCompletely rewrite domset, idom, and domtree implementa...
2003-11-25 Chris LattnerFix const correctness
2003-11-25 Chris LattnerRelax constrains on GEP type indexes
2003-11-21 Chris LattnerCheck return types of functions
2003-11-21 Chris LattnerFix problem Reid was having with external globals and...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerFix some problems with assertions printing
2003-11-21 Chris Lattnerimprove error message
next