index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
2010-08-09
Don't try to build a plugin on windows.
Rafael Espindola
2010-08-08
llc: Fix help typo as pointed out by Nick Lewycky.
Michael J. Spencer
2010-08-08
Add a opt-args option that can be used to pass arguments to every opt
Rafael Espindola
2010-08-08
s/libLLVMgold/LLVMgold/g
Rafael Espindola
2010-08-08
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
Try to fix cmake build.
Rafael Espindola
2010-08-07
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-07
Another missing file :-(
Rafael Espindola
2010-08-07
Add missing file.
Rafael Espindola
2010-08-07
Move the bugpoint test passes to a plugin in preparation for having bugpoint
Rafael Espindola
2010-08-06
llc: Clarify -mc-relax-all description.
Michael J. Spencer
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
Revert bugpoint change due to buildbot breakage.
Bob Wilson
2010-08-05
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-05
Add const to compileProgram and to the various test functions in CrashDebugger.
Rafael Espindola
2010-08-05
Add a Module argument to the remaining runPasses methods and mark getContext
Rafael Espindola
2010-08-05
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-07-31
build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do
Daniel Dunbar
2010-07-31
llc: Add -mc-relax-all.
Michael J. Spencer
2010-07-31
Add const to some methods and change TestMergedProgram to return the merged
Rafael Espindola
2010-07-31
The BlockExtractorPass() constructor was not reading the BlockFile and that was
Rafael Espindola
2010-07-30
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-30
Do not pass a copy of the value map, pass a reference to it.
Duncan Sands
2010-07-29
Transcribe IRC to svn. Also don't print basic block names twice if they match.
John McCall
2010-07-29
Make the header self-contained and follow #include guidelines.
John McCall
2010-07-29
Switch to using the LLVM CommandLine library so that our help
John McCall
2010-07-29
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...
Benjamin Kramer
2010-07-29
Make the test while reducing blocks functional. This avoids accessing freed
Rafael Espindola
2010-07-29
Centralize the logic to permanently unify two instructions and make sure
John McCall
2010-07-29
Diagnose non-structural differences in the case where blocks were
John McCall
2010-07-29
When unifying instructions during a block diff, actually complain about
John McCall
2010-07-29
Somehow I was getting reasonable results for the test cases I was interested
John McCall
2010-07-29
Cache the result of errs() and implement formatted logging.
John McCall
2010-07-29
Add the llvm-diff tool, which performs a relatively naive structural
John McCall
2010-07-29
Use the right gcc tool args for IsARMArchitecture.
Jakob Stoklund Olesen
2010-07-28
simplify by using CallSite constructors; virtually eliminates CallSite::get f...
Gabor Greif
2010-07-28
Instead of abusing swapProgramIn, just add a Module argument to
Rafael Espindola
2010-07-26
Clone and restore the module being reduced in
Rafael Espindola
2010-07-24
Revert unintended white space change.
Rafael Espindola
2010-07-24
Fix a trivial use after free.
Rafael Espindola
2010-07-23
Get rid of exceptions in llvmc.
Mikhail Glushenkov
2010-07-20
there is now no reason to link in TARGETS_TO_BUILD since we list
Chris Lattner
2010-07-20
fix edis to only try to link in the x86 parts if the x86 backend is
Chris Lattner
2010-07-20
Fix edis makefile
Douglas Gregor
2010-07-20
fix DISABLE_EDIS
Chris Lattner
2010-07-20
this logic is handled by tools/makefile.
Chris Lattner
2010-07-20
edis needs to link in mcdisassembler.
Chris Lattner
2010-07-20
update cmake.
Chris Lattner
[next]