Make the rest of file header comments consistent in format and style
[oota-llvm.git] / lib / Target / SparcV9 /
2005-01-29 Chris LattnerFinegrainify namespacification.
2005-01-29 Chris Lattneradd namespace qualifier
2005-01-24 Chris LattnerFix a spurious warning.
2005-01-18 Tanya LattnerMinor changes.
2005-01-17 Tanya LattnerAdded tmp instructions to preserve ssa.
2005-01-16 Tanya LattnerAdded paramters to a few functions in order to allow...
2005-01-16 Chris Lattnercycles_t -> CycleCount_t
2005-01-16 Reid SpencerRename BUILD_* to PROJ_*
2005-01-16 Tanya LattnerFixed a couple of instructions that broke SSA.
2004-12-16 Tanya LattnerChris is a pain ;) Removing reassociate.
2004-12-16 Tanya LattnerRemoving commented out lines.
2004-12-16 Tanya LattnerRemoved LICM and GCSE.
2004-12-16 Chris LattnerRemove dead #include
2004-12-16 Chris LattnerUse the rules in Makefile.rules to build SparcV9GenCode...
2004-12-16 Chris LattnerFix header
2004-12-12 Chris LattnerUse the target triple to pick this target.
2004-12-03 Tanya LattnerWhen writing kernel, save the branches til the end...
2004-12-02 Chris LattnerThe stripping pass as we know it is about to disappear
2004-12-02 Tanya LattnerReworked branch adding in prologue. Added check for...
2004-11-30 Chris LattnerRemove extraneous namespacification. In particular...
2004-11-29 Tanya LattnerReworked branching so we don't handle BAs specially...
2004-11-28 Tanya LattnerFixed bug where instructions in the kernel were not...
2004-11-24 Tanya LattnerForced branches to be first to be scheduled.
2004-11-23 Chris LattnerSquelch a bogus warning
2004-11-23 Tanya LattnerChanged the CreateCodeToLoadConst function to preserve...
2004-11-22 Chris LattnerRemove some dead vars and some useless namespacification
2004-11-22 Chris LattnerImplement a disgusting hack to work around broken machi...
2004-11-22 Tanya LattnerFixed a bug where I was trying to ModuloSchedule a...
2004-11-22 Chris LattnerRemove JIT-specific code from the code emitter.
2004-11-22 Chris LattnerNew methods implemented
2004-11-22 Chris LattnerImplement the Sparc JIT interfaces, including relocatio...
2004-11-22 Chris LattnerInitial checkin of the V9 relocation types
2004-11-20 Chris LattnerAdjust to changed interfaces
2004-11-20 Chris LattnerThis method was never implemented
2004-11-19 Tanya LattnerMade modsched hidden and changed so it matches the...
2004-11-18 Tanya LattnerFixed to fit in 80 columns.
2004-11-18 Tanya LattnerAdding option to llc for ModuloScheduling. By default...
2004-11-16 Tanya LattnerAdded my own defMap. Only saving values that are not...
2004-11-07 Chris LattnerDecompose* is V9 specific, make it internal
2004-11-07 Chris LattnerMove this file from lib/Transforms/Scalar
2004-11-02 Tanya LattnerAdded gross hacks such as creating my own def-use map...
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-30 Tanya LattnerFixed bug with infinite epilogues.
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerClean up the output from this makefile so its not verbose.
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-10-22 Reid SpencerWe won't use automake
2004-10-19 Brian GaekeSimplify mapping info generation. In particular, the...
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-17 Reid SpencerMake the library name SparcV9 specific
2004-10-17 Reid SpencerConsolidate the definitions
2004-10-17 Chris LattnerAll of these labels are off by one now that the unreach...
2004-10-17 Chris LattnerI forgot that sparc no longer uses the shared asmwriter...
2004-10-16 Chris LattnerAdd support for undef and unreachable
2004-10-16 Chris LattnerAdd a missing dependency
2004-10-16 Chris LattnerFix file header
2004-10-14 Tanya LattnerChecking in code that works on my simple test case...
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Misha BrukmanAdd ModuloScheduling to the recursive build tree
2004-10-10 Misha BrukmanAdjust header file inclusion due to move
2004-10-10 Misha BrukmanAdjust comment header and paths to refect move
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerAdd the new InstrSched directory.
2004-10-10 Tanya LattnerAdded debug information. Fixed several bugs in the...
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-10-09 Chris LattnerInstead of silently breaking, print notification of...
2004-10-08 Misha BrukmanAdjust paths due to moving InstrSched to lib/Target...
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-10-08 Misha BrukmanBuild InstrSched as well, and all three subdirs can...
2004-10-08 Misha Brukman* Adjust for the move to lib/Target/SparcV9/InstrSched
2004-10-08 Misha BrukmanSingle-space instead of double-spacing in the Makefile
2004-09-30 Brian GaekeMake EmitMappingInfo into an "external location" option...
2004-09-29 Misha BrukmanChange the #ifdefs to allow compilation with a V8 compi...
2004-09-28 Alkis EvlogimenosAdd includes and use std:: for standard library calls...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-14 Chris LattnerRevamp the Register class, and allow the use of the...
2004-09-10 Brian GaekeRoll back constant printing changes until the problems...
2004-09-03 Reid SpencerClean up some "clean:" targets so they use $(VERB)...
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-24 Brian GaekeThis code is dodgy, but the guaranteed assertion failur...
2004-08-24 Brian GaekeFix bug in PhyRegAlloc::setCallInterferences() handling...
2004-08-24 Brian GaekeRevise head-of-file comment.
2004-08-21 Chris LattnerConvert regclass alignment from bytes to bites
2004-08-18 Brian GaekeM_DUMMY_PHI_FLAG is no longer used to distinguish V9...
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-18 Chris LattnerConvert to the new MachineFunctionInfo interface
2004-08-18 Brian GaekeThe SparcV9 target no longer uses any pseudoinstruction...
2004-08-18 Brian GaekeThe Create*Const methods don't need to pass around...
2004-08-18 Brian GaekeDoxygenify some comments.
2004-08-18 Chris LattnerSwitch V9 over to using the AsmPrinter base class to...
2004-08-16 Chris LattnerMoved this file out of lib/CodeGen
2004-08-16 Chris LattnerHacks to make the MachineFunction class be able to...
2004-08-16 Chris LattnerCode moved out of lib/CodeGen/MachineFunction.cpp
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-16 Brian GaekeUpdate and consolidate comments. Remove some excess...
2004-08-15 Chris LattnerCode insertion methods now return void instead of an...
2004-08-15 Chris LattnerThese methods no longer take a TargetRegisterClass...
2004-08-14 Nate BegemanEliminate MachineFunction& argument from eliminateFrame...
next