We actually don't have spiff anymore
[oota-llvm.git] / lib / VMCore /
2004-04-11 Chris LattnerAdd a missing break, which caused a crash in an obscure...
2004-04-09 John CriswellReversed the order of the llvm.writeport() operands...
2004-04-08 John CriswellAdded the llvm.readport and llvm.writeport intrinsics.
2004-04-05 Chris LattnerDo not mangle intrinsics in any way!
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-04-04 Chris LattnerAdd ConstantExpr::get(Sign|Zero)Extend methods
2004-04-02 Chris LattnerMake the verifier API more complete and useful.
2004-03-31 Chris LattnerFix linking of constant expr casts due to type resoluti...
2004-03-31 Chris LattnerAdd support for constant expr casts
2004-03-30 Chris LattnerFix a latent bug in select constantexpr handling that...
2004-03-30 Chris LattnerAdd some new methods
2004-03-29 Chris LattnerAdjust to new itf
2004-03-29 Chris LattnerHandle -0.0 correctly
2004-03-29 Chris LattnerAdd a bunch of methods that should have been added...
2004-03-29 Chris LattnerAdd another check
2004-03-29 Chris LattnerFix an assertion
2004-03-26 Chris LattnerAdd two methods which have been needed for a long time...
2004-03-14 Chris LattnerCatch some more cases of broken code. The loop extract...
2004-03-14 Chris LattnerverifyFunction has been broken for a long time now...
2004-03-13 Chris LattnerRename the intrinsic enum values for llvm.va_* from...
2004-03-12 Misha BrukmanKeep transitively-required passes alive for queries...
2004-03-12 Chris LattnerAdd support for checking the select instruction
2004-03-12 Chris LattnerKnow the opcode name of the select instruction
2004-03-12 Chris LattnerAdd support for select constant expressions. Use reser...
2004-03-12 Chris LattnerAdd new function
2004-03-12 Chris LattnerTeach the constant folder how to do select instructions
2004-03-12 Chris LattnerPrint select instructions correctly
2004-03-11 Misha BrukmanFix indentation.
2004-03-08 Chris LattnerAdjust to new interface
2004-03-08 Chris LattnerImplement test/Regression/Assembler/2004-03-07-Function...
2004-03-08 Chris LattnerRemove Module::mutateConstantPointerRef, which is now...
2004-03-08 Chris LattnerEliminate nightmarish API
2004-03-02 Misha BrukmanDoxygenify comments.
2004-03-01 Misha Brukman* If a badref has a name, print it out for ease of...
2004-02-29 Chris LattnerFix -debug-pass=Executions, which relied on Function...
2004-02-28 Brian GaekeFix typo in comment
2004-02-27 Chris LattnerFix Regression/Assembler/2004-02-27-SelfUseAssertError.ll
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...
next