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
Age
Commit message (
Expand
)
Author
2002-07-30
* Move InstructionSelection Pass here instead of living in Sparc.cpp. It
Chris Lattner
2002-07-30
Remove unused vector
Chris Lattner
2002-07-25
Refix stuff for GCC 2.95, 3.0.4 & 3.1
Chris Lattner
2002-07-25
now removes deleted nops from MachineCodeForInstruction
Mehwish Nagda
2002-07-25
*** empty log message ***
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-24
Non-standard hash classes are not in the std:: namespace
Chris Lattner
2002-07-24
*** empty log message ***
Chris Lattner
2002-07-22
moving to the Reoptimizer/Mapping dir
Mehwish Nagda
2002-07-22
*** empty log message ***
Chris Lattner
2002-07-19
changed size computation
Mehwish Nagda
2002-07-17
added check for Function with 0 BB
Mehwish Nagda
2002-07-16
Now will profile all Basic Blocks
Mehwish Nagda
2002-07-15
Initial checking : Writes LLVM - MI mappiing to the .s file
Mehwish Nagda
2002-07-11
added std:: to endl
Anand Shukla
2002-07-10
Fix print of BB name in dump().
Vikram S. Adve
2002-07-10
Add support for marking each operand as a %hh, %hm, %lm or %lo.
Vikram S. Adve
2002-07-09
changed mem_fun to std::mem_fun
Anand Shukla
2002-07-08
Significant changes to correctly spill CC registers and to correctly
Vikram S. Adve
2002-07-08
MachineInstr* in vector are not const (and never really were)
Vikram S. Adve
2002-07-08
Rename static struct Initializer to avoid name conflict with BB.
Vikram S. Adve
2002-07-08
Fix printing of BB in dump.
Vikram S. Adve
2002-07-08
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.
Vikram S. Adve
2002-07-08
MachineInstr::dump() now takes no arguments.
Vikram S. Adve
2002-07-08
Implementation of class MachineCodeForBasicBlock.
Vikram S. Adve
2002-07-08
A single MachineInstr operand may now be both a def and a use,
Vikram S. Adve
2002-07-08
getUsableUniRegAtMI interface simplified slightly.
Vikram S. Adve
2002-07-08
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.{cpp,h}.
Vikram S. Adve
2002-07-08
MachineInstr* in vector are not const (and never really were)
Vikram S. Adve
2002-06-30
Remove tag that just clutters diffs
Chris Lattner
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-23
Convert RegClass::IsColorUsedArr from a dynamically allocated array to
Chris Lattner
2002-05-22
Move debug options out of header files so that the header does not have
Chris Lattner
2002-05-22
Avoid #including CommandLine.h
Chris Lattner
2002-05-20
Hide debugging options
Chris Lattner
2002-05-20
Don't lose namespace qualifications on previous patch.
Chris Lattner
2002-05-19
InstrnsBefore and InstrnsAfter are now vectors instead of deques.
Vikram S. Adve
2002-05-19
Better folding getelementptr operations with mixed
Vikram S. Adve
2002-05-19
cpValue2Value now needs a vector of MachineInstr to store return values.
Vikram S. Adve
2002-05-19
Annotation class for MachineInstr.
Vikram S. Adve
2002-05-19
Numerous bug fixes:
Vikram S. Adve
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-04-29
Add neccesary #include
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-04-28
Include appropriate file
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classes
Chris Lattner
[next]