1. 50dead0 Revert yesterday's change by removing the LLVMContext parameter to AllocaInst and MallocInst. by Owen Anderson · 15 years ago
  2. 9adc0ab Move EVER MORE stuff over to LLVMContext. by Owen Anderson · 15 years ago
  3. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 15 years ago
  4. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 15 years ago
  5. 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 15 years ago
  6. d109540 Fix thinko. by Devang Patel · 15 years ago
  7. 2214c94 Drop "constant" from !0 = constant metadata !{...} by Devang Patel · 15 years ago
  8. 1c7eea6 by Devang Patel · 15 years ago
  9. e9b11b4 Switch GlobalVariable ctors to a sane API, where *either* a context or a module is required. by Owen Anderson · 15 years ago
  10. 7f6aa2b Remove the vicmp and vfcmp instructions. Because we never had a release with by Nick Lewycky · 15 years ago
  11. 3d29df3 Push LLVMContext through GlobalVariables and IRBuilder. by Owen Anderson · 15 years ago
  12. ff6c91e Use LLVMContext in the LLLexer. by Owen Anderson · 15 years ago
  13. eeb4a84 switch the .ll parser to use SourceMgr. by Chris Lattner · 15 years ago
  14. 92bcb42 switch the .ll parser into SMDiagnostic. by Chris Lattner · 15 years ago
  15. 12c99d8 Use LLVMContext for generating MDStrings too. by Owen Anderson · 15 years ago
  16. e951bdf Use LLVMContext to generate metadata constants. by Owen Anderson · 15 years ago
  17. b43eae7 Use LLVMContext for generating UndefValue constants too! by Owen Anderson · 15 years ago
  18. fba933c Try again at converting the LLParser to use LLVMContext, without massive breakage this time. by Owen Anderson · 15 years ago
  19. 4434ed4 Make the use of const with respect to LLVMContext sane. Hopefully this is the last time, for the by Owen Anderson · 15 years ago
  20. aa3943b --- Reverse-merging (from foreign repository) r74648 into '.': by Bill Wendling · 15 years ago
  21. c137ea6 Convert LLParser to use LLVMContext for creating constants. by Owen Anderson · 15 years ago
  22. 31895e7 Hold the LLVMContext by reference rather than by pointer. by Owen Anderson · 15 years ago
  23. 923078c Support stand alone metadata syntax. by Devang Patel · 15 years ago
  24. 8b477ed Add a pointer to the owning LLVMContext to Module. This requires threading LLVMContext through a lot by Owen Anderson · 15 years ago
  25. 0fd3806 improve the APIs for creating struct and function types with no arguments/elements by Chris Lattner · 15 years ago
  26. 385f5a9 Address review comments: add 3 ARM calling conventions. by Anton Korobeynikov · 15 years ago
  27. 24b108b Fix a typo in a diagnostic. by Dan Gohman · 15 years ago
  28. a119de8 Fix old-style type names in comments. by Dan Gohman · 15 years ago
  29. a5f54a0 Create FunctionType::isValidArgumentType to go along with isValidReturnType. by Nick Lewycky · 15 years ago
  30. 00907c7 Refuse metadata* type for function arguments. by Nick Lewycky · 15 years ago
  31. 578efa9 Add new function attribute - noimplicitfloat by Devang Patel · 15 years ago
  32. ae3a0be Split the Add, Sub, and Mul instruction opcodes into separate by Dan Gohman · 15 years ago
  33. d18e31a Add new function attribute - noredzone. by Devang Patel · 15 years ago
  34. 7a0370f Give embedded metadata its own type instead of relying on EmptyStructTy. by Nick Lewycky · 15 years ago
  35. e3e51c0 Use v.data() instead of &v[0] when SmallVector v might be empty. by Jay Foad · 15 years ago
  36. cb33799 Make MDNode use CallbackVH. Also change MDNode to store Value* instead of by Nick Lewycky · 15 years ago
  37. 040f758 testcase and asmparser fix for PR4066 by Chris Lattner · 15 years ago
  38. 55f64db Fix warning in .ll parser, detect and reject available_externally on function by Nick Lewycky · 15 years ago
  39. 266c7bb Add a new "available_externally" linkage type. This is intended by Chris Lattner · 15 years ago
  40. 21cc446 Add support for embedded metadata to LLVM. This introduces two new types of by Nick Lewycky · 15 years ago
  41. ad9ad7c Fix a bug in our autoupgrade support: in an argument list to a function by Chris Lattner · 15 years ago
  42. 1b25cb2 Fix internal representation of fp80 to be the by Dale Johannesen · 15 years ago
  43. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 15 years ago
  44. 5f4ee1f Remove the one-definition-rule version of extern_weak by Duncan Sands · 15 years ago
  45. a9a9e07 Fix two classes of bugs. First: by Chris Lattner · 15 years ago
  46. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 15 years ago
  47. f6f0bdf Fix a pretty awesome bug that only happened in a strange case with anonymous by Chris Lattner · 15 years ago
  48. 452e262 reject 0 element vectors with: by Chris Lattner · 15 years ago
  49. f570e62 add proper asmwriter and asmparser support for anonymous functions. by Chris Lattner · 15 years ago
  50. 35b5107 Pacify gcc-4.3 (thinks IsConstant may be used uninitialized). by Duncan Sands · 16 years ago
  51. b9070d3 Use slightly more correct grammar in error messages. by Dan Gohman · 16 years ago
  52. 4a2f112 fix typo by Chris Lattner · 16 years ago
  53. b4bd16f reject void pointers with a nice error: by Chris Lattner · 16 years ago
  54. 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 16 years ago
  55. 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 16 years ago
  56. d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 16 years ago
  57. 91dad87 Fix PR3372 by Chris Lattner · 16 years ago
  58. bb46f52 Add the private linkage. by Rafael Espindola · 16 years ago
  59. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  60. 24c047f 61949 accidentally introduced an escaped newline. Fix this by making by Dan Gohman · 16 years ago
  61. 069f12a Fix the comment for lltok::backslash. by Dan Gohman · 16 years ago
  62. 5d13665 Fix the path to llvm/Assembly/Parser.h in a comment. by Dan Gohman · 16 years ago
  63. 1e407c3 one more crash from PR3281, we now diagnose: by Chris Lattner · 16 years ago
  64. 0d8484f fix wordo by Chris Lattner · 16 years ago
  65. b0adcdb Remove redundant ValID::ValID:: scoping (doesn't compile on Windows). by Steve Naroff · 16 years ago
  66. dfd19dd Reject PR3281:accepted03.ll with: by Chris Lattner · 16 years ago
  67. 830703b reject PR3281:crash11.ll with: by Chris Lattner · 16 years ago
  68. 959873d reject PR3281:crash10.ll with: by Chris Lattner · 16 years ago
  69. c38daba reject PR3281:crash09.ll with this diagnostic: by Chris Lattner · 16 years ago
  70. 0b61635 allow opaque undefs. This resolves PR3282 and fixes by Chris Lattner · 16 years ago
  71. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 16 years ago
  72. d0f9c73 produce the same diagnostics for vicmp constant exprs as vicmp instructions. by Chris Lattner · 16 years ago
  73. e914b59 Fix PR3281:crash08.ll with this diagnostic: by Chris Lattner · 16 years ago
  74. 0088a5c reject PR3281:crash07.ll with: by Chris Lattner · 16 years ago
  75. e67c1aa reject undef/zero labels. This fixes PR3281:crash0[56].ll with these by Chris Lattner · 16 years ago
  76. 4a1c4a4 add checking intentionally elided for vfcmp/vicmp since they should really by Chris Lattner · 16 years ago
  77. d77d04c diagnose PR3281:crash02.ll with: by Chris Lattner · 16 years ago
  78. 99bb315 reject PR3281:crash01.ll with: by Chris Lattner · 16 years ago
  79. 081b505 fix PR3281:accepted0[02].ll: represent empty arrays distinctly, and by Chris Lattner · 16 years ago
  80. 3fbb3ab PR3281:crash00.ll: produce this diagnostic instead of crashing: by Chris Lattner · 16 years ago
  81. ad7d1e2 Refactor some parser interfaces to fix PR3278 and a FIXME: by Chris Lattner · 16 years ago
  82. 5679d18 Alphabetized #includes. by Misha Brukman · 16 years ago
  83. 9ea4034 Down with trailing whitespace! by Misha Brukman · 16 years ago
  84. c120526 Remove comma at end of enumerator list. by Daniel Dunbar · 16 years ago
  85. 0526de6 Remove bison specific Makefile bits for AsmParser. by Daniel Dunbar · 16 years ago
  86. 6d6b3cc Fix a really horrible typo, which caused undefined behavior. by Chris Lattner · 16 years ago
  87. 3ed88ef minor cleanups and comment improvements. by Chris Lattner · 16 years ago
  88. a896176 add a #include to hopefully get the x86-64-linux buildbot building. by Chris Lattner · 16 years ago
  89. db7ba94 update the cmakefile. This is a "best guess", I haven't tested this. by Chris Lattner · 16 years ago
  90. df98617 Reimplement the old and horrible bison parser for .ll files with a nice by Chris Lattner · 16 years ago
  91. d802be3 Update the .cvs files for nocapture. by Nick Lewycky · 16 years ago
  92. 73ddd4f Commit missed files from nocapture change. by Nick Lewycky · 16 years ago
  93. 29bc4f0 Forgot to revert r61031 when I reverted r61019, r61030, and r61040. by Bill Wendling · 16 years ago
  94. 6fa311c Temporarily revert r61019, r61030, and r61040. These were breaking LLVM Release by Bill Wendling · 16 years ago
  95. fd7eb72 Update generated files after nocapture syntax change. by Nick Lewycky · 16 years ago
  96. 382da62 It turns out that "align 1" and unaligned are different. Add a bias to the by Nick Lewycky · 16 years ago
  97. e642658 Introducing nocapture, a parameter attribute for pointers to indicate that the by Nick Lewycky · 16 years ago
  98. 02ff308 Extend the 'noalias' attribute to function return values. This is intended to by Nick Lewycky · 16 years ago
  99. 6ff4bfe Regenerated by Bill Wendling · 16 years ago
  100. e9e6bdf Implement stack protectors as function attributes: "ssp" and "sspreq". by Bill Wendling · 16 years ago