1. ab4456f Fix srcdir <> objdir builds with ocaml 2.10. Downrev versions don't care whether by Gordon Henriksen · 17 years ago
  2. e5024b7 fix syntax by Chris Lattner · 17 years ago
  3. 92f0dca Regenerate. by Gordon Henriksen · 17 years ago
  4. 28622d6 Fix for srcdir <> objdir builds. by Gordon Henriksen · 17 years ago
  5. 96b207c Fix PR1679, by printing GEP indices as signed values instead of unsigned. by Chris Lattner · 17 years ago
  6. d40bc4a Validation fixes by Bill Wendling · 17 years ago
  7. 7907005 Validation fixes by Bill Wendling · 17 years ago
  8. 068da27 Validation fixes by Bill Wendling · 17 years ago
  9. 96802d1 Validation fixes by Bill Wendling · 17 years ago
  10. 83f4900 Validation fixes by Bill Wendling · 17 years ago
  11. e9a6c35 Validation fixes by Bill Wendling · 17 years ago
  12. 03c993a Validation fixes by Bill Wendling · 17 years ago
  13. 03295ca Validation fixes by Bill Wendling · 17 years ago
  14. eb6aace Validation fixes by Bill Wendling · 17 years ago
  15. da51c4c Formatting changes. by Bill Wendling · 17 years ago
  16. b690a00 initialize isstore/isload fields in ctor, fixing PR1695 by Chris Lattner · 17 years ago
  17. 8851904 fix bugs in the manual by Chris Lattner · 17 years ago
  18. c8db43d Handle storage complications of float->float conversions. by Neil Booth · 17 years ago
  19. d3989a8 Correct names. by Tanya Lattner · 17 years ago
  20. 91d0b88 Fix typo. by Tanya Lattner · 17 years ago
  21. e1a8da0 One last fix to get name correct. by Tanya Lattner · 17 years ago
  22. 0f5dbfb Fix silly typo. by Tanya Lattner · 17 years ago
  23. 39cfba6 Update annotation intrinsic with more details. by Tanya Lattner · 17 years ago
  24. b636788 Adding support for __builtin_annotation with an intrinsic called llvm.annotation. This is similar to llvm.var.annotation but is applied to expressions. by Tanya Lattner · 17 years ago
  25. 910993e Change APFloat::convertFromInteger to take the incoming by Dale Johannesen · 17 years ago
  26. 3f65f02 Fix PR1692 by Devang Patel · 17 years ago
  27. 4938d34 Fix CopyFrom for non-POD data types. by Owen Anderson · 17 years ago
  28. 27725bf #ifdef out unsafe tracing code, which fixes PR1689 by Chris Lattner · 17 years ago
  29. c369bd7 don't read Block after it is freed. This fixes PR1684 by Chris Lattner · 17 years ago
  30. f7a4e2a by Devang Patel · 17 years ago
  31. 68471d5 gcroot testcase, patch by Eric Christopher. by Chris Lattner · 17 years ago
  32. 0d76789 I cannot spell coalesce :) by Chris Lattner · 17 years ago
  33. 1df4f75 gcroot must take concrete types, not arbitrary types. by Chris Lattner · 17 years ago
  34. dfe8934 initialize SetCCResultContents, fixing PR1693 by Chris Lattner · 17 years ago
  35. a37ac9f Don't add a default STACK_ALIGN (use the generic ABI alignment) by Rafael Espindola · 17 years ago
  36. 66018ea There is no {rsqrt,rcp}{p,s}d. by Dan Gohman · 17 years ago
  37. 1242d28 small cleanup: use LowerMemArgument in LowerFastCCArguments also by Rafael Espindola · 17 years ago
  38. 8497764 Initial hack at 2.1 release notes. by Chris Lattner · 17 years ago
  39. ce4d88a Add partial caching of non-local memory dependence queries. This provides a modest by Owen Anderson · 17 years ago
  40. 76a4023 Honor user-defined section specification of a global, ignores whether its initializer is null. by Evan Cheng · 17 years ago
  41. a72a5a0 Fix PR 1688. See comments there. by Dale Johannesen · 17 years ago
  42. 9ee49c5 Update aux. info associated with an instruction before erasing instruction. by Devang Patel · 17 years ago
  43. 0f0daea Do not override user specified section. by Devang Patel · 17 years ago
  44. d15dd8c Don't increment invalid iterator. by Devang Patel · 17 years ago
  45. d7944ca Testcase for PR1678. by Duncan Sands · 17 years ago
  46. b7c8017 Disable if-conversion for this test. by Evan Cheng · 17 years ago
  47. 4226689 -enable-arm-if-conversion is gone. by Evan Cheng · 17 years ago
  48. 4bf6ac5 Fix dumb regression in constant folding (Regression/C/casts) by Dale Johannesen · 17 years ago
  49. c20f5b0 Regenerate. by Gordon Henriksen · 17 years ago
  50. a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  51. a4ddacf Fix several more entries in the x86 reload/remat folding tables. by Dan Gohman · 17 years ago
  52. ab8588b use typenames equivalent to by Gabor Greif · 17 years ago
  53. 41de436 another long double buglet by Dale Johannesen · 17 years ago
  54. 1af92b0 Excuse me. by Nick Lewycky · 17 years ago
  55. e29578a Fix optimization. %x = sub %x, %y does not imply that %y is zero. by Nick Lewycky · 17 years ago
  56. 17207dd Enable if-conversion for ARM by default. by Evan Cheng · 17 years ago
  57. 73328d1 More long double fixes. x86_64 should build now. by Dale Johannesen · 17 years ago
  58. e71bff7 Avoid referencing deleted instruction. by Evan Cheng · 17 years ago
  59. 9634518 Previously GraphWriter assumed operator*() for node_iterator always by Ted Kremenek · 17 years ago
  60. f2038b1 Avoid unsafe promotion. by Devang Patel · 17 years ago
  61. fab7eff PSHUFDmi, etc. are actually folding a load, not a store. by Evan Cheng · 17 years ago
  62. f4d4832 Fix longdouble -> uint conversion. by Dale Johannesen · 17 years ago
  63. 6693da0 reject things like "declare internal @foo" by Chris Lattner · 17 years ago
  64. 742f9b6 Add a flag to mark a dirty cache entry. This is not yet used, but will eventually by Owen Anderson · 17 years ago
  65. ac12205 Fix some long double issues. by Dale Johannesen · 17 years ago
  66. 46318cd Improve comment. by Duncan Sands · 17 years ago
  67. 7801644 Partial fix for PR1678: correct some parts of constant by Duncan Sands · 17 years ago
  68. 892c7e4 A global variable with external weak linkage can be null, while by Duncan Sands · 17 years ago
  69. 9dbf8ed include alloca.h if available. this helps Solaris, but intnat and uintnat types are still undefined, causing errors by Gabor Greif · 17 years ago
  70. 437c27c Testcase for PR1678. by Duncan Sands · 17 years ago
  71. 713a98d Use struct SDep instead of std::pair for SUnit pred and succ lists. First step by Evan Cheng · 17 years ago
  72. dcfa73f Set CCR (EFLAGS) copy cost to -1, i.e. extremely expensive to copy. by Evan Cheng · 17 years ago
  73. a3ca314 Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value by Evan Cheng · 17 years ago
  74. babbe27 Relax loop ExitCondition predicate restriction. by Devang Patel · 17 years ago
  75. 968eee2 Filter loops where split condition's false branch is not empty. For example by Devang Patel · 17 years ago
  76. 84ef08b Bail out early, before modifying anything. by Devang Patel · 17 years ago
  77. 4e062e5 Work is incomplete. Loop is not modified at all right now. by Devang Patel · 17 years ago
  78. 0f2fb60 ooops... by Devang Patel · 17 years ago
  79. 921c85c Clean up. by Evan Cheng · 17 years ago
  80. e0480d2 Fix a bogus splat xform: by Evan Cheng · 17 years ago
  81. d84c3ab rename test, it is obviously misspelled by Gabor Greif · 17 years ago
  82. c7b21d5 Prevent crash on long double. by Dale Johannesen · 17 years ago
  83. 344be5f Tests of the ocaml (and thus C) bindings for constants. by Gordon Henriksen · 17 years ago
  84. 869b2b2 Move the entries for 64-bit CMP, IMUL, and a few others into the correct by Dan Gohman · 17 years ago
  85. 8ef426b Adding ocaml language bindings for the vmcore and bitwriter libraries. These are by Gordon Henriksen · 17 years ago
  86. 54c7e12 Regenerate. by Gordon Henriksen · 17 years ago
  87. 75155ef by Gordon Henriksen · 17 years ago
  88. 0908d49 by Gordon Henriksen · 17 years ago
  89. b508521 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
  90. ce61328 Don't pass back a reference to a temporary. by Bill Wendling · 17 years ago
  91. ce0228d Update my entry. by Bill Wendling · 17 years ago
  92. 5f19cf5 The exception handling function info should be reset for each new by Bill Wendling · 17 years ago
  93. 8b94a14 C bindings for libLLVMCore.a and libLLVMBitWriter.a. by Gordon Henriksen · 17 years ago
  94. 04bdf20 Fixing an comment in Module.h that refers to a nonexistent parameter. by Gordon Henriksen · 17 years ago
  95. e3bfb88 Fix PR1657 by Devang Patel · 17 years ago
  96. 6e19896 Objective-C was generating EH frame info like this: by Bill Wendling · 17 years ago
  97. ecd9137 Add support for appending a suffix to the end of a mangled name. by Bill Wendling · 17 years ago
  98. 30729b4 Bug fix and minor clean up of generated code. by Evan Cheng · 17 years ago
  99. 8feb1f4 by Devang Patel · 17 years ago
  100. 856585b Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. by Tanya Lattner · 17 years ago