This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
6
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
llvm
/
lib
/
Target
/
Alpha
History
Andrew Lenharth
6719d3d0a2
Well this isn't as ugly and it works better. At least gcc bootstraps again
...
llvm-svn: 34254
2007-02-13 23:41:16 +00:00
..
.cvsignore
ignore generated files
2005-09-07 23:47:44 +00:00
Alpha.h
Add all that branch mangling niftiness
2006-10-31 16:49:55 +00:00
Alpha.td
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
2007-01-24 21:09:16 +00:00
AlphaAsmPrinter.cpp
Well this isn't as ugly and it works better. At least gcc bootstraps again
2007-02-13 23:41:16 +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
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
2007-01-24 21:09:16 +00:00
AlphaISelDAGToDAG.cpp
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
2007-01-24 21:09:16 +00:00
AlphaISelLowering.cpp
return addresses, those I already have
2007-02-08 17:37:41 +00:00
AlphaISelLowering.h
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
2007-01-24 21:09:16 +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
PEI is now responsible for adding MaxCallFrameSize to frame size and align the stack. Each target can further adjust the frame size if necessary.
2007-01-23 09:38:11 +00:00
AlphaRegisterInfo.h
hasFP() is now a virtual method of MRegisterInfo.
2007-01-23 00:57:47 +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
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
2007-01-24 21:09:16 +00:00
AlphaSubtarget.h
FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available
2007-01-24 21:09:16 +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
Added new method to add a "simple" code emitter. That is, to only add
2007-02-08 01:38:33 +00:00
AlphaTargetMachine.h
Added new method to add a "simple" code emitter. That is, to only add
2007-02-08 01:38:33 +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
README.txt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Fix Ordered/Unordered FP stuff