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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move FunctionArgument out of iOther.h into Argument.h and rename class to
Chris Lattner
2002-04-09
1
-1
/
+1
*
No need to reserve space, erasing does not change the size of the container.
Chris Lattner
2002-04-09
1
-1
/
+0
*
* Add a file header with some information
Chris Lattner
2002-04-09
1
-35
/
+25
*
Clean up the ownership model a bit so that nodes actually get deleted more
Chris Lattner
2002-04-09
1
-12
/
+8
*
Convert AddedInstrMapType to contain AddedInstrns by value instead of by
Chris Lattner
2002-04-09
2
-57
/
+31
*
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
4
-14
/
+13
*
s/method/function
Chris Lattner
2002-04-08
2
-4
/
+4
*
Change references to the Method class to be references to the Function
Chris Lattner
2002-04-07
6
-124
/
+102
*
Add method clearCallInterference().
Vikram S. Adve
2002-03-31
1
-0
/
+3
*
Include temp. values when computing max. size of stack frame!
Vikram S. Adve
2002-03-31
1
-3
/
+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
*
Change references from Method to Function
Chris Lattner
2002-03-26
1
-6
/
+6
*
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
*
Re-fix bug: Put back MachineCodeForInstruction::dropAllReferences.
Vikram S. Adve
2002-03-24
1
-4
/
+24
*
Fix padding for variables allocated on stack.
Vikram S. Adve
2002-03-24
1
-13
/
+18
*
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
*
Change treeRoots data structure to make enumeration deterministic.
Vikram S. Adve
2002-03-24
1
-15
/
+24
*
Rename Method to Function
Chris Lattner
2002-03-23
3
-11
/
+12
*
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
Vikram S. Adve
2002-03-18
1
-3
/
+3
*
Added function computeOffsetforLocalVar to check how big the
Vikram S. Adve
2002-03-18
1
-60
/
+75
*
Bug fix in setting CC register.
Vikram S. Adve
2002-03-18
1
-8
/
+11
*
Constants are now added to the constant pool only when a load
Vikram S. Adve
2002-03-18
1
-25
/
+17
*
Use vector for machine instructions returned by GetInstructionsByRule.
Vikram S. Adve
2002-03-18
1
-70
/
+31
*
Big bug fix: getUsableUniRegAtMI needed to return values in arguments
Vikram S. Adve
2002-03-18
1
-2
/
+13
*
Change to make it build with GCC 2.95.3
Anand Shukla
2002-02-26
1
-1
/
+1
*
* Make it compile with GCC 3.0.4
Chris Lattner
2002-02-24
1
-7
/
+6
*
* Silence signed/unsigned warnings
Chris Lattner
2002-02-24
2
-3
/
+4
*
* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and into
Chris Lattner
2002-02-12
3
-15
/
+13
*
Method.h no longer includes BasicBlock.h
Chris Lattner
2002-02-12
5
-9
/
+16
*
Convert operand iterator over to work like an STL iterator
Chris Lattner
2002-02-05
3
-101
/
+53
*
Minor change: Methods that return ValueSet's that are guaranteed to be valid
Chris Lattner
2002-02-05
4
-44
/
+29
*
* Code Cleanups
Chris Lattner
2002-02-05
2
-22
/
+18
*
* Code Cleanups of IGNode.h
Chris Lattner
2002-02-05
2
-53
/
+24
*
Must include SetOperations to do set_*
Chris Lattner
2002-02-05
1
-0
/
+1
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
3
-53
/
+41
*
* Eliminate the LiveVarSet class, making applyTranferFuncForMInst a static
Chris Lattner
2002-02-05
4
-21
/
+16
*
* Code Cleanups
Chris Lattner
2002-02-05
3
-152
/
+102
*
* Add a #include not indirectly included any more
Chris Lattner
2002-02-05
2
-0
/
+2
*
* RegisterAllocation _uses_ LiveVar analysis, instead of creating it's own copy
Chris Lattner
2002-02-04
1
-4
/
+2
*
* The itf exposed by InstrScheduling is now a single function to create the r...
Chris Lattner
2002-02-04
3
-50
/
+62
[next]