summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Move tool_output_file into its own file.Dan Gohman2010-10-07
* Fix Whitespace.Michael J. Spencer2010-10-07
* Fix warnings on Windows.Michael J. Spencer2010-10-07
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-06
* Stop the build if cyclic library dependecies found.Oscar Fuentes2010-10-02
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-29
* Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling2010-09-27
* The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAKBill Wendling2010-09-27
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-27
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-24
* Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman2010-09-23
* llvmc: Support '-emit-llvm -S' with -opt.Mikhail Glushenkov2010-09-22
* A more informative output suffix for the opt tool.Mikhail Glushenkov2010-09-22
* llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp}_based.Mikhail Glushenkov2010-09-21
* llvmc: put linker options in a separate OptList.Mikhail Glushenkov2010-09-21
* llvm-mc: Teach -as-lex to print more token kinds.Daniel Dunbar2010-09-16
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-13
* Use ParseIRFile to auto-detect LLVM Assembly automatically.Dan Gohman2010-09-13
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-10
* Don't build redundant libLLVMgold.a.NAKAMURA Takumi2010-09-10
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-09
* Execute all Pass Printers even if -quiet is set.Tobias Grosser2010-09-08
* Include original pass name in the PassPrinter's name.Tobias Grosser2010-09-08
* cleanups: mark stuff static, only tagdecls should be in anon namespaces.Chris Lattner2010-09-05
* Quiesce warning about non-virtual d'tor in virtual class.Bill Wendling2010-09-03
* add a new "llvm-dis -show-annotations" option, which causes it to printChris Lattner2010-09-02
* lets get crazy and name the header file the exact class name,Chris Lattner2010-09-02
* AsmPrinter has a formatted stream, pass it down through AsmAnnotationWriterChris Lattner2010-09-02
* llvmc: .dylib support.Mikhail Glushenkov2010-09-02
* Fix compile errors.Nick Lewycky2010-09-02
* Make tool_output_file's raw_ostream instance a member variable insteadDan Gohman2010-09-01
* Cleanup Whitespace.Michael J. Spencer2010-08-31
* Fix llc to run the verifier once, not twice.Dan Gohman2010-08-30
* tidy upChris Lattner2010-08-28
* Straighten out any triple strings passed on the command line beforeDuncan Sands2010-08-28
* Fix the msvs 2010 build.Michael J. Spencer2010-08-27
* Fix prototypes.Devang Patel2010-08-26
* Updated CMake library dependencies. Removed unnecessary component nameOscar Fuentes2010-08-26
* Rewrite ExtractGV, removing a bunch of stuff that didn't fully work,Dan Gohman2010-08-26
* Convert llvm-extract to use lazy loading. This makes it substantiallyDan Gohman2010-08-25
* lto_codegen_set_gcc_path was removed.Dan Gohman2010-08-25
* Fix a few missing entries in lto.exports.Dan Gohman2010-08-25
* Apparently this is needed for llvm-link to link.Eric Christopher2010-08-25
* - Add the LinkerPrivateWeakDefAutoLinkage to the Ada bindings.Bill Wendling2010-08-24
* Apply "Win32's Hybrid path separator in argv[0] should be accepted to bugpoint",Chris Lattner2010-08-24
* Check in a couple of changes that I apparently never committed:John McCall2010-08-24
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-23
* llvmc: Do not mention plugins in the code.Mikhail Glushenkov2010-08-23
* Convert tools to use tool_output_file, and introduce errorDan Gohman2010-08-20
* llvmc: Do not prefix option names with AutoGenerated.Mikhail Glushenkov2010-08-20