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
/
SparcV9CodeEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-25
1
-29
/
+29
*
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-22
1
-1
/
+1
*
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
*
Remove assert as the only integer registers on the sparc are physical.
Alkis Evlogimenos
2004-02-11
1
-3
/
+0
*
Fix previous broken commit. A MachineOperand may have opType ==
Alkis Evlogimenos
2004-02-11
1
-2
/
+4
*
Remove assert as it is meaningless. MachineOperands can be tagged as
Alkis Evlogimenos
2004-02-11
1
-2
/
+0
*
Remvoe use of MO.isVirtualRegister(), turn an assertion into an assert()
Chris Lattner
2004-02-10
1
-5
/
+3
*
Remove use of isPhysicalRegister
Chris Lattner
2004-02-10
1
-1
/
+1
*
Hoist some sparc specific code into the sparc target
Chris Lattner
2003-12-20
1
-1
/
+1
*
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner
2003-12-20
1
-1
/
+1
*
Reorganized the Sparc backend to be more modular -- each different
Misha Brukman
2003-12-17
1
-27
/
+36
*
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-14
1
-8
/
+8
*
* Add code to flush the ICache, which any self-respecting SMC must do
Misha Brukman
2003-11-21
1
-5
/
+8
*
Include the file before we close the llvm namespace.
Misha Brukman
2003-11-13
1
-1
/
+2
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-1
/
+4
*
Fix PR103
Brian Gaeke
2003-11-09
1
-6
/
+3
*
Implement branching to a PC-relative constant (not a BasicBlock).
Misha Brukman
2003-11-07
1
-7
/
+7
*
Switch to emitting MachineConstantPool the way it was meant to be done.
Misha Brukman
2003-11-07
1
-45
/
+8
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Minor leftover fixups from replaceMachineCodeForFunction () change.
Brian Gaeke
2003-10-20
1
-1
/
+2
*
Make replaceMachineCodeForFunction return void.
Brian Gaeke
2003-10-20
1
-2
/
+1
*
Refactor jump insertion code from CompilationCallback() into insertJumpAtAddr().
Brian Gaeke
2003-10-17
1
-27
/
+33
*
Remove WordsEmitted statistic; there's already a non-backend-specific
Brian Gaeke
2003-10-13
1
-3
/
+10
*
Fix spelling.
Misha Brukman
2003-10-10
1
-6
/
+7
*
Add statistic for # of emitWord() calls.
Brian Gaeke
2003-09-30
1
-0
/
+2
*
Added some optimizations:
Misha Brukman
2003-09-05
1
-34
/
+66
*
* Use alloca() to force GCC not to eliminate frame pointer
Misha Brukman
2003-08-29
1
-115
/
+90
*
Now that the JIT memory manager allocates as many bytes as necessary rather than
Misha Brukman
2003-08-15
1
-1
/
+2
*
Fix register and parameter numbers in saving double FP registers.
Misha Brukman
2003-08-15
1
-1
/
+1
*
* Must save FP registers when calling CompilationCallback(), because FP
Misha Brukman
2003-08-15
1
-24
/
+168
*
Unbreak SPARC backend: addPassesToJITCompile and
Brian Gaeke
2003-08-14
1
-1
/
+1
*
Use the registers g1 and g5 as temporaries for making far jumps and far calls,
Misha Brukman
2003-08-06
1
-64
/
+48
*
SparcV9CodeEmitter.cpp:
Misha Brukman
2003-08-06
1
-211
/
+166
*
DEBUG got moved to Debug.h
Chris Lattner
2003-08-01
1
-2
/
+3
*
* Correctly emit a far call if the target address does not fit into 30 bits
Misha Brukman
2003-07-29
1
-17
/
+15
*
This code doesn't modify the LLVM structure, keep stuff const
Chris Lattner
2003-07-26
1
-1
/
+1
*
Fixed the number translation scheme for the integer condition code registers: it
Misha Brukman
2003-07-16
1
-31
/
+8
*
Correctly handle calls to functions which are further away than 2**32 bits will
Misha Brukman
2003-07-15
1
-6
/
+95
*
* Added support for the %ccr register
Misha Brukman
2003-07-14
1
-72
/
+23
*
Apparently, the "regType" and "regClass" used in the Sparc backend are not both
Misha Brukman
2003-07-03
1
-39
/
+90
*
Print address out as hex.
Misha Brukman
2003-06-06
1
-1
/
+1
*
Fixed a bunch of test cases in test/Regression/Jello which could not get the
Misha Brukman
2003-06-06
1
-2
/
+13
*
* If a global is not a function, just ask the MachineCodeEmitter for the addr
Misha Brukman
2003-06-06
1
-3
/
+3
*
Put all debug print statements under the DEBUG() guard to make output clean so
Misha Brukman
2003-06-06
1
-35
/
+36
*
Fixed confusion between register classes and register types.
Misha Brukman
2003-06-05
1
-2
/
+4
*
Added lazy function resolution to the JIT.
Misha Brukman
2003-06-05
1
-31
/
+219
*
* Instead of re-inventing the MachineConstantPool emitter that's already given
Misha Brukman
2003-06-04
1
-97
/
+138
*
Constants are laid out in memory in PC-relative form.
Misha Brukman
2003-06-03
1
-1
/
+1
*
Clean up after merging in SparcEmitter.cpp; branches and return work again.
Misha Brukman
2003-06-02
1
-11
/
+40
[next]