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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only print debug message if DEBUG_RA is on
Chris Lattner
2002-04-15
1
-8
/
+6
*
Only emit message if DEBUG_RA is on
Chris Lattner
2002-04-15
1
-6
/
+6
*
Handle the FP format problem, where outputed FP constants were not precise
Chris Lattner
2002-04-11
1
-7
/
+24
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-1
/
+1
*
Eliminate unneccesary extraneous iterators
Chris Lattner
2002-04-09
1
-10
/
+4
*
Add explicit #includes of Function.h to make up for the removed #include
Chris Lattner
2002-04-09
1
-0
/
+1
*
iUse new form of pop_back to make code more concise
Chris Lattner
2002-04-09
1
-2
/
+1
*
No need to reserve space, erasing does not change the size of the container.
Chris Lattner
2002-04-09
1
-1
/
+0
*
Delete NOP instructions as they are eliminated.
Chris Lattner
2002-04-09
1
-0
/
+1
*
* Add a file header with some information
Chris Lattner
2002-04-09
1
-35
/
+25
*
* Add a useful file comment
Chris Lattner
2002-04-09
1
-91
/
+7
*
Move the InsertPrologEpilogCode class out of the Sparc.cpp file into the
Chris Lattner
2002-04-09
1
-81
/
+0
*
Move the InsertPrologEpilogCode class out of the Sparc.cpp file, and include
Chris Lattner
2002-04-09
1
-0
/
+153
*
Include prototype for interface to PrologEpilogCodeInserter.cpp file
Chris Lattner
2002-04-09
1
-0
/
+2
*
Use new higher level isFloatingPoint() function
Chris Lattner
2002-04-09
1
-1
/
+1
*
Clean up the ownership model a bit so that nodes actually get deleted more
Chris Lattner
2002-04-09
1
-12
/
+8
*
* General cleanups
Chris Lattner
2002-04-09
1
-21
/
+21
*
Convert AddedInstrMapType to contain AddedInstrns by value instead of by
Chris Lattner
2002-04-09
3
-65
/
+39
*
GCC3.0 is reported to die without an alloca definition.
Chris Lattner
2002-04-09
1
-0
/
+1
*
Don't leak memory like a seive
Chris Lattner
2002-04-08
1
-18
/
+5
*
Value cannot be directly instantiated. I think that this code was TRYING to
Chris Lattner
2002-04-08
1
-5
/
+3
*
s/Method/Function
Chris Lattner
2002-04-08
8
-37
/
+35
*
s/method/function
Chris Lattner
2002-04-08
1
-3
/
+3
*
isLabelType is obsolete
Chris Lattner
2002-04-08
1
-1
/
+1
*
* Move include/llvm/Analysis/SlotCalculator.h to include/llvm/SlotCalculator.h
Chris Lattner
2002-04-07
1
-4
/
+4
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
9
-207
/
+187
*
s/MethodType/FunctionType
Chris Lattner
2002-04-04
2
-7
/
+5
*
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
*
Added function getCallInstIndirectAddrVal() to set call interference
Vikram S. Adve
2002-03-31
2
-1
/
+11
*
Minor cleanup in printing constants. I think this included a bug
Vikram S. Adve
2002-03-31
1
-32
/
+14
*
Add method clearCallInterference().
Vikram S. Adve
2002-03-31
1
-0
/
+3
*
Fix a bug in previous bug fix.
Vikram S. Adve
2002-03-31
1
-6
/
+14
*
Bug fix: address used by indirect call instruction should also
Vikram S. Adve
2002-03-31
1
-16
/
+21
*
Fix CreateUIntSetInstruction() to handle sign extensions correctly.
Vikram S. Adve
2002-03-31
1
-7
/
+37
*
s/Method/Function
Chris Lattner
2002-03-29
1
-1
/
+2
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-6
/
+6
*
Convert to use new style casts instead of direct checking
Chris Lattner
2002-03-26
1
-2
/
+2
*
Refix bug: Add back method MachineCodeForInstruction::dropAllReferences.
Vikram S. Adve
2002-03-24
1
-0
/
+7
*
Destroy MethodLiveVarInfo after register allocation.
Vikram S. Adve
2002-03-24
1
-0
/
+1
*
Use deterministic iterator for SchedGraphs. This is actually not
Vikram S. Adve
2002-03-24
1
-24
/
+10
*
Bug fix: nextToTry was not being initialized in one case.
Vikram S. Adve
2002-03-24
1
-3
/
+5
*
Add option to disable scheduling.
Vikram S. Adve
2002-03-24
1
-0
/
+1
*
Add option to disable scheduling.
Vikram S. Adve
2002-03-24
1
-39
/
+53
*
Minor changes.
Vikram S. Adve
2002-03-24
1
-7
/
+3
*
Major overhaul to FoldGetElemPtr to handle mixed array and struct refs.
Vikram S. Adve
2002-03-24
1
-10
/
+35
*
Use deterministic iterator for treeRoots.
Vikram S. Adve
2002-03-24
1
-10
/
+10
*
Bug re-fix: put back MachineCodeForInstruction::get(*I).dropAllReferences().
Vikram S. Adve
2002-03-24
1
-5
/
+8
*
Change latencies for Load, Store and Branch instructions.
Vikram S. Adve
2002-03-24
1
-40
/
+42
*
Major enhancements to how array and structure indices are handled.
Vikram S. Adve
2002-03-24
1
-148
/
+182
[next]