1. ce0228d Update my entry. by Bill Wendling · 17 years ago
  2. 5f19cf5 The exception handling function info should be reset for each new by Bill Wendling · 17 years ago
  3. 8b94a14 C bindings for libLLVMCore.a and libLLVMBitWriter.a. by Gordon Henriksen · 17 years ago
  4. 04bdf20 Fixing an comment in Module.h that refers to a nonexistent parameter. by Gordon Henriksen · 17 years ago
  5. e3bfb88 Fix PR1657 by Devang Patel · 17 years ago
  6. 6e19896 Objective-C was generating EH frame info like this: by Bill Wendling · 17 years ago
  7. ecd9137 Add support for appending a suffix to the end of a mangled name. by Bill Wendling · 17 years ago
  8. 30729b4 Bug fix and minor clean up of generated code. by Evan Cheng · 17 years ago
  9. 8feb1f4 by Devang Patel · 17 years ago
  10. 856585b Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. by Tanya Lattner · 17 years ago
  11. 8893ca6 Do not eliminate loop when it is invalid to do so. For example, by Devang Patel · 17 years ago
  12. 5279d06 Skeleton for transformations to truncate loop's iteration space. by Devang Patel · 17 years ago
  13. 8c33da5 Fix for PR1633: Verifier doesn't fully verify GC intrinsics by Gordon Henriksen · 17 years ago
  14. ca8035e Remove RSTRegClass case from loadRegFromStackSlot by Dale Johannesen · 17 years ago
  15. 161660e Fix comment. by Devang Patel · 17 years ago
  16. ffe3612 This is not ideal but unbreaks build failure. by Devang Patel · 17 years ago
  17. 1abac0d Implement x86 long double in jit (not really complete, but common cases work) by Dale Johannesen · 17 years ago
  18. 76c1b97 Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo by Chris Lattner · 17 years ago
  19. 430817b That's what i get for using carbon emacs in a terminal by Daniel Berlin · 17 years ago
  20. 8180cf6 Fix iterator so it doesn't sometimes report bits that aren't in the bitmap by Daniel Berlin · 17 years ago
  21. e1b5063 Add a utility function to SDOperand for testing if a value is unused. by Dan Gohman · 17 years ago
  22. 7d6ff3a X86ISD::TEST is dead. by Evan Cheng · 17 years ago
  23. 1081482 regenerate by Chris Lattner · 17 years ago
  24. 5d066ff Instcombine x-((x/y)*y) into a remainder operator. by Dan Gohman · 17 years ago
  25. baa2fa5 Adding myself to credits. by Gordon Henriksen · 17 years ago
  26. a0a7c1d Add 64-bit jmp instructions to the list of instructions that by Dan Gohman · 17 years ago
  27. 9590624 Use xorl instead of xorq to enter a zero into a 64-bit register. by Dan Gohman · 17 years ago
  28. 5f6913c Emit integer x<1 as x<=0, as comparisons with zero (now includeing by Dan Gohman · 17 years ago
  29. 11f7bfb Use "test reg,reg" in place of "cmp reg,0" for 64-bit operands. This was by Dan Gohman · 17 years ago
  30. cdb6d92 Factor the trampoline transformation into a subroutine. by Duncan Sands · 17 years ago
  31. 53f0bc1 Implement x86 long double (uses host long double, so only works on x86 target). by Dale Johannesen · 17 years ago
  32. c6d9398 Fix bug in andersen's related to test_and_set. by Daniel Berlin · 17 years ago
  33. 7f44657 Fix a few bugs related to zero'ing of elements by Daniel Berlin · 17 years ago
  34. aad1588 Rewrite of andersen's to be about 100x faster, cleaner, and begin to support field sensitivity by Daniel Berlin · 17 years ago
  35. bd626b8 Follow-up to patch r41999. Make the conditional that emits the personality stub by Bill Wendling · 17 years ago
  36. 118cd9d Adjust per revew comments. by Dale Johannesen · 17 years ago
  37. 656ab16 Only emit the personality function as a global value if the backend actually by Bill Wendling · 17 years ago
  38. 2486686 Be more careful when constant-folding PHI nodes. by Owen Anderson · 17 years ago
  39. 402a788 remove obsolete tests. by Chris Lattner · 17 years ago
  40. 5bda9e4 Fix PR1666, SPASS with the CBE and 254.gap with the CBE. by Chris Lattner · 17 years ago
  41. b90795f New testcase for PR1662. GCC trees are horrible :( by Chris Lattner · 17 years ago
  42. e47f1f9 Add patterns for SHLD64* and SHRD64*. by Dan Gohman · 17 years ago
  43. 2204906 fix a gcc warning: comparison between signed and unsigned integer expressions by Chris Lattner · 17 years ago
  44. 7e9edda Remove RLE from the headers, since the pass itself is gone now. by Owen Anderson · 17 years ago
  45. 86f91e1 Remove RLE. It is subsumed by GVN. by Owen Anderson · 17 years ago
  46. 9e3d3ab Remove the assumption that FP's are either float or by Dale Johannesen · 17 years ago
  47. 24f2ea3 Add implicit def of EFLAGS on those instructions that may modify flags. by Evan Cheng · 17 years ago
  48. f82e1e6 And an FoldingSetImpl::NodeID::AddInteger overload for int64_t, to avoid by Dan Gohman · 17 years ago
  49. 99da4e7 Add explicit triples to avoid default behavior that varies by host. by Dan Gohman · 17 years ago
  50. 92dfe20 Remove isReg, isImm, and isMBB, and change all their users to use by Dan Gohman · 17 years ago
  51. 693f541 Change "tmp." to "tmp" for temporaries created by ScalarEvolutionExpander by Dan Gohman · 17 years ago
  52. cb648f9 Remove spurious consts. This fixes warnings with compilers that by Dan Gohman · 17 years ago
  53. 7effac5 Add support for functions with byval arguments on x86 by Rafael Espindola · 17 years ago
  54. 5e6e494 Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused by Chris Lattner · 17 years ago
  55. ce4e748 silence a bogus gcc warning. by Chris Lattner · 17 years ago
  56. fdd9f00 Fix comments. by Evan Cheng · 17 years ago
  57. 5c70954 Change to 2.2svn. by Tanya Lattner · 17 years ago
  58. c684910 Temporary reverting r41817 by Bill Wendling · 17 years ago
  59. 309f20f Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handle by Chris Lattner · 17 years ago
  60. a637a8b be tolerant of PHI nodes when rewriting heap SROA code. This is a step by Chris Lattner · 17 years ago
  61. 330245e refactor some code, no functionality change. On the path to PR1639 by Chris Lattner · 17 years ago
  62. c451f9c Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart enough to see through by Chris Lattner · 17 years ago
  63. 8168618 Make AllUsesOfLoadedValueWillTrapIfNull strong enough to see through PHI by Chris Lattner · 17 years ago
  64. 53698d7 remove dead enum value. by Chris Lattner · 17 years ago
  65. 8a90198 Make single-argument ctors explicit to avoid tricky bugs :) by Chris Lattner · 17 years ago
  66. 3d6992f Fix build problems on Cygwin (PR1652), patch by Patrick Walton. by Chris Lattner · 17 years ago
  67. ffddf97 Added getNumDefs(). by Evan Cheng · 17 years ago
  68. 6600377 Bug fixes. by Evan Cheng · 17 years ago
  69. 6900132 Remove dead code. by Evan Cheng · 17 years ago
  70. 05e69c1 Yet another getTargetNode variant. by Evan Cheng · 17 years ago
  71. 85dbe1a Initial support for multi-result patterns: by Evan Cheng · 17 years ago
  72. 0d8d316 Fixed a typo that's causing a missing kill marker. by Evan Cheng · 17 years ago
  73. bef8e0b add a new BF->LLVM translator, contributed by Sterling Stein. by Chris Lattner · 17 years ago
  74. 36597a5 Change llvm.gcroot to not init the root to null at runtime, this prevents by Chris Lattner · 17 years ago
  75. ea58310 Generated files for previous patch. by Dale Johannesen · 17 years ago
  76. 9d5f456 Revise previous patch per review comments. by Dale Johannesen · 17 years ago
  77. 257500d Compensate for partCount change in Bogus definition by Dale Johannesen · 17 years ago
  78. fe4afb1 Enable indirect encoding for the personality function by Bill Wendling · 17 years ago
  79. ec39cb9 Move dump out of class, use "\n" instead of endl by Daniel Berlin · 17 years ago
  80. 6d6d352 Sometimes a MI can define a register as well as defining a super-register at the by Evan Cheng · 17 years ago
  81. 0153732 Fix date :) by Anton Korobeynikov · 17 years ago
  82. 440d746 Testcase for recent pragma pack stuff by Anton Korobeynikov · 17 years ago
  83. 071a279 Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead. by Evan Cheng · 17 years ago
  84. 3054dde Added status flags register: EFLAGS. by Evan Cheng · 17 years ago
  85. aeb7d4d Allow set operators with multiple destinations, i.e. (set x, y, (op a, b)). by Evan Cheng · 17 years ago
  86. c72cd7e Generated files for previous patch. by Dale Johannesen · 17 years ago
  87. 3f6eb74 Add APInt interfaces to APFloat (allows directly by Dale Johannesen · 17 years ago
  88. 6320260 Convert to use ilist and non-pointer lists for extra goodness by Daniel Berlin · 17 years ago
  89. 4e319a3 Add accessor method. by Bill Wendling · 17 years ago
  90. ef4a661 Add a bool to indicate if we should set the "indirect encoding" bit in the Dwarf by Bill Wendling · 17 years ago
  91. 95bb69a Reenable libgc and libprofile is explicitly requested. by Chris Lattner · 17 years ago
  92. 210329a remove an obsolete library. by Chris Lattner · 17 years ago
  93. 111e8ce update this to use llvm-config, patch by Jose M. Moya by Chris Lattner · 17 years ago
  94. bba5037 Test that a call to a trampoline is turned into a call to by Duncan Sands · 17 years ago
  95. d50dc73 Two ParamAttrsVectors which differ by a permutation by Duncan Sands · 17 years ago
  96. b84abcd Turn calls to trampolines into calls to the underlying nested function. by Duncan Sands · 17 years ago
  97. f7331b3 Fold the adjust_trampoline intrinsic into by Duncan Sands · 17 years ago
  98. 49c2393 My compiler warns about the semicolon. by Duncan Sands · 17 years ago
  99. d60da49 The personality function on Darwin needs a global stub. We then refer to by Bill Wendling · 17 years ago
  100. 29ce955 Add a ValueInfoT template parameter to DenseMap so that it can properly make decisions by Owen Anderson · 17 years ago