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