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
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2006-11-11
Minor style fixes from review.
Reid Spencer
2
-6
/
+5
2006-11-11
Add a -disable-loop-extraction option to bugpoint.
Reid Spencer
1
-2
/
+9
2006-11-11
For PR998:
Reid Spencer
1
-12
/
+18
2006-11-09
completely revert patrick's enhancement to bugpoint. Though it makes bugpoint
Chris Lattner
1
-123
/
+15
2006-11-09
add a new bugpoint mode -llc-safe. This uses LLC for both halves of a
Chris Lattner
1
-3
/
+9
2006-11-08
For PR950:
Reid Spencer
1
-3
/
+6
2006-11-05
Fix a problem in the the last patch that subverts error message printing.
Reid Spencer
1
-1
/
+1
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2
-2
/
+2
2006-11-03
Make llvm2cpp -pedantic clean.
Reid Spencer
1
-1
/
+1
2006-11-02
For PR786:
Reid Spencer
7
-16
/
+4
2006-11-02
For PR950:
Reid Spencer
1
-3
/
+9
2006-10-27
Forgot a }
Bill Wendling
1
-0
/
+1
2006-10-27
Re-added the part where it tries to remove all global variables first.
Bill Wendling
1
-12
/
+37
2006-10-26
Save temp. bc files when saveTemps flag is true. Use final output file
Devang Patel
1
-11
/
+24
2006-10-26
For PR950:
Reid Spencer
1
-3
/
+9
2006-10-25
Fix for PR960. Improves bugpoint so that it removes global variable
Bill Wendling
3
-23
/
+110
2006-10-25
Supply alignment info to linker through LLVMSymbol.
Devang Patel
1
-6
/
+12
2006-10-24
Instead of hard coding global prefix, use TargetAsmInfo.
Devang Patel
1
-31
/
+55
2006-10-23
Fix typo. Add more comment. Avoid extra hash_map search.
Devang Patel
1
-6
/
+8
2006-10-23
Add removeModule().
Devang Patel
1
-0
/
+12
2006-10-20
For PR950:
Reid Spencer
2
-9
/
+8
2006-10-10
Make the bugpoint reduction heuristics more effective. Patch submitted by
Chris Lattner
1
-2
/
+58
2006-10-09
Use FindProgramByName instead of FindExecutable.
Devang Patel
1
-1
/
+1
2006-10-09
Do error checking.
Devang Patel
1
-1
/
+8
2006-10-09
Remove a dead var noticed by Yorion
Chris Lattner
1
-1
/
+0
2006-10-09
Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894
Devang Patel
1
-2
/
+15
2006-09-28
simplify code
Chris Lattner
1
-2
/
+1
2006-09-24
Enable 'predsimplify' optimization.
Nick Lewycky
2
-0
/
+2
2006-09-21
Use abstract class to facilitate dlopen() interface.
Devang Patel
1
-5
/
+5
2006-09-15
comment out debug code
Chris Lattner
1
-6
/
+6
2006-09-15
Add a new -cbe-bug mode, which works just like -run-llc, except that it uses
Chris Lattner
4
-41
/
+61
2006-09-14
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
1
-0
/
+6
2006-09-14
add a new (hidden) -disable-core-files option
Chris Lattner
1
-0
/
+9
2006-09-14
Add comment.
Devang Patel
1
-0
/
+3
2006-09-14
Fix --enable-valgrind. Add room for the new arguments, and don't keep
Nick Lewycky
1
-3
/
+4
2006-09-14
Add --enable-valgrind option to run optimizations through valgrind to
Nick Lewycky
1
-3
/
+16
2006-09-14
GlobalValue with InternalLinkage may have operands with ExternalLinkage
Devang Patel
1
-1
/
+1
2006-09-09
Move ipsccp pass earlier to clean up obvious bogosities
Chris Lattner
1
-3
/
+5
2006-09-08
ok this really works :)
Chris Lattner
1
-1
/
+2
2006-09-08
Remove redundant include.
Devang Patel
1
-1
/
+0
2006-09-08
Need to include Makefile.config to get the value of $(OS). Add a comment.
Chris Lattner
1
-0
/
+4
2006-09-08
Enabling LTO building on Darwin only right now. This probably should be
Anton Korobeynikov
1
-2
/
+4
2006-09-07
Using addPassesToEmitWholeFile is not a good idea here.
Devang Patel
1
-1
/
+14
2006-09-07
Add linker into list of LINK_COMPONENTS.
Devang Patel
1
-1
/
+1
2006-09-07
Add lto into the list of PARALLEL_DIRS
Devang Patel
1
-1
/
+2
2006-09-07
Use addPassesToEmitWholeFile() instead of addPassesToEmitFile()
Devang Patel
1
-1
/
+1
2006-09-07
Change DisambiguateGlobalSymbols to not rename asm globals, which breaks
Chris Lattner
1
-0
/
+1
2006-09-06
Add getTargetTriple() that linker can use to query target architecture.
Devang Patel
1
-0
/
+11
2006-09-06
Keep track of all modules crated using a name to module map.
Devang Patel
1
-1
/
+18
2006-09-06
Instead of demangling symbol name by hand, use original name, which was
Devang Patel
1
-2
/
+4
[next]