Add the necessary support to codegen condition register logical ops with
[oota-llvm.git] / lib / Target / SparcV9 /
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.
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
next