Include all header files individually instead of this one
[oota-llvm.git] / lib /
2002-01-21 Chris LattnerPull stuff out of opt namespace
2002-01-21 Chris LattnerRename SwapStructureContents -> IPO/SimpleStructMutation
2002-01-21 Chris LattnerImplementation of the new spiffy pass system
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-21 Chris LattnerOops lost a parenthesis somehow :(
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-08 Ruchira SasankaFixed a bug in spill cost estimation
2002-01-07 Ruchira SasankaPhyRegAlloc.cpp: Added temp area resetting before every...
2002-01-07 Ruchira SasankaAdded more comments
2002-01-07 Ruchira Sasankaremoved SizeOfStackOperand constant from the SparcRegIn...
2002-01-07 Ruchira SasankaAdded more comments
2002-01-07 Ruchira SasankaAdded comments and correct logic for finding register...
2002-01-07 Ruchira SasankaAdded destructors and comments.
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-12-15 Vikram S. AdveEliminate function getIndicesBROKEN().
2001-12-15 Vikram S. AdveEliminate all uses of memInst->getIndicesBROKEN().
2001-12-15 Vikram S. AdvegetIndexedOffset() shd take vector of Values, not of...
2001-12-15 Vikram S. AdveRemove int hack to allow unsigned numbers greater than...
2001-12-14 Chris Lattnerinitial checkin
2001-12-14 Chris Lattner* Support the new -q flag for automated tests
2001-12-14 Chris Lattner* Assert that indices are valid for an indexing instruc...
2001-12-14 Chris LattnerRename ConstPoolVals.cpp to Constants.cpp
2001-12-14 Chris LattnerRemove unsized array support
2001-12-14 Chris LattnerMake strings SByte* arrays instead of UByte * arrays
2001-12-14 Chris Lattner* isFirstClassType is now provided by the Type class
2001-12-14 Chris Lattner* add ReplaceInstWithInst
2001-12-14 Chris LattnerRemove unsized array support
2001-12-14 Chris Lattner* Support pointer indexing
2001-12-14 Chris LattnerMany many changes and bugfixes:
2001-12-14 Chris LattnerThe proper prototype for malloc returns a pointer,...
2001-12-14 Chris LattnerAllow pointer indexing
2001-12-14 Chris LattnerRemove unsized array support
2001-12-14 Chris LattnerAdd pointer indexing support
2001-12-14 Chris LattnerDon't waste as much horizontal space on #uses flag...
2001-12-14 Chris Lattner* Fix cases where we were calling Type->getName() inste...
2001-12-14 Chris Lattner* Refactor trace values to work as a proper pass. ...
2001-12-13 Ruchira Sasankaadded a section on how to modify live variable code...
2001-12-13 Chris LattnerNot just arrays are unsized
2001-12-13 Chris LattnerAssertion could never fail because another one would...
2001-12-13 Chris LattnerSome programs are using BB's as values, until we resolv...
2001-12-13 Chris LattnerBuild runtime library with local GCCAS
2001-12-13 Chris LattnerImplement sprintf
2001-12-13 Chris LattnerSwap operands now preserves the semantics of the binary...
2001-12-13 Chris LattnerAdd debugging to make a more useful message if a value...
2001-12-08 Ruchira SasankaAdded more comments. Added code to destructor in Method...
2001-12-08 Ruchira SasankaAdded comments are more documentation info
2001-12-07 Chris LattnerImplement more general conversions for getelementptr...
2001-12-07 Chris LattnerRemove code that is superceeded by code in ExprTypeConv...
2001-12-07 Chris LattnerDon't insert scales of 1 :)
2001-12-06 Chris LattnerDo not pessimize users of this function. Fix logic.
2001-12-06 Chris LattnerWe can do cast-add elimination even on casts that reint...
2001-12-06 Chris LattnerFix bug that caused invalid transformations to be applied
2001-12-05 Chris LattnerActually return true when a change has been made
2001-12-05 Chris LattnerHandle more complex array indexing expressions
2001-12-05 Chris LattnerFix pessimizations on sized arrays
2001-12-05 Chris LattnerFix a few bugs. Fix pessimization handling sized arrays
2001-12-05 Chris Lattner"fix" problems processing floating point expressions
2001-12-05 Chris LattnerHrm, don't do debugging output when debugging is off...
2001-12-05 Chris LattnerFixes to type conversion stuff to match induction varia...
2001-12-05 Chris LattnerFix a bug that clobbered the step value on some inputs
2001-12-04 Chris LattnerFix a bug introduced by "internal linkage" work.
2001-12-04 Chris LattnerFix bugs, don't do external methods which causes segv.
2001-12-04 Chris LattnerRemove printouts
2001-12-04 Chris LattnerFix a pessimization due to sucky LI testing
2001-12-04 Chris LattnerImplement induction variable simplification
2001-12-04 Chris LattnerAllow hyphens in identifier names
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-12-03 Chris LattnerInitial checkin of indvar stuff
2001-12-03 Chris LattnerCompile the scalar directory
2001-12-03 Chris LattnerInduction variables must be phi nodes
2001-11-29 Chris LattnerMove support directory
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerMove DataTypes.h from llvm/Support to just Support
2001-11-26 Chris LattnerTurn off debug info
2001-11-26 Chris LattnerUse pointertype where appropriate
2001-11-26 Chris LattnerRemove invalid,unneccesary ## token
2001-11-26 Chris LattnerImplement internal
2001-11-26 Chris LattnerMake strings be internal
2001-11-26 Chris LattnerRemove debugging output
2001-11-26 Chris LattnerSupport internal linkage
2001-11-26 Chris LattnerBuild IPO directory
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-26 Chris LattnerInclude const prop as part of -raise
2001-11-26 Chris Lattner* Implement support for folding multiple single letter...
2001-11-26 Chris LattnerMisc cleanups
2001-11-26 Chris LattnerExpose constant propogation of an instruction in a...
2001-11-26 Chris LattnerStuff after a #endif is not valid CPP input and breaks...
2001-11-26 Chris LattnerImplement internal method support
2001-11-26 Chris LattnerImplement support for internal methods
2001-11-26 Chris LattnerImplement writer support for Loops, Induction Variables...
2001-11-26 Chris LattnerMake Mul work right
2001-11-26 Chris LattnerFix a bad assertion to be correct . The root basic...
2001-11-26 Chris LattnerImplement a new entry node that has edges to all extern...
2001-11-26 Chris LattnerImplement DCE of global values
2001-11-26 Chris Lattner* Implement dominator based loop identification
2001-11-26 Chris Lattner* Implement array indexing in lli
2001-11-26 Chris LattnerSupport Array Indexing
2001-11-26 Chris LattnerImplement: isLosslesslyConvertableTo and new CompositeT...
next