summaryrefslogtreecommitdiff
path: root/lib/Target/TargetSchedInfo.cpp
Commit message (Expand)AuthorAge
* Reformatted code to match the prevalent LLVM style; fit code into 80 columns.Misha Brukman2003-08-05
* ElectricFence found this bug where we were reading past the vector boundary.Misha Brukman2003-08-04
* More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner2002-12-29
* Move TargetInstrDescriptors to MachineInstrInfo.cppChris Lattner2002-10-29
* Make sched class unsignedChris Lattner2002-10-28
* Use vectors instead of hash_maps for issueGaps and conflictLists.Vikram S. Adve2002-10-13
* Add code that used to be inline in MachineSchedInfo.hChris Lattner2002-02-04
* Add #include that is no longer implicitly includedChris Lattner2002-02-03
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Add handle to TargetMachine object in all Machine...Info classes.Vikram S. Adve2001-11-08
* Renamed files to match the main classes they provide.Vikram S. Adve2001-09-18