- 75ebbce Straighten out any triple strings passed on the command line before by Duncan Sands · 15 years ago
- a87c163 Fix the msvs 2010 build. by Michael J. Spencer · 15 years ago
- 767b5b6 Fix prototypes. by Devang Patel · 15 years ago
- 4d2d099 Updated CMake library dependencies. Removed unnecessary component name by Oscar Fuentes · 15 years ago
- b4e3cda Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, by Dan Gohman · 15 years ago
- 44f9533 Convert llvm-extract to use lazy loading. This makes it substantially by Dan Gohman · 15 years ago
- 92b06c2 lto_codegen_set_gcc_path was removed. by Dan Gohman · 15 years ago
- 0586df2 Fix a few missing entries in lto.exports. by Dan Gohman · 15 years ago
- 91e7fb7 Apparently this is needed for llvm-link to link. by Eric Christopher · 15 years ago
- 4e34d50 - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. by Bill Wendling · 15 years ago
- a69e670 Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", by Chris Lattner · 15 years ago
- b82b433 Check in a couple of changes that I apparently never committed: by John McCall · 15 years ago
- d9a7316 llvmc: Make syntax more consistent. by Mikhail Glushenkov · 15 years ago
- c712edc llvmc: Do not mention plugins in the code. by Mikhail Glushenkov · 15 years ago
- f291401 Convert tools to use tool_output_file, and introduce error by Dan Gohman · 15 years ago
- 7a57454 llvmc: Do not prefix option names with AutoGenerated. by Mikhail Glushenkov · 15 years ago
- 03b6d4e llvmc: Cut global namespace pollution. by Mikhail Glushenkov · 15 years ago
- 2df9504 Use tool_output_file in llvm-extract and llvm-link too. by Dan Gohman · 15 years ago
- d5826a3 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 15 years ago
- 52fdaed Make the SCC printing passes use errs() instead of outs(), as the by Dan Gohman · 15 years ago
- 4bb122e Print chatty verbose messages to errs() instead of outs(). by Dan Gohman · 15 years ago
- cfbe401 Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 15 years ago
- a2a3bbc Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 15 years ago
- b57326c llvmc: Update examples. by Mikhail Glushenkov · 15 years ago
- 18cde6d Eliminate some redundancy by relying on raw_fd_ostream to handle "-" properly. by Dan Gohman · 15 years ago
- 4931b31 Allow the -analyze option to follow the -o option, which defaults to by Dan Gohman · 15 years ago
- 86cbc1b Don't translate "-" to outs() manually; raw_ostream does that automatically. by Dan Gohman · 15 years ago
- 510cea0 Don't translate "-" to outs() manually; raw_ostream does that automatically. by Dan Gohman · 15 years ago
- ca91912 Don't register stdout to be deleted on a signal. by Dan Gohman · 15 years ago
- 0a6ee29 Remove an unused command-line option. by Dan Gohman · 15 years ago
- 59a430f This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW & Cygwin. by Anton Korobeynikov · 15 years ago
- 99f918c CMake: Improved COMMENT on a custom command by Oscar Fuentes · 15 years ago
- 0b63f37 Update tests. by Mikhail Glushenkov · 15 years ago
- b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 15 years ago
- 3c14ca4 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 15 years ago
- 2d643ef Make it possible to set the cpu used for codegen. by Rafael Espindola · 15 years ago
- f4452c3 lto: Fix an inverted conditional which prevented the addition of symbols scraped by Daniel Dunbar · 15 years ago
- 8d0843d lto: Fix gratuitous memory leaks. by Daniel Dunbar · 15 years ago
- e41d900 lto: Reduce nesting. by Daniel Dunbar · 15 years ago
- b06913d LTOModule.cpp: Fix numerous style issues. by Daniel Dunbar · 15 years ago
- 98197e5 Make it possible to set the flags passed to the assembler. by Rafael Espindola · 15 years ago
- 15af387 Fix silly bug. by Rafael Espindola · 15 years ago
- 866aa0d Use RunPassesOn as in the rest of bugpoint. by Rafael Espindola · 15 years ago
- cbb170d Make it possible to set the target triple and expose that with an option in the by Rafael Espindola · 15 years ago
- 0b5b102 Don't try to build a plugin on windows. by Rafael Espindola · 15 years ago
- c9234c5 llc: Fix help typo as pointed out by Nick Lewycky. by Michael J. Spencer · 15 years ago
- ec62d53 Add a opt-args option that can be used to pass arguments to every opt by Rafael Espindola · 15 years ago
- 53843f8 s/libLLVMgold/LLVMgold/g by Rafael Espindola · 15 years ago
- 8261dfe Most of bugpoint now only needs to know the pass names. by Rafael Espindola · 15 years ago
- 6b01837 Try to fix cmake build. by Rafael Espindola · 15 years ago
- 7f99f74 Run opt instead of bugpoint itself. by Rafael Espindola · 15 years ago
- 5b77cce Another missing file :-( by Rafael Espindola · 15 years ago
- f47d709 Add missing file. by Rafael Espindola · 15 years ago
- 3cb9626 Move the bugpoint test passes to a plugin in preparation for having bugpoint by Rafael Espindola · 15 years ago
- e68cd26 llc: Clarify -mc-relax-all description. by Michael J. Spencer · 15 years ago
- 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 15 years ago
- 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 15 years ago
- 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 15 years ago
- b8be03b0 Revert bugpoint change due to buildbot breakage. by Bob Wilson · 15 years ago
- d02dc8d Run opt instead of bugpoint itself. by Rafael Espindola · 15 years ago
- 248d1c6 Add const to compileProgram and to the various test functions in CrashDebugger. by Rafael Espindola · 15 years ago
- 5d8cace Add a Module argument to the remaining runPasses methods and mark getContext by Rafael Espindola · 15 years ago
- ca356af Make EmitProgressBitcode const and add a Module argument to runPasses. Use by Rafael Espindola · 15 years ago
- b259c01 build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do by Daniel Dunbar · 15 years ago
- 7c380ed llc: Add -mc-relax-all. by Michael J. Spencer · 15 years ago
- 1379326 Add const to some methods and change TestMergedProgram to return the merged by Rafael Espindola · 15 years ago
- d720670 The BlockExtractorPass() constructor was not reading the BlockFile and that was by Rafael Espindola · 15 years ago
- 10757dd Add a Program argument to diffProgram to avoid a use of swapProgramIn. by Rafael Espindola · 15 years ago
- 80a0985 Do not pass a copy of the value map, pass a reference to it. by Duncan Sands · 15 years ago
- 44a9860 Transcribe IRC to svn. Also don't print basic block names twice if they match. by John McCall · 15 years ago
- 73b21b7 Make the header self-contained and follow #include guidelines. by John McCall · 15 years ago
- e5cbaf1 Switch to using the LLVM CommandLine library so that our help by John McCall · 15 years ago
- 1abcd06 Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownership of the TargetAsmBackend and the MCCodeEmitter. by Benjamin Kramer · 15 years ago
- 115a932 Make the test while reducing blocks functional. This avoids accessing freed by Rafael Espindola · 15 years ago
- 82bd5ea Centralize the logic to permanently unify two instructions and make sure by John McCall · 15 years ago
- e292143 Diagnose non-structural differences in the case where blocks were by John McCall · 15 years ago
- 02e116c When unifying instructions during a block diff, actually complain about by John McCall · 15 years ago
- dfb44ac Somehow I was getting reasonable results for the test cases I was interested by John McCall · 15 years ago
- 62dc1f3 Cache the result of errs() and implement formatted logging. by John McCall · 15 years ago
- 3dd706b Add the llvm-diff tool, which performs a relatively naive structural by John McCall · 15 years ago
- 887b703 Use the right gcc tool args for IsARMArchitecture. by Jakob Stoklund Olesen · 15 years ago
- 7d3056b simplify by using CallSite constructors; virtually eliminates CallSite::get from the tree by Gabor Greif · 15 years ago
- bae1b71 Instead of abusing swapProgramIn, just add a Module argument to by Rafael Espindola · 15 years ago
- 84ae206 Clone and restore the module being reduced in by Rafael Espindola · 15 years ago
- b30cdd8 Revert unintended white space change. by Rafael Espindola · 15 years ago
- 97595eb Fix a trivial use after free. by Rafael Espindola · 15 years ago
- b374d4f Get rid of exceptions in llvmc. by Mikhail Glushenkov · 15 years ago
- c510a70 there is now no reason to link in TARGETS_TO_BUILD since we list by Chris Lattner · 15 years ago
- 6f2cea0 fix edis to only try to link in the x86 parts if the x86 backend is by Chris Lattner · 15 years ago
- aad9c4c Fix edis makefile by Douglas Gregor · 15 years ago
- e744ab2 fix DISABLE_EDIS by Chris Lattner · 15 years ago
- 56ff3f1 this logic is handled by tools/makefile. by Chris Lattner · 15 years ago
- ce61aed edis needs to link in mcdisassembler. by Chris Lattner · 15 years ago
- 9ae2e33 update cmake. by Chris Lattner · 15 years ago
- feb9cf4 edinfo doesn't need to be built here. by Chris Lattner · 15 years ago
- 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 15 years ago
- 8be3291 Speculatively revert r108813, in an attempt to get the self-host buildbots working again. I don't see why this patch by Owen Anderson · 15 years ago
- 9e08100 Reapply r108794, a fix for the failing test from last time. by Owen Anderson · 15 years ago
- e8a469c Revert r108794, "Separate PassInfo into two classes: a constructor-free by Daniel Dunbar · 15 years ago
- 8ba15cb Separate PassInfo into two classes: a constructor-free superclass (StaticPassInfo) and a constructor-ful subclass (PassInfo). by Owen Anderson · 15 years ago