Age | Commit message (Expand) | Author |
2008-03-07 | only extract main if the user didn't specify anything to extract | Andrew Lenharth |
2008-03-07 | make error message reflect default search function name | Andrew Lenharth |
2008-03-07 | add a pass that can extract all kinds of global values, not just functions. ... | Andrew Lenharth |
2008-03-03 | Renable lto2 build. | Tanya Lattner |
2008-03-02 | suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix... | Nick Kledzik |
2008-03-02 | Add an unwind_to field to basic blocks, making them Users instead of Values. | Nick Lewycky |
2008-03-01 | Also handle "getresult". | Nick Lewycky |
2008-03-01 | Disable lto because its broken on tiger. | Tanya Lattner |
2008-02-29 | stop building lto on all platforms. Start building lto2 on Darwin | Nick Kledzik |
2008-02-29 | also pass -compatibility_version when linking shared object for Darwin | Nick Kledzik |
2008-02-28 | Make llvm-ar behave like ar, if you create an empty archive, ar creates an em... | Andrew Lenharth |
2008-02-27 | fixes from review of first commit | Nick Kledzik |
2008-02-27 | use PROJ_SRC_DIR so this builds with Apple style builds | Nick Kledzik |
2008-02-26 | first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi... | Nick Kledzik |
2008-02-26 | Detabify. | Bill Wendling |
2008-02-22 | Split ParameterAttributes.h, putting the complicated | Dale Johannesen |
2008-02-21 | Add -disable-output option. | Devang Patel |
2008-02-20 | Get rid of hash_map in llvmc | Anton Korobeynikov |
2008-02-20 | And final pack of warnings silencing | Anton Korobeynikov |
2008-02-20 | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov |
2008-02-19 | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen |
2008-02-18 | Fix a missing space in the description of the find-bugs option. | Dan Gohman |
2008-02-14 | PR2027, Fix bugpoint's -find-bugs option, clean up the code. | Nick Lewycky |
2008-02-07 | Begin setting features for target based on target triple string. | Devang Patel |
2008-02-04 | Do not set time out, lets assume assembler will do its job in reasonable amou... | Devang Patel |
2008-02-02 | Do not strip symbols when EH is ON. | Devang Patel |
2008-01-30 | Supply appropriate arch info to darwin assembler. | Devang Patel |
2008-01-30 | Enable exception handling if it is supported. | Devang Patel |
2008-01-27 | Add support for frameworks. Patch by Shantonu Sen! | Chris Lattner |
2008-01-15 | - Introduces versioning macro LLVM_LTO_VERSION | Devang Patel |
2008-01-09 | Fix llvm-ld -Xlinker, patch by Daniel Teske! | Chris Lattner |
2008-01-08 | Fix PR1797 | Chris Lattner |
2007-12-29 | remove attribution from a variety of miscellaneous files. | Chris Lattner |
2007-12-29 | regenerate | Chris Lattner |
2007-12-29 | remove attributions | Chris Lattner |
2007-12-29 | remove attributions from tools. | Chris Lattner |
2007-12-29 | remove attributions from tools/utils makefiles. | Chris Lattner |
2007-12-25 | Fixing several transforms which would drop the collector attribute | Gordon Henriksen |
2007-12-25 | Actually parse q operation in llvm-ar | Seo Sanghyeon |
2007-12-20 | Revert my previous check-in. | Devang Patel |
2007-12-20 | Add lto version check mechanism. | Devang Patel |
2007-12-17 | regenerate. | Christopher Lamb |
2007-12-17 | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb |
2007-12-11 | Implement address space attribute for LLVM pointer types. Address spaces are | Christopher Lamb |
2007-12-09 | Fix accidental commit by Bill. | Chris Lattner |
2007-12-08 | Reverting 44702. It wasn't correct to rename them. | Bill Wendling |
2007-12-03 | Rather than having special rules like "intrinsics cannot | Duncan Sands |
2007-11-30 | Add a convenience method for modifying parameter | Duncan Sands |
2007-11-28 | Add some convenience methods for querying attributes, and | Duncan Sands |
2007-11-27 | Added quotes around $(NM_PATH) argument to GenLibDeps.pl script so that | Ted Kremenek |