llvm-6502/lib/Target/Alpha
Reid Spencer 3ed469ccd7 For PR786:
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31380 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-02 20:25:50 +00:00
..
.cvsignore
Alpha.h Add all that branch mangling niftiness 2006-10-31 16:49:55 +00:00
Alpha.td
AlphaAsmPrinter.cpp For PR786: 2006-11-02 20:25:50 +00:00
AlphaBranchSelector.cpp Add all that branch mangling niftiness 2006-10-31 16:49:55 +00:00
AlphaCodeEmitter.cpp For PR786: 2006-11-02 20:25:50 +00:00
AlphaInstrFormats.td Add all that branch mangling niftiness 2006-10-31 16:49:55 +00:00
AlphaInstrInfo.cpp more shotenning 2006-10-31 23:46:56 +00:00
AlphaInstrInfo.h Add all that branch mangling niftiness 2006-10-31 16:49:55 +00:00
AlphaInstrInfo.td fix 2006-11-01-vastart.ll 2006-11-02 03:05:26 +00:00
AlphaISelDAGToDAG.cpp For PR786: 2006-11-02 20:25:50 +00:00
AlphaISelLowering.cpp For PR786: 2006-11-02 20:25:50 +00:00
AlphaISelLowering.h Add all that branch mangling niftiness 2006-10-31 16:49:55 +00:00
AlphaJITInfo.cpp
AlphaJITInfo.h
AlphaLLRP.cpp more shotenning 2006-10-31 23:46:56 +00:00
AlphaRegisterInfo.cpp more shotenning 2006-10-31 23:46:56 +00:00
AlphaRegisterInfo.h
AlphaRegisterInfo.td
AlphaRelocations.h
AlphaSchedule.td
AlphaSubtarget.cpp
AlphaSubtarget.h
AlphaTargetAsmInfo.cpp
AlphaTargetAsmInfo.h
AlphaTargetMachine.cpp Add all that branch mangling niftiness 2006-10-31 16:49:55 +00:00
AlphaTargetMachine.h
Makefile
README.txt

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Fix Ordered/Unordered FP stuff