index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r...
Chris Lattner
2006-02-10
3
-61
/
+34
*
Update to new-style flags usage, simplifying the .td file
Chris Lattner
2006-02-10
2
-36
/
+25
*
Done
Chris Lattner
2006-02-09
1
-1
/
+0
*
Enable LSR by default for SPARC: it is a clear win.
Chris Lattner
2006-02-09
1
-4
/
+1
*
Match getTargetNode() changes (now return SDNode* instead of SDOperand).
Evan Cheng
2006-02-09
1
-24
/
+29
*
add an option to turn on LSR.
Chris Lattner
2006-02-09
2
-1
/
+62
*
Adjust to MachineConstantPool interface change: instead of keeping a
Chris Lattner
2006-02-09
1
-1
/
+1
*
Change Select() from
Evan Cheng
2006-02-09
1
-32
/
+49
*
Fix the Sparc backend with Evan's recent tblgen changes
Chris Lattner
2006-02-05
1
-7
/
+7
*
Use SelectRoot() as the entry to any tblgen based isel.
Evan Cheng
2006-02-05
1
-1
/
+2
*
remove V8 reference
Chris Lattner
2006-02-05
1
-1
/
+1
*
Rename SPARC V8 target to be the LLVM SPARC target.
Chris Lattner
2006-02-05
20
-0
/
+3682
*
Great renaming: Sparc --> SparcV9
Brian Gaeke
2004-02-25
58
-17669
/
+0
*
FunctionLiveVarInfo.h moved: include/llvm/CodeGen -> lib/Target/Sparc/LiveVar
Brian Gaeke
2004-02-24
4
-3
/
+114
*
Move MOTy::UseType enum into MachineOperand. This eliminates the
Alkis Evlogimenos
2004-02-22
4
-56
/
+64
*
Adjustments to support the new ConstantAggregateZero class
Chris Lattner
2004-02-15
1
-2
/
+3
*
Use newly added next() and prior() utility functions.
Alkis Evlogimenos
2004-02-14
2
-6
/
+5
*
Remove getAllocatedRegNum(). Use getReg() instead.
Alkis Evlogimenos
2004-02-13
8
-17
/
+15
*
Squish warning
Chris Lattner
2004-02-13
1
-2
/
+2
*
Remove this MachineOpCodeFlags assertion - its test can never be false.
Brian Gaeke
2004-02-12
1
-2
/
+0
*
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-02-12
10
-75
/
+55
*
MachineInstr::getOpCode() --> getOpcode() in SPARC back-end.
Brian Gaeke
2004-02-11
10
-41
/
+41
*
Increase constness.
Alkis Evlogimenos
2004-02-11
2
-4
/
+6
*
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
*
Stop using this method
Chris Lattner
2004-02-10
1
-1
/
+1
*
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
*
Fix PR228: [sparc] Boolean constants are emitted as true and false
Chris Lattner
2004-02-10
1
-0
/
+2
*
Doxygenify comments.
Misha Brukman
2004-02-09
1
-12
/
+9
*
Fix PR#226: When emitting padding, always emit it as bytes. Bytes can be
John Criswell
2004-02-09
1
-8
/
+5
*
Add a new (static inline) std::ostream& << AllocInfo& method. Use it.
Brian Gaeke
2004-01-28
2
-6
/
+9
*
Use the LLVM standard name mangling infrastructure instead of reinventing the
Misha Brukman
2004-01-15
1
-77
/
+18
*
Include TargetRegInfo.h and declare SparcTargetMachine forward, to make this
Brian Gaeke
2004-01-15
1
-1
/
+4
*
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
*
Remove dump-input option.
Brian Gaeke
2004-01-13
1
-14
/
+2
*
Eliminate use of ConstantHandling itf
Chris Lattner
2004-01-12
1
-5
/
+4
*
Move sparc-specific livevar code into lib/Target/Sparc
Chris Lattner
2004-01-09
6
-1
/
+688
*
Fix more incestuous #includage.
Chris Lattner
2004-01-09
2
-4
/
+4
*
Move InstrSelection into lib/Target/Sparc, as it's sparc specific. This
Chris Lattner
2004-01-09
5
-1
/
+1036
*
Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specific
Chris Lattner
2004-01-09
15
-0
/
+3354
*
Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering
Chris Lattner
2003-12-28
3
-15
/
+5
*
Eliminate some code that is not needed now that we have the intrinsic lowerin...
Chris Lattner
2003-12-28
4
-58
/
+30
*
Really release memory used by functions. Patch by Chris.
Misha Brukman
2003-12-22
1
-0
/
+1
*
Hoist some sparc specific code into the sparc target
Chris Lattner
2003-12-20
3
-6
/
+53
*
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner
2003-12-20
4
-25
/
+61
*
* Converted C-style comments to C++
Misha Brukman
2003-12-17
1
-13
/
+15
*
Reordered #includes.
Misha Brukman
2003-12-17
1
-5
/
+5
[next]