| Commit message (Expand) | Author | Age | Files | Lines |
* | Let this test pass even if 'int' is somewhere in its directory path. | Nico Weber | 2011-10-15 | 1 | -1/+1 |
* | Use %% for literals in RUN lines. | Andrew Trick | 2011-08-26 | 6 | -8/+8 |
* | Testcase for PR10663. | Duncan Sands | 2011-08-22 | 2 | -0/+181 |
* | Add another test. | Devang Patel | 2011-08-18 | 2 | -0/+70 |
* | Add test to check type uniquing. | Devang Patel | 2011-08-18 | 2 | -0/+51 |
* | We need to map DebugLoc. It leads to Fuction * (through subprogram entry node... | Devang Patel | 2011-08-04 | 2 | -0/+49 |
* | Linke NamedMDNodes after linking global values as comment suggests. | Devang Patel | 2011-08-04 | 2 | -0/+58 |
* | fix rdar://9776316 - type remapping needed for inline asm blobs, | Chris Lattner | 2011-07-15 | 1 | -0/+17 |
* | Land the long talked about "type system rewrite" patch. This | Chris Lattner | 2011-07-09 | 7 | -47/+116 |
* | remove a test that doesn't make sense in the new world. | Chris Lattner | 2011-07-09 | 1 | -6/+0 |
* | Quote two greps which contain parentheses. | Chandler Carruth | 2011-07-02 | 2 | -2/+2 |
* | Correctly merge available_externally and regular definitions when they have | Rafael Espindola | 2011-02-01 | 2 | -0/+9 |
* | fix PR9015, a crash linking recursive metadata. | Chris Lattner | 2011-01-24 | 2 | -0/+11 |
* | Make everyone happy this time. | Michael J. Spencer | 2011-01-16 | 1 | -1/+1 |
* | Try and fix this test. For some reason llvm-ar thinks that the file exists when | Michael J. Spencer | 2011-01-16 | 1 | -0/+1 |
* | Revert "Archive: Replace all internal uses of PathV1 with PathV2. The externa... | Michael J. Spencer | 2011-01-16 | 1 | -1/+0 |
* | one of michael's recent patches broke this, temporarily disable | Chris Lattner | 2011-01-16 | 1 | -0/+1 |
* | Allow unnamed_addr on declarations. | Rafael Espindola | 2011-01-15 | 4 | -27/+33 |
* | Keep unnamed_addr when linking. | Rafael Espindola | 2011-01-13 | 4 | -0/+33 |
* | Fix PR8300 by remembering to keep the bitcast in all cases. | Rafael Espindola | 2010-10-19 | 1 | -0/+13 |
* | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 2 | -0/+24 |
* | Revert r112091, "Remap metadata attached to instructions when remapping | Daniel Dunbar | 2010-08-26 | 2 | -24/+0 |
* | Remap metadata attached to instructions when remapping individual | Dan Gohman | 2010-08-25 | 2 | -0/+24 |
* | When a constant's type is refined, update the constant in place | Dan Gohman | 2009-09-15 | 2 | -0/+44 |
* | Use llvm-link -S instead of using llvm-dis. | Dan Gohman | 2009-09-15 | 21 | -24/+24 |
* | Rename %S metavar to %M (clang uses %S for the basename of the test file). | Daniel Dunbar | 2009-09-05 | 7 | -23/+23 |
* | There is not any need to copy metadata while merging modules. | Devang Patel | 2009-09-03 | 2 | -0/+55 |
* | Remove obsolete -f flags. | Dan Gohman | 2009-08-25 | 18 | -40/+40 |
* | Link NamedMDNodes. | Devang Patel | 2009-08-11 | 2 | -0/+12 |
* | Link metadata. | Devang Patel | 2009-08-11 | 2 | -0/+24 |
* | Reimplement the old and horrible bison parser for .ll files with a nice | Chris Lattner | 2009-01-02 | 1 | -1/+1 |
* | Add global variable to test for consistency | Anton Korobeynikov | 2008-10-15 | 2 | -0/+4 |
* | This is not failing anymore | Anton Korobeynikov | 2008-10-15 | 1 | -2/+0 |
* | Reimplement LinkFunctionProtos in terms of GetLinkageResult. This fixes | Chris Lattner | 2008-07-14 | 4 | -4/+6 |
* | implement linking of globals to functions, in one direction | Chris Lattner | 2008-07-14 | 1 | -0/+13 |
* | Testcase for PR2463 | Anton Korobeynikov | 2008-07-05 | 2 | -0/+32 |
* | Testcase for PR2146 | Anton Korobeynikov | 2008-07-05 | 2 | -0/+27 |
* | Use the c modifier to tell llvm-ar not to issue a | Duncan Sands | 2008-06-27 | 1 | -2/+2 |
* | when linking globals, make sure to preserve the address space of the global. | Chris Lattner | 2008-06-27 | 1 | -0/+9 |
* | Fix an error handling redefinition of linkonce functions where the | Chris Lattner | 2008-06-20 | 2 | -1/+9 |
* | Fix some tests. | Evan Cheng | 2008-06-12 | 1 | -2/+1 |
* | Fix some escaping and quoting in RUN lines, mainly involving { and <. In two | Matthijs Kooijman | 2008-06-10 | 2 | -2/+2 |
* | Eliminate questionable syntax for stdin redirection. This probably also speed... | Gabor Greif | 2008-05-20 | 6 | -6/+6 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Update old-style syntax in some "not grep" tests. | Dan Gohman | 2008-05-01 | 1 | -1/+1 |
* | This passes now | Anton Korobeynikov | 2008-03-10 | 1 | -1/+0 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-10 | 16 | -186/+162 |
* | Temporary XFAIL the test, until I'll commit a fix | Anton Korobeynikov | 2008-03-09 | 1 | -0/+1 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-03-09 | 15 | -61/+62 |