oota-llvm.git
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.
2002-04-15 Chris Lattner* s/Method/Function
2002-04-14 Chris LattnerCheckin first unit testcases for the backend
2002-04-14 Chris Lattner* s/Method/Function
2002-04-14 Chris LattnerTurn off debug output
2002-04-14 Chris Lattners/Method/Function
2002-04-14 Chris LattnerUpdate documentation a LOT, make it more accurate and...
2002-04-13 Chris Lattner* Allow datasize to be specified on the commandline
2002-04-13 Chris Lattner* Fix bug: test/Regression/Verifier/2002-04-13-RetTypes.ll
2002-04-13 Chris LattnerNew testcase for the verifier
2002-04-13 Chris LattnerMinor bugfix for previous checkin
2002-04-13 Chris Lattner* Remove obselete code for unsized arrays
2002-04-13 Chris Lattner* Give alloca's for pool descriptors better names than...
2002-04-13 Chris Lattner* Add names to the symbol table for pool types and...
2002-04-13 Chris LattnerAdd Module::getTypeName
2002-04-13 Chris LattnerAdd info about the StringList class
2002-04-13 Chris Lattner* Clean up code to use isa & dyncast instead of poking...
2002-04-13 Chris Lattner* Add the printm pass to allow dumping the entire modul...
2002-04-12 Chris LattnerImplement function rewriting to use offsets instead...
2002-04-12 Chris Lattner* Add comment
2002-04-12 Chris LattnerExpose funcresolve pass through opt
2002-04-12 Chris LattnerAdd new check of return value type matching ret instruc...
2002-04-12 Chris LattnerFix pure virtual function called exception!
2002-04-11 Chris LattnerHandle the FP format problem, where outputed FP constan...
2002-04-10 Chris Lattner* The cleangcc pass is broken into two parts, we only...
2002-04-10 Chris LattnerThe cleangcc pass is brokeninto two pieces, execute...
2002-04-10 Chris Lattner* Add documentation
2002-04-10 Chris LattnerPrint out what the root of the call graph is.
2002-04-10 Chris LattnerSplit the CleanupGCCOutput pass into two passes, and...
2002-04-10 Chris LattnerAllow a pass to obtain an analysis result for updating.
2002-04-10 Chris LattnerNew testcase for structure valued parameters.
2002-04-09 Chris LattnerImplement TODO, fixing bug:
2002-04-09 Chris LattnerNew testcase
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerEliminate unneccesary extraneous iterators
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerUpdate comment to reflect class name change.
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerMove FunctionArgument out of iOther.h into Argument...
2002-04-09 Chris LattnerAdd explicit #includes of Function.h to make up for...
2002-04-09 Chris LattnerUse explicit .get() calls to avoid having to #include...
2002-04-09 Chris LattnerAdd #includes to make up for #includes pruned out of...
2002-04-09 Chris LattnerAdd a couple of extra casts to avoid extra #include
2002-04-09 Chris LattnerAdd a couple of extra casts to avoid having to add...
2002-04-09 Chris LattnerUse .get() explicitly and add a few extra casts to...
2002-04-09 Chris LattnerUse opaque decl instead of #include
2002-04-09 Chris LattneriUse new form of pop_back to make code more concise
2002-04-09 Chris LattnerNo need to reserve space, erasing does not change the...
2002-04-09 Chris LattnerRewrite MachineCodeForBasicBlock in terms of containmen...
2002-04-09 Chris LattnerDelete NOP instructions as they are eliminated.
2002-04-09 Chris LattnerFree memory when done with it.
2002-04-09 Chris Lattner* Add a file header with some information
next