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
/
SparcV9CodeEmitter.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-01-22
Add explicit #includes of <iostream>
Chris Lattner
2005-06-18
Clean up some uninitialized variables and missing return statements that
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-12-16
Use the rules in Makefile.rules to build SparcV9GenCodeEmitter.inc instead
Chris Lattner
2004-11-23
Squelch a bogus warning
Chris Lattner
2004-11-22
Remove some dead vars and some useless namespacification
Chris Lattner
2004-11-22
Implement a disgusting hack to work around broken machine code emission of
Chris Lattner
2004-11-22
Remove JIT-specific code from the code emitter.
Chris Lattner
2004-11-20
Adjust to changed interfaces
Chris Lattner
2004-10-09
Instead of silently breaking, print notification of why this doesn't work.
Chris Lattner
2004-09-29
Change the #ifdefs to allow compilation with a V8 compiler, but the JIT still
Misha Brukman
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-16
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-08-04
* Remove unnecessary comment
Misha Brukman
2004-07-27
Get rid of the (apparently non-working) filePrinterEmitter which is added in
Brian Gaeke
2004-07-19
Inline 4 methods
Chris Lattner
2004-06-09
Encode %fsr correctly; don't fail an assertion.
Brian Gaeke
2004-06-09
Fix assertion failure message to have the right method name.
Brian Gaeke
2004-06-03
Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its
Brian Gaeke
2004-06-02
Convert to the new TargetMachine interface.
Chris Lattner
2004-05-20
Fix a bug in outputting branches to constant PCs. Since the PC is supplied as
Brian Gaeke
2004-05-19
Minor simplification: eliminate a dyn_cast.
Brian Gaeke
2004-04-23
Get rid of the old byte-at-a-time emission code used when the Sparc JIT was
Brian Gaeke
2004-04-23
Emit SPARC machine code a word at a time instead of a byte at a time.
Brian Gaeke
2004-02-25
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-22
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
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
Remove assert as the only integer registers on the sparc are physical.
Alkis Evlogimenos
2004-02-11
Fix previous broken commit. A MachineOperand may have opType ==
Alkis Evlogimenos
2004-02-11
Remove assert as it is meaningless. MachineOperands can be tagged as
Alkis Evlogimenos
2004-02-10
Remvoe use of MO.isVirtualRegister(), turn an assertion into an assert()
Chris Lattner
2004-02-10
Remove use of isPhysicalRegister
Chris Lattner
2003-12-20
Hoist some sparc specific code into the sparc target
Chris Lattner
2003-12-20
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner
2003-12-17
Reorganized the Sparc backend to be more modular -- each different
Misha Brukman
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-11-21
* Add code to flush the ICache, which any self-respecting SMC must do
Misha Brukman
2003-11-13
Include the file before we close the llvm namespace.
Misha Brukman
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-09
Fix PR103
Brian Gaeke
2003-11-07
Implement branching to a PC-relative constant (not a BasicBlock).
Misha Brukman
2003-11-07
Switch to emitting MachineConstantPool the way it was meant to be done.
Misha Brukman
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
Minor leftover fixups from replaceMachineCodeForFunction () change.
Brian Gaeke
2003-10-20
Make replaceMachineCodeForFunction return void.
Brian Gaeke
2003-10-17
Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr().
Brian Gaeke
2003-10-13
Remove WordsEmitted statistic; there's already a non-backend-specific
Brian Gaeke
2003-10-10
Fix spelling.
Misha Brukman
[next]