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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add information about memory index representation
Chris Lattner
2002-11-17
1
-1
/
+26
*
Add load/store instructions
Chris Lattner
2002-11-17
1
-1
/
+9
*
Switch visitRet to use getClass()
Chris Lattner
2002-11-17
2
-146
/
+132
*
include/llvm/CodeGen/MachineInstrBuilder.h: Add addClobber() inline
Brian Gaeke
2002-11-14
6
-77
/
+127
*
Gives the count for various instructions.
Dinakar Dhurjati
2002-11-13
1
-0
/
+189
*
Pass to compute various statisics related to DSGraphs.
Vikram S. Adve
2002-11-13
1
-0
/
+86
*
Fix bug: 2002-11-13-PointerFunction.ll
Chris Lattner
2002-11-13
1
-1
/
+40
*
Inline graphs from outside the SCC into the SCC before SCC resolution starts
Chris Lattner
2002-11-12
1
-4
/
+104
*
Fix two bugs:
Chris Lattner
2002-11-12
1
-27
/
+27
*
Fix bug
Chris Lattner
2002-11-11
2
-6
/
+4
*
Handle a mismatch between # function args and call site args
Chris Lattner
2002-11-11
1
-1
/
+2
*
Elimiante calls to a node with nothing in it.
Chris Lattner
2002-11-11
1
-36
/
+45
*
Complete rewrite of BU code to use Tarjan's SCC finding algorithm to drive
Chris Lattner
2002-11-11
1
-265
/
+351
*
InstSelectSimple.cpp: (visitReturnInst) Add return instructions with return
Brian Gaeke
2002-11-11
3
-18
/
+129
*
Mark stuff reachable by _AUX_ calls as incomplete in the BU graph
Chris Lattner
2002-11-11
1
-9
/
+15
*
Fix infinite loop in the BU algorithm. Unfortunately this dies a serious
Chris Lattner
2002-11-11
1
-30
/
+177
*
Print the right call set size
Chris Lattner
2002-11-11
1
-1
/
+3
*
Use call site mergeWith method to simplify code
Chris Lattner
2002-11-11
1
-5
/
+1
*
Fix a bug that could trigger when varargs call sites had non-matching number ...
Chris Lattner
2002-11-10
1
-2
/
+9
*
* Dramatically rework liveness evaluation.
Chris Lattner
2002-11-10
1
-172
/
+167
*
Honor the shouldPrintAuxCalls flag
Chris Lattner
2002-11-10
1
-4
/
+9
*
Initialize PrintAuxCalls member
Chris Lattner
2002-11-10
1
-0
/
+1
*
* Bottom-Up graphs print the Aux call vector
Chris Lattner
2002-11-10
1
-16
/
+42
*
Fix testcase: FunctionResolve/2002-11-09-ExternFn.ll
Chris Lattner
2002-11-10
1
-19
/
+37
*
eliminate the ability to remove global nodes from deadNodeElminate... for now.
Chris Lattner
2002-11-09
5
-32
/
+8
*
Remove obsolete code
Chris Lattner
2002-11-09
1
-14
/
+0
*
Fix logic
Chris Lattner
2002-11-09
1
-1
/
+1
*
Add globals graphs to all three passes
Chris Lattner
2002-11-09
4
-34
/
+54
*
Move maskNodeTypes to header file
Chris Lattner
2002-11-09
1
-11
/
+0
*
Clean up DSGraph::removeDeadNodes interface
Chris Lattner
2002-11-09
5
-30
/
+18
*
Make removeTriviallyDeadNodes a private interface of DSGraph
Chris Lattner
2002-11-09
5
-8
/
+7
*
Don't put constants into the scalar map!
Chris Lattner
2002-11-09
1
-9
/
+13
*
Add initial support for a globals graph
Chris Lattner
2002-11-09
2
-26
/
+8
*
Tighten up array handling
Chris Lattner
2002-11-09
1
-1
/
+5
*
#include Datastructure.h first
Chris Lattner
2002-11-09
1
-1
/
+1
*
Fix warning
Chris Lattner
2002-11-09
5
-8
/
+10
*
Fix warning & release build
Chris Lattner
2002-11-09
1
-3
/
+1
*
Fix spelling error
Chris Lattner
2002-11-08
1
-1
/
+1
*
Fold arrays down to a single element. This causes huge wins on some benchmarks
Chris Lattner
2002-11-08
1
-0
/
+10
*
ONLY merge in the aux call sites, this causes a HUGE speedup
Chris Lattner
2002-11-08
1
-1
/
+2
*
Allow specification of whether the call sites should be copied, AND whether
Chris Lattner
2002-11-08
1
-2
/
+11
*
Reenable 'quick exit' case
Chris Lattner
2002-11-08
1
-2
/
+1
*
Reduce amount of work needed to compute ip/modref
Chris Lattner
2002-11-08
2
-2
/
+4
*
Reimplement TD pass completely it now works
Chris Lattner
2002-11-08
1
-113
/
+119
*
Cannot modify original call sites vector
Chris Lattner
2002-11-08
1
-1
/
+6
*
- Add a bunch of checking to make sure that dead nodes are not used after they
Chris Lattner
2002-11-08
1
-12
/
+40
*
Remove gunk used by broken TD pass
Chris Lattner
2002-11-08
1
-12
/
+4
*
Use the new getMainFunction() method to efficiently locate main
Chris Lattner
2002-11-08
1
-10
/
+5
*
Add a method "getMainFunction()" that efficiently locates 'main' in a module
Chris Lattner
2002-11-08
1
-0
/
+52
*
Fix IPModRef to use new DS interface
Chris Lattner
2002-11-08
2
-16
/
+2
[prev]
[next]