Fix bugs
[oota-llvm.git] / lib / CodeGen /
2001-11-06 Vikram S. AdveBug fix: uninitialized variable.
2001-11-05 Vikram S. AdveModified graph construction to use one pass to find...
2001-11-05 Vikram S. AdveMake reg. numbers signed ints.
2001-11-04 Chris LattnerMinor method rename
2001-11-03 Ruchira SasankaAdded an assertion since it seems like AdjList returns...
2001-11-03 Ruchira SasankaAdded support for correct spilling of %ccr
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-10-28 Vikram S. AdveRecord constants that need to be emitted in the assembl...
2001-10-28 Vikram S. AdveAllow combinations of True/Anti/Output flags for each...
2001-10-28 Vikram S. AdveAdd edges between call instructions and (a) load/store...
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-28 Ruchira SasankaAdded spill code support; moved insertCallerSaving...
2001-10-23 Ruchira Sasankaadded support to move "added instructions" after the...
2001-10-23 Ruchira SasankaAdded support to move "added instructions" after the...
2001-10-22 Vikram S. AdveUse class MachineCodeForMethod to print machine code.
2001-10-22 Vikram S. AdveAdded class MachineCodeForMethod.
2001-10-22 Vikram S. AdveCosmetic changes only.
2001-10-22 Vikram S. AdveModify code that processes delay slots so that it prese...
2001-10-21 Ruchira SasankaAdded support for both call/jmpl instructions
2001-10-19 Ruchira SasankaAdded code to support unusable Suggested Colors.
2001-10-19 Ruchira SasankaAdded code to PhyRegAlloc to mark unusable suggested...
2001-10-19 Ruchira SasankaChanged Call interference info
2001-10-19 Ruchira SasankaCorrected call interference bug
2001-10-18 Ruchira Sasankano major change
2001-10-18 Ruchira SasankaAdded implict operand printing for operator( ostream...
2001-10-18 Ruchira Sasankaremoved some debug messages
2001-10-17 Vikram S. Adve1. Add a bottom-up pass on BURG trees that is used...
2001-10-17 Vikram S. AdveSeparate VM instruction that generates the instructions...
2001-10-17 Vikram S. Adve*** empty log message ***
2001-10-16 Ruchira Sasankachanged debugg message printing - no change to useful...
2001-10-16 Ruchira SasankaNo major change - commented some debug code
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Chris LattnerPrint Debug Code to stderr instead of stdout so that...
2001-10-15 Chris LattnerOutput to cerr rather than cout so that debug info...
2001-10-15 Ruchira Sasankaupdated suggesting/coloring of call & return args ...
2001-10-15 Ruchira Sasankafixed a coalscing bug
2001-10-13 Chris Lattner* Fix privacy issues on RegToRefVecMap
2001-10-12 Ruchira Sasanka--corrected coalescing test: coalsed only if two are...
2001-10-11 Vikram S. AdveAdd graph edges due to implicit refs in each machine...
2001-10-10 Vikram S. AdveDon't insert useful instructions in delay slot of a...
2001-10-10 Vikram S. AdveMachine-independent code generation routines used in...
2001-10-10 Vikram S. AdveMoved code generation support routines to InstrSelectio...
2001-10-02 Chris LattnerCommit more code over to new cast style
2001-10-01 Chris LattnerConvert more code to use new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-09-30 Ruchira Sasankaremoving phy regaloc - incorrect file
2001-09-30 Vikram S. AdveChange ! ( ...== ...) to !=.
2001-09-30 Vikram S. AdveImproved dump for disp type operand.
2001-09-30 Vikram S. AdveBug fixes:
2001-09-30 Vikram S. AdveMinor changes for bug fixes in SchedGraph.cpp.
2001-09-30 Vikram S. AdveTwo bug fixes:
2001-09-30 Ruchira Sasankaadded suggesting color support
2001-09-30 Ruchira Sasanka--added suggesting colors; call/ret arg handling
2001-09-28 Chris LattnerPull iterators out of CFG.h and CFGdecls and put them...
2001-09-19 Ruchira Sasanka-- removed debugging messages
2001-09-19 Ruchira Sasanka-fixed return value bug.
2001-09-19 Chris LattnerChange debug info from #define to command line option
2001-09-19 Chris LattnerChange debug info from #define to command line option
2001-09-19 Chris Lattner* REMOVE extraneous debug info if DEBUG_RA is not set
2001-09-18 Ruchira Sasanka*** empty log message ***
2001-09-18 Ruchira Sasanka-- updated printing
2001-09-18 Chris LattnerRemove a copy of a bunch of code
2001-09-18 Chris LattnerDon't check for null on delete
2001-09-18 Vikram S. AdveCast unsigned to int! It was causing a nice little...
2001-09-18 Vikram S. AdveMinor changes.
2001-09-18 Vikram S. AdveDon't add instructions to subtree for Phi or Call.
2001-09-18 Vikram S. AdveFormat file header.
2001-09-18 Vikram S. AdveAdd new entry/exit edges when removing delay slot nodes...
2001-09-18 Vikram S. AdveMoved erase edge functions to class SchedGraph.
2001-09-18 Vikram S. AdveRenamed some header files.
2001-09-18 Vikram S. AdveMoved erase-edge functions from SchedGraphNode to Sched...
2001-09-18 Vikram S. AdveMinor fixes: renamed target machine files; fold sched...
2001-09-15 Ruchira Sasankamodified machine code printing
2001-09-15 Ruchira Sasanka--added methods for printing
2001-09-15 Ruchira Sasankaadded setRegForValue to MachineOperand class
2001-09-15 Ruchira Sasankafixed printing messages
2001-09-15 Ruchira Sasanka-- debug messages dissabled
2001-09-15 Ruchira Sasanka--reg alloc code added
2001-09-15 Ruchira Sasanka-reg alloc code
2001-09-14 Ruchira Sasankaadded RegAlloc Directory to DIRS
2001-09-14 Ruchira Sasanka*** empty log message ***
2001-09-14 Chris LattnerAdd a forward decl, oops.
2001-09-14 Chris LattnerChris seems fond of #include <vector>. Fix these....
2001-09-14 Chris LattnerSplit Target/Machine.h into three files:
2001-09-14 Chris LattnerMake a new llvm/Target #include directory.
2001-09-14 Chris LattnerCheckin changes to:
2001-09-14 Chris LattnerMove the sparc target to a new lib/Target directory
2001-09-14 Chris LattnerMove the contents of the CodeGen/TargetMachine/Sparc...
2001-09-14 Chris LattnerThis checkin represents some cleanup of the backend...
2001-09-14 Chris LattnerUpdates to use local header files.
2001-09-12 Chris LattnerMore cleanups, preparing to revamp InstrForest to,...
2001-09-12 Chris Lattner* Clean up InstrForest
2001-09-11 Chris LattnerEliminate 'BasicNode' from InstrForest.
2001-09-11 Chris LattnerEliminate MainTreeNode function
2001-09-11 Chris LattnerRemove irrelevant gross K&R Cisms
2001-09-10 Chris LattnerUse type checking predicates
2001-09-10 Chris LattnerUse correct casts
2001-09-10 Chris LattnerUse predicate for Value type test
2001-09-10 Chris LattnerUse predicate for Value type test
next