aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-125-346/+317
* only extract main if the user didn't specify anything to extractAndrew Lenharth2008-03-071-1/+1
* make error message reflect default search function nameAndrew Lenharth2008-03-071-3/+2
* add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth2008-03-071-7/+23
* Renable lto2 build.Tanya Lattner2008-03-031-1/+1
* suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix...Nick Kledzik2008-03-021-7/+13
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-021-0/+1
* Also handle "getresult".Nick Lewycky2008-03-011-0/+1
* Disable lto because its broken on tiger.Tanya Lattner2008-03-011-1/+1
* stop building lto on all platforms. Start building lto2 on DarwinNick Kledzik2008-02-291-3/+6
* also pass -compatibility_version when linking shared object for DarwinNick Kledzik2008-02-291-1/+3
* Make llvm-ar behave like ar, if you create an empty archive, ar creates an em...Andrew Lenharth2008-02-281-0/+1
* fixes from review of first commitNick Kledzik2008-02-275-199/+180
* use PROJ_SRC_DIR so this builds with Apple style buildsNick Kledzik2008-02-271-1/+1
* first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik2008-02-267-0/+1243
* Detabify.Bill Wendling2008-02-265-56/+55
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-225-239/+239
* Add -disable-output option.Devang Patel2008-02-211-2/+6
* Get rid of hash_map in llvmcAnton Korobeynikov2008-02-202-4/+3
* And final pack of warnings silencingAnton Korobeynikov2008-02-201-1/+3
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-203-1/+3
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-1/+1
* Fix a missing space in the description of the find-bugs option.Dan Gohman2008-02-181-1/+1
* PR2027, Fix bugpoint's -find-bugs option, clean up the code.Nick Lewycky2008-02-141-11/+8
* Begin setting features for target based on target triple string.Devang Patel2008-02-071-2/+13
* Do not set time out, lets assume assembler will do its job in reasonable amou...Devang Patel2008-02-041-1/+1
* Do not strip symbols when EH is ON.Devang Patel2008-02-021-1/+4
* Supply appropriate arch info to darwin assembler.Devang Patel2008-01-301-0/+16
* Enable exception handling if it is supported.Devang Patel2008-01-301-1/+6
* Add support for frameworks. Patch by Shantonu Sen!Chris Lattner2008-01-271-3/+20
* - Introduces versioning macro LLVM_LTO_VERSIONDevang Patel2008-01-151-8/+41
* Fix llvm-ld -Xlinker, patch by Daniel Teske!Chris Lattner2008-01-091-3/+1
* Fix PR1797Chris Lattner2008-01-081-0/+3
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* regenerateChris Lattner2007-12-298-5038/+6699
* remove attributionsChris Lattner2007-12-295-10/+10
* remove attributions from tools.Chris Lattner2007-12-2948-96/+96
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-2924-48/+48
* Fixing several transforms which would drop the collector attributeGordon Henriksen2007-12-251-0/+5
* Actually parse q operation in llvm-arSeo Sanghyeon2007-12-251-0/+1
* Revert my previous check-in.Devang Patel2007-12-201-4/+1
* Add lto version check mechanism.Devang Patel2007-12-201-1/+4
* regenerate.Christopher Lamb2007-12-173-4709/+3405
* Change the PointerType api for creating pointer types. The old functionality ...Christopher Lamb2007-12-173-22/+26
* Implement address space attribute for LLVM pointer types. Address spaces are Christopher Lamb2007-12-111-0/+1
* Fix accidental commit by Bill.Chris Lattner2007-12-091-1/+1
* Reverting 44702. It wasn't correct to rename them.Bill Wendling2007-12-081-2/+2
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+1
* Add a convenience method for modifying parameterDuncan Sands2007-11-301-1/+1
* Add some convenience methods for querying attributes, andDuncan Sands2007-11-282-2/+2