aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* fix the autoconf script to detect "has asmprinter"ness of a target byChris Lattner2010-11-141-0/+3
* Update CMake.Daniel Dunbar2010-11-131-1/+1
* lli: Switch to using ParseIRFile, for consistency with other LLVM tools.Daniel Dunbar2010-11-132-11/+7
* Fix some places where error messages were being swallowed.Dan Gohman2010-11-091-6/+7
* Add registry hook for assembly text outputChe-Liang Chiou2010-11-081-3/+3
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-033-12/+13
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-11-032-26/+27
* Tweak the opt -O2 / opt -O3 inliner thresholds to be the same as llvm-gcc andJakob Stoklund Olesen2010-11-021-2/+2
* GetDLLSuffix: Remove the leading dot from LTDL_SHLIB_EXT.Mikhail Glushenkov2010-11-021-1/+1
* Trailing whitespace.Mikhail Glushenkov2010-11-021-10/+10
* Allow specifying a CPU to llvm-mc, so that we can properly set up subtargetJim Grosbach2010-10-301-1/+20
* Add polly support to the build system.Tobias Grosser2010-10-302-0/+12
* Check for (unlikely) errors from FindExecutable.Dan Gohman2010-10-291-1/+8
* Fix these error messages to not mention PATH in cases whereDan Gohman2010-10-291-6/+6
* Delete this obsolete comment.Dan Gohman2010-10-291-4/+0
* tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD.NAKAMURA Takumi2010-10-281-1/+4
* llvm-mc: Teach -as-lex to print the raw token string as well.Daniel Dunbar2010-10-251-42/+49
* Resurrect mcc16, it is useful as an example.Mikhail Glushenkov2010-10-236-1/+491
* Syntax tweak in llvmc: (something [a,b,c]) -> (something a, b, c).Mikhail Glushenkov2010-10-233-51/+54
* lli: On Cygwin-1.5, lli crashes at invoking destructors in atexit handler.NAKAMURA Takumi2010-10-221-0/+11
* Record sysbols created by aliases. Fixes PR8414.Rafael Espindola2010-10-201-0/+9
* Add RegionPass support.Tobias Grosser2010-10-201-0/+38
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-193-0/+36
* Hack around incompatible pointer warnings.Benjamin Kramer2010-10-161-1/+5
* lto: Respect LLVM_VERSION_INFO make variable, since setting CC arguments withDaniel Dunbar2010-10-151-0/+4
* Forward -march correctly.Mikhail Glushenkov2010-10-141-5/+6
* Be more consistent in using ValueToValueMapTy.Rafael Espindola2010-10-134-14/+15
* Per discussion with Sanjiv, remove the PIC16 target from mainline. When/ifChris Lattner2010-10-116-491/+1
* This file needs ToolOutputFile.h too.Dan Gohman2010-10-071-0/+1
* Move tool_output_file into its own file.Dan Gohman2010-10-0712-11/+12
* Fix Whitespace.Michael J. Spencer2010-10-071-2/+2
* Fix warnings on Windows.Michael J. Spencer2010-10-071-1/+1
* Provide a fast "get me the target triple from the module" API. This canBill Wendling2010-10-061-9/+4
* Stop the build if cyclic library dependecies found.Oscar Fuentes2010-10-021-1/+4
* Convert a bunch of uses of 'bytecode' into 'bitcode'. ThisDuncan Sands2010-09-291-1/+1
* Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for theBill Wendling2010-09-271-8/+8
* The "linker_private_weak*" linkages should set the LTO_SYMBOL_DEFINITION_WEAKBill Wendling2010-09-271-1/+3
* Push twines deeper into SourceMgr's error handling methods.Benjamin Kramer2010-09-271-0/+1
* MC/Lexer: Add 'Real' token type for floating point literals.Daniel Dunbar2010-09-241-0/+3
* Fix llvm-extract -delete's lazy loading to materialize the functions thatDan Gohman2010-09-231-7/+34
* llvmc: Support '-emit-llvm -S' with -opt.Mikhail Glushenkov2010-09-221-7/+16
* A more informative output suffix for the opt tool.Mikhail Glushenkov2010-09-221-1/+1
* llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp}_based.Mikhail Glushenkov2010-09-211-20/+26
* llvmc: put linker options in a separate OptList.Mikhail Glushenkov2010-09-211-27/+65
* llvm-mc: Teach -as-lex to print more token kinds.Daniel Dunbar2010-09-161-3/+13
* Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally."Michael J. Spencer2010-09-1318-67/+65
* Use ParseIRFile to auto-detect LLVM Assembly automatically.Dan Gohman2010-09-131-26/+7
* CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally.Michael J. Spencer2010-09-1018-65/+67
* Don't build redundant libLLVMgold.a.NAKAMURA Takumi2010-09-101-1/+0
* Discard metadata produced by LLVM 2.7. The value enumeration it usedDan Gohman2010-09-091-0/+6