oota-llvm.git
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerChuck fixed the GCC problems so this hack is now unnecc...
2002-01-21 Chris LattnerElminate an unused variable
2002-01-21 Chris LattnerReenable warning now that Chuck fixed GCC
2002-01-21 Chris LattnerEliminate opt library
2002-01-21 Chris LattnerRemove dead variable
2002-01-21 Chris LattnerRemove dead variable.
2002-01-21 Chris LattnerFix for problem that caused both HUGE and INVALID laten...
2002-01-21 Chris LattnerInclude all header files individually instead of this one
2002-01-21 Chris LattnerPull stuff out of opt namespace
2002-01-21 Chris LattnerRename SwapStructureContents -> IPO/SimpleStructMutation
2002-01-21 Chris LattnerMoved header
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 LattnerImplement a more powerful, simpler, pass system. This...
2002-01-21 Chris LattnerAdd a path to LD_LIBRARY_PATH so that programs can...
2002-01-21 Chris LattnerOops lost a parenthesis somehow :(
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2002-01-20 Chris LattnerAdd a note about endl semantics
2002-01-08 Ruchira Sasanka*** empty log message ***
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 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 SasankaMachineRegInfo: Added a method to get the size of a...
2002-01-07 Ruchira SasankaAdded comments, destructors where necessary.
2001-12-15 Vikram S. AdveRenamed Makefile.target to Makefile.tests and folded in
2001-12-15 Vikram S. AdveRename Makefile.target to Makefile.tests.
2001-12-15 Vikram S. AdveRenaming to Makefile.tests
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-15 Vikram S. AdveRun testsparc, not testcodegen for testing the back...
2001-12-14 Chris Lattnerinitial checkin
2001-12-14 Chris LattnerInitial checkin of instcombine
2001-12-14 Chris LattnerAdd instruction combining pass
2001-12-14 Chris Lattner* Support the new -q flag for automated tests
2001-12-14 Chris LattnerAdd more passes to run after raising
2001-12-14 Chris LattnerUpdate LLVM tests to use new pointer indexing, and...
2001-12-14 Chris LattnerBuild Programs subdirectory
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-14 Chris LattnerRefactor trace values to work as a proper pass. Before...
2001-12-14 Chris Lattner* Remove support for unsized arrays.
2001-12-14 Chris LattnerPointerType and ArrayType now subclass Sequential type...
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 strlen strdup strcmp
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-13 Chris LattnerImplement some nice functions useful for looking at...
2001-12-13 Chris LattnerImplement proper iterator tags
2001-12-13 Chris LattnerSubclasses can change the opcode of an instruction
2001-12-13 Chris LattnerConstants KNOW they are of a derived type
2001-12-12 Vikram S. AdveAdded TRACEM option. Use -g when building native code...
2001-12-09 Ruchira SasankaDocumentation (draft) for reg alloc
2001-12-09 Chris LattnerUse _LOCAL_ gccas to build instead of Chris's
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-08 Chris LattnerTell the user if a file is corrupt or not... not that...
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-07 Chris LattnerRun DCE before cleanupGCCoutput which will cause some...
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 LattnerRemove unnecesary namespace impot
2001-12-05 Chris LattnerSimplify induction variables before 'raising' the repre...
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
next