Unbreak the JIT with SSE
[oota-llvm.git] / lib / Target / SparcV9 /
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...
2004-08-12 Chris LattnerRemove dead methods
2004-08-12 Chris LattnerFix warning
2004-08-12 Chris LattnerInstead of a virtual method call, lets try a direct...
2004-08-12 Chris LattnerVirtual method calls are overrated
2004-08-12 Chris LattnerVirtual method calls are overrated.
2004-08-12 Chris LattnerRemove dead methods
2004-08-12 Chris LattnerWhen we want a constant, just use it, instead of callin...
2004-08-10 Misha BrukmanFix file header comment: update filename, set tablegen...
2004-08-10 Misha Brukman* Instruction definitions moved to SparcV9InstrInfo...
2004-08-10 Misha BrukmanRenamed SparcV9_Reg.td -> SparcV9RegisterInfo.td for...
2004-08-10 Misha BrukmanFix comment header, specify type of file `tablegen'.
2004-08-10 Misha BrukmanDefine the target name so we can use it via TableGen.
2004-08-09 Misha BrukmanRemove ClassPrefix variable as it's no longer used.
2004-08-09 Misha BrukmanDefine the ClassPrefix for SparcV9.
2004-08-07 Reid SpencerGet rid of a warning when compiling optimized. Uninitia...
2004-08-06 Brian GaekedumpSavedState has outlived its usefulness.
2004-08-04 Misha BrukmanHand-propagate the constant TARGET_NAME which was makin...
2004-08-04 Misha Brukman* Remove unnecessary comment
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-08-04 Brian GaekeGet rid of the only use of TargetInstrInfo::getResultPo...
2004-08-04 Brian GaekeInclude SparcV9TmpInstr.h to pick up the def. of TmpIns...
2004-08-04 Brian GaekeInclude SparcV9BurgISel.h, to pick up the definition of
2004-08-04 Brian GaekeInclude SparcV9TmpInstr.h instead of llvm/CodeGen/Instr...
2004-08-04 Brian GaekeInclude SparcV9BurgISel.h, because PreSelection uses...
2004-08-04 Brian GaekeAdd a Doxygen comment, and inline the constructor ...
2004-08-04 Brian GaekeThe InstrForest data type has moved from llvm/CodeGen...
2004-08-04 Brian GaekeAdd a new file containing just TmpInstruction and its...
2004-08-04 Brian GaekeAll the SparcV9 BURG instruction selector pieces have...
2004-08-04 Chris LattnerSquelch warnings in release mode
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 &).
next