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
/
Sparc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add the README files to the distribution.
Reid Spencer
2006-04-13
1
-0
/
+1
*
Disable switch lowering for targets based on the selection dag isel,
Nate Begeman
2006-04-08
1
-3
/
+0
*
Foundation for call frame information.
Jim Laskey
2006-04-07
2
-1
/
+8
*
Expose base register for DwarfWriter. Refactor code accordingly.
Jim Laskey
2006-03-28
2
-11
/
+4
*
Translate llvm target registers to dwarf register numbers properly.
Jim Laskey
2006-03-27
1
-1
/
+1
*
SelectionDAGISel can now natively handle Switch instructions, in the same
Nate Begeman
2006-03-27
1
-1
/
+9
*
#include Intrinsics.h into all dag isels
Chris Lattner
2006-03-25
1
-0
/
+1
*
D'oh - should be even numbered.
Jim Laskey
2006-03-24
1
-15
/
+15
*
Add dwarf register numbering to register data.
Jim Laskey
2006-03-24
1
-31
/
+80
*
Add support to locate local variables in frames (early version.)
Jim Laskey
2006-03-23
2
-0
/
+15
*
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-03-23
2
-6
/
+3
*
Remove BRTWOWAY*
Nate Begeman
2006-03-17
1
-2
/
+0
*
Add support for 'special' llvm globals like debug info and static ctors/dtors.
Chris Lattner
2006-03-09
1
-1
/
+6
*
Copysign needs to be expanded everywhere. Note that Alpha and IA64 should
Chris Lattner
2006-03-05
1
-0
/
+2
*
Don't print constant initializers, they may span lines now.
Chris Lattner
2006-02-27
1
-2
/
+0
*
The HasNoV9 hack isn't needed here, now that tblgen knows that CustomDAGSched...
Chris Lattner
2006-02-21
1
-3
/
+2
*
kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC
Nate Begeman
2006-02-17
2
-41
/
+18
*
Rework the SelectionDAG-based implementations of SimplifyDemandedBits
Nate Begeman
2006-02-16
1
-13
/
+26
*
Sparc actually *DOES* have a directive for emitting zeros. In fact, it requires
Chris Lattner
2006-02-15
1
-1
/
+1
*
Fix SingleSource/Regression/C/2004-08-12-InlinerAndAllocas.c on Sparc.
Chris Lattner
2006-02-15
1
-1
/
+22
*
Switch targets over to using SelectionDAG::getCALLSEQ_START to create
Chris Lattner
2006-02-13
1
-2
/
+1
*
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
18
-538
/
+532
*
Custom lower VAARG for the case when we are doing vaarg(double). In this
Chris Lattner
2006-02-04
1
-3
/
+35
*
Fix a nasty typo that broke functions with big stack frames.
Chris Lattner
2006-02-04
1
-1
/
+1
*
fix a bug in my last checkin
Chris Lattner
2006-02-04
1
-2
/
+2
*
add a note
Chris Lattner
2006-02-04
1
-0
/
+1
*
Two changes:
Chris Lattner
2006-02-04
5
-17
/
+24
*
Teach sparc to fold loads/stores into copies.
Chris Lattner
2006-02-03
2
-37
/
+47
*
Implement isLoadFromStackSlot and isStoreToStackSlot
Chris Lattner
2006-02-03
2
-0
/
+52
*
%fcc is not an alias for %fcc0
Chris Lattner
2006-02-02
1
-4
/
+4
*
correct an opcode
Chris Lattner
2006-02-02
1
-2
/
+2
*
Allow the specification of explicit alignments for constant pool entries.
Evan Cheng
2006-01-31
1
-1
/
+2
*
add a missing break that caused a lot of failures last night :(
Chris Lattner
2006-01-31
1
-0
/
+1
*
okay, one more
Chris Lattner
2006-01-31
1
-0
/
+2
*
another note
Chris Lattner
2006-01-31
1
-1
/
+2
*
More notes
Chris Lattner
2006-01-31
1
-1
/
+15
*
another one
Chris Lattner
2006-01-31
1
-0
/
+1
*
add a note
Chris Lattner
2006-01-31
1
-0
/
+29
*
add conditional moves of float and double values on int/fp condition codes.
Chris Lattner
2006-01-31
1
-6
/
+27
[next]