index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SparcV9
/
MachineCodeForInstruction.h
Age
Commit message (
Expand
)
Author
2006-04-20
This target is no longer built. The ,v files now live in the reoptimizer.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2004-08-16
Move MachineCodeForInstruction.h and MachineFunctionInfo.h into lib/Target/Sp...
Chris Lattner
2004-06-27
This class is no longer an annotation
Chris Lattner
2004-06-27
Make it obvious that this file is bad bad bad
Chris Lattner
2004-02-29
Do not use explicit casts that hide the dependence on Instruction being
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-06-22
Remove a ton of extraneous #includes
Chris Lattner
2003-06-11
Included assert.h so that the code compiles under newer versions of GCC.
John Criswell
2003-01-14
Move annotation to support library
Chris Lattner
2002-10-30
Bug fix: need to initialize new CallArgsDescriptor pointer.
Vikram S. Adve
2002-10-29
Move CallArgsDescriptor into this class instead of making it an
Vikram S. Adve
2002-10-28
Fixes to previous checkin
Chris Lattner
2002-10-28
Inline some methods from .cpp files into .h files, minor cleanups
Chris Lattner
2002-08-09
Change machinecode for instruction to not inherit from vector.
Chris Lattner
2002-03-24
Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.
Vikram S. Adve
2002-02-03
Code pulled out of MAchineInstr.(h|cpp)
Chris Lattner