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-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
2006-02-05
remove V8 reference
Chris Lattner
2006-02-05
Rename SPARC V8 target to be the LLVM SPARC target.
Chris Lattner
2006-02-04
Custom lower VAARG for the case when we are doing vaarg(double). In this
Chris Lattner
2006-02-04
Fix a nasty typo that broke functions with big stack frames.
Chris Lattner
2006-02-04
fix a bug in my last checkin
Chris Lattner
2006-02-04
add a note
Chris Lattner
2006-02-04
Two changes:
Chris Lattner
2006-02-03
Teach sparc to fold loads/stores into copies.
Chris Lattner
2006-02-03
Implement isLoadFromStackSlot and isStoreToStackSlot
Chris Lattner
2006-02-02
%fcc is not an alias for %fcc0
Chris Lattner
2006-02-02
correct an opcode
Chris Lattner
2006-01-31
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-31
add a missing break that caused a lot of failures last night :(
Chris Lattner
2006-01-31
okay, one more
Chris Lattner
2006-01-31
another note
Chris Lattner
2006-01-31
More notes
Chris Lattner
2006-01-31
another one
Chris Lattner
2006-01-31
add a note
Chris Lattner
2006-01-31
add conditional moves of float and double values on int/fp condition codes.
Chris Lattner
2006-01-31
treat conditional branches the same way as conditional moves (giving them
Chris Lattner
2006-01-31
compactify all of the integer conditional moves into one instruction that takes
Chris Lattner
2006-01-31
Add immediate forms of integer cmovs
Chris Lattner
2006-01-31
Shrinkify
Chris Lattner
2006-01-31
Add the full complement of conditional moves of integer registers.
Chris Lattner
[prev]
[next]