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