| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
| |
Move contents of SparcMachineInstrDesc[] out of SparcInternals.h
into Sparc.cpp
llvm-svn: 644
|
|
|
|
| |
llvm-svn: 635
|
|
|
|
| |
llvm-svn: 632
|
|
|
|
| |
llvm-svn: 627
|
|
|
|
|
|
|
|
| |
information, including instr, sched, and reg information.
This allows us to allocate them all in one place and use them much
more uniformly.
llvm-svn: 618
|
|
|
|
| |
llvm-svn: 593
|
|
|
|
| |
llvm-svn: 585
|
|
|
|
|
|
|
|
| |
Value to a vector instead of a list.
Move SchedGraph.h & SchedPriorities.h into lib/CodeGen/InstrScheduling
llvm-svn: 572
|
|
|
|
|
|
|
|
| |
Move files from lib/CodeGen/TargetMachine to lib/Target
Move TargetData.h and TargetMachine.h to Target/{Data.h|Machine.h}
Prepare to split TargetMachine.h into several smaller files
llvm-svn: 566
|
|
|
|
|
|
|
|
|
| |
1. Clean up the TargetMachine structure. No more wierd pointers that have to
be cast around and taken care of by the target.
2. Instruction Scheduling now takes the schedinfo as an argument. The same
should be done with the instinfo, it just isn't now.
llvm-svn: 565
|
|
llvm-svn: 563
|