index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
Age
Commit message (
Expand
)
Author
2006-05-25
Assert if InflightSet is not cleared after instruction selecting a BB.
Evan Cheng
2006-05-24
Clear HandleMap and ReplaceMap after instruction selection. Or it may cause
Evan Cheng
2006-05-24
Patches to make the LLVM sources more -pedantic clean. Patch provided
Chris Lattner
2006-05-20
Sparc is big-endian.
Owen Anderson
2006-05-20
Make all of the TargetMachine subclasses use the new string TargetData methods.
Owen Anderson
2006-05-18
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
Evan Cheng
2006-05-17
Remove PointerType from class Target
Evan Cheng
2006-05-12
Remove dead variable.
Chris Lattner
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-09
Split SwitchSection into SwitchTo{Text|Data}Section methods.
Chris Lattner
2006-05-09
Some notes and thoughts to myself
Chris Lattner
2006-05-04
Rename MO_VirtualRegister -> MO_Register. Clean up immediate handling.
Chris Lattner
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-05-04
There shalt be only one "immediate" operand type!
Chris Lattner
2006-05-04
Remove a bunch more SparcV9 specific stuff
Chris Lattner
2006-05-04
Remove some more unused stuff from MachineInstr that was leftover from V9.
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-05-02
Extend printBasicBlockLabel a bit so that it can be used to print all
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-13
Add the README files to the distribution.
Reid Spencer
2006-04-08
Disable switch lowering for targets based on the selection dag isel,
Nate Begeman
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-03-28
Expose base register for DwarfWriter. Refactor code accordingly.
Jim Laskey
2006-03-27
Translate llvm target registers to dwarf register numbers properly.
Jim Laskey
2006-03-27
SelectionDAGISel can now natively handle Switch instructions, in the same
Nate Begeman
2006-03-25
#include Intrinsics.h into all dag isels
Chris Lattner
2006-03-24
D'oh - should be even numbered.
Jim Laskey
2006-03-24
Add dwarf register numbering to register data.
Jim Laskey
2006-03-23
Add support to locate local variables in frames (early version.)
Jim Laskey
2006-03-23
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-03-17
Remove BRTWOWAY*
Nate Begeman
2006-03-09
Add support for 'special' llvm globals like debug info and static ctors/dtors.
Chris Lattner
2006-03-05
Copysign needs to be expanded everywhere. Note that Alpha and IA64 should
Chris Lattner
2006-02-27
Don't print constant initializers, they may span lines now.
Chris Lattner
2006-02-21
The HasNoV9 hack isn't needed here, now that tblgen knows that CustomDAGSched...
Chris Lattner
2006-02-17
kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC
Nate Begeman
2006-02-16
Rework the SelectionDAG-based implementations of SimplifyDemandedBits
Nate Begeman
2006-02-15
Sparc actually *DOES* have a directive for emitting zeros. In fact, it requires
Chris Lattner
2006-02-15
Fix SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c on Sparc.
Chris Lattner
2006-02-13
Switch targets over to using SelectionDAG::getCALLSEQ_START to create
Chris Lattner
2006-02-10
Use the auto-generated call matcher. Remove a broken impl of the frameaddr/r...
Chris Lattner
2006-02-10
Update to new-style flags usage, simplifying the .td file
Chris Lattner
2006-02-09
Done
Chris Lattner
2006-02-09
Enable LSR by default for SPARC: it is a clear win.
Chris Lattner
2006-02-09
Match getTargetNode() changes (now return SDNode* instead of SDOperand).
Evan Cheng
2006-02-09
add an option to turn on LSR.
Chris Lattner
2006-02-09
Adjust to MachineConstantPool interface change: instead of keeping a
Chris Lattner
2006-02-09
Change Select() from
Evan Cheng
2006-02-05
Fix the Sparc backend with Evan's recent tblgen changes
Chris Lattner
2006-02-05
Use SelectRoot() as the entry to any tblgen based isel.
Evan Cheng
[prev]
[next]