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
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
2003-09-30
Add statistic for # of emitWord() calls.
Brian Gaeke
2003-09-05
Added some optimizations:
Misha Brukman
2003-08-29
* Use alloca() to force GCC not to eliminate frame pointer
Misha Brukman
2003-08-15
Now that the JIT memory manager allocates as many bytes as necessary rather than
Misha Brukman
2003-08-15
Fix register and parameter numbers in saving double FP registers.
Misha Brukman
2003-08-15
* Must save FP registers when calling CompilationCallback(), because FP
Misha Brukman
2003-08-14
Unbreak SPARC backend: addPassesToJITCompile and
Brian Gaeke
2003-08-06
Use the registers g1 and g5 as temporaries for making far jumps and far calls,
Misha Brukman
2003-08-06
SparcV9CodeEmitter.cpp:
Misha Brukman
2003-08-01
DEBUG got moved to Debug.h
Chris Lattner
2003-07-29
* Correctly emit a far call if the target address does not fit into 30 bits
Misha Brukman
2003-07-26
This code doesn't modify the LLVM structure, keep stuff const
Chris Lattner
2003-07-16
Fixed the number translation scheme for the integer condition code registers: it
Misha Brukman
2003-07-15
Correctly handle calls to functions which are further away than 2**32 bits will
Misha Brukman
2003-07-14
* Added support for the %ccr register
Misha Brukman
2003-07-03
Apparently, the "regType" and "regClass" used in the Sparc backend are not both
Misha Brukman
2003-06-06
Print address out as hex.
Misha Brukman
2003-06-06
Fixed a bunch of test cases in test/Regression/Jello which could not get the
Misha Brukman
2003-06-06
* If a global is not a function, just ask the MachineCodeEmitter for the addr
Misha Brukman
2003-06-06
Put all debug print statements under the DEBUG() guard to make output clean so
Misha Brukman
2003-06-05
Fixed confusion between register classes and register types.
Misha Brukman
[next]