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