Chris Lattner
|
f20abac9bc
|
Eliminate the distinction between "real" and "unreal" instructions
llvm-svn: 11986
|
2004-02-29 06:31:16 +00:00 |
Brian Gaeke
|
960707c335
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
John Criswell
|
482202a601
|
Added LLVM project notice to the top of every C++ source file.
Header files will be on the way.
llvm-svn: 9298
|
2003-10-20 19:43:21 +00:00 |
Misha Brukman
|
f7586ceeb2
|
Reformatted code to match the prevalent LLVM style; fit code into 80 columns.
llvm-svn: 7586
|
2003-08-05 00:02:06 +00:00 |
Misha Brukman
|
8f7304a32d
|
ElectricFence found this bug where we were reading past the vector boundary.
llvm-svn: 7585
|
2003-08-04 23:48:40 +00:00 |
Chris Lattner
|
f9781b59ab
|
More renamings of Target/Machine*Info to Target/Target*Info
llvm-svn: 5204
|
2002-12-29 03:13:05 +00:00 |
Chris Lattner
|
268d600a88
|
Move TargetInstrDescriptors to MachineInstrInfo.cpp
llvm-svn: 4391
|
2002-10-29 17:37:48 +00:00 |
Chris Lattner
|
e1a3de779e
|
Make sched class unsigned
llvm-svn: 4336
|
2002-10-28 04:59:43 +00:00 |
Vikram S. Adve
|
d77030bd76
|
Use vectors instead of hash_maps for issueGaps and conflictLists.
These hash lookups were a major sink of time because they happen so often!
llvm-svn: 4136
|
2002-10-13 00:37:46 +00:00 |
Chris Lattner
|
c797387363
|
Add code that used to be inline in MachineSchedInfo.h
llvm-svn: 1676
|
2002-02-04 05:56:30 +00:00 |
Chris Lattner
|
621457a34b
|
Add #include that is no longer implicitly included
llvm-svn: 1651
|
2002-02-03 07:47:05 +00:00 |
Chris Lattner
|
7f74a56e24
|
Changes to build successfully with GCC 3.02
llvm-svn: 1503
|
2002-01-20 22:54:45 +00:00 |
Vikram S. Adve
|
c2f8911114
|
Add handle to TargetMachine object in all Machine...Info classes.
llvm-svn: 1197
|
2001-11-08 05:15:08 +00:00 |
Vikram S. Adve
|
6cefc7072d
|
Renamed files to match the main classes they provide.
Some other minor changes.
llvm-svn: 615
|
2001-09-18 12:58:33 +00:00 |