.. |
InstrSched
|
Change Library Names Not To Conflict With Others When Installed
|
2004-10-27 23:18:45 +00:00 |
LiveVar
|
Change Library Names Not To Conflict With Others When Installed
|
2004-10-27 23:18:45 +00:00 |
ModuloScheduling
|
When writing kernel, save the branches til the end. They are still put in the "right place" in the schedule, but sometimes when folding to make a kernel instructions are added between branches. This is wrong. To avoid this, we handle branches special.
|
2004-12-03 05:25:22 +00:00 |
RegAlloc
|
Change Library Names Not To Conflict With Others When Installed
|
2004-10-27 23:18:45 +00:00 |
.cvsignore
|
|
|
DecomposeMultiDimRefs.cpp
|
Decompose* is V9 specific, make it internal
|
2004-11-07 00:43:24 +00:00 |
EmitBytecodeToAssembly.cpp
|
'Pass' should now not be derived from by clients. Instead, they should derive
|
2004-09-20 04:48:05 +00:00 |
InternalGlobalMapper.cpp
|
Remove extraneous namespacification. In particular, don't define llvm::llvm::createInternalGlobalMapperPass
|
2004-11-30 00:22:59 +00:00 |
MachineCodeForInstruction.cpp
|
Revise head-of-file comment.
|
2004-08-24 06:41:38 +00:00 |
MachineCodeForInstruction.h
|
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9
|
2004-08-16 21:55:02 +00:00 |
MachineFunctionInfo.cpp
|
Convert to the new MachineFunctionInfo interface
|
2004-08-18 18:13:37 +00:00 |
MachineFunctionInfo.h
|
Changes For Bug 352
|
2004-09-01 22:55:40 +00:00 |
MachineInstrAnnot.h
|
Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its
|
2004-06-03 02:45:09 +00:00 |
Makefile
|
Internalize variable names to prevent recursive assignment. Cleanup docs.
|
2004-10-30 09:19:36 +00:00 |
MappingInfo.cpp
|
Simplify mapping info generation. In particular, the LLVM-to-MachineInstr map
|
2004-10-19 05:15:21 +00:00 |
MappingInfo.h
|
'Pass' should now not be derived from by clients. Instead, they should derive
|
2004-09-20 04:48:05 +00:00 |
SparcV9_F2.td
|
Fix comment header, specify type of file `tablegen'.
|
2004-08-10 17:37:14 +00:00 |
SparcV9_F3.td
|
Fix comment header, specify type of file `tablegen'.
|
2004-08-10 17:37:14 +00:00 |
SparcV9_F4.td
|
Fix comment header, specify type of file `tablegen'.
|
2004-08-10 17:37:14 +00:00 |
SparcV9.burg.in
|
All of these labels are off by one now that the unreachable instruction exists
|
2004-10-17 05:37:47 +00:00 |
SparcV9.td
|
* Instruction definitions moved to SparcV9InstrInfo.td for consistency
|
2004-08-10 18:15:31 +00:00 |
SparcV9AsmPrinter.cpp
|
I forgot that sparc no longer uses the shared asmwriter. Give it support
|
2004-10-17 02:44:45 +00:00 |
SparcV9BurgISel.cpp
|
Changed the CreateCodeToLoadConst function to preserve SSA form. This basically means adding extra tmp instructions for intermediate values.
|
2004-11-23 04:22:29 +00:00 |
SparcV9BurgISel.h
|
All the SparcV9 BURG instruction selector pieces have been collected into the
|
2004-08-04 07:28:51 +00:00 |
SparcV9CodeEmitter.cpp
|
Squelch a bogus warning
|
2004-11-23 15:57:01 +00:00 |
SparcV9CodeEmitter.h
|
Remove JIT-specific code from the code emitter.
|
2004-11-22 20:25:10 +00:00 |
SparcV9FrameInfo.cpp
|
Convert to the new MachineFunctionInfo interface
|
2004-08-18 18:13:37 +00:00 |
SparcV9FrameInfo.h
|
Remove dead methods
|
2004-08-12 18:37:15 +00:00 |
SparcV9Instr.def
|
M_DUMMY_PHI_FLAG is no longer used to distinguish V9::PHI. Get rid of it and
|
2004-08-18 20:04:28 +00:00 |
SparcV9InstrForest.h
|
Fix file header
|
2004-10-16 16:37:42 +00:00 |
SparcV9InstrInfo.h
|
The SparcV9 target no longer uses any pseudoinstructions (SETSW, SETUW,
|
2004-08-18 17:44:16 +00:00 |
SparcV9InstrInfo.td
|
* Instruction definitions moved to SparcV9InstrInfo.td for consistency
|
2004-08-10 18:15:31 +00:00 |
SparcV9Internals.h
|
Decompose* is V9 specific, make it internal
|
2004-11-07 00:43:24 +00:00 |
SparcV9JITInfo.cpp
|
Implement the Sparc JIT interfaces, including relocation support.
|
2004-11-22 20:24:27 +00:00 |
SparcV9JITInfo.h
|
New methods implemented
|
2004-11-22 20:24:42 +00:00 |
SparcV9PeepholeOpts.cpp
|
Changes For Bug 352
|
2004-09-01 22:55:40 +00:00 |
SparcV9PreSelection.cpp
|
Add support for undef and unreachable
|
2004-10-16 18:14:10 +00:00 |
SparcV9PrologEpilogInserter.cpp
|
Convert to the new MachineFunctionInfo interface
|
2004-08-18 18:13:37 +00:00 |
SparcV9RegClassInfo.cpp
|
Get rid of calls to void llvm::printSet(const ValueSet &).
|
2004-07-29 06:43:08 +00:00 |
SparcV9RegClassInfo.h
|
Collapse together the abstract superclass TargetRegInfo and SparcV9RegInfo, its
|
2004-06-03 02:45:09 +00:00 |
SparcV9RegInfo.cpp
|
This code is dodgy, but the guaranteed assertion failure doesn't help anything.
|
2004-08-24 06:41:40 +00:00 |
SparcV9RegInfo.h
|
Changes For Bug 352
|
2004-09-01 22:55:40 +00:00 |
SparcV9RegisterInfo.cpp
|
Code insertion methods now return void instead of an int.
|
2004-08-15 22:15:11 +00:00 |
SparcV9RegisterInfo.h
|
Code insertion methods now return void instead of an int.
|
2004-08-15 22:15:11 +00:00 |
SparcV9RegisterInfo.td
|
Revamp the Register class, and allow the use of the RegisterGroup class to
|
2004-09-14 04:17:02 +00:00 |
SparcV9Relocations.h
|
Initial checkin of the V9 relocation types
|
2004-11-22 00:40:51 +00:00 |
SparcV9SchedInfo.cpp
|
RETURN instructions are not used in the sparc backend.
|
2004-07-02 04:57:35 +00:00 |
SparcV9StackSlots.cpp
|
'Pass' should now not be derived from by clients. Instead, they should derive
|
2004-09-20 04:48:05 +00:00 |
SparcV9TargetMachine.cpp
|
The stripping pass as we know it is about to disappear
|
2004-12-02 21:05:01 +00:00 |
SparcV9TargetMachine.h
|
Auto-registrate target
|
2004-07-11 02:48:49 +00:00 |
SparcV9TmpInstr.cpp
|
Changes For Bug 352
|
2004-09-01 22:55:40 +00:00 |
SparcV9TmpInstr.h
|
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/SparcV9
|
2004-08-16 21:55:02 +00:00 |