getNodes() is gone, use node_begin/end instead
[oota-llvm.git] / lib / VMCore /
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
2003-11-21 Chris LattnerMinor cleanups and simplifications
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-20 Chris LattnerSpew symbolic types!
2003-11-20 Chris LattnerSomehow I forgot poor little UnwindInst
2003-11-20 Chris Lattner* Finegrainify namespacification
2003-11-20 Chris LattnerDon't crash if we are printing an orphaned basic block!
2003-11-19 Chris LattnerReally, there was a reason for me factoring that out
2003-11-19 Chris Lattner*** Significantly speed up type resultion
2003-11-19 Chris LattnerFinegrainify namespacification
2003-11-19 Chris LattnerFix PR130, and testcase test/Regression/Linker/2003...
2003-11-17 Chris LattnerImplement == and != correctly. Before they would incor...
2003-11-17 Chris LattnerThe ConstantPointer class is now gone.
2003-11-17 Chris LattnerNo REALLY, get rid of ConstantPointer references
2003-11-17 Chris LattnerEliminate use of the ConstantPointer class
2003-11-17 Chris LattnerConstant folding shalt not be built on annotations
2003-11-17 Chris LattnerBe a bit more tolerant of broken code
2003-11-16 Brian GaekeWhen you hand WriteAsOperand a type, it now prints...
2003-11-16 Brian GaekeWhen failing a Verifier assertion, use WriteAsOperand...
2003-11-16 Chris LattnerDon't print 'No predecessors!' on the entry block
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-13 Chris LattnerExpose the verifier to opt
2003-11-12 Chris LattnerDetect problems with PHI node operands!
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerFix PR95. I'm checking this patch in for Reid Spencer...
2003-11-09 Chris LattnerAdd an assertion
2003-11-05 Chris LattnerFurther fixes for PR93
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-11-05 Chris LattnerIf we're not checking, don't check!
2003-11-05 Chris LattnerMake code gcc 3.4 clean
2003-11-04 Chris LattnerFix spello
2003-11-04 John CriswellChecking in Chris's suggestions:
2003-11-03 Chris LattnerFix InstCombine/2003-11-03-VarargsCallBug.ll
2003-10-31 Chris LattnerDid I mention that I _HATE_ CPRs?
2003-10-31 Chris LattnerConstant pointer refs are causing these to fail unneces...
2003-10-31 Alkis EvlogimenosUse already existing classes for post order iterator.
next