index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
/
SparcISelDAGToDAG.cpp
Age
Commit message (
Expand
)
Author
2007-03-07
Refactoring of formal parameter flags. Enable properly use of
Anton Korobeynikov
2007-02-22
Simplify lowering and selection of exception ops.
Jim Laskey
2007-02-21
Support to provide exception and selector registers.
Jim Laskey
2007-01-29
Finish off bug 680, allowing targets to custom lower frame and return
Nate Begeman
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2006-12-31
For PR950:
Reid Spencer
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-11-08
Match tblegen changes.
Evan Cheng
2006-10-30
All targets expand BR_JT for now.
Evan Cheng
2006-10-13
Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.
Evan Cheng
2006-10-09
Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
Evan Cheng
2006-10-05
Make use of getStore().
Evan Cheng
2006-10-04
Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an
Evan Cheng
2006-09-12
Reflects MachineConstantPoolEntry changes.
Evan Cheng
2006-08-26
SelectNodeTo now returns a SDNode*.
Evan Cheng
2006-08-26
Select() no longer require Result operand by reference.
Evan Cheng
2006-08-26
Match tblgen changes.
Evan Cheng
2006-08-16
SelectNodeTo() may return a SDOperand that is different from the input.
Evan Cheng
2006-08-11
Match tablegen changes.
Evan Cheng
2006-08-08
Start eliminating temporary vectors used to create DAG nodes. Instead, pass
Chris Lattner
2006-08-07
Match tablegen isel changes.
Evan Cheng
2006-07-28
Remove InFlightSet hack. No longer needed.
Evan Cheng
2006-06-15
Type of extract_element index operand should be iPTR.
Evan Cheng
2006-05-26
Change RET node to include signness information of the return values. i.e.
Evan Cheng
2006-05-25
Add support for the missing FP condition codes
Chris Lattner
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-12
Remove dead variable.
Chris Lattner
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
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-17
Remove BRTWOWAY*
Nate Begeman
2006-03-05
Copysign needs to be expanded everywhere. Note that Alpha and IA64 should
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
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-09
Match getTargetNode() changes (now return SDNode* instead of SDOperand).
Evan Cheng
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
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-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
treat conditional branches the same way as conditional moves (giving them
Chris Lattner
[next]