index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
SparcV9AsmPrinter.cpp
Age
Commit message (
Expand
)
Author
2006-04-20
This target is no longer built. The ,v files now live in the reoptimizer.
Chris Lattner
2006-02-09
Adjust to MachineConstantPool interface change: instead of keeping a
Chris Lattner
2006-02-09
rename fields of constant pool entries
Chris Lattner
2006-01-31
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-15
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2004-12-16
Fix header
Chris Lattner
2004-10-17
I forgot that sparc no longer uses the shared asmwriter. Give it support
Chris Lattner
2004-10-16
Add support for undef and unreachable
Chris Lattner
2004-09-10
Roll back constant printing changes until the problems with larger
Brian Gaeke
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-18
Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
Brian Gaeke
2004-08-18
Switch V9 over to using the AsmPrinter base class to do its constant printing
Chris Lattner
2004-08-16
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-08-04
Stop using getValues().
Alkis Evlogimenos
2004-07-18
bug 122:
Reid Spencer
2004-06-17
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-02
Convert to the new TargetMachine interface.
Chris Lattner
2004-05-25
Remove use of Type::TypeTy from an assert. It will go away soon.
Reid Spencer
2004-05-04
Missing piece of fix for Bug 333
Brian Gaeke
2004-05-04
Correctly mangle function names when they are used as part of a
Brian Gaeke
2004-04-25
Fix file header comments and include guards -- many files have been moved or
Brian Gaeke
2004-03-01
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-02-25
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-15
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-02-13
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-11
MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.
Brian Gaeke
2004-02-10
Fix PR228: [sparc] Boolean constants are emitted as true and false
Chris Lattner
2004-02-09
Fix PR#226: When emitting padding, always emit it as bytes. Bytes can be
John Criswell
2004-01-15
Use the LLVM standard name mangling infrastructure instead of reinventing the
Misha Brukman
2004-01-14
Eliminate the isStringCompatible function, using ConstantArray::isString.
Chris Lattner
2004-01-13
Finegrainify namespacification
Chris Lattner
2003-12-17
Reordered #includes.
Misha Brukman
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-11-13
Substantially re-organized this file:
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-07
Switch to using the standard representation of the constant pool -- namely, the
Misha Brukman
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-17
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-06
Add # of printed instructions statistic to both the SPARC and X86 LLC backends.
Brian Gaeke
2003-09-23
Fix spelling.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-08-05
* Removed `using' declaration, now use full namespace qualifier std::string
Misha Brukman
2003-08-01
Add all arithmetic operators to ConstantExprToString().
Vikram S. Adve
2003-07-30
When emitting a constant, check for ConstantExpr before
Vikram S. Adve
2003-07-29
Bug fix: don't unnecessarily pretty-print control-characters, some of
Vikram S. Adve
2003-07-23
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-14
The word `separate' only has one `e'.
Misha Brukman
[next]