aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetSchedInfo.cpp
AgeCommit message (Expand)Author
2006-04-20Remove this obsolete fileChris Lattner
2005-04-22Convert tabs to spacesMisha Brukman
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-16Improve compatiblity with HPUX on Itanium, patch by Duraid MadinaChris Lattner
2004-10-25Remove dead assertChris Lattner
2004-09-28Since we use alloca now make sure we include the proper headers for it.Alkis Evlogimenos
2004-09-28Use alloca instead of a C99 style array. This should fix theAlkis Evlogimenos
2004-06-02Adjust to new TM interfaceChris Lattner
2004-05-08Changed CPUResource to allow access to maxnum users.Tanya Lattner
2004-05-01Add a constructor that got lostChris Lattner
2004-04-30Removing MachineResource class.Tanya Lattner
2004-02-29Eliminate the distinction between "real" and "unreal" instructionsChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-08-05Reformatted code to match the prevalent LLVM style; fit code into 80 columns.Misha Brukman
2003-08-04ElectricFence found this bug where we were reading past the vector boundary.Misha Brukman
2002-12-29More renamings of Target/Machine*Info to Target/Target*InfoChris Lattner
2002-10-29Move TargetInstrDescriptors to MachineInstrInfo.cppChris Lattner
2002-10-28Make sched class unsignedChris Lattner
2002-10-13Use vectors instead of hash_maps for issueGaps and conflictLists.Vikram S. Adve
2002-02-04Add code that used to be inline in MachineSchedInfo.hChris Lattner
2002-02-03Add #include that is no longer implicitly includedChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-11-08Add handle to TargetMachine object in all Machine...Info classes.Vikram S. Adve
2001-09-18Renamed files to match the main classes they provide.Vikram S. Adve