aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Improve bugpoint's error messages when it runs out of memory,Dan Gohman2009-04-271-0/+8
* Add two new record types to the blockinfo block:Chris Lattner2009-04-261-8/+32
* Make a major API change to BitstreamReader: split all the readingChris Lattner2009-04-261-3/+3
* aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner2009-04-251-0/+6
* Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola2009-04-243-9/+22
* Use CloneModule's ValueMap in more places, instead of lookingDan Gohman2009-04-223-27/+45
* Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov2009-04-211-7/+7
* Remove clang since its conditionally there already.Tanya Lattner2009-04-201-1/+1
* Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta2009-04-201-1/+1
* Use .empty() instead of .size().Dan Gohman2009-04-201-2/+2
* Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.Bill Wendling2009-04-181-7/+7
* Add a configure check for llvm-gcc (reapply).Mikhail Glushenkov2009-04-181-7/+7
* Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling2009-04-181-7/+7
* Add a configure check for llvm-gcc.Mikhail Glushenkov2009-04-181-7/+7
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-131-8/+10
* Accommodate empty string for build type. This was previously causing an errorTed Kremenek2009-04-081-1/+1
* Add an API for the bitstream reader to read blobs and returnChris Lattner2009-04-071-21/+20
* stub out code for reading record with blobs as blobs. Not active yet.Chris Lattner2009-04-061-4/+25
* Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner2009-04-061-6/+15
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-041-3/+8
* CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky2009-04-041-17/+6
* CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma asOscar Fuentes2009-04-031-7/+7
* Fixed file header comment.Misha Brukman2009-04-011-3/+3
* Recognize arm triplets.Evan Cheng2009-04-011-0/+21
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-011-1/+1
* Do not pass '-relocation-model=pic' to llc.Mikhail Glushenkov2009-03-311-2/+6
* Documentation update.Mikhail Glushenkov2009-03-271-10/+13
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-251-0/+3
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-161-1/+1
* Also pass -gcc-tool-args when building a shared object.Evan Cheng2009-03-121-2/+5
* Another bug :(Anton Korobeynikov2009-03-111-1/+1
* Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov2009-03-111-1/+1
* Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov2009-03-111-0/+5
* Change these sed lines to behave correctly when the input stringDan Gohman2009-03-101-5/+10
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-0614-33/+75
* Use CloneModule's ValueMap to avoid needing to look upDan Gohman2009-03-061-5/+4
* Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman2009-03-051-2/+4
* Add example/Skeleton.Mikhail Glushenkov2009-03-039-3/+109
* Comment fixes.Mikhail Glushenkov2009-03-032-10/+17
* Use LLVMLIBS instead of USEDLIBS.Mikhail Glushenkov2009-03-031-1/+1
* Move example plugins to the example/ directory.Mikhail Glushenkov2009-03-035-0/+0
* ENABLE_PIC is either 0 or 1, but is always defined.Nick Lewycky2009-03-031-1/+1
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-023-37/+70
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-025-50/+8
* Fix build with objdir != srcdir.Mikhail Glushenkov2009-03-026-53/+46
* Move code from Main.cpp to the include dir.Mikhail Glushenkov2009-03-021-114/+2
* Reorganize llvmc code.Mikhail Glushenkov2009-03-0216-861/+82
* disable exports from a bunch more tools, those without plugins.Chris Lattner2009-02-268-0/+24
* use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to Chris Lattner2009-02-261-0/+3
* Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky2009-02-261-2/+2