clarify that these are v9 options
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9TargetMachine.cpp
2005-05-13 Chris Lattnerclarify that these are v9 options
2005-05-13 Chris Lattnerhide this option
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-24 Tanya LattnerOnly print out machine instructions before modulo sched...
2005-02-10 Tanya LattnerAllow modsched and local scheduling to both be run.
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-12 Chris LattnerUse the target triple to pick this target.
2004-12-02 Chris LattnerThe stripping pass as we know it is about to disappear
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-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-01 Reid SpencerChanges For Bug 352
2004-08-18 Chris LattnerConvert to the new MachineFunctionInfo interface
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-04 Brian GaekeInclude SparcV9BurgISel.h, to pick up the definition of
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-06-20 Chris LattnerMove the IntrinsicLowering header into the CodeGen...
2004-06-14 Brian GaekeMake -print-machineinstrs even stronger. You get to...
2004-06-03 Brian GaekeAdd new mapping info pass, when EmitMappingInfo is on.
2004-05-28 Brian GaekeMake debugging output with -print-machineinstrs more...
2004-05-23 Chris LattnerAdd support for accurate garbage collection to the...
2004-04-25 Brian GaekeFix file header comments and include guards -- many...
2004-04-12 Brian GaekeWe don't need to insert TargetData into the PassManager...
2004-04-02 Brian GaekeOnly strip symbols if emitting bytecode to the assembly...
2004-03-30 Chris LattnerAdd the select lowering pass to get initial support...
2004-03-12 Brian GaekeMake -print-machineinstrs show us the code both before...
2004-03-04 Brian Gaekemake -print-machineinstrs work for both SparcV9 and X86
2004-03-01 Chris LattnerAdd this back, as its absence introduces assertions...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-02-27 Brian GaekeTurn off the SparcV9MachineCodeDestructionPass for...
2004-02-27 Brian GaekeCorrect DestroyMachineFunction's getPassName
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2004-02-09 Misha BrukmanDoxygenify comments.
2004-01-13 Brian GaekeRemove dump-input option.
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Chris LattnerEliminate some code that is not needed now that we...
2003-12-22 Misha BrukmanReally release memory used by functions. Patch by Chris.
2003-12-20 Chris LattnerHoist some sparc specific code into the sparc target
2003-12-20 Chris LattnerRip JIT specific stuff out of TargetMachine, as per...
2003-12-17 Misha BrukmanReorganized the Sparc backend to be more modular -...
2003-11-13 Misha Brukman* Put command-line switches in their own namespace
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-08 Misha BrukmanFor some reason, LICM and GCSE like to crash the Functi...
2003-11-07 Misha BrukmanPreSelection is not optional, it performs a necessary...
2003-10-20 Brian GaekeGoodbye, AddRegNumToValues
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-17 Brian GaekeRemove extra blank line.
2003-10-05 Chris LattnerAdd support for the Invoke instruction by using the...
2003-09-30 Chris LattnerMake sure to get the definition of getRegisterAllocator
2003-09-30 Chris LattnerRegisterAllocation.h is going away
2003-09-18 Brian GaekeFix a typo in Sparc.cpp.
2003-09-01 Chris LattnerNo longer provide an optinfo, noone uses it
2003-09-01 Chris LattnerMove private interfaces into private .h file
2003-08-24 Chris LattnerTargets should configure themselves based on a Module...
2003-08-16 Brian GaekeRename -emitmaps to -enable-maps
2003-08-14 Brian GaekeUnbreak SPARC backend: addPassesToJITCompile and
2003-08-13 Chris LattnerAdjust files for move of mapping info stuff into the...
2003-08-12 Vikram S. AdveDisable emitting LLVM-to-MI maps, by default.
2003-08-06 Misha BrukmanChanging command-line option formats to be more consist...
2003-08-06 Misha Brukman* Renamed option from `nopreselect' to `nopreopt' since...
2003-08-01 Vikram S. AdvePut back the separate pass to decompose multi-dimension...
2003-07-29 Vikram S. AdveRename 'dump-asm' to 'dump-input' and really print...
2003-06-18 Brian Gaekelib/Target/Sparc/Sparc.cpp:
2003-06-16 Chris LattnerRename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h
2003-06-06 Misha Brukman* Removed PreSelection pass because that is now done...
2003-06-04 Brian Gaekelib/CodeGen/Mapping/MappingInfo.cpp:
2003-05-31 Misha BrukmanEnabling some of these passes causes lli to break
2003-05-30 Misha BrukmanMake LLI behave just like LLC with regard to the compil...
2003-05-27 Misha Brukman* Allow passing in an unsigned configuration to allocat...
2003-04-26 Chris LattnerRemove two fields from TargetData which are target...
2003-04-23 Chris LattnerAdd support for the Switch instruction by running the...
2003-01-14 Chris LattnerRename MachineInstrInfo -> TargetInstrInfo
2002-12-28 Chris Lattner* Frame & const pool info is no longer directly in...
2002-12-24 Chris LattnerSparc is not little endian
2002-12-03 Chris LattnerInitialize implicit uses/defs fields for sparc backend...
2002-10-31 Chris LattnerReassociate pass now works
2002-10-30 Chris LattnerSparc backend doesn't use target specific flags yet
2002-10-29 Chris Lattner* Privatize the TargetName
2002-10-29 Chris LattnerAllow TargetMachine to refuse static code gen
2002-10-29 Chris LattnerRename Sparc.h to TargetMachineImpls.h
2002-10-29 Chris LattnerMachineInstrInfo doesn't need a TargetMachine
2002-10-28 Chris LattnerMove machine code generation/destruction passes out...
2002-10-28 Chris LattnerMove addPassesToEmitAssembly from TargetMachine to...
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-25 Chris LattnerPrune #includes
2002-09-20 Vikram S. AdveAdded class MachineOptInfo as interface to target-specific
2002-09-16 Vikram S. AdveMove all the code that creates code generation passes...
2002-08-27 Anand ShuklaAdded getFunctionInfo and MappingInfoForFunction pass...
2002-08-07 Chris LattnerFix breakage in the build
2002-08-05 Mehwish Nagdaadded Mapping and Function Pass
2002-07-30 Chris Lattner* Move InstructionSelection pass to lib/CodeGen/InstrSe...
2002-07-25 Chris LattnerGCC 3.1 changes, finally the burm file builds the FIRST...
2002-07-15 Mehwish NagdaAdded the Mapping Pass to out put Mapping Info to ...
2002-06-25 Chris LattnerMEGAPATCH checkin.
next