1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib/Target/Sparc
Brian Gaeke 5159888ea4 Fix two typos I found in comments.
llvm-svn: 9806
2003-11-08 18:12:24 +00:00
..
.cvsignore Since there is now another derived .inc file, ignore them all. 2003-05-29 20:15:27 +00:00
EmitAssembly.cpp Switch to using the standard representation of the constant pool -- namely, the 2003-11-07 17:45:28 +00:00
EmitBytecodeToAssembly.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Makefile Use basename $< to get just the filename, not full path, for ease of reading. 2003-11-07 17:26:27 +00:00
MappingInfo.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
MappingInfo.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
PeepholeOpts.cpp We accept TargetMachine as a const reference. 2003-11-07 17:44:18 +00:00
PreSelection.cpp * Stop making a global for each constant that cannot live in an instruction; 2003-11-07 17:31:22 +00:00
PrologEpilogCodeInserter.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
Sparc.burg.in Added LLVM copyright notice. 2003-10-21 15:29:18 +00:00
Sparc.cpp For some reason, LICM and GCSE like to crash the FunctionPassManager when they 2003-11-08 00:01:39 +00:00
SparcInstr.def Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
SparcInstrInfo.cpp * Use the MachineConstantPool for storing constants instead of a hash_set; 2003-11-07 17:29:48 +00:00
SparcInstrSelection.cpp Make code layout more consistent. 2003-10-23 16:48:30 +00:00
SparcInstrSelectionSupport.h Add comments to describe what these functions actually do. 2003-10-22 05:50:40 +00:00
SparcInternals.h PreSelection and PeepholeOpts are now FunctionPasses. 2003-11-07 17:43:43 +00:00
SparcRegClassInfo.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
SparcRegClassInfo.h Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
SparcRegInfo.cpp Fix two typos I found in comments. 2003-11-08 18:12:24 +00:00
SparcV9_F2.td Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
SparcV9_F3.td Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
SparcV9_F4.td Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
SparcV9_Reg.td Fix two typos I found in comments. 2003-11-08 18:12:24 +00:00
SparcV9.td Added LLVM copyright header. 2003-10-21 15:17:13 +00:00
SparcV9CodeEmitter.cpp Implement branching to a PC-relative constant (not a BasicBlock). 2003-11-07 21:07:30 +00:00
SparcV9CodeEmitter.h Switch to emitting MachineConstantPool the way it was meant to be done. 2003-11-07 18:06:26 +00:00
StackSlots.cpp * Make the comment header 80 columns long 2003-11-06 18:06:13 +00:00
UltraSparcSchedInfo.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00