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
/
InstrSelectionSupport.cpp
Age
Commit message (
Expand
)
Author
2004-01-09
Move InstrSelection into lib/Target/Sparc, as it's sparc specific
Chris Lattner
2003-12-14
Change interface of MachineOperand as follows:
Alkis Evlogimenos
2003-12-10
This appears to fix Bug 172 and does not break any other feature tests or
John Criswell
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-23
Make code layout more consistent.
Misha Brukman
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-07-29
All constant-evaluation code now unified into
Vikram S. Adve
2003-07-23
Remove unnecessary casts
Chris Lattner
2003-07-23
Remove using decl
Chris Lattner
2003-07-06
Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed.
Vikram S. Adve
2003-06-07
Do not hastily change the Opcode from 'r' to 'i' type if we're not actually
Misha Brukman
2003-06-04
I have finally seen the light. The code to change the opcode must live higher in
Misha Brukman
2003-06-03
Moved code to modify the opcode from 'reg' to 'imm' form to a more logical pl...
Misha Brukman
2003-05-31
Added MachineCodeForInstruction object as an argument to
Vikram S. Adve
2003-05-30
When converting virtual registers to immediate constants, change the opcode.
Misha Brukman
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-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
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
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
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-03
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-08-24
Moved code here to extract memory instruction indices and to check
Vikram S. Adve
2002-08-22
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-09
* Removed extraneous #includes
Chris Lattner
2002-08-04
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-07-30
Remove unused vector
Chris Lattner
2002-05-19
Better folding getelementptr operations with mixed
Vikram S. Adve
2002-05-06
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-28
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-07
Change references to the Method class to be references to the Function
Chris Lattner
2002-03-31
Fix a bug in previous bug fix.
Vikram S. Adve
2002-03-24
Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.
Vikram S. Adve
2002-03-18
Constants are now added to the constant pool only when a load
Vikram S. Adve
2002-02-03
* Switch over to cleaner TmpInstruction model
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-12-15
Eliminate all uses of memInst->getIndicesBROKEN().
Vikram S. Adve
[next]