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
/
SparcV9InstrSelection.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Use CALL for direct function calls; JMPL for indirect ones.
Vikram S. Adve
2001-10-20
1
-19
/
+26
*
1. Move most of the constant-fixup code into machine-independent file
Vikram S. Adve
2001-10-18
1
-395
/
+42
*
Forward operands into implicit uses as well as explicit ones.
Vikram S. Adve
2001-10-14
1
-3
/
+8
*
Two bug fixes that were suppressing some "load-constant-into-register" instrs.
Vikram S. Adve
2001-10-14
1
-2
/
+2
*
* Add #include
Chris Lattner
2001-10-13
1
-3
/
+3
*
Record implicitRefs for each machine instruction instead of
Vikram S. Adve
2001-10-11
1
-39
/
+32
*
Insert code to load constants used as Call or Return arguments.
Vikram S. Adve
2001-10-10
1
-39
/
+94
*
Commit more code over to new cast style
Chris Lattner
2001-10-02
1
-2
/
+1
*
Convert more code to use new style casts
Chris Lattner
2001-10-01
1
-11
/
+11
*
Add more support for new style casts
Chris Lattner
2001-10-01
1
-2
/
+2
*
Several fixes:
Vikram S. Adve
2001-10-01
1
-1222
/
+1301
[next]