summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.Bill Wendling2009-04-18
* Add a configure check for llvm-gcc (reapply).Mikhail Glushenkov2009-04-18
* Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling2009-04-18
* Add a configure check for llvm-gcc.Mikhail Glushenkov2009-04-18
* Add a new "available_externally" linkage type. This is intendedChris Lattner2009-04-13
* Accommodate empty string for build type. This was previously causing an errorTed Kremenek2009-04-08
* Add an API for the bitstream reader to read blobs and returnChris Lattner2009-04-07
* stub out code for reading record with blobs as blobs. Not active yet.Chris Lattner2009-04-06
* Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner2009-04-06
* CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes2009-04-04
* CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky2009-04-04
* CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma asOscar Fuentes2009-04-03
* Fixed file header comment.Misha Brukman2009-04-01
* Recognize arm triplets.Evan Cheng2009-04-01
* Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman2009-04-01
* Do not pass '-relocation-model=pic' to llc.Mikhail Glushenkov2009-03-31
* Documentation update.Mikhail Glushenkov2009-03-27
* CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng2009-03-25
* CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor2009-03-16
* Also pass -gcc-tool-args when building a shared object.Evan Cheng2009-03-12
* Another bug :(Anton Korobeynikov2009-03-11
* Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov2009-03-11
* Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov2009-03-11
* Change these sed lines to behave correctly when the input stringDan Gohman2009-03-10
* Change various llvm utilities to use PrettyStackTraceProgram inChris Lattner2009-03-06
* Use CloneModule's ValueMap to avoid needing to look upDan Gohman2009-03-06
* Fix a bugpoint bug on anonymous functions. Instead of looking upDan Gohman2009-03-05
* Add example/Skeleton.Mikhail Glushenkov2009-03-03
* Comment fixes.Mikhail Glushenkov2009-03-03
* Use LLVMLIBS instead of USEDLIBS.Mikhail Glushenkov2009-03-03
* Move example plugins to the example/ directory.Mikhail Glushenkov2009-03-03
* ENABLE_PIC is either 0 or 1, but is always defined.Nick Lewycky2009-03-03
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-02
* Move the rules for building plugins to Makefile.rules.Mikhail Glushenkov2009-03-02
* Fix build with objdir != srcdir.Mikhail Glushenkov2009-03-02
* Move code from Main.cpp to the include dir.Mikhail Glushenkov2009-03-02
* Reorganize llvmc code.Mikhail Glushenkov2009-03-02
* disable exports from a bunch more tools, those without plugins.Chris Lattner2009-02-26
* use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to Chris Lattner2009-02-26
* Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky2009-02-26
* Force 'llvm-config' to go first, optionally followed by lto and gold mixed inNick Lewycky2009-02-26
* Add the function attributes pass during LTO time.Nick Lewycky2009-02-26
* If nobody minds, I'm using LTO to produce faster binaries. Switch fast codegenNick Lewycky2009-02-23
* Add an option to the gold plugin to make it emit a file with the public apiNick Lewycky2009-02-22
* really fix styleRafael Espindola2009-02-18
* fix styleRafael Espindola2009-02-18
* Eliminate several more unnecessary intptr_t casts.Dan Gohman2009-02-18
* Remove changes that were accidently included in previous commit.Devang Patel2009-02-17
* The debugger sometimes lookup dynamically in the runtime to find ivar info of...Devang Patel2009-02-17
* tools like nm and ar only need register_claim_file and add_symbols. Don't abortRafael Espindola2009-02-17