summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Another test commit (with git-svn)Mikhail Glushenkov2008-03-26
* Test commitMikhail Glushenkov2008-03-26
* Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch!Anton Korobeynikov2008-03-25
* Disable building llvm-upgrade.Tanya Lattner2008-03-25
* With debug info, there are nameless constant global values. do not crash whe...Andrew Lenharth2008-03-24
* Small format/grammar changes.Bill Wendling2008-03-24
* Grammar Nazi strikes! :-)Bill Wendling2008-03-24
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-23
* style and spellingAndrew Lenharth2008-03-19
* llvm-ld deserves disable-verify too. opt shouldn't have all the fun options.Andrew Lenharth2008-03-19
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* only extract main if the user didn't specify anything to extractAndrew Lenharth2008-03-07
* make error message reflect default search function nameAndrew Lenharth2008-03-07
* add a pass that can extract all kinds of global values, not just functions. ...Andrew Lenharth2008-03-07
* Renable lto2 build.Tanya Lattner2008-03-03
* suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix...Nick Kledzik2008-03-02
* Add an unwind_to field to basic blocks, making them Users instead of Values.Nick Lewycky2008-03-02
* Also handle "getresult".Nick Lewycky2008-03-01
* Disable lto because its broken on tiger.Tanya Lattner2008-03-01
* stop building lto on all platforms. Start building lto2 on DarwinNick Kledzik2008-02-29
* also pass -compatibility_version when linking shared object for DarwinNick Kledzik2008-02-29
* Make llvm-ar behave like ar, if you create an empty archive, ar creates an em...Andrew Lenharth2008-02-28
* fixes from review of first commitNick Kledzik2008-02-27
* use PROJ_SRC_DIR so this builds with Apple style buildsNick Kledzik2008-02-27
* first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi...Nick Kledzik2008-02-26
* Detabify.Bill Wendling2008-02-26
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-22
* Add -disable-output option.Devang Patel2008-02-21
* Get rid of hash_map in llvmcAnton Korobeynikov2008-02-20
* And final pack of warnings silencingAnton Korobeynikov2008-02-20
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-20
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-19
* Fix a missing space in the description of the find-bugs option.Dan Gohman2008-02-18
* PR2027, Fix bugpoint's -find-bugs option, clean up the code.Nick Lewycky2008-02-14
* Begin setting features for target based on target triple string.Devang Patel2008-02-07
* Do not set time out, lets assume assembler will do its job in reasonable amou...Devang Patel2008-02-04
* Do not strip symbols when EH is ON.Devang Patel2008-02-02
* Supply appropriate arch info to darwin assembler.Devang Patel2008-01-30
* Enable exception handling if it is supported.Devang Patel2008-01-30
* Add support for frameworks. Patch by Shantonu Sen!Chris Lattner2008-01-27
* - Introduces versioning macro LLVM_LTO_VERSIONDevang Patel2008-01-15
* Fix llvm-ld -Xlinker, patch by Daniel Teske!Chris Lattner2008-01-09
* Fix PR1797Chris Lattner2008-01-08
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-29
* regenerateChris Lattner2007-12-29
* remove attributionsChris Lattner2007-12-29
* remove attributions from tools.Chris Lattner2007-12-29
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-29
* Fixing several transforms which would drop the collector attributeGordon Henriksen2007-12-25
* Actually parse q operation in llvm-arSeo Sanghyeon2007-12-25