| Commit message (Expand) | Author | Age | Files | Lines |
* | Run SimplifyLibCalls near the beginning, not at | Duncan Sands | 2008-04-17 | 1 | -1/+2 |
* | Fix a memory leak in llc. | Dan Gohman | 2008-04-16 | 1 | -1/+2 |
* | Revert r49614. As Dan pointed out, some of these aren't correct. | Owen Anderson | 2008-04-14 | 1 | -1/+1 |
* | Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), | Owen Anderson | 2008-04-13 | 1 | -1/+1 |
* | Move memcpy / memset optimization pass after GVN. | Evan Cheng | 2008-04-10 | 1 | -1/+1 |
* | Factor a bunch of functionality related to memcpy and memset transforms out of | Owen Anderson | 2008-04-09 | 2 | -0/+2 |
* | Remove llvm-upgrade. | Tanya Lattner | 2008-04-07 | 10 | -19786/+0 |
* | Use Intrinsic::getDeclaration in more places. | Duncan Sands | 2008-04-07 | 1 | -10/+7 |
* | Remove tabs. Patch by Mike Stump! | Bill Wendling | 2008-04-07 | 1 | -2/+2 |
* | API changes for class Use size reduction, wave 1. | Gabor Greif | 2008-04-06 | 2 | -30/+30 |
* | -fPIC is required on x86-64 when building shared objects. | Edwin Török | 2008-04-06 | 2 | -2/+2 |
* | Reenable running StripSymbols when EH is on. | Devang Patel | 2008-04-03 | 1 | -5/+1 |
* | Make EH work with unnamed functions. Reenable running | Dale Johannesen | 2008-04-02 | 1 | -4/+1 |
* | Change the MemoryBuffer::getFile* methods to take just a pointer to the | Chris Lattner | 2008-04-01 | 3 | -15/+9 |
* | stop building llvmc. | Chris Lattner | 2008-03-30 | 1 | -1/+1 |
* | Honour another bunch of parameter attributes in llvm2cpp | Anton Korobeynikov | 2008-03-29 | 1 | -0/+8 |
* | Honour ByVal parameter attribute in llvm2cpp | Anton Korobeynikov | 2008-03-29 | 1 | -0/+2 |
* | Another test commit (with git-svn) | Mikhail Glushenkov | 2008-03-26 | 2 | -0/+4 |
* | Test commit | Mikhail Glushenkov | 2008-03-26 | 1 | -9/+0 |
* | 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 |