testing
[oota-llvm.git] / lib / Target / SparcV9 /
2004-08-03 Chris LattnerMove this file out of the top-level docs directory
2004-08-02 Misha BrukmanAdd #include <cstdlib> and abort() to silence a warning
2004-08-02 Misha Brukman* ceil() requires #include <cmath> for compilation
2004-07-30 Tanya LattnerUpdated ModuloScheduling. It makes it all the wya...
2004-07-29 Brian GaekeConvert a few assertions with side-effects into regular...
2004-07-29 Chris LattnerFix #includes of i*.h => Instructions.h as per PR403:
2004-07-29 Brian GaekeGet rid of a few dead method declarations.
2004-07-29 Brian GaekeGet rid of calls to void llvm::printSet(const ValueSet &).
2004-07-29 Brian GaekeGet rid of calls to void llvm::printSet(const ValueSet &).
2004-07-29 Brian GaekeDon't derive from ValueSet to implement class LiveRange...
2004-07-29 Brian GaekeFix a few typoes and grammaroes in comments.
2004-07-29 Brian GaekeRemove mustSaveAcrossCalls flag, which isn't ever read...
2004-07-28 Brian GaekeTargetInstrInfo::hasOperandInterlock() is always true...
2004-07-27 Brian GaekeThis was the only user of TargetInstrInfo::ConstantType...
2004-07-27 Brian GaekeGet rid of the (apparently non-working) filePrinterEmit...
2004-07-27 Brian GaekeTargetInstrInfo::getNOPOpCode() has been replaced by...
2004-07-27 Brian GaekeConvert many of the virtual TargetInstrInfo methods...
2004-07-27 Brian GaekeAs it happens, none of these TargetInstrInfo methods...
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-19 Reid Spencerbug 122:
2004-07-19 Chris LattnerInline 4 methods
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-18 Reid Spencerbug 122:
2004-07-16 Chris LattnerIA64 compat
2004-07-16 Chris LattnerUse new macro
2004-07-15 Chris LattnerFix for PR341
2004-07-15 Chris LattnerPatches towards fixing PR341
2004-07-14 Brian GaekeAdd Machine-CFG edges to SparcV9 MachineBasicBlocks.
2004-07-11 Chris LattnerDelete the allocate*TargetMachine function, which is...
2004-07-11 Chris LattnerMake these format a bit nicer
2004-07-11 Chris LattnerAuto-registrate target
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-07-02 Brian GaekeAdd M_TERMINATOR_FLAG to terminator instructions (branc...
2004-07-02 Brian GaekeRETURN instructions are not used in the sparc backend.
2004-06-27 Chris LattnerThis class is no longer an annotation
2004-06-27 Chris LattnerAdd a map of MachineCodeForInstruction objects to Machi...
2004-06-27 Chris LattnerMake it obvious that this file is bad bad bad
2004-06-26 Chris LattnerThere is no reason to print ValueType here
2004-06-23 Brian GaekeMake the most commonly preselected instructions add...
2004-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-14 Brian GaekeMake -print-machineinstrs even stronger. You get to...
2004-06-11 Brian GaekeTurn loads of ConstantPointerNulls into loads of zero...
2004-06-09 Brian GaekeEncode %fsr correctly; don't fail an assertion.
2004-06-09 Brian GaekeFix encoding of ST*FSR instructions.
2004-06-09 Brian GaekeFix assertion failure message to have the right method...
2004-06-08 Brian GaekeFix a minor bug in the map - since this pass adds a...
2004-06-08 Brian GaekeAdd a TmpInstruction ctor that doesn't take a MCFI.
2004-06-04 Brian GaekeFix up some spacing & fix a typo in an assertion in...
2004-06-03 Brian GaekeAdd new internal-global-symbol mapping info pass.....
2004-06-03 Brian GaekeAdd new mapping info pass, when EmitMappingInfo is on.
2004-06-03 Brian GaekeFix big mistake in my last checkin... the big question...
2004-06-03 Brian GaekeAdd decl. for new mapping info pass factory method.
2004-06-03 Brian GaekeCollapse together the abstract superclass TargetRegInfo...
2004-06-02 Chris LattnerAdjust to the new TargetMachine interface
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-05-30 Brian GaekeThere is no "mcff" here; delete the confusing comments...
2004-05-30 Brian GaekeTransform an occurrence of if(...) { assert (0) }.
2004-05-30 Brian GaekeReduce the amount of LLVM Values for which we save...
2004-05-30 Brian GaekeRename verifySavedState to dumpSavedState. Give it...
2004-05-30 Brian GaekeInsert machine instructions generated for Phi nodes...
2004-05-29 Brian GaekeRemove unused #include.
2004-05-29 Brian GaekeAdd comments.
2004-05-29 Brian GaekeTrim whitespace.
2004-05-29 Brian GaekeGive InsertCodeForPhis() a new documentation comment.
2004-05-28 Tanya Lattnerupdates to ModuloSched
2004-05-28 Brian GaekeGive PhiCp nodes better names in many cases.
2004-05-28 Brian GaekeMake debugging output with -print-machineinstrs more...
2004-05-27 Brian GaekeMake comment lines stick out less.
2004-05-26 Tanya LattnerAdding scheduling class.
2004-05-26 Tanya LattnerUpdating my cvs versions. THis is still in progress...
2004-05-25 Brian GaekeAdd a (not very meaningful) default constructor for...
2004-05-25 Reid SpencerRemove use of Type::TypeTy from an assert. It will...
2004-05-23 Chris LattnerAdd support for accurate garbage collection to the...
2004-05-23 Brian GaekeFix a typo in a comment.
2004-05-20 Brian GaekeFix a bug in outputting branches to constant PCs. Since...
2004-05-19 Brian GaekeMinor simplification: eliminate a dyn_cast.
2004-05-08 Tanya LattnerUpdating my versions of ModuloScheduling in cvs. Still...
2004-05-04 Brian GaekeMissing piece of fix for Bug 333
2004-05-04 Brian GaekeCorrectly mangle function names when they are used...
2004-04-27 Brian GaekeIntegrate the rest of my random sparcv9 scribblings...
2004-04-27 Chris LattnerChanges to fix up the inst_iterator to pass to boost...
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-04-25 Brian GaekeAdd a getRegisterInfo() accessor just like on the X86...
2004-04-25 Brian GaekeRegularize file header comment and include guard.
2004-04-25 Brian GaekeAdd MRegisterInfo subclass for the SparcV9 target ...
2004-04-23 Brian GaekeFix a typo.
2004-04-23 Brian GaekeMerge TargetRegInfo.h into SparcV9RegInfo.h, which...
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h.
2004-04-23 Brian GaekeInclude SparcV9RegInfo.h instead of TargetRegInfo.h...
2004-04-23 Brian GaekeGet rid of the old byte-at-a-time emission code used...
2004-04-23 Brian GaekeEmit SPARC machine code a word at a time instead of...
2004-04-21 Brian GaekeMake SparcV9RegInfo::getRegType() return the right...
2004-04-20 Brian GaekeMake it legal to ask for the type of a specialreg
2004-04-19 Brian GaekeMake it legal to request a load or store of %fsr.
2004-04-19 Brian GaekeRegularize include guards and remove some excess whites...
2004-04-19 Brian GaekeTighten up SparcV9FloatCCRegClass::getRegName()'s asser...
2004-04-19 Brian GaekeRegularize include guards, remove some excess whitespac...
2004-04-15 Brian GaekeGive SparcV9CodeEmitter a head-of-file comment and...
next