aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-11-14fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner
2010-11-13Update CMake.Daniel Dunbar
2010-11-13lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar
2010-11-09Fix some places where error messages were being swallowed.Dan Gohman
2010-11-08Add registry hook for assembly text outputChe-Liang Chiou
2010-11-03Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov
2010-11-0380-col violations, trailing whitespace.Mikhail Glushenkov
2010-11-02Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc andJakob Stoklund Olesen
2010-11-02GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.Mikhail Glushenkov
2010-11-02Trailing whitespace.Mikhail Glushenkov
2010-10-30Allow specifying a CPU to llvm-mc, so that we can properly set up subtargetJim Grosbach
2010-10-30Add polly support to the build system.Tobias Grosser
2010-10-29Check for (unlikely) errors from FindExecutable.Dan Gohman
2010-10-29Fix these error messages to not mention PATH in cases whereDan Gohman
2010-10-29Delete this obsolete comment.Dan Gohman
2010-10-28tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD.NAKAMURA Takumi
2010-10-25llvm-mc: Teach -as-lex to print the raw token string as well.Daniel Dunbar
2010-10-23Resurrect mcc16, it is useful as an example.Mikhail Glushenkov
2010-10-23Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).Mikhail Glushenkov
2010-10-22lli: On Cygwin-1.5, lli crashes at invoking destructors in atexit handler.NAKAMURA Takumi
2010-10-20Record sysbols created by aliases. Fixes PR8414.Rafael Espindola
2010-10-20Add RegionPass support.Tobias Grosser
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-16Hack around incompatible pointer warnings.Benjamin Kramer
2010-10-15lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments withDaniel Dunbar
2010-10-14Forward -march correctly.Mikhail Glushenkov
2010-10-13Be more consistent in using ValueToValueMapTy.Rafael Espindola
2010-10-11Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner
2010-10-07This file needs ToolOutputFile.h too.Dan Gohman
2010-10-07Move tool_output_file into its own file.Dan Gohman
2010-10-07Fix Whitespace.Michael J. Spencer
2010-10-07Fix warnings on Windows.Michael J. Spencer
2010-10-06Provide a fast "get me the target triple from the module" API. This canBill Wendling
2010-10-02Stop the build if cyclic library dependecies found.Oscar Fuentes
2010-09-29Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands
2010-09-27Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling
2010-09-27The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAKBill Wendling
2010-09-27Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer
2010-09-24MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar
2010-09-23Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman
2010-09-22llvmc: Support '-emit-llvm -S' with -opt.Mikhail Glushenkov
2010-09-22A more informative output suffix for the opt tool.Mikhail Glushenkov
2010-09-21llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp}_based.Mikhail Glushenkov
2010-09-21llvmc: put linker options in a separate OptList.Mikhail Glushenkov
2010-09-16llvm-mc: Teach -as-lex to print more token kinds.Daniel Dunbar
2010-09-13Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer
2010-09-13Use ParseIRFile to auto-detect LLVM Assembly automatically.Dan Gohman
2010-09-10CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer
2010-09-10Don't build redundant libLLVMgold.a.NAKAMURA Takumi
2010-09-09Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman