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