| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't build redundant libLLVMgold.a. | NAKAMURA Takumi | 2010-09-10 | 1 | -1/+0 |
* | Discard metadata produced by LLVM 2.7. The value enumeration it used | Dan Gohman | 2010-09-09 | 1 | -0/+6 |
* | Execute all Pass Printers even if -quiet is set. | Tobias Grosser | 2010-09-08 | 1 | -19/+16 |
* | Include original pass name in the PassPrinter's name. | Tobias Grosser | 2010-09-08 | 1 | -10/+36 |
* | cleanups: mark stuff static, only tagdecls should be in anon namespaces. | Chris Lattner | 2010-09-05 | 1 | -20/+22 |
* | Quiesce warning about non-virtual d'tor in virtual class. | Bill Wendling | 2010-09-03 | 1 | -2/+2 |
* | add a new "llvm-dis -show-annotations" option, which causes it to print | Chris Lattner | 2010-09-02 | 1 | -1/+31 |
* | lets get crazy and name the header file the exact class name, | Chris Lattner | 2010-09-02 | 1 | -1/+1 |
* | AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriter | Chris Lattner | 2010-09-02 | 1 | -4/+7 |
* | llvmc: .dylib support. | Mikhail Glushenkov | 2010-09-02 | 1 | -1/+2 |
* | Fix compile errors. | Nick Lewycky | 2010-09-02 | 1 | -4/+4 |
* | Make tool_output_file's raw_ostream instance a member variable instead | Dan Gohman | 2010-09-01 | 13 | -113/+118 |
* | Cleanup Whitespace. | Michael J. Spencer | 2010-08-31 | 1 | -4/+4 |
* | Fix llc to run the verifier once, not twice. | Dan Gohman | 2010-08-30 | 1 | -13/+1 |
* | tidy up | Chris Lattner | 2010-08-28 | 1 | -1/+2 |
* | Straighten out any triple strings passed on the command line before | Duncan Sands | 2010-08-28 | 4 | -4/+6 |
* | Fix the msvs 2010 build. | Michael J. Spencer | 2010-08-27 | 1 | -2/+8 |
* | Fix prototypes. | Devang Patel | 2010-08-26 | 1 | -1/+1 |
* | Updated CMake library dependencies. Removed unnecessary component name | Oscar Fuentes | 2010-08-26 | 1 | -1/+1 |
* | Rewrite ExtractGV, removing a bunch of stuff that didn't fully work, | Dan Gohman | 2010-08-26 | 1 | -5/+1 |
* | Convert llvm-extract to use lazy loading. This makes it substantially | Dan Gohman | 2010-08-25 | 1 | -1/+14 |
* | lto_codegen_set_gcc_path was removed. | Dan Gohman | 2010-08-25 | 1 | -1/+0 |
* | Fix a few missing entries in lto.exports. | Dan Gohman | 2010-08-25 | 1 | -0/+3 |
* | Apparently this is needed for llvm-link to link. | Eric Christopher | 2010-08-25 | 1 | -1/+1 |
* | - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings. | Bill Wendling | 2010-08-24 | 1 | -2/+5 |
* | Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint", | Chris Lattner | 2010-08-24 | 1 | -10/+3 |
* | Check in a couple of changes that I apparently never committed: | John McCall | 2010-08-24 | 4 | -4/+36 |
* | llvmc: Make syntax more consistent. | Mikhail Glushenkov | 2010-08-23 | 4 | -90/+95 |
* | llvmc: Do not mention plugins in the code. | Mikhail Glushenkov | 2010-08-23 | 1 | -1/+1 |
* | Convert tools to use tool_output_file, and introduce error | Dan Gohman | 2010-08-20 | 6 | -24/+68 |
* | llvmc: Do not prefix option names with AutoGenerated. | Mikhail Glushenkov | 2010-08-20 | 1 | -5/+5 |
* | llvmc: Cut global namespace pollution. | Mikhail Glushenkov | 2010-08-20 | 1 | -7/+10 |
* | 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 |