Changes For Bug 352
[oota-llvm.git] / lib / Target / SparcV9 / SparcV9AsmPrinter.cpp
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-18 Chris LattnerSwitch V9 over to using the AsmPrinter base class to...
2004-08-16 Chris LattnerMove MachineCodeForInstruction.h and MachineFunctionInf...
2004-08-04 Alkis EvlogimenosStop using getValues().
2004-07-18 Reid Spencerbug 122:
2004-06-17 Chris LattnerRename Type::PrimitiveID to TypeId and ::getPrimitiveID...
2004-06-02 Chris LattnerConvert to the new TargetMachine interface.
2004-05-25 Reid SpencerRemove use of Type::TypeTy from an assert. It will...
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-25 Brian GaekeFix file header comments and include guards -- many...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-02-25 Brian GaekeGreat renaming: Sparc --> SparcV9
2004-02-15 Chris LattnerAdjustments to support the new ConstantAggregateZero...
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-11 Brian GaekeMachineInstr::getOpCode() --> getOpcode() in SPARC...
2004-02-10 Chris LattnerFix PR228: [sparc] Boolean constants are emitted as...
2004-02-09 John CriswellFix PR#226: When emitting padding, always emit it as...
2004-01-15 Misha BrukmanUse the LLVM standard name mangling infrastructure...
2004-01-14 Chris LattnerEliminate the isStringCompatible function, using Consta...
2004-01-13 Chris LattnerFinegrainify namespacification
2003-12-17 Misha BrukmanReordered #includes.
2003-12-14 Alkis EvlogimenosChange interface of MachineOperand as follows:
2003-11-13 Misha BrukmanSubstantially re-organized this file:
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-07 Misha BrukmanSwitch to using the standard representation of the...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-17 Alkis EvlogimenosEliminate some extraneous code in SlotCalculator::inser...
2003-10-06 Brian GaekeAdd # of printed instructions statistic to both the...
2003-09-23 Misha BrukmanFix spelling.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-05 Misha Brukman* Removed `using' declaration, now use full namespace...
2003-08-01 Vikram S. AdveAdd all arithmetic operators to ConstantExprToString().
2003-07-30 Vikram S. AdveWhen emitting a constant, check for ConstantExpr before
2003-07-29 Vikram S. AdveBug fix: don't unnecessarily pretty-print control-chara...
2003-07-23 Chris LattnerRemove redundant const qualifiers from cast<> expressions
2003-07-23 Chris LattnerSimplify code by using ConstantInt::getRawValue instead...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Vikram S. AdveSeveral fixes to handling of int CC register:
2003-07-06 Vikram S. AdveMajor bug fix though it happened rarely (only on a...
2003-05-31 Vikram S. AdveReverting previous beautification changes.
2003-05-31 Misha BrukmanCode beautification, no functional changes.
2003-05-27 Misha BrukmanAdded 'r' or 'i' annotations to instructions, as SparcI...
2003-05-27 Vikram S. AdveAdded special register class containing (for now) ...
2003-05-25 Vikram S. AdveBug fix: padding bytes within a structure should go...
2003-05-20 Misha BrukmanSparc instruction opcodes now all live under the `V9...
2002-12-28 Chris Lattner* Don't access TargetData directly
2002-11-17 Chris LattnerFix misleading indentation
2002-11-06 Vikram S. AdveRemove a nasty little semi-colon someone introduced...
2002-10-30 Vikram S. AdveIn getID(), don't call getValidSymbolName to mangle...
2002-10-29 Chris Lattner*** empty log message ***
2002-10-28 Misha BrukmanRewrote uses of deprecated `MachineFunction::get(BasicB...
2002-10-28 Chris LattnerRename the redundant MachineOperand::getOperandType...
2002-10-28 Chris Lattner*** empty log message ***
2002-10-28 Chris LattnerRename MachineCodeForBasicBlock to MachineBasicBlock
2002-10-28 Misha BrukmanChanged `MachineCodeForMethod' to `MachineFunction'.
2002-10-15 Chris LattnerMake sure to escape \'s when they are output
2002-10-14 Chris LattnerAllow emission of names that start with an underscore...
2002-10-13 Vikram S. AdveSeveral major fixes, particularly in emitting constant...
2002-09-16 Vikram S. AdveDon't print out global names unnecesssarily. Also...
2002-09-14 Misha BrukmanAgain, including Module makes Function unnecessary.
2002-09-05 Vikram S. Adve-- Bug fix: use byte offsets not typed offsets in outpu...
2002-08-22 Chris LattnerChange code to not use the copyOperands method added...
2002-08-22 Vikram S. AdveAdd AsmPrinter::ConstantExprToString, which writes...
2002-08-20 Chris LattnerThis case JUST handles constantpointer nulls, not all...
2002-08-07 Chris LattnerMerge three loops into one.
2002-07-24 Chris Lattner*** empty log message ***
2002-07-16 Chris Lattner* Make global variables with external linkage get emitt...
2002-07-10 Vikram S. AdveAdd support to print %hh, %hm, %lm, or %lo in an operan...
2002-07-09 Vikram S. AdveAdded support for printing constant global references to
2002-07-08 Vikram S. AdveBA no longer has the unused CC operand.
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-05 Chris LattnerFix Constness problems
2002-05-19 Vikram S. AdveNumerous bug fixes:
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerAdd #include that was removed from TargetMachine.h
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-28 Chris LattnerSimplify code
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-18 Chris Lattner* getAsString requires that the input array is string...
2002-04-11 Chris LattnerHandle the FP format problem, where outputed FP constan...
2002-04-09 Chris LattnerUse new higher level isFloatingPoint() function
2002-04-07 Chris Lattner* Move include/llvm/Analysis/SlotCalculator.h to includ...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-31 Vikram S. AdveMinor cleanup in printing constants. I think this...
2002-03-18 Vikram S. AdveHandling of global names was severely broken when conve...
2002-03-03 Vikram S. AdveFix include error.
2002-02-24 Chris LattnerClean up std namespace issues
2002-02-04 Chris LattnerEmitAssembly doesn't need an UltraSparc, it can do...
2002-02-03 Chris LattnerConvert assembly emission over to a two pass approach.
2002-02-03 Chris Lattner* prune #includes
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
next