summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/TargetLowering.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR786:Reid Spencer2006-11-021-2/+0
| | | | | | | | | | Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting fall out by removing unused variables. Remaining warnings have to do with unused functions (I didn't want to delete code without review) and unused variables in generated code. Maintainers should clean up the remaining issues when they see them. All changes pass DejaGnu tests and Olden. llvm-svn: 31380
* Change the prototype for TargetLowering::isOperandValidForConstraintChris Lattner2006-10-311-5/+8
| | | | llvm-svn: 31318
* Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode.Evan Cheng2006-10-131-0/+1
| | | | llvm-svn: 30945
* Naming consistency.Evan Cheng2006-10-111-4/+4
| | | | llvm-svn: 30878
* Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.Evan Cheng2006-10-091-9/+12
| | | | llvm-svn: 30844
* initialize ivarChris Lattner2006-10-061-0/+1
| | | | llvm-svn: 30780
* Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add anEvan Cheng2006-10-041-13/+25
| | | | | | extra operand to LOADX to specify the exact value extension type. llvm-svn: 30714
* Change the default to 0, which means 'default'.Chris Lattner2006-09-051-1/+1
| | | | llvm-svn: 30114
* forgot thisDuraid Madina2006-09-041-0/+2
| | | | llvm-svn: 30097
* Add some adviceChris Lattner2006-07-271-0/+1618
llvm-svn: 29324
OpenPOWER on IntegriCloud