- 18d52f2 Convert a bunch of uses of 'bytecode' into 'bitcode'. This by Duncan Sands · 14 years ago
- 7afea0c Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the by Bill Wendling · 14 years ago
- 563ef5e The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAK by Bill Wendling · 14 years ago
- d1e1703 Push twines deeper into SourceMgr's error handling methods. by Benjamin Kramer · 14 years ago
- 54f0a62 MC/Lexer: Add 'Real' token type for floating point literals. by Daniel Dunbar · 14 years ago
- be2d4e7 Fix llvm-extract -delete's lazy loading to materialize the functions that by Dan Gohman · 14 years ago
- 3724945 llvmc: Support '-emit-llvm -S' with -opt. by Mikhail Glushenkov · 14 years ago
- c9aa78d A more informative output suffix for the opt tool. by Mikhail Glushenkov · 14 years ago
- 47e87db llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp}_based. by Mikhail Glushenkov · 14 years ago
- b4c7a12 llvmc: put linker options in a separate OptList. by Mikhail Glushenkov · 14 years ago
- f969868 llvm-mc: Teach -as-lex to print more token kinds. by Daniel Dunbar · 14 years ago
- 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
- c32a226 Use ParseIRFile to auto-detect LLVM Assembly automatically. by Dan Gohman · 14 years ago
- 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
- 49c193c Don't build redundant libLLVMgold.a. by NAKAMURA Takumi · 14 years ago
- 70c2fc0 Discard metadata produced by LLVM 2.7. The value enumeration it used by Dan Gohman · 14 years ago
- e9dcd03 Execute all Pass Printers even if -quiet is set. by Tobias Grosser · 14 years ago
- 4207d6f Include original pass name in the PassPrinter's name. by Tobias Grosser · 14 years ago
- 53b1acd cleanups: mark stuff static, only tagdecls should be in anon namespaces. by Chris Lattner · 14 years ago
- ac53061 Quiesce warning about non-virtual d'tor in virtual class. by Bill Wendling · 14 years ago
- 6cd71f0 add a new "llvm-dis -show-annotations" option, which causes it to print by Chris Lattner · 14 years ago
- 1dbb387 lets get crazy and name the header file the exact class name, by Chris Lattner · 14 years ago
- a11a6a0 AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter by Chris Lattner · 14 years ago
- 743547f llvmc: .dylib support. by Mikhail Glushenkov · 14 years ago
- 59b4d2a Fix compile errors. by Nick Lewycky · 14 years ago
- d4c4543 Make tool_output_file's raw_ostream instance a member variable instead by Dan Gohman · 14 years ago
- 4a295d3 Cleanup Whitespace. by Michael J. Spencer · 14 years ago
- 59279b1 Fix llc to run the verifier once, not twice. by Dan Gohman · 14 years ago
- 9a7346c tidy up by Chris Lattner · 14 years ago
- 75ebbce Straighten out any triple strings passed on the command line before by Duncan Sands · 14 years ago
- a87c163 Fix the msvs 2010 build. by Michael J. Spencer · 14 years ago
- 767b5b6 Fix prototypes. by Devang Patel · 14 years ago
- 4d2d099 Updated CMake library dependencies. Removed unnecessary component name by Oscar Fuentes · 14 years ago
- b4e3cda Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, by Dan Gohman · 14 years ago
- 44f9533 Convert llvm-extract to use lazy loading. This makes it substantially by Dan Gohman · 14 years ago
- 92b06c2 lto_codegen_set_gcc_path was removed. by Dan Gohman · 14 years ago
- 0586df2 Fix a few missing entries in lto.exports. by Dan Gohman · 14 years ago
- 91e7fb7 Apparently this is needed for llvm-link to link. by Eric Christopher · 14 years ago
- 4e34d50 - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. by Bill Wendling · 14 years ago
- a69e670 Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", by Chris Lattner · 14 years ago
- b82b433 Check in a couple of changes that I apparently never committed: by John McCall · 14 years ago
- d9a7316 llvmc: Make syntax more consistent. by Mikhail Glushenkov · 14 years ago
- c712edc llvmc: Do not mention plugins in the code. by Mikhail Glushenkov · 14 years ago
- f291401 Convert tools to use tool_output_file, and introduce error by Dan Gohman · 14 years ago
- 7a57454 llvmc: Do not prefix option names with AutoGenerated. by Mikhail Glushenkov · 14 years ago
- 03b6d4e llvmc: Cut global namespace pollution. by Mikhail Glushenkov · 14 years ago
- 2df9504 Use tool_output_file in llvm-extract and llvm-link too. by Dan Gohman · 14 years ago
- d5826a3 Use the new tool_output_file in several tools. This fixes a variety by Dan Gohman · 14 years ago
- 52fdaed Make the SCC printing passes use errs() instead of outs(), as the by Dan Gohman · 14 years ago
- 4bb122e Print chatty verbose messages to errs() instead of outs(). by Dan Gohman · 14 years ago
- cfbe401 Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 14 years ago
- a2a3bbc Minor cleanups to follow the common convention for pass registration variables. by Dan Gohman · 14 years ago
- b57326c llvmc: Update examples. by Mikhail Glushenkov · 14 years ago
- 18cde6d Eliminate some redundancy by relying on raw_fd_ostream to handle "-" properly. by Dan Gohman · 14 years ago
- 4931b31 Allow the -analyze option to follow the -o option, which defaults to by Dan Gohman · 14 years ago
- 86cbc1b Don't translate "-" to outs() manually; raw_ostream does that automatically. by Dan Gohman · 14 years ago
- 510cea0 Don't translate "-" to outs() manually; raw_ostream does that automatically. by Dan Gohman · 14 years ago
- ca91912 Don't register stdout to be deleted on a signal. by Dan Gohman · 14 years ago
- 0a6ee29 Remove an unused command-line option. by Dan Gohman · 14 years ago
- 59a430f This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW & Cygwin. by Anton Korobeynikov · 14 years ago
- 99f918c CMake: Improved COMMENT on a custom command by Oscar Fuentes · 14 years ago
- 0b63f37 Update tests. by Mikhail Glushenkov · 14 years ago
- b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
- 3c14ca4 llvm-mc: Add -show-inst-operands, for dumping the parsed instruction representation before matching. by Daniel Dunbar · 14 years ago
- 2d643ef Make it possible to set the cpu used for codegen. by Rafael Espindola · 14 years ago
- f4452c3 lto: Fix an inverted conditional which prevented the addition of symbols scraped by Daniel Dunbar · 14 years ago
- 8d0843d lto: Fix gratuitous memory leaks. by Daniel Dunbar · 14 years ago
- e41d900 lto: Reduce nesting. by Daniel Dunbar · 14 years ago
- b06913d LTOModule.cpp: Fix numerous style issues. by Daniel Dunbar · 14 years ago
- 98197e5 Make it possible to set the flags passed to the assembler. by Rafael Espindola · 14 years ago
- 15af387 Fix silly bug. by Rafael Espindola · 14 years ago
- 866aa0d Use RunPassesOn as in the rest of bugpoint. by Rafael Espindola · 14 years ago
- cbb170d Make it possible to set the target triple and expose that with an option in the by Rafael Espindola · 14 years ago
- 0b5b102 Don't try to build a plugin on windows. by Rafael Espindola · 14 years ago
- c9234c5 llc: Fix help typo as pointed out by Nick Lewycky. by Michael J. Spencer · 14 years ago
- ec62d53 Add a opt-args option that can be used to pass arguments to every opt by Rafael Espindola · 14 years ago
- 53843f8 s/libLLVMgold/LLVMgold/g by Rafael Espindola · 14 years ago
- 8261dfe Most of bugpoint now only needs to know the pass names. by Rafael Espindola · 14 years ago
- 6b01837 Try to fix cmake build. by Rafael Espindola · 14 years ago
- 7f99f74 Run opt instead of bugpoint itself. by Rafael Espindola · 14 years ago
- 5b77cce Another missing file :-( by Rafael Espindola · 14 years ago
- f47d709 Add missing file. by Rafael Espindola · 14 years ago
- 3cb9626 Move the bugpoint test passes to a plugin in preparation for having bugpoint by Rafael Espindola · 14 years ago
- e68cd26 llc: Clarify -mc-relax-all description. by Michael J. Spencer · 14 years ago
- 90c579d Reapply r110396, with fixes to appease the Linux buildbot gods. by Owen Anderson · 14 years ago
- 1f74590 Revert r110396 to fix buildbots. by Owen Anderson · 14 years ago
- 9ccaf53 Don't use PassInfo* as a type identifier for passes. Instead, use the address of the static by Owen Anderson · 14 years ago
- b8be03b0 Revert bugpoint change due to buildbot breakage. by Bob Wilson · 14 years ago
- d02dc8d Run opt instead of bugpoint itself. by Rafael Espindola · 14 years ago
- 248d1c6 Add const to compileProgram and to the various test functions in CrashDebugger. by Rafael Espindola · 14 years ago
- 5d8cace Add a Module argument to the remaining runPasses methods and mark getContext by Rafael Espindola · 14 years ago
- ca356af Make EmitProgressBitcode const and add a Module argument to runPasses. Use by Rafael Espindola · 14 years ago
- b259c01 build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do by Daniel Dunbar · 14 years ago
- 7c380ed llc: Add -mc-relax-all. by Michael J. Spencer · 14 years ago
- 1379326 Add const to some methods and change TestMergedProgram to return the merged by Rafael Espindola · 14 years ago
- d720670 The BlockExtractorPass() constructor was not reading the BlockFile and that was by Rafael Espindola · 14 years ago
- 10757dd Add a Program argument to diffProgram to avoid a use of swapProgramIn. by Rafael Espindola · 14 years ago
- 80a0985 Do not pass a copy of the value map, pass a reference to it. by Duncan Sands · 14 years ago
- 44a9860 Transcribe IRC to svn. Also don't print basic block names twice if they match. by John McCall · 14 years ago
- 73b21b7 Make the header self-contained and follow #include guidelines. by John McCall · 14 years ago