Fix bugs
[oota-llvm.git] / lib / Target /
2001-11-06 Vikram S. AdveBug fix: uninitialized variable.
2001-11-06 Vikram S. AdveBug fix: Printing AdIBef and AdIAft outside the scope...
2001-11-05 Vikram S. AdveModified graph construction to use one pass to find...
2001-11-04 Vikram S. AdveGenerate code for Rem instruction.
2001-11-04 Vikram S. AdveFixed instruction information for RDCCR and WRCCR.
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 SasankaAdded code to support correct saving of %ccr across...
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-10-29 Chris LattnerCheck in to use moved stringizing code
2001-10-28 Vikram S. AdveMinor fix I omitted to check in.
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 Vikram S. AdveGenerate SETX for 64-bit integers!
2001-10-28 Vikram S. AdveAdd SETX instruction for 64-bit constants.
2001-10-28 Vikram S. AdveNeed to subtract, not add, stack size in SAVE instruction!
2001-10-28 Vikram S. AdveMajor overhaul to print globals and constants.
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-28 Ruchira SasankaAdded spill code support; moved insertCallerSaving...
2001-10-24 Ruchira SasankaFixed load syntax in EmitAssembly
2001-10-24 Ruchira SasankaFixed logic for checking whether a LR received the...
2001-10-23 Ruchira SasankaCorrected a bug in SparcRegInfo.cpp - to add inserted...
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. AdveCosmetic changes only.
2001-10-22 Vikram S. AdveModify code that processes delay slots so that it prese...
2001-10-22 Vikram S. AdveUNUSED.
2001-10-22 Vikram S. AdveSplit JMPL into JMPLCALL and JMPLRET.
2001-10-22 Vikram S. AdveAdded a frame layout class, and code to insert prolog...
2001-10-22 Vikram S. AdveReordered registers slightly to simplify a new check.
2001-10-22 Vikram S. AdveSplit JMPL into JMPLCALL and JMPLRET so that IsCall...
2001-10-22 Vikram S. AdveAdded functions to generate prolog and epilog code.
2001-10-22 Vikram S. AdveAdded SAVE and RESTORE. Duplicated JMPL into JMPLCALL...
2001-10-22 Vikram S. AdveReordered a couple of registers to simplify some new...
2001-10-21 Ruchira SasankaAdded support for both call/jmpl instructions
2001-10-20 Vikram S. AdveFixed printing of offset operand for RETURN instruction.
2001-10-20 Vikram S. AdveUse CALL for direct function calls; JMPL for indirect...
2001-10-20 Vikram S. AdveMinor bug fix in printing operands of JMPL.
2001-10-19 Ruchira SasankaAdded code to support unusable Suggested Colors.
2001-10-19 Ruchira SasankaAdded code so that colorIGNode does not unnecessarily...
2001-10-19 Ruchira SasankaAdded code to PhyRegAlloc to mark unusable suggested...
2001-10-19 Ruchira SasankaCorrected call interference bug - suggested color not...
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 support for condition code loading/stroing in...
2001-10-18 Ruchira Sasankaremoved some debug messages
2001-10-18 Chris LattnerChange Sources specifier to ExtraSources
2001-10-18 Vikram S. Adve1. Move most of the constant-fixup code into machine...
2001-10-18 Vikram S. AdveSparc-specific code shared between local files.
2001-10-18 Vikram S. AdveMoved implementation of class UltraSparcInstrInfo to...
2001-10-18 Vikram S. AdveAdded virtual function to generate an instruction seque...
2001-10-18 Vikram S. AdveMoved implementation of class UltraSparcInstrInfo here.
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-17 Vikram S. AdveOnly list automatically generated .cpp files.
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 SasankaNo major change - added some comments
2001-10-16 Ruchira SasankaAdded support for caller saving
2001-10-15 Chris LattnerEmit the proper .type declarations to tell the debugger...
2001-10-15 Chris LattnerHandle abnormal jmpl syntax correctly
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 Sasanka--added support for implicit operands
2001-10-15 Ruchira Sasankaupdated suggesting/coloring of call & return args ...
2001-10-15 Ruchira Sasankaupdated suggesting/coloring of call & return args ...
2001-10-15 Ruchira Sasankafixed a coalscing bug
2001-10-15 Chris LattnerBe const correct
2001-10-14 Vikram S. AdveForward operands into implicit uses as well as explicit...
2001-10-14 Vikram S. AdveTwo bug fixes that were suppressing some "load-constant...
2001-10-14 Chris LattnerMove the burg file to here. Add .in suffix to indicate...
2001-10-14 Chris LattnerMake the sparc.burg file be a little more flexible...
2001-10-13 Chris LattnerFix broken #endif
2001-10-13 Chris Lattner* Add #include
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-12 Ruchira Sasankaadded support for implict operands in machine instruction
2001-10-12 Ruchira Sasanka--added support for implicit operands in machine instru...
2001-10-11 Vikram S. AdveRecord implicitRefs for each machine instruction instead of
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. AdveInsert code to load constants used as Call or Return...
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-09 Ruchira Sasanka--removed %g regs being allocated - fix later
2001-10-03 Chris Lattner* Both Method & GlobalVariable now subclass GlobalValue
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 more support for new style casts
2001-10-01 Chris LattnerAdd support for new style casts
2001-10-01 Chris LattnerPull predecessor and successor iterators out of the...
2001-10-01 Chris LattnerFix emission of return instructions
2001-10-01 Vikram S. AdveSeveral fixes:
2001-09-30 Ruchira Sasankaremoving phy regaloc - incorrect file
next