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
/
InstrSelectionSupport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Major overhaul of stack frame management.
Vikram S. Adve
2001-11-08
1
-2
/
+2
*
Minor method rename
Chris Lattner
2001-11-04
1
-2
/
+2
*
Record constants that need to be emitted in the assembly code.
Vikram S. Adve
2001-10-28
1
-40
/
+19
*
1. Add a bottom-up pass on BURG trees that is used to fix constant operands.
Vikram S. Adve
2001-10-17
1
-140
/
+187
*
Machine-independent code generation routines used in instruction
Vikram S. Adve
2001-10-10
1
-0
/
+357