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