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
/
Target
/
SparcV9
/
InstrSelection
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
2
-6
/
+13
*
When converting virtual registers to immediate constants, change the opcode.
Misha Brukman
2003-05-30
1
-0
/
+14
*
Remove unneccesary &*
Chris Lattner
2003-04-23
1
-1
/
+1
*
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
2
-30
/
+27
*
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
2
-2
/
+2
*
Fix warning
Chris Lattner
2002-11-09
1
-2
/
+2
*
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
*
Remove usage of MachineBasicBlock::get
Chris Lattner
2002-10-28
1
-14
/
+18
*
Change MachineBasicBlock's to not be Annotations, instead they are kept as
Chris Lattner
2002-10-28
1
-4
/
+10
*
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
*
*** empty log message ***
Chris Lattner
2002-10-28
1
-1
/
+0
*
Rename MachineCodeForBasicBlock to MachineBasicBlock
Chris Lattner
2002-10-28
1
-5
/
+5
*
Changed `MachineCodeForMethod' to `MachineFunction'.
Misha Brukman
2002-10-28
2
-3
/
+3
*
Tell PassManager that this pass does not invalidate the CFG so that dominator
Chris Lattner
2002-10-23
1
-0
/
+4
*
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
*
Make sure the leakdetector is told about temporary Phi nodes also, so it doesn't
Chris Lattner
2002-09-08
1
-1
/
+6
*
Inform the memory leak detector that TmpInstruction objects should not be
Chris Lattner
2002-09-08
1
-0
/
+24
*
- Renamed Type::isIntegral() to Type::isInteger()
Chris Lattner
2002-09-03
1
-7
/
+7
*
Use newly-added type inspection support in InstTreeNode subclasses.
Vikram S. Adve
2002-08-24
1
-5
/
+4
*
Moved code here to extract memory instruction indices and to check
Vikram S. Adve
2002-08-24
1
-17
/
+96
*
Added #include <alloca.h>
Anand Shukla
2002-08-23
1
-0
/
+1
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
2
-9
/
+8
*
dumpNode() does not need to print MachineInstrs.
Vikram S. Adve
2002-08-22
1
-15
/
+2
*
Unary Not (boolean and bitwise) is no longer a separate LLVM instruction
Vikram S. Adve
2002-08-15
1
-2
/
+7
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
2
-25
/
+10
*
We are using std::vector, so remove extraneous namespace prefixes
Chris Lattner
2002-08-09
1
-8
/
+7
*
Add function GetConstantValueAsUnsignedInt.
Vikram S. Adve
2002-08-04
1
-52
/
+49
*
* Move InstructionSelection Pass here instead of living in Sparc.cpp. It
Chris Lattner
2002-07-30
1
-169
/
+146
*
Remove unused vector
Chris Lattner
2002-07-30
1
-3
/
+0
*
moving to the Reoptimizer/Mapping dir
Mehwish Nagda
2002-07-22
1
-279
/
+0
*
*** empty log message ***
Chris Lattner
2002-07-22
1
-5
/
+9
*
changed size computation
Mehwish Nagda
2002-07-19
1
-35
/
+57
*
added check for Function with 0 BB
Mehwish Nagda
2002-07-17
1
-18
/
+28
*
Now will profile all Basic Blocks
Mehwish Nagda
2002-07-16
1
-22
/
+22
*
Initial checking : Writes LLVM - MI mappiing to the .s file
Mehwish Nagda
2002-07-15
1
-0
/
+247
*
Moved class MachineCodeForBasicBlock to MachineCodeForBasicBlock.h.
Vikram S. Adve
2002-07-08
1
-3
/
+4
*
MachineInstr::dump() now takes no arguments.
Vikram S. Adve
2002-07-08
1
-1
/
+1
[next]