| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the Cygwin/Mingw-On-Cygwin build. Patch by Alain Frisch! | Anton Korobeynikov | 2008-03-25 | 1 | -1/+1 |
* | Disable building llvm-upgrade. | Tanya Lattner | 2008-03-25 | 1 | -1/+1 |
* | With debug info, there are nameless constant global values. do not crash whe... | Andrew Lenharth | 2008-03-24 | 1 | -2/+3 |
* | Small format/grammar changes. | Bill Wendling | 2008-03-24 | 1 | -2/+2 |
* | Grammar Nazi strikes! :-) | Bill Wendling | 2008-03-24 | 1 | -35/+34 |
* | Add first proof-of-concept universal compiler driver framework based | Anton Korobeynikov | 2008-03-23 | 15 | -1/+1045 |
* | style and spelling | Andrew Lenharth | 2008-03-19 | 1 | -2/+2 |
* | llvm-ld deserves disable-verify too. opt shouldn't have all the fun options. | Andrew Lenharth | 2008-03-19 | 1 | -1/+5 |
* | Reimplement the parameter attributes support, phase #1. hilights: | Chris Lattner | 2008-03-12 | 5 | -346/+317 |
* | only extract main if the user didn't specify anything to extract | Andrew Lenharth | 2008-03-07 | 1 | -1/+1 |
* | make error message reflect default search function name | Andrew Lenharth | 2008-03-07 | 1 | -3/+2 |
* | add a pass that can extract all kinds of global values, not just functions. ... | Andrew Lenharth | 2008-03-07 | 1 | -7/+23 |
* | Renable lto2 build. | Tanya Lattner | 2008-03-03 | 1 | -1/+1 |
* | suppress extra -install_name on Tiger. The 10.4 tools don't support it. Fix... | Nick Kledzik | 2008-03-02 | 1 | -7/+13 |
* | Add an unwind_to field to basic blocks, making them Users instead of Values. | Nick Lewycky | 2008-03-02 | 1 | -0/+1 |
* | Also handle "getresult". | Nick Lewycky | 2008-03-01 | 1 | -0/+1 |
* | Disable lto because its broken on tiger. | Tanya Lattner | 2008-03-01 | 1 | -1/+1 |
* | stop building lto on all platforms. Start building lto2 on Darwin | Nick Kledzik | 2008-02-29 | 1 | -3/+6 |
* | also pass -compatibility_version when linking shared object for Darwin | Nick Kledzik | 2008-02-29 | 1 | -1/+3 |
* | Make llvm-ar behave like ar, if you create an empty archive, ar creates an em... | Andrew Lenharth | 2008-02-28 | 1 | -0/+1 |
* | fixes from review of first commit | Nick Kledzik | 2008-02-27 | 5 | -199/+180 |
* | use PROJ_SRC_DIR so this builds with Apple style builds | Nick Kledzik | 2008-02-27 | 1 | -1/+1 |
* | first commit of new LTO system. It is not hooked up in the llvm/tools/Makefi... | Nick Kledzik | 2008-02-26 | 7 | -0/+1243 |
* | Detabify. | Bill Wendling | 2008-02-26 | 5 | -56/+55 |
* | Split ParameterAttributes.h, putting the complicated | Dale Johannesen | 2008-02-22 | 5 | -239/+239 |
* | Add -disable-output option. | Devang Patel | 2008-02-21 | 1 | -2/+6 |
* | Get rid of hash_map in llvmc | Anton Korobeynikov | 2008-02-20 | 2 | -4/+3 |
* | And final pack of warnings silencing | Anton Korobeynikov | 2008-02-20 | 1 | -1/+3 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 3 | -1/+3 |
* | Expand ParameterAttributes to 32 bits (in preparation | Dale Johannesen | 2008-02-19 | 1 | -1/+1 |
* | Fix a missing space in the description of the find-bugs option. | Dan Gohman | 2008-02-18 | 1 | -1/+1 |
* | PR2027, Fix bugpoint's -find-bugs option, clean up the code. | Nick Lewycky | 2008-02-14 | 1 | -11/+8 |
* | Begin setting features for target based on target triple string. | Devang Patel | 2008-02-07 | 1 | -2/+13 |
* | Do not set time out, lets assume assembler will do its job in reasonable amou... | Devang Patel | 2008-02-04 | 1 | -1/+1 |
* | Do not strip symbols when EH is ON. | Devang Patel | 2008-02-02 | 1 | -1/+4 |
* | Supply appropriate arch info to darwin assembler. | Devang Patel | 2008-01-30 | 1 | -0/+16 |
* | Enable exception handling if it is supported. | Devang Patel | 2008-01-30 | 1 | -1/+6 |
* | Add support for frameworks. Patch by Shantonu Sen! | Chris Lattner | 2008-01-27 | 1 | -3/+20 |
* | - Introduces versioning macro LLVM_LTO_VERSION | Devang Patel | 2008-01-15 | 1 | -8/+41 |
* | Fix llvm-ld -Xlinker, patch by Daniel Teske! | Chris Lattner | 2008-01-09 | 1 | -3/+1 |
* | Fix PR1797 | Chris Lattner | 2008-01-08 | 1 | -0/+3 |
* | remove attribution from a variety of miscellaneous files. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | regenerate | Chris Lattner | 2007-12-29 | 8 | -5038/+6699 |
* | remove attributions | Chris Lattner | 2007-12-29 | 5 | -10/+10 |
* | remove attributions from tools. | Chris Lattner | 2007-12-29 | 48 | -96/+96 |
* | remove attributions from tools/utils makefiles. | Chris Lattner | 2007-12-29 | 24 | -48/+48 |
* | Fixing several transforms which would drop the collector attribute | Gordon Henriksen | 2007-12-25 | 1 | -0/+5 |
* | Actually parse q operation in llvm-ar | Seo Sanghyeon | 2007-12-25 | 1 | -0/+1 |
* | Revert my previous check-in. | Devang Patel | 2007-12-20 | 1 | -4/+1 |
* | Add lto version check mechanism. | Devang Patel | 2007-12-20 | 1 | -1/+4 |