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
/
TargetInstrInfo.cpp
Age
Commit message (
Expand
)
Author
2006-05-12
Typo! How did we commute nodes before?!
Evan Cheng
2006-05-04
Move some methods out of MachineInstr into MachineOperand
Chris Lattner
2006-04-20
remove some v9 specific code
Chris Lattner
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-19
Finegrainify namespacification
Chris Lattner
2004-07-27
ConstantTypeMustBeLoaded has been incorporated into SparcV9PreSelection, its
Brian Gaeke
2004-02-29
Adjust to change in TII ctor arguments
Chris Lattner
2004-01-15
Make this assertion more self-explanatory.
Brian Gaeke
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-06-27
Nice tasty llc fixes. These should fix LLC for x86 for everything in
Brian Gaeke
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-13
Start renaming MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2002-11-17
Pass on a targetmachine
Chris Lattner
2002-11-17
Add default implementation of printing interface
Chris Lattner
2002-10-29
Move TargetInstrDescriptors to MachineInstrInfo.cpp
Chris Lattner
2002-10-29
MachineInstrInfo doesn't need a TargetMachine
Chris Lattner
2002-10-28
Seperate code out of TargetMachine into MachineInstrInfo
Chris Lattner