index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
InstrSelection
/
InstrSelectionSupport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
All constant-evaluation code now unified into
Vikram S. Adve
2003-07-29
1
-31
/
+8
*
Remove unnecessary casts
Chris Lattner
2003-07-23
1
-2
/
+2
*
Remove using decl
Chris Lattner
2003-07-23
1
-7
/
+4
*
Choose register instead of immediate for ConstantExpr in ChooseRegOrImmed.
Vikram S. Adve
2003-07-06
1
-3
/
+4
*
Do not hastily change the Opcode from 'r' to 'i' type if we're not actually
Misha Brukman
2003-06-07
1
-7
/
+6
*
I have finally seen the light. The code to change the opcode must live higher in
Misha Brukman
2003-06-04
1
-4
/
+13
*
Moved code to modify the opcode from 'reg' to 'imm' form to a more logical pl...
Misha Brukman
2003-06-03
1
-15
/
+6
*
Added MachineCodeForInstruction object as an argument to
Vikram S. Adve
2003-05-31
1
-2
/
+1
*
When converting virtual registers to immediate constants, change the opcode.
Misha Brukman
2003-05-30
1
-0
/
+14
*
Move sparc specific code into the Sparc backend
Chris Lattner
2003-01-15
1
-256
/
+2
*
Fix bug in previous checkin
Chris Lattner
2003-01-15
1
-1
/
+2
*
Minor changes
Chris Lattner
2003-01-15
1
-21
/
+16
*
Remove dead code
Chris Lattner
2003-01-15
1
-67
/
+0
*
Rename MachineInstrInfo -> TargetInstrInfo
Chris Lattner
2003-01-14
1
-2
/
+2
*
More renamings of Target/Machine*Info to Target/Target*Info
Chris Lattner
2002-12-29
1
-1
/
+1
*
Use higher level method
Chris Lattner
2002-10-29
1
-2
/
+2
*
MachineInstrInfo no longer #includes this header, so we must
Chris Lattner
2002-10-28
1
-1
/
+1
*
Rename the redundant MachineOperand::getOperandType() to MachineOperand::getT...
Chris Lattner
2002-10-28
1
-8
/
+8
*
Add #includes now that MachineInstr.h doesn't include llvm/Target/MachineInst...
Chris Lattner
2002-10-28
1
-0
/
+1
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
1
-1
/
+1
*
Significant improvement: GEP used by a load or store no longer generates
Vikram S. Adve
2002-10-14
1
-36
/
+74
*
Bug fix in folding getElementPtr instructions: don't fold one into
Vikram S. Adve
2002-09-29
1
-27
/
+45
*
Sign-extend integer constants from original type size to 64 bits!
Vikram S. Adve
2002-09-27
1
-5
/
+9
*
Add support for GCC 2.96
Chris Lattner
2002-09-17
1
-2
/
+2
*
Add a version of ChooseRegOrImmed to handle numerical constants
Vikram S. Adve
2002-09-16
1
-83
/
+118
*
Fix a bug I introduced into the code generator. :(
Chris Lattner
2002-09-12
1
-1
/
+1
*
- Change getelementptr instruction to use long indexes instead of uint
Chris Lattner
2002-09-11
1
-8
/
+8
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
1
-7
/
+7
*
Moved code here to extract memory instruction indices and to check
Vikram S. Adve
2002-08-24
1
-17
/
+96
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-5
/
+5
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
1
-11
/
+5
*
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-08-04
1
-52
/
+49
*
Remove unused vector
Chris Lattner
2002-07-30
1
-3
/
+0
*
Better folding getelementptr operations with mixed
Vikram S. Adve
2002-05-19
1
-41
/
+61
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-2
/
+2
*
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
1
-1
/
+0
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-7
/
+8
*
Fix a bug in previous bug fix.
Vikram S. Adve
2002-03-31
1
-6
/
+14
*
Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.
Vikram S. Adve
2002-03-24
1
-10
/
+35
*
Constants are now added to the constant pool only when a load
Vikram S. Adve
2002-03-18
1
-25
/
+17
*
* Switch over to cleaner TmpInstruction model
Chris Lattner
2002-02-03
1
-5
/
+7
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-1
/
+1
*
Eliminate all uses of memInst->getIndicesBROKEN().
Vikram S. Adve
2001-12-15
1
-3
/
+3
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-20
/
+16
*
The old getIndices has been deprecated, because it no longer works. It now
Chris Lattner
2001-11-26
1
-2
/
+2
*
Don't assume constant operand can only be in position 1!
Vikram S. Adve
2001-11-14
1
-2
/
+2
*
Idiotic error in last fix.
Vikram S. Adve
2001-11-14
1
-1
/
+1
*
Don't need to load a NULL pointer constant from memory!
Vikram S. Adve
2001-11-14
1
-2
/
+10
*
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-14
1
-2
/
+2
[next]