Add some missing node names
[oota-llvm.git] / lib / Target / SparcV9 /
2006-03-28 Jim LaskeyExpose base register for DwarfWriter. Refactor code...
2006-03-24 Reid SpencerIgnore the burg output files.
2006-03-23 Jim LaskeyAdd support to locate local variables in frames (early...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-02-09 Chris LattnerAdjust to MachineConstantPool interface change: instead...
2006-02-09 Chris Lattnerrename fields of constant pool entries
2006-02-09 Chris LattnerAlways pass in an alignment.
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-27 Chris LattnerPHI and INLINEASM are now built-in instructions provide...
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2005-12-01 Nate BegemanSupport multiple ValueTypes per RegisterClass, needed...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-10-24 Chris LattnerThere is no need to build an archive version of this...
2005-10-24 Chris LattnerThis file is hopelessly out of date
2005-10-19 John CriswellThis fixes PR638:
2005-10-02 Chris Lattnersilence a warning
2005-10-02 Chris LattnerAdjust to change in ctor
2005-09-30 Chris LattnerRename MRegisterDesc -> TargetRegisterDesc for consistency
2005-09-30 Chris Lattnertrim down the target info structs now that we have...
2005-09-30 Chris Lattnerstub out a virtual method
2005-09-30 Chris LattnerPass extra regclasses into spilling code
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-08-25 Chris LattnerFix some warnings
2005-08-19 Chris LattnerPut register classes into namespaces
2005-08-19 Chris LattnerSparcv9 gets no operand info
2005-08-02 Chris LattnerUpdate to use the new MathExtras.h support for log2...
2005-07-29 Andrew Lenharthturn off GOT on archs that didn't use it (not that...
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-27 Jeff CohenEliminate tabs and trailing spaces.
2005-07-22 Andrew Lenharthupdate interface
2005-07-11 Chris Lattnerfix a warning
2005-07-01 Chris Lattnerremove some debugging code
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-06-22 Andrew LenharthIf we support structs as va_list, we must pass pointers...
2005-06-19 Andrew Lenharthso this doesn't crash when run. It is hard to tell...
2005-06-18 Andrew LenharthOK, at least get rid of old stuff, and mark what needs...
2005-06-18 Reid SpencerClean up some uninitialized variables and missing retur...
2005-06-17 Tanya LattnerRemoved IIIi specific changes. This should be fixed...
2005-06-17 Tanya LattnerSpecial dep graph for SMS for superblocks.
2005-06-17 Tanya LattnerSpecial versions of the dep graph and scheduled for...
2005-06-17 Tanya LattnerAdded statistic to count number of spills.
2005-06-17 Tanya LattnerNumerous bug fixes and the completed modschedSB algorit...
2005-06-17 Tanya LattnerAdded SMS for superblocks as an option (experimental)
2005-06-12 Nate BegemanWhen compiled with GCC 4.0, a latent bug was exposed...
2005-05-13 Chris Lattnerclarify that these are v9 options
2005-05-13 Chris Lattnerhide this option
2005-05-11 Tanya LattnerFixed issue that broke ssa.
2005-05-11 Chris Lattnerfix some GCC 4 warnings
2005-05-11 John CriswellAdded support for decomposing constant expressions...
2005-05-01 Tanya LattnerSMS for superblocks.
2005-05-01 Tanya LattnerAdded extra constructor for superblocks.
2005-04-30 Tanya LattnerFixed bug in searchPath function for finding nodes...
2005-04-22 Tanya LattnerUpdated dependence analyzer. Fixed numerous bugs. Same...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-09 Chris LattnerFix CodeGen/SparcV9/2005-05-09-GEP-Crash.ll a crash...
2005-04-06 Chris LattnerFix a namespace issue, reported by Vladimir Merzliakov!
2005-04-05 Tanya LattnerUpdated to use dep analyzer.
2005-04-01 Chris LattnerFix another PATypeHolder error, contributed by Bill...
2005-03-29 Tanya LattnerCompare dependence analysis with llvm instructions...
2005-03-29 Tanya LattnerDependence analyzer that just determines dependences...
2005-03-24 Chris LattnerFix compilation errors, patch contributed by the fabulo...
2005-03-23 Tanya LattnerAdded alias analysis.
2005-03-21 Tanya LattnerMake this method non-const. Making it const causes...
2005-03-17 Chris LattnerFix the missing symbols problem Bill was hitting. ...
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
2005-02-24 Tanya LattnerOnly print out machine instructions before modulo sched...
2005-02-23 Tanya LattnerFixed bug in findAllcircuits. Fixed branch addition...
2005-02-16 Tanya LattnerFixed node deletion bug.
2005-02-10 Tanya LattnerAdded new circuit finding alogrithm.
2005-02-10 Tanya LattnerAllow modsched and local scheduling to both be run.
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.
next