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
/
CodeGen
/
MachineCodeForInstruction.cpp
Age
Commit message (
Expand
)
Author
2004-06-27
Do not find these ugly sparc-specific objects by using the annotation API on
Chris Lattner
2004-05-30
Fix typo in head-of-file comment.
Brian Gaeke
2004-02-29
Add back #include I messed up
Chris Lattner
2004-02-29
Urg, forgot to check this in.
Chris Lattner
2004-02-29
Move methods out of .h file
Chris Lattner
2004-02-12
Change MachineBasicBlock's vector of MachineInstr pointers into an
Alkis Evlogimenos
2004-01-10
Remove use of llvm/CodeGen/InstrSelection.h
Chris Lattner
2004-01-09
Finegrainify namespacification.
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
2002-10-29
Move CallArgsDescriptor into this class instead of making it an
Vikram S. Adve
2002-10-28
Inline some methods from .cpp files into .h files, minor cleanups
Chris Lattner
2002-09-16
Add an assertion.
Vikram S. Adve
2002-07-08
Rename static struct Initializer to avoid name conflict with BB.
Vikram S. Adve
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-03-24
Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences.
Vikram S. Adve
2002-02-03
Code pulled out of MAchineInstr.(h|cpp)
Chris Lattner