1. 385f5a9 Address review comments: add 3 ARM calling conventions. by Anton Korobeynikov · 15 years ago
  2. 24b108b Fix a typo in a diagnostic. by Dan Gohman · 15 years ago
  3. a119de8 Fix old-style type names in comments. by Dan Gohman · 15 years ago
  4. a5f54a0 Create FunctionType::isValidArgumentType to go along with isValidReturnType. by Nick Lewycky · 15 years ago
  5. 00907c7 Refuse metadata* type for function arguments. by Nick Lewycky · 15 years ago
  6. 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 15 years ago
  7. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  8. d18e31a Add new function attribute - noredzone. by Devang Patel · 15 years ago
  9. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  10. e3e51c0 Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  11. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  12. 040f758 testcase and asmparser fix for PR4066 by Chris Lattner · 15 years ago
  13. 55f64db Fix warning in .ll parser, detect and reject available_externally on function by Nick Lewycky · 16 years ago
  14. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 16 years ago
  15. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 16 years ago
  16. ad9ad7c Fix a bug in our autoupgrade support: in an argument list to a function by Chris Lattner · 16 years ago
  17. 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 16 years ago
  18. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  19. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 16 years ago
  20. a9a9e07 Fix two classes of bugs. First: by Chris Lattner · 16 years ago
  21. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  22. f6f0bdf Fix a pretty awesome bug that only happened in a strange case with anonymous by Chris Lattner · 16 years ago
  23. 452e262 reject 0 element vectors with: by Chris Lattner · 16 years ago
  24. f570e62 add proper asmwriter and asmparser support for anonymous functions. by Chris Lattner · 16 years ago
  25. 35b5107 Pacify gcc-4.3 (thinks IsConstant may be used uninitialized). by Duncan Sands · 16 years ago
  26. b9070d3 Use slightly more correct grammar in error messages. by Dan Gohman · 16 years ago
  27. 4a2f112 fix typo by Chris Lattner · 16 years ago
  28. b4bd16f reject void pointers with a nice error: by Chris Lattner · 16 years ago
  29. 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 16 years ago
  30. 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 16 years ago
  31. d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 16 years ago
  32. 91dad87 Fix PR3372 by Chris Lattner · 16 years ago
  33. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  34. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  35. 24c047f 61949 accidentally introduced an escaped newline. Fix this by making by Dan Gohman · 16 years ago
  36. 069f12a Fix the comment for lltok::backslash. by Dan Gohman · 16 years ago
  37. 5d13665 Fix the path to llvm/Assembly/Parser.h in a comment. by Dan Gohman · 16 years ago
  38. 1e407c3 one more crash from PR3281, we now diagnose: by Chris Lattner · 16 years ago
  39. 0d8484f fix wordo by Chris Lattner · 16 years ago
  40. b0adcdb Remove redundant ValID::ValID:: scoping (doesn't compile on Windows). by Steve Naroff · 16 years ago
  41. dfd19dd Reject PR3281:accepted03.ll with: by Chris Lattner · 16 years ago
  42. 830703b reject PR3281:crash11.ll with: by Chris Lattner · 16 years ago
  43. 959873d reject PR3281:crash10.ll with: by Chris Lattner · 16 years ago
  44. c38daba reject PR3281:crash09.ll with this diagnostic: by Chris Lattner · 16 years ago
  45. 0b61635 allow opaque undefs. This resolves PR3282 and fixes by Chris Lattner · 16 years ago
  46. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 16 years ago
  47. d0f9c73 produce the same diagnostics for vicmp constant exprs as vicmp instructions. by Chris Lattner · 16 years ago
  48. e914b59 Fix PR3281:crash08.ll with this diagnostic: by Chris Lattner · 16 years ago
  49. 0088a5c reject PR3281:crash07.ll with: by Chris Lattner · 16 years ago
  50. e67c1aa reject undef/zero labels. This fixes PR3281:crash0[56].ll with these by Chris Lattner · 16 years ago
  51. 4a1c4a4 add checking intentionally elided for vfcmp/vicmp since they should really by Chris Lattner · 16 years ago
  52. d77d04c diagnose PR3281:crash02.ll with: by Chris Lattner · 16 years ago
  53. 99bb315 reject PR3281:crash01.ll with: by Chris Lattner · 16 years ago
  54. 081b505 fix PR3281:accepted0[02].ll: represent empty arrays distinctly, and by Chris Lattner · 16 years ago
  55. 3fbb3ab PR3281:crash00.ll: produce this diagnostic instead of crashing: by Chris Lattner · 16 years ago
  56. ad7d1e2 Refactor some parser interfaces to fix PR3278 and a FIXME: by Chris Lattner · 16 years ago
  57. 5679d18 Alphabetized #includes. by Misha Brukman · 16 years ago
  58. 9ea4034 Down with trailing whitespace! by Misha Brukman · 16 years ago
  59. c120526 Remove comma at end of enumerator list. by Daniel Dunbar · 16 years ago
  60. 0526de6 Remove bison specific Makefile bits for AsmParser. by Daniel Dunbar · 16 years ago
  61. 6d6b3cc Fix a really horrible typo, which caused undefined behavior. by Chris Lattner · 16 years ago
  62. 3ed88ef minor cleanups and comment improvements. by Chris Lattner · 16 years ago
  63. a896176 add a #include to hopefully get the x86-64-linux buildbot building. by Chris Lattner · 16 years ago
  64. db7ba94 update the cmakefile. This is a "best guess", I haven't tested this. by Chris Lattner · 16 years ago
  65. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  66. d802be3 Update the .cvs files for nocapture. by Nick Lewycky · 16 years ago
  67. 73ddd4f Commit missed files from nocapture change. by Nick Lewycky · 16 years ago
  68. 29bc4f0 Forgot to revert r61031 when I reverted r61019, r61030, and r61040. by Bill Wendling · 16 years ago
  69. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
  70. fd7eb72 Update generated files after nocapture syntax change. by Nick Lewycky · 16 years ago
  71. 382da62 It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 16 years ago
  72. e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 16 years ago
  73. 02ff308 Extend the 'noalias' attribute to function return values. This is intended to by Nick Lewycky · 16 years ago
  74. 6ff4bfe Regenerated by Bill Wendling · 16 years ago
  75. e9e6bdf Implement stack protectors as function attributes: "ssp" and "sspreq". by Bill Wendling · 16 years ago
  76. aa386d0 regenerate by Nuno Lopes · 16 years ago
  77. b0c53da fix leakage of APFloats in getExistingVal() by Nuno Lopes · 16 years ago
  78. 1983033 regenerate by Nuno Lopes · 16 years ago
  79. 91c2620 fix leakage of APSInt in getVal() by Nuno Lopes · 16 years ago
  80. ddbbb4f CMake: Cross-platform support for using pre-generated llvmAsmParser.cpp and llvmAsmParser.h. by Oscar Fuentes · 16 years ago
  81. 389b715 Modify the cmake build system so that if it doesn't find bison, it will use the pregenerated file in from the svn (.cvs). Work only for windows for the moment. Tested on Vista64 with MSVC2008express. by Cedric Venet · 16 years ago
  82. 8a5f347 regenerate by Nuno Lopes · 16 years ago
  83. f2bd650 fix memleak in GetForwardRefForGlobal() by Nuno Lopes · 16 years ago
  84. f05ff66 regenerate by Nuno Lopes · 16 years ago
  85. ee87b3b fix memleak in getTypeVal() by Nuno Lopes · 16 years ago
  86. 6ec8a25 regenerate by Nuno Lopes · 16 years ago
  87. 0ecaf52 fix memleak in ResolveTypeTo() by Nuno Lopes · 16 years ago
  88. 740e709 regenerate by Chris Lattner · 16 years ago
  89. c7e3069 Fix the .ll grammar rules to allow any type before an 'i32', not just an by Chris Lattner · 16 years ago
  90. f9078f9 regenerate by Chris Lattner · 16 years ago
  91. 22b92e3 Eliminate the "IntType ::= INTTYPE" production, just use INTTYPE everywhere. by Chris Lattner · 16 years ago
  92. 236bbd4 Generated files for previous checkin. by Dale Johannesen · 16 years ago
  93. 23a9855 Add a "loses information" return value to APFloat::convert by Dale Johannesen · 16 years ago
  94. 9fc4da4 regenerate by Chris Lattner · 16 years ago
  95. cd16843 Add missing semicolumns in parser rules, those missing semicolumns by Chris Lattner · 16 years ago
  96. 8a88a37 regenerate by Nuno Lopes · 16 years ago
  97. d0ad677 clean ArgTypeListI production: free the PATypeHolder by Nuno Lopes · 16 years ago
  98. 191dfb9 regenerate by Nuno Lopes · 16 years ago
  99. aa1aee3 fix more memleaks in ResolveTypeTo() and ParseGlobalVariable() by Nuno Lopes · 16 years ago
  100. 9e9631d regenerate with bison 2.3 by Nuno Lopes · 16 years ago