llvm-6502/lib/Target/Alpha
Reid Spencer c10305743c For PR1043:
This is the final patch for this PR. It implements some minor cleanup
in the use of IntegerType, to wit:
1. Type::getIntegerTypeMask -> IntegerType::getBitMask
2. Type::Int*Ty changed to IntegerType* from Type*
3. ConstantInt::getType() returns IntegerType* now, not Type*

This also fixes PR1120.

Patch by Sheng Zhou.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33370 91177308-0d34-0410-b5e6-96231b3b80d8
2007-01-19 21:13:56 +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 eliminate static ctors for Statistic objects. 2006-12-19 22:59:26 +00:00
AlphaBranchSelector.cpp MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor 2006-11-30 07:12:03 +00:00
AlphaCodeEmitter.cpp eliminate static ctors for Statistic objects. 2006-12-19 22:59:26 +00:00
AlphaInstrFormats.td Add all that branch mangling niftiness 2006-10-31 16:49:55 +00:00
AlphaInstrInfo.cpp What should be the last unnecessary <iostream>s in the library. 2006-12-07 22:21:48 +00:00
AlphaInstrInfo.h Add all that branch mangling niftiness 2006-10-31 16:49:55 +00:00
AlphaInstrInfo.td Be sure to grab weak functions too, and make implicit defs comments 2006-12-07 17:39:14 +00:00
AlphaISelDAGToDAG.cpp For PR1043: 2007-01-19 21:13:56 +00:00
AlphaISelLowering.cpp For PR950: 2006-12-31 05:55:36 +00:00
AlphaISelLowering.h For PR950: 2006-12-31 05:55:36 +00:00
AlphaJITInfo.cpp What should be the last unnecessary <iostream>s in the library. 2006-12-07 22:21:48 +00:00
AlphaJITInfo.h Completely rearchitect the interface between targets and the pass manager. 2006-09-04 04:14:57 +00:00
AlphaLLRP.cpp eliminate static ctors for Statistic objects. 2006-12-19 22:59:26 +00:00
AlphaRegisterInfo.cpp Fix naming inconsistency. 2007-01-02 21:33:40 +00:00
AlphaRegisterInfo.h Fix naming inconsistency. 2007-01-02 21:33:40 +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 Simplify a bit 2006-12-07 23:55:55 +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
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