| Commit message (Expand) | Author | Age | Files | Lines |
* | Create FunctionType::isValidArgumentType to go along with isValidReturnType. | Nick Lewycky | 2009-06-07 | 1 | -5/+11 |
* | Refuse metadata* type for function arguments. | Nick Lewycky | 2009-06-07 | 1 | -1/+3 |
* | Add new function attribute - noimplicitfloat | Devang Patel | 2009-06-05 | 3 | -19/+22 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 3 | -4/+15 |
* | Add new function attribute - noredzone. | Devang Patel | 2009-06-04 | 3 | -1/+3 |
* | Give embedded metadata its own type instead of relying on EmptyStructTy. | Nick Lewycky | 2009-05-30 | 1 | -0/+1 |
* | Use v.data() instead of &v[0] when SmallVector v might be empty. | Jay Foad | 2009-05-21 | 1 | -9/+9 |
* | Make MDNode use CallbackVH. Also change MDNode to store Value* instead of | Nick Lewycky | 2009-05-10 | 2 | -10/+18 |
* | testcase and asmparser fix for PR4066 | Chris Lattner | 2009-04-25 | 1 | -2/+5 |
* | Fix warning in .ll parser, detect and reject available_externally on function | Nick Lewycky | 2009-04-13 | 1 | -0/+1 |
* | Add a new "available_externally" linkage type. This is intended | Chris Lattner | 2009-04-13 | 3 | -1/+5 |
* | Add support for embedded metadata to LLVM. This introduces two new types of | Nick Lewycky | 2009-04-04 | 4 | -1/+49 |
* | Fix a bug in our autoupgrade support: in an argument list to a function | Chris Lattner | 2009-03-25 | 1 | -4/+8 |
* | Fix internal representation of fp80 to be the | Dale Johannesen | 2009-03-23 | 2 | -1/+35 |
* | It makes no sense to have a ODR version of common | Duncan Sands | 2009-03-11 | 3 | -8/+3 |
* | Remove the one-definition-rule version of extern_weak | Duncan Sands | 2009-03-11 | 3 | -15/+8 |
* | Fix two classes of bugs. First: | Chris Lattner | 2009-03-09 | 2 | -18/+36 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 3 | -24/+48 |
* | Fix a pretty awesome bug that only happened in a strange case with anonymous | Chris Lattner | 2009-03-01 | 1 | -8/+11 |
* | reject 0 element vectors with: | Chris Lattner | 2009-02-28 | 1 | -0/+2 |
* | add proper asmwriter and asmparser support for anonymous functions. | Chris Lattner | 2009-02-18 | 1 | -3/+13 |
* | Pacify gcc-4.3 (thinks IsConstant may be used | Duncan Sands | 2009-02-10 | 1 | -1/+3 |
* | Use slightly more correct grammar in error messages. | Dan Gohman | 2009-02-09 | 1 | -2/+2 |
* | fix typo | Chris Lattner | 2009-02-08 | 1 | -1/+1 |
* | reject void pointers with a nice error: | Chris Lattner | 2009-02-08 | 1 | -1/+5 |
* | Reapply 63765. Patches for clang and llvm-gcc to follow. | Dale Johannesen | 2009-02-05 | 1 | -9/+0 |
* | Reverting 63765. This broke the build of both clang | Dale Johannesen | 2009-02-04 | 1 | -0/+9 |
* | New feature: add support for target intrinsics being defined in the | Nate Begeman | 2009-02-04 | 1 | -9/+0 |
* | Fix PR3372 | Chris Lattner | 2009-02-02 | 1 | -2/+3 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 3 | -2/+8 |
* | Removed trailing whitespace from Makefiles. | Misha Brukman | 2009-01-09 | 1 | -2/+2 |
* | 61949 accidentally introduced an escaped newline. Fix this by making | Dan Gohman | 2009-01-08 | 1 | -1/+1 |
* | Fix the comment for lltok::backslash. | Dan Gohman | 2009-01-08 | 1 | -1/+1 |
* | Fix the path to llvm/Assembly/Parser.h in a comment. | Dan Gohman | 2009-01-08 | 1 | -1/+1 |
* | one more crash from PR3281, we now diagnose: | Chris Lattner | 2009-01-08 | 1 | -2/+9 |
* | fix wordo | Chris Lattner | 2009-01-05 | 1 | -1/+1 |
* | Remove redundant ValID::ValID:: scoping (doesn't compile on Windows). | Steve Naroff | 2009-01-05 | 1 | -1/+1 |
* | Reject PR3281:accepted03.ll with: | Chris Lattner | 2009-01-05 | 2 | -6/+11 |
* | reject PR3281:crash11.ll with: | Chris Lattner | 2009-01-05 | 1 | -2/+8 |
* | reject PR3281:crash10.ll with: | Chris Lattner | 2009-01-05 | 1 | -0/+5 |
* | reject PR3281:crash09.ll with this diagnostic: | Chris Lattner | 2009-01-05 | 1 | -0/+6 |
* | allow opaque undefs. This resolves PR3282 and fixes | Chris Lattner | 2009-01-05 | 1 | -1/+2 |
* | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman | 2009-01-05 | 1 | -2/+0 |
* | produce the same diagnostics for vicmp constant exprs as vicmp instructions. | Chris Lattner | 2009-01-05 | 1 | -1/+7 |
* | Fix PR3281:crash08.ll with this diagnostic: | Chris Lattner | 2009-01-05 | 2 | -10/+25 |
* | reject PR3281:crash07.ll with: | Chris Lattner | 2009-01-05 | 2 | -6/+10 |
* | reject undef/zero labels. This fixes PR3281:crash0[56].ll with these | Chris Lattner | 2009-01-05 | 1 | -1/+5 |
* | add checking intentionally elided for vfcmp/vicmp since they should really | Chris Lattner | 2009-01-05 | 1 | -0/+4 |
* | diagnose PR3281:crash02.ll with: | Chris Lattner | 2009-01-05 | 1 | -0/+3 |
* | reject PR3281:crash01.ll with: | Chris Lattner | 2009-01-05 | 1 | -1/+2 |