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
/
SparcISelLowering.cpp
Age
Commit message (
Expand
)
Author
2008-07-27
Rename SDOperand to SDValue.
Dan Gohman
2008-07-07
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
Dan Gohman
2008-07-02
Add a new getMergeValues method that does not need
Duncan Sands
2008-07-01
Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating
Dan Gohman
2008-06-30
Rename ISD::LOCATION to ISD::DBG_STOPPOINT to better reflect its
Dan Gohman
2008-06-30
Replace some std::vectors that showed up in heap profiling with
Dan Gohman
2008-06-30
Revert the SelectionDAG optimization that makes
Duncan Sands
2008-06-21
Use MachineBasicBlock::transferSuccessors.
Dan Gohman
2008-06-06
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-04-12
Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal
Dan Gohman
2008-03-17
Check in some #ifdef'd out code switching call argument
Chris Lattner
2008-03-17
remove dead code
Chris Lattner
2008-03-17
Switch sparc from using LowerCallTo to using LowerOperation(CALL) like
Chris Lattner
2008-03-17
Start moving sparc to use SparcCallingConv.td, switching over
Chris Lattner
2008-03-17
split sparc lowering out into SparcISelLowering.{cpp|h} to follow
Chris Lattner