index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
/
findmisopt
Age
Commit message (
Expand
)
Author
Files
Lines
2007-08-13
Make use of the llvm-ld tool's new ability to read input from stdin to extract
Reid Spencer
1
-7
/
+7
2007-08-11
Now that llvm-ld can accept - as input from stdin, use this feature to extract
Reid Spencer
1
-2
/
+2
2007-02-05
Use opt to generate the list of passes to run.
Reid Spencer
1
-5
/
+5
2006-12-09
Allow the input of the test program to be specified.
Reid Spencer
1
-5
/
+11
2006-12-08
Add the -ldl library option.
Reid Spencer
1
-2
/
+3
2006-11-25
Only show the first few lines of difference.
Reid Spencer
1
-1
/
+1
2006-11-22
Stop early if there is no mis-optimization.
Reid Spencer
1
-0
/
+9
2006-11-18
Provide a list of gccld optimization switches.
Reid Spencer
1
-1
/
+4
2006-11-16
Use a release version of bugpoint, if found. Include gccld passes.
Reid Spencer
1
-5
/
+19
2006-11-13
Add some output so the user is informed while they wait.
Reid Spencer
1
-3
/
+14
2006-11-11
Add -lstdc++ to the link line for C++ programs.
Reid Spencer
1
-2
/
+2
2006-11-09
Don't run bugpoint if we can't find a misoptimization.
Reid Spencer
1
-2
/
+6
2006-11-09
Print a usage message if too few arguments to program.
Reid Spencer
1
-0
/
+5
2006-11-09
Add a utility script to find a mis-optimization problem. This sometimes
Reid Spencer
1
-0
/
+125