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 getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. 2006-05-18 00:12:58 +00:00
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 Resolve BB references with relocation. 2006-07-27 18:21:10 +00:00
AlphaJITInfo.h Completely rearchitect the interface between targets and the pass manager. 2006-09-04 04:14:57 +00:00
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 getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd. 2006-05-18 00:12:58 +00:00
AlphaRegisterInfo.td Constify some methods. Patch provided by Anton Vayvod, thanks! 2006-08-17 22:00:08 +00:00
AlphaRelocations.h Patches to make the LLVM sources more -pedantic clean. Patch provided 2006-05-24 17:04:05 +00:00
AlphaSchedule.td Alpha Scheduling classes 2006-03-09 17:16:45 +00:00
AlphaSubtarget.cpp Give full control of subtarget features over to table generated code. 2005-10-26 17:30:34 +00:00
AlphaSubtarget.h Alpha Scheduling classes 2006-03-09 17:16:45 +00:00
AlphaTargetAsmInfo.cpp Set the jt section 2006-10-06 22:52:33 +00:00
AlphaTargetAsmInfo.h Break out target asm info into separate files. 2006-09-07 22:05:02 +00:00
AlphaTargetMachine.cpp Add all that branch mangling niftiness 2006-10-31 16:49:55 +00:00
AlphaTargetMachine.h Jimptables working again on alpha. 2006-10-11 04:29:42 +00:00
Makefile Autogen subtarget information from .td files. 2005-10-23 22:15:34 +00:00
README.txt This entry is done. switched to the gcc way of doing things. 2006-10-11 01:48:03 +00:00

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