index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
SparcV9AsmPrinter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-31
1
-5
/
+8
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-36
/
+36
*
This mega patch converts us from using Function::a{iterator|begin|end} to
Chris Lattner
2005-03-15
1
-1
/
+1
*
Fix header
Chris Lattner
2004-12-16
1
-1
/
+1
*
I forgot that sparc no longer uses the shared asmwriter. Give it support
Chris Lattner
2004-10-17
1
-2
/
+4
*
Add support for undef and unreachable
Chris Lattner
2004-10-16
1
-4
/
+7
*
Roll back constant printing changes until the problems with larger
Brian Gaeke
2004-09-10
1
-35
/
+434
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
Instead of using isDummyPhiInstr, we just compare the opcode with V9::PHI.
Brian Gaeke
2004-08-18
1
-2
/
+2
*
Switch V9 over to using the AsmPrinter base class to do its constant printing
Chris Lattner
2004-08-18
1
-504
/
+90
*
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-08-16
1
-1
/
+1
*
Stop using getValues().
Alkis Evlogimenos
2004-08-04
1
-7
/
+5
*
bug 122:
Reid Spencer
2004-07-18
1
-10
/
+5
*
Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()
Chris Lattner
2004-06-17
1
-2
/
+1
*
Convert to the new TargetMachine interface.
Chris Lattner
2004-06-02
1
-9
/
+18
*
Remove use of Type::TypeTy from an assert. It will go away soon.
Reid Spencer
2004-05-25
1
-1
/
+0
*
Missing piece of fix for Bug 333
Brian Gaeke
2004-05-04
1
-1
/
+1
*
Correctly mangle function names when they are used as part of a
Brian Gaeke
2004-05-04
1
-3
/
+3
*
Fix file header comments and include guards -- many files have been moved or
Brian Gaeke
2004-04-25
1
-1
/
+1
*
TargetCacheInfo has been removed; its only uses were to propagate a constant
Brian Gaeke
2004-03-01
1
-1
/
+1
*
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-25
1
-19
/
+19
*
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-02-15
1
-2
/
+3
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
1
-1
/
+1
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
1
-1
/
+1
*
MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.
Brian Gaeke
2004-02-11
1
-7
/
+7
*
Fix PR228: [sparc] Boolean constants are emitted as true and false
Chris Lattner
2004-02-10
1
-0
/
+2
*
Fix PR#226: When emitting padding, always emit it as bytes. Bytes can be
John Criswell
2004-02-09
1
-8
/
+5
*
Use the LLVM standard name mangling infrastructure instead of reinventing the
Misha Brukman
2004-01-15
1
-77
/
+18
*
Eliminate the isStringCompatible function, using ConstantArray::isString.
Chris Lattner
2004-01-14
1
-40
/
+22
*
Finegrainify namespacification
Chris Lattner
2004-01-13
1
-53
/
+15
*
Reordered #includes.
Misha Brukman
2003-12-17
1
-5
/
+5
*
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-14
1
-4
/
+4
*
Substantially re-organized this file:
Misha Brukman
2003-11-13
1
-600
/
+554
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-2
/
+7
*
Switch to using the standard representation of the constant pool -- namely, the
Misha Brukman
2003-11-07
1
-338
/
+322
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Eliminate some extraneous code in SlotCalculator::insertVal().
Alkis Evlogimenos
2003-10-17
1
-1
/
+1
*
Add # of printed instructions statistic to both the SPARC and X86 LLC backends.
Brian Gaeke
2003-10-06
1
-1
/
+4
*
Fix spelling.
Misha Brukman
2003-09-23
1
-1
/
+1
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-3
/
+3
*
* Removed `using' declaration, now use full namespace qualifier std::string
Misha Brukman
2003-08-05
1
-43
/
+43
*
Add all arithmetic operators to ConstantExprToString().
Vikram S. Adve
2003-08-01
1
-0
/
+40
*
When emitting a constant, check for ConstantExpr before
Vikram S. Adve
2003-07-30
1
-14
/
+15
*
Bug fix: don't unnecessarily pretty-print control-characters, some of
Vikram S. Adve
2003-07-29
1
-15
/
+4
*
Remove redundant const qualifiers from cast<> expressions
Chris Lattner
2003-07-23
1
-1
/
+1
*
Simplify code by using ConstantInt::getRawValue instead of checking to see
Chris Lattner
2003-07-23
1
-3
/
+1
*
The word `separate' only has one `e'.
Misha Brukman
2003-07-14
1
-1
/
+1
*
Several fixes to handling of int CC register:
Vikram S. Adve
2003-07-10
1
-17
/
+2
*
Major bug fix though it happened rarely (only on a compare after an
Vikram S. Adve
2003-07-06
1
-2
/
+17
*
Reverting previous beautification changes.
Vikram S. Adve
2003-05-31
1
-154
/
+175
[next]