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-08-21
The word `dependent' has no `a'.
Misha Brukman
2003-08-14
Factory methods for function passes now return type FunctionPass *.
Brian Gaeke
2003-07-29
All constant-evaluation code now unified into
Vikram S. Adve
2003-07-26
Making this code const-correct would be a pain, so I'll hack it.
Chris Lattner
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-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-16
Actually, change it to use explicit new/delete, which is more likely to be
Chris Lattner
2003-06-16
Remove two using decls
Chris Lattner
2003-06-16
Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",
Brian Gaeke
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-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
[next]