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
...
*
Use tool_output_file in llvm-extract and llvm-link too.
Dan Gohman
2010-08-20
2
-18
/
+13
*
Use the new tool_output_file in several tools. This fixes a variety
Dan Gohman
2010-08-20
7
-148
/
+150
*
Make the SCC printing passes use errs() instead of outs(), as the
Dan Gohman
2010-08-20
1
-10
/
+10
*
Print chatty verbose messages to errs() instead of outs().
Dan Gohman
2010-08-20
1
-7
/
+7
*
Minor cleanups to follow the common convention for pass
Dan Gohman
2010-08-20
1
-7
/
+7
*
Minor cleanups to follow the common convention for pass
Dan Gohman
2010-08-20
3
-20
/
+22
*
llvmc: Update examples.
Mikhail Glushenkov
2010-08-19
26
-185
/
+116
*
Eliminate some redundancy by relying on raw_fd_ostream to handle "-"
Dan Gohman
2010-08-18
1
-43
/
+34
*
Allow the -analyze option to follow the -o option, which defaults to
Dan Gohman
2010-08-18
1
-30
/
+35
*
Don't translate "-" to outs() manually; raw_ostream does that automatically.
Dan Gohman
2010-08-18
1
-31
/
+23
*
Don't translate "-" to outs() manually; raw_ostream does that
Dan Gohman
2010-08-18
1
-6
/
+3
*
Don't register stdout to be deleted on a signal.
Dan Gohman
2010-08-18
1
-1
/
+2
*
Remove an unused command-line option.
Dan Gohman
2010-08-18
1
-3
/
+0
*
This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...
Anton Korobeynikov
2010-08-17
1
-0
/
+52
*
CMake: Improved COMMENT on a custom command
Oscar Fuentes
2010-08-15
1
-1
/
+1
*
Update tests.
Mikhail Glushenkov
2010-08-15
1
-1
/
+1
*
llvmc: remove dynamic plugins.
Mikhail Glushenkov
2010-08-15
13
-85
/
+37
*
llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...
Daniel Dunbar
2010-08-11
1
-0
/
+5
*
Make it possible to set the cpu used for codegen.
Rafael Espindola
2010-08-11
4
-1
/
+22
*
lto: Fix an inverted conditional which prevented the addition of symbols scraped
Daniel Dunbar
2010-08-11
1
-1
/
+1
*
lto: Fix gratuitous memory leaks.
Daniel Dunbar
2010-08-11
1
-3
/
+3
*
lto: Reduce nesting.
Daniel Dunbar
2010-08-10
1
-56
/
+57
*
LTOModule.cpp: Fix numerous style issues.
Daniel Dunbar
2010-08-10
1
-413
/
+390
*
Make it possible to set the flags passed to the assembler.
Rafael Espindola
2010-08-10
4
-0
/
+37
*
Fix silly bug.
Rafael Espindola
2010-08-10
1
-1
/
+1
*
Use RunPassesOn as in the rest of bugpoint.
Rafael Espindola
2010-08-10
3
-26
/
+34
*
Make it possible to set the target triple and expose that with an option in the
Rafael Espindola
2010-08-09
5
-0
/
+22
*
Don't try to build a plugin on windows.
Rafael Espindola
2010-08-09
1
-1
/
+3
*
llc: Fix help typo as pointed out by Nick Lewycky.
Michael J. Spencer
2010-08-08
1
-1
/
+1
*
Add a opt-args option that can be used to pass arguments to every opt
Rafael Espindola
2010-08-08
1
-0
/
+6
*
s/libLLVMgold/LLVMgold/g
Rafael Espindola
2010-08-08
1
-2
/
+2
*
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
8
-46
/
+44
*
Try to fix cmake build.
Rafael Espindola
2010-08-08
3
-1
/
+4
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-07
4
-64
/
+26
*
Another missing file :-(
Rafael Espindola
2010-08-07
1
-0
/
+0
*
Add missing file.
Rafael Espindola
2010-08-07
1
-0
/
+23
*
Move the bugpoint test passes to a plugin in preparation for having bugpoint
Rafael Espindola
2010-08-07
2
-1
/
+1
*
llc: Clarify -mc-relax-all description.
Michael J. Spencer
2010-08-06
1
-1
/
+3
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
8
-26
/
+31
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
8
-31
/
+26
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
8
-26
/
+31
*
Revert bugpoint change due to buildbot breakage.
Bob Wilson
2010-08-05
4
-26
/
+64
*
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-05
4
-64
/
+26
*
Add const to compileProgram and to the various test functions in CrashDebugger.
Rafael Espindola
2010-08-05
3
-14
/
+16
*
Add a Module argument to the remaining runPasses methods and mark getContext
Rafael Espindola
2010-08-05
3
-11
/
+8
*
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-08-05
5
-18
/
+19
*
build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do
Daniel Dunbar
2010-07-31
3
-5
/
+2
*
llc: Add -mc-relax-all.
Michael J. Spencer
2010-07-31
1
-0
/
+11
*
Add const to some methods and change TestMergedProgram to return the merged
Rafael Espindola
2010-07-31
3
-23
/
+32
*
The BlockExtractorPass() constructor was not reading the BlockFile and that was
Rafael Espindola
2010-07-31
1
-2
/
+1
[prev]
[next]