oota-llvm.git
2002-04-28 Chris LattnerUse operator << to print modules
2002-04-28 Chris LattnerSymTabValue class incorporated into Function and Module...
2002-04-28 Chris LattnerInclude an operator<<, to print modules
2002-04-28 Chris LattnerEliminate use of SymTabValue class
2002-04-28 Chris LattnerThe contents of the SymTabValue class have been incorpo...
2002-04-28 Chris Lattner* Incorporate the contents of SymTabValue into Function...
2002-04-28 Chris LattnerModule's are no longer values
2002-04-28 Chris LattnerSimplify code
2002-04-28 Chris LattnerRemove unneccesary #include
2002-04-28 Chris LattnerModule's are no longer Value subclasses
2002-04-28 Chris LattnerFix signed/unsigned comparison warning
2002-04-28 Chris LattnerRemove forward def'ns that are already in Value.h
2002-04-28 Chris Lattners/Method/Function
2002-04-28 Chris LattnerModule's are no longer Value's.
2002-04-28 Chris LattnerThe interesting contents of SymTabValue were incorporat...
2002-04-28 Chris Lattner* Module's are no longer Value's
2002-04-28 Chris LattnerAdd a forward defn for Module since it's no longer...
2002-04-28 Chris Lattner* Incorporate the functionality of SymTabValue into...
2002-04-28 Chris LattnerNew testcase for GCSE
2002-04-28 Chris LattnerTest GCSE
2002-04-28 Chris LattnerRun GCSE as part of gccas.
2002-04-28 Chris LattnerExpose new GCSE pass
2002-04-28 Chris LattnerInitial checkin of simple&fast SSA based GCSE algorithm
2002-04-28 Chris LattnerChange the Dominator info and LoopInfo classes to keep...
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattners/Method/Function in classname
2002-04-27 Chris LattnerRemove old file that will never be used
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-27 Chris LattnerChanges because the Terminator::getSuccessor function...
2002-04-27 Chris LattnerUse the cast<> operator in favor of C style casts
2002-04-27 Chris LattnerChange the semantics of getSuccessor to FAIL if an...
2002-04-27 Chris Lattner* Change Constant::getNullConstant to Constant::getNull...
2002-04-27 Chris LattnerAdd support for tracking array allocations
2002-04-27 Chris LattnerAllow the inline limit to be modified on the commandlin...
2002-04-27 Chris LattnerSupport array allocations
2002-04-27 Chris LattnerTrivial simplification of code
2002-04-27 Chris Lattner* Change Constant::getNullConstant to Constant::getNull...
2002-04-27 Chris LattnerChange Constant::getNullConstant to Constant::getNullValue
2002-04-27 Chris LattnerSimplify code a bit
2002-04-27 Chris LattnerRename getNullConstant to getNullValue
2002-04-25 Vikram S. AdveAdded functions to compute the offset of a given incomi...
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-25 Vikram S. AdveDon't pad spills and temp. stack areas for alignment.
2002-04-25 Vikram S. AdveMajor changes to how int and FP arguments are handled...
2002-04-25 Vikram S. AdveAdded functions to compute which register, if any,...
2002-04-25 Vikram S. AdveInsert copy operations for FP arguments to a varargs...
2002-04-25 Vikram S. AdveImplementation of class MachineFrameInfo.
2002-04-25 Vikram S. AdveDon't record instructions for copying method arguments...
2002-04-25 Vikram S. AdveImprove printing during dumps.
2002-04-25 Vikram S. AdveOptional args are no longer allocated as they are disco...
2002-04-24 Chris Lattner* Abort program on verification errors
2002-04-18 Chris LattnerAdd some basic checks of CallInst's.
2002-04-18 Chris LattnerPrograms that actually free memory were broken
2002-04-18 Chris LattnerChanges to make print pass work!
2002-04-18 Chris Lattner* Convert the verifier to use an InstVisitor to be...
2002-04-18 Chris LattnerNew testcase
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-18 Chris LattnerAdd new api for basic signal handling for tools
2002-04-18 Chris LattnerNew api for signal handling for LLVM tools
2002-04-18 Chris LattnerMove asmwriter/getStrValue cruft into AsmWriter.cpp...
2002-04-18 Chris LattnerPull all of the getStrValue implementation cruft out...
2002-04-18 Chris LattnerAdd a fixme so that we don't forget this is broken.
2002-04-18 Chris LattnerRemove getStrValue method from Constant implementations...
2002-04-18 Chris Lattner* getAsString requires that the input array is string...
2002-04-18 Chris LattnerMake debugging code not use getStrValue
2002-04-18 Chris LattnerJust use << isntead of forcing getStrValue
2002-04-18 Chris LattnerPrint argument scalars as ellipses instead of boxes
2002-04-18 Chris LattnerSignificantly rework InstructionCombining to work bette...
2002-04-18 Chris LattnerNew testcase.
2002-04-18 Chris Lattner* Add a comment to the header giving a breif overview...
2002-04-18 Chris Lattner* Make dtor virtual
2002-04-18 Chris LattnerCheck in the first test: make sure getelementptr gets...
2002-04-18 Chris LattnerTest the instruction combiner
2002-04-18 Chris LattnerConvert SCCP over to use InstVisitor instead of hand...
2002-04-18 Chris LattnerRemove gep::isStructSelector
2002-04-18 Chris LattnerGEP instructions can never be constant propogated.
2002-04-18 Chris LattnerStore instructions always return void, so they never...
2002-04-18 Chris LattnerCorrectly transform dependant arguments, allowing the...
2002-04-18 Chris Lattner* StoreInst's shouldn't take names (they are _always_...
2002-04-17 Chris LattnerFix a bug printing out %c formated characters.
2002-04-17 Chris LattnerInline indirect function calls that are only capable...
2002-04-17 Chris LattnerMake data structure acurately get ALL edges, even loads...
2002-04-17 Chris LattnerMake data structure acurately get ALL edges, even loads...
2002-04-16 Chris LattnerAdd casts for documentation
2002-04-16 Chris Lattner* Clean up the code a bit
2002-04-16 Chris LattnerRemove old frivolous uses of getStrValue in a debugging...
2002-04-16 Chris LattnerRemove unneccesary cast
2002-04-16 Chris LattnerChanges to:
2002-04-16 Chris LattnerFix for buggy test
2002-04-16 Chris Lattner* Remove the concept of a critical shadow node
2002-04-16 Chris LattnerRemove the concept of a critical shadow node
2002-04-16 Chris LattnerNew testcase
2002-04-16 Chris LattnerNew testcase
2002-04-16 Chris Lattner* Eliminate ArgDSNode's completely, now rely on scalar map
2002-04-16 Chris Lattner* Eliminate ArgDSNode's completely, rely now on Scalar map
2002-04-15 Chris Lattnerrun an extra pass after a function has been transformed...
2002-04-15 Chris LattnerOnly print debug message if DEBUG_RA is on
2002-04-15 Chris LattnerOnly emit message if DEBUG_RA is on
2002-04-15 Chris LattnerEliminate cast of same type instructions.
next