index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
Sparc
/
SparcInstrSelection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Eliminated the MemAccessInst class, folding contents into GEP class.
Chris Lattner
2002-08-22
1
-4
/
+6
*
Eliminate bool, boolreg and boolconst nonterminals, and just use
Vikram S. Adve
2002-08-22
1
-17
/
+11
*
Revise code generation for unary Not (boolean and bitwise), which is
Vikram S. Adve
2002-08-15
1
-24
/
+46
*
Handle small unsigned results correctly by clearing high bits.
Vikram S. Adve
2002-08-13
1
-34
/
+64
*
* Removed extraneous #includes
Chris Lattner
2002-08-09
1
-12
/
+5
*
Bug fix in SetOperandsForMemInstr: handle leading zeros correctly
Vikram S. Adve
2002-08-04
1
-5
/
+9
*
Fix compilation problem. IsIndexZero doesn't exist, use IsZero instead.
Chris Lattner
2002-08-03
1
-6
/
+4
*
Simplified handling of array indexes in SetMemOperands_Internal.
Vikram S. Adve
2002-08-03
1
-77
/
+62
*
Add a missing case: converting float/double to unsigned integer types.
Vikram S. Adve
2002-07-31
1
-77
/
+73
*
*** empty log message ***
Chris Lattner
2002-07-24
1
-1
/
+1
*
Have to save a boolean (setCC) value whenever use is outside the current
Vikram S. Adve
2002-07-08
1
-20
/
+16
*
Fix constness
Chris Lattner
2002-06-05
1
-1
/
+1
*
Rename IsPowerOf2 to isPowerOf2
Chris Lattner
2002-05-19
1
-2
/
+2
*
Numerous bug fixes:
Vikram S. Adve
2002-05-19
1
-279
/
+336
*
Replace all usages of Type::isPointerType with isa<PointerType>
Chris Lattner
2002-05-06
1
-37
/
+25
*
Split ConstantVals.h into Constant.h and Constants.h
Chris Lattner
2002-04-28
1
-1
/
+1
*
Use the cast<> operator in favor of C style casts
Chris Lattner
2002-04-27
1
-3
/
+3
*
Change Constant::getNullConstant to Constant::getNullValue
Chris Lattner
2002-04-27
1
-3
/
+2
*
Insert copy operations for FP arguments to a varargs function,
Vikram S. Adve
2002-04-25
1
-31
/
+69
*
Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the
Chris Lattner
2002-04-09
1
-81
/
+0
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
1
-21
/
+22
*
s/MethodType/FunctionType
Chris Lattner
2002-04-04
1
-3
/
+3
*
Case numbers were not updated when Sparc.burg.in was changed
Vikram S. Adve
2002-04-01
1
-1
/
+2
*
1. Fix a leftover bug in generating memory instructions.
Vikram S. Adve
2002-03-31
1
-36
/
+38
*
Convert to use new style casts instead of direct checking
Chris Lattner
2002-03-26
1
-2
/
+2
*
Major enhancements to how array and structure indices are handled.
Vikram S. Adve
2002-03-24
1
-148
/
+182
*
Add support for code generation for array references.
Vikram S. Adve
2002-03-18
1
-481
/
+607
*
* Switch to new TmpInstruction model
Chris Lattner
2002-02-03
1
-27
/
+28
*
Remove dead variable.
Chris Lattner
2002-01-21
1
-1
/
+0
*
Changes to build successfully with GCC 3.02
Chris Lattner
2002-01-20
1
-14
/
+9
*
Eliminate all uses of memInst->getIndicesBROKEN().
Vikram S. Adve
2001-12-15
1
-18
/
+9
*
Allow pointer indexing
Chris Lattner
2001-12-14
1
-1
/
+1
*
Renamed inst_const_iterator -> const_inst_iterator
Chris Lattner
2001-12-04
1
-8
/
+8
*
Rename ConstPoolVal -> Constant
Chris Lattner
2001-12-03
1
-30
/
+31
*
Create a new #include "Support/..." directory structure to move things
Chris Lattner
2001-11-27
1
-3
/
+1
*
The old getIndices has been deprecated, because it no longer works. It now
Chris Lattner
2001-11-26
1
-1
/
+2
*
Fix use of AllocateLocalVar for alloca instruction!
Vikram S. Adve
2001-11-15
1
-1
/
+1
*
Remove much cruft from the MemAccessInst instruction
Chris Lattner
2001-11-14
1
-6
/
+5
*
Disable use of the Phi machine instruction which is no longer needed
Vikram S. Adve
2001-11-12
1
-0
/
+5
*
Added phi elimination code
Ruchira Sasanka
2001-11-12
1
-3
/
+5
*
Fix dumb bug in alignment adjustment code!
Vikram S. Adve
2001-11-12
1
-1
/
+1
*
Must generate an instruction for GetElementPtr if single user is not
Vikram S. Adve
2001-11-10
1
-10
/
+20
*
Do the same for float->int that we did for int->float earlier.
Vikram S. Adve
2001-11-09
1
-54
/
+102
*
Fix bugs in FITOS/D instruction generation.
Vikram S. Adve
2001-11-08
1
-68
/
+116
*
Killing warnings
Chris Lattner
2001-11-07
1
-3
/
+3
*
Generate code for Rem instruction.
Vikram S. Adve
2001-11-04
1
-19
/
+53
*
Fixed instruction information for RDCCR and WRCCR.
Vikram S. Adve
2001-11-04
1
-48
/
+109
*
Minor method rename
Chris Lattner
2001-11-04
1
-1
/
+1
*
Need to subtract, not add, stack size in SAVE instruction!
Vikram S. Adve
2001-10-28
1
-3
/
+6
*
Added functions to generate prolog and epilog code.
Vikram S. Adve
2001-10-22
1
-116
/
+149
[next]