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
/
InstrSelection
Age
Commit message (
Expand
)
Author
2003-04-23
Remove unneccesary &*
Chris Lattner
2003-01-15
Move sparc specific code into the Sparc backend
Chris Lattner
2003-01-15
Fix bug in previous checkin
Chris Lattner
2003-01-15
Minor changes
Chris Lattner
2003-01-15
Remove dead code
Chris Lattner
2003-01-14
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2002-12-29
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-11-09
Fix warning
Chris Lattner
2002-10-29
Use higher level method
Chris Lattner
2002-10-28
MachineInstrInfo no longer #includes this header, so we must
Chris Lattner
2002-10-28
Remove usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
2002-10-28
*** empty log message ***
Chris Lattner
2002-10-28
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-23
Tell PassManager that this pass does not invalidate the CFG so that dominator
Chris Lattner
2002-10-14
Significant improvement: GEP used by a load or store no longer generates
Vikram S. Adve
2002-09-29
Bug fix in folding getElementPtr instructions: don't fold one into
Vikram S. Adve
2002-09-27
Sign-extend integer constants from original type size to 64 bits!
Vikram S. Adve
2002-09-17
Add support for GCC 2.96
Chris Lattner
2002-09-16
Add a version of ChooseRegOrImmed to handle numerical constants
Vikram S. Adve
2002-09-12
Fix a bug I introduced into the code generator. :(
Chris Lattner
2002-09-11
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-08
Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't
Chris Lattner
2002-09-08
Inform the memory leak detector that TmpInstruction objects should not be
Chris Lattner
2002-09-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-08-24
Use newly-added type inspection support in InstTreeNode subclasses.
Vikram S. Adve
2002-08-24
Moved code here to extract memory instruction indices and to check
Vikram S. Adve
2002-08-23
Added #include <alloca.h>
Anand Shukla
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
dumpNode() does not need to print MachineInstrs.
Vikram S. Adve
2002-08-15
Unary Not (boolean and bitwise) is no longer a separate LLVM instruction
Vikram S. Adve
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-08-09
We are using std::vector, so remove extraneous namespace prefixes
Chris Lattner
2002-08-04
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
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-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-08
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.
Vikram S. Adve
2002-07-08
MachineInstr::dump() now takes no arguments.
Vikram S. Adve
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
MEGAPATCH checkin.
Chris Lattner
2002-05-20
Hide debugging options
Chris Lattner
[next]