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
*
Instead of silently breaking, print notification of why this doesn't work.
Chris Lattner
2004-10-09
1
-0
/
+9
*
Change the #ifdefs to allow compilation with a V8 compiler, but the JIT still
Misha Brukman
2004-09-29
1
-5
/
+5
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-4
/
+4
*
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-08-16
1
-1
/
+1
*
* Remove unnecessary comment
Misha Brukman
2004-08-04
1
-3
/
+3
*
Get rid of the (apparently non-working) filePrinterEmitter which is added in
Brian Gaeke
2004-07-27
1
-3
/
+1
*
Inline 4 methods
Chris Lattner
2004-07-19
1
-4
/
+4
*
Encode %fsr correctly; don't fail an assertion.
Brian Gaeke
2004-06-09
1
-0
/
+9
*
Fix assertion failure message to have the right method name.
Brian Gaeke
2004-06-09
1
-1
/
+1
*
Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its
Brian Gaeke
2004-06-03
1
-1
/
+1
*
Convert to the new TargetMachine interface.
Chris Lattner
2004-06-02
1
-2
/
+2
*
Fix a bug in outputting branches to constant PCs. Since the PC is supplied as
Brian Gaeke
2004-05-20
1
-2
/
+3
*
Minor simplification: eliminate a dyn_cast.
Brian Gaeke
2004-05-19
1
-9
/
+4
*
Get rid of the old byte-at-a-time emission code used when the Sparc JIT was
Brian Gaeke
2004-04-23
1
-9
/
+0
*
Emit SPARC machine code a word at a time instead of a byte at a time.
Brian Gaeke
2004-04-23
1
-1
/
+5
*
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
[next]