2009-06-16 |
Mikhail Glushenkov | Documentation update. |
tree | commitdiff |
2009-06-15 |
Rafael Espindola | Remove the gcc= option. llvm-gcc uses only as= |
tree | commitdiff |
2009-06-09 |
Rafael Espindola | Bug fix: |
tree | commitdiff |
2009-06-07 |
Mikhail Glushenkov | A basic PIC16 toolchain driver. |
tree | commitdiff |
2009-06-07 |
Nick Lewycky | Add option for specifying the path to assembler, "as... |
tree | commitdiff |
2009-06-05 |
Devang Patel | Add new function attribute - noimplicitfloat |
tree | commitdiff |
2009-06-04 |
Devang Patel | Add new function attribute - noredzone. |
tree | commitdiff |
2009-06-04 |
Douglas Gregor | CMake: Use explicit dependencies for Xcode (as well... |
tree | commitdiff |
2009-06-04 |
Nick Kledzik | <rdar://problem/6944342> libLTO for darwin should add... |
tree | commitdiff |
2009-06-04 |
Nick Kledzik | <rdar://problem/6940611> libLTO.dylib needs to let... |
tree | commitdiff |
2009-06-03 |
Nick Kledzik | <rdar://problem/6941517> C++ static constructors not... |
tree | commitdiff |
2009-06-03 |
Daniel Dunbar | Change LTO to run the global opt pass twice. |
tree | commitdiff |
2009-06-03 |
Daniel Dunbar | Add createStandardLTOPasses to StandardPasses.h, and... |
tree | commitdiff |
2009-06-03 |
Daniel Dunbar | Switch opt to using StandardPasses.h |
tree | commitdiff |
2009-06-03 |
Oscar Fuentes | CMake: Implements and documents option LLVM_ENABLE_ASSERTS. |
tree | commitdiff |
2009-06-01 |
Nick Kledzik | update comments about .objc_ symbols being generated |
tree | commitdiff |
2009-06-01 |
Nick Kledzik | <rdar://problem/6927148> libLTO needs to handle i386... |
tree | commitdiff |
2009-06-01 |
Nick Lewycky | Add missing codenames to the .bc analyzer. |
tree | commitdiff |
2009-05-30 |
Evan Cheng | Untabify. |
tree | commitdiff |
2009-05-27 |
Oscar Fuentes | CMake: Set LIBS on llvm-config so we can query the... |
tree | commitdiff |
2009-05-25 |
Nick Lewycky | Fix the crash debugger to actually bisect globals once... |
tree | commitdiff |
2009-05-25 |
Nick Lewycky | Add a bisection step on the list of instructions before... |
tree | commitdiff |
2009-05-24 |
Torok Edwin | Make bugpoint emit a bugpoint-reduced-blocks.bc, becaus... |
tree | commitdiff |
2009-05-24 |
Torok Edwin | Add -disable-global-remove option to bugpoint. |
tree | commitdiff |
2009-05-16 |
Duncan Sands | Make sure the CXXFLAGS setting is picked up by |
tree | commitdiff |
2009-05-06 |
Mikhail Glushenkov | The 'forward_as' property did not use its second argument. |
tree | commitdiff |
2009-05-05 |
Evan Cheng | bugpoint for jit should just ignore GCC arguments. |
tree | commitdiff |
2009-05-04 |
Evan Cheng | Default llc / lli optimization to "Default", which... |
tree | commitdiff |
2009-05-01 |
Dan Gohman | Fix a compiler warning on hosts where uint64_t isn... |
tree | commitdiff |
2009-04-30 |
Nick Lewycky | Allow a user of libLTO to specify the full pathname... |
tree | commitdiff |
2009-04-30 |
Bill Wendling | Remove unused flags. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Error out with bad optimization level specified. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Remove LTO optimization level. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Instead of passing in an unsigned value for the optimiz... |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Don't use 'false' for 'fast isel' here. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Second attempt: |
tree | commitdiff |
2009-04-28 |
Bill Wendling | r70270 isn't ready yet. Back this out. Sorry for the... |
tree | commitdiff |
2009-04-28 |
Bill Wendling | Massive check in. This changes the "-fast" flag to... |
tree | commitdiff |
2009-04-27 |
Chris Lattner | give bitstreamreader an API to ignore names for blocks... |
tree | commitdiff |
2009-04-27 |
Chris Lattner | Print statistics for each record kind saying the number... |
tree | commitdiff |
2009-04-27 |
Chris Lattner | clean up the output of llvm-bcanalyzer by using printf |
tree | commitdiff |
2009-04-27 |
Dan Gohman | Improve bugpoint's error messages when it runs out... |
tree | commitdiff |
2009-04-26 |
Chris Lattner | Add two new record types to the blockinfo block: |
tree | commitdiff |
2009-04-26 |
Chris Lattner | Make a major API change to BitstreamReader: split all... |
tree | commitdiff |
2009-04-25 |
Chris Lattner | aDd support for building a subset of the llvm tools... |
tree | commitdiff |
2009-04-24 |
Rafael Espindola | Add LTO_SYMBOL_DEFINITION_WEAKUNDEF, use that on the... |
tree | commitdiff |
2009-04-22 |
Dan Gohman | Use CloneModule's ValueMap in more places, instead... |
tree | commitdiff |
2009-04-21 |
Mikhail Glushenkov | Support --with-llvmgccdir and friends in llvmc, take 2. |
tree | commitdiff |
2009-04-20 |
Tanya Lattner | Remove clang since its conditionally there already. |
tree | commitdiff |
2009-04-20 |
Sanjiv Gupta | Emit the auto variables of a function into a different... |
tree | commitdiff |
2009-04-20 |
Dan Gohman | Use .empty() instead of .size(). |
tree | commitdiff |
2009-04-18 |
Bill Wendling | Revert 69474 and 69475. They are causing failures durin... |
tree | commitdiff |
2009-04-18 |
Mikhail Glushenkov | Add a configure check for llvm-gcc (reapply). |
tree | commitdiff |
2009-04-18 |
Bill Wendling | Temporarily revert r69438 and r69439. These were causin... |
tree | commitdiff |
2009-04-18 |
Mikhail Glushenkov | Add a configure check for llvm-gcc. |
tree | commitdiff |
2009-04-13 |
Chris Lattner | Add a new "available_externally" linkage type. This... |
tree | commitdiff |
2009-04-08 |
Ted Kremenek | Accommodate empty string for build type. This was previ... |
tree | commitdiff |
2009-04-07 |
Chris Lattner | Add an API for the bitstream reader to read blobs and... |
tree | commitdiff |
2009-04-06 |
Chris Lattner | stub out code for reading record with blobs as blobs... |
tree | commitdiff |
2009-04-06 |
Chris Lattner | Teach llvm-bcanalyzer to skip over the header we use... |
tree | commitdiff |
2009-04-04 |
Oscar Fuentes | CMake: defines and uses macro add_llvm_definitions... |
tree | commitdiff |
2009-04-04 |
Nick Lewycky | CloneModule stores the BasicBlock mapping in ValueMap... |
tree | commitdiff |
2009-04-03 |
Oscar Fuentes | CMake: tools/llvm-config/CMakeLists.txt: Use ! instead... |
tree | commitdiff |
2009-04-01 |
Misha Brukman | Fixed file header comment. |
tree | commitdiff |
2009-04-01 |
Evan Cheng | Recognize arm triplets. |
tree | commitdiff |
2009-04-01 |
Dan Gohman | Use CHAR_BIT instead of hard-coding 8 in several places... |
tree | commitdiff |
2009-03-31 |
Mikhail Glushenkov | Do not pass '-relocation-model=pic' to llc. |
tree | commitdiff |
2009-03-27 |
Mikhail Glushenkov | Documentation update. |
tree | commitdiff |
2009-03-25 |
Evan Cheng | CodeGen still defaults to non-verbose asm, but llc... |
tree | commitdiff |
2009-03-16 |
Douglas Gregor | CMake: Build system fixes for XCode. llvm-config still... |
tree | commitdiff |
2009-03-12 |
Evan Cheng | Also pass -gcc-tool-args when building a shared object. |
tree | commitdiff |
2009-03-11 |
Anton Korobeynikov | Another bug :( |
tree | commitdiff |
2009-03-11 |
Anton Korobeynikov | Unbreak the build. Dunno, why it did not fail on mingw :( |
tree | commitdiff |
2009-03-11 |
Anton Korobeynikov | Disable plugins / shared stuff generation on windows... |
tree | commitdiff |
2009-03-10 |
Dan Gohman | Change these sed lines to behave correctly when the... |
tree | commitdiff |
2009-03-06 |
Chris Lattner | Change various llvm utilities to use PrettyStackTracePr... |
tree | commitdiff |
2009-03-06 |
Dan Gohman | Use CloneModule's ValueMap to avoid needing to look up |
tree | commitdiff |
2009-03-05 |
Dan Gohman | Fix a bugpoint bug on anonymous functions. Instead... |
tree | commitdiff |
2009-03-03 |
Mikhail Glushenkov | Add example/Skeleton. |
tree | commitdiff |
2009-03-03 |
Mikhail Glushenkov | Comment fixes. |
tree | commitdiff |
2009-03-03 |
Mikhail Glushenkov | Use LLVMLIBS instead of USEDLIBS. |
tree | commitdiff |
2009-03-03 |
Mikhail Glushenkov | Move example plugins to the example/ directory. |
tree | commitdiff |
2009-03-03 |
Nick Lewycky | ENABLE_PIC is either 0 or 1, but is always defined. |
tree | commitdiff |
2009-03-02 |
Bill Wendling | Add a "-gcc-tool-args" option. This option acts like... |
tree | commitdiff |
2009-03-02 |
Mikhail Glushenkov | Move the rules for building plugins to Makefile.rules. |
tree | commitdiff |
2009-03-02 |
Mikhail Glushenkov | Fix build with objdir != srcdir. |
tree | commitdiff |
2009-03-02 |
Mikhail Glushenkov | Move code from Main.cpp to the include dir. |
tree | commitdiff |
2009-03-02 |
Mikhail Glushenkov | Reorganize llvmc code. |
tree | commitdiff |
2009-02-26 |
Chris Lattner | disable exports from a bunch more tools, those without... |
tree | commitdiff |
2009-02-26 |
Chris Lattner | use TOOL_NO_EXPORTS, this shrinks the llvm-as binary... |
tree | commitdiff |
2009-02-26 |
Nick Lewycky | Tabs to spaces presto chango! Pointed out by Duncan... |
tree | commitdiff |
2009-02-26 |
Nick Lewycky | Force 'llvm-config' to go first, optionally followed... |
tree | commitdiff |
2009-02-26 |
Nick Lewycky | Add the function attributes pass during LTO time. |
tree | commitdiff |
2009-02-23 |
Nick Lewycky | If nobody minds, I'm using LTO to produce faster binari... |
tree | commitdiff |
2009-02-22 |
Nick Lewycky | Add an option to the gold plugin to make it emit a... |
tree | commitdiff |
2009-02-18 |
Rafael Espindola | really fix style |
tree | commitdiff |
2009-02-18 |
Rafael Espindola | fix style |
tree | commitdiff |
2009-02-18 |
Dan Gohman | Eliminate several more unnecessary intptr_t casts. |
tree | commitdiff |
2009-02-17 |
Devang Patel | Remove changes that were accidently included in previou... |
tree | commitdiff |
2009-02-17 |
Devang Patel | The debugger sometimes lookup dynamically in the runtim... |
tree | commitdiff |
next |