aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-05-06The 'forward_as' property did not use its second argument.Mikhail Glushenkov
2009-05-05bugpoint for jit should just ignore GCC arguments.Evan Cheng
2009-05-04Default llc / lli optimization to "Default", which corresponds to -O1 / -O2.Evan Cheng
2009-05-01Fix a compiler warning on hosts where uint64_t isn't unsigned long long.Dan Gohman
2009-04-30Allow a user of libLTO to specify the full pathname of the gcc executable toNick Lewycky
2009-04-30Remove unused flags.Bill Wendling
2009-04-29Error out with bad optimization level specified.Bill Wendling
2009-04-29Remove LTO optimization level.Bill Wendling
2009-04-29Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling
2009-04-29Don't use 'false' for 'fast isel' here.Bill Wendling
2009-04-29Second attempt:Bill Wendling
2009-04-28r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling
2009-04-28Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling
2009-04-27give bitstreamreader an API to ignore names for blocks/records,Chris Lattner
2009-04-27Print statistics for each record kind saying the number of bitsChris Lattner
2009-04-27clean up the output of llvm-bcanalyzer by using printfChris Lattner
2009-04-27Improve bugpoint's error messages when it runs out of memory,Dan Gohman
2009-04-26Add two new record types to the blockinfo block:Chris Lattner
2009-04-26Make a major API change to BitstreamReader: split all the readingChris Lattner
2009-04-25aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin!Chris Lattner
2009-04-24Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the gold plugin.Rafael Espindola
2009-04-22Use CloneModule's ValueMap in more places, instead of lookingDan Gohman
2009-04-21Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov
2009-04-20Remove clang since its conditionally there already.Tanya Lattner
2009-04-20Emit the auto variables of a function into a different section than parameters.Sanjiv Gupta
2009-04-20Use .empty() instead of .size().Dan Gohman
2009-04-18Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.Bill Wendling
2009-04-18Add a configure check for llvm-gcc (reapply).Mikhail Glushenkov
2009-04-18Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling
2009-04-18Add a configure check for llvm-gcc.Mikhail Glushenkov
2009-04-13Add a new "available_externally" linkage type. This is intendedChris Lattner
2009-04-08Accommodate empty string for build type. This was previously causing an errorTed Kremenek
2009-04-07Add an API for the bitstream reader to read blobs and returnChris Lattner
2009-04-06stub out code for reading record with blobs as blobs. Not active yet.Chris Lattner
2009-04-06Teach llvm-bcanalyzer to skip over the header we use on LLVM IR files.Chris Lattner
2009-04-04CMake: defines and uses macro add_llvm_definitions for keeping trackOscar Fuentes
2009-04-04CloneModule stores the BasicBlock mapping in ValueMap. There's no need toNick Lewycky
2009-04-03CMake: tools/llvm-config/CMakeLists.txt: Use ! instead of comma asOscar Fuentes
2009-04-01Fixed file header comment.Misha Brukman
2009-04-01Recognize arm triplets.Evan Cheng
2009-04-01Use CHAR_BIT instead of hard-coding 8 in several places where itDan Gohman
2009-03-31Do not pass '-relocation-model=pic' to llc.Mikhail Glushenkov
2009-03-27Documentation update.Mikhail Glushenkov
2009-03-25CodeGen still defaults to non-verbose asm, but llc now overrides it and defau...Evan Cheng
2009-03-16CMake: Build system fixes for XCode. llvm-config still causes us some serious...Douglas Gregor
2009-03-12Also pass -gcc-tool-args when building a shared object.Evan Cheng
2009-03-11Another bug :(Anton Korobeynikov
2009-03-11Unbreak the build. Dunno, why it did not fail on mingw :(Anton Korobeynikov
2009-03-11Disable plugins / shared stuff generation on windows targets.Anton Korobeynikov
2009-03-10Change these sed lines to behave correctly when the input stringDan Gohman