1. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 17 years ago
  2. 8e41ed7 Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes. by Dan Gohman · 17 years ago
  3. c318329 Use correct parentheses with the '&& "..."' idiom in an assert. by Dan Gohman · 17 years ago
  4. 417e11b In -debug mode, dump SelectionDAGs both before and after the by Dan Gohman · 17 years ago
  5. 3ab264a Fix grammar in a comment. by Dan Gohman · 17 years ago
  6. cdf2b3b Add explicit keywords. by Dan Gohman · 17 years ago
  7. 5477f85 Use APInt::tcExtract. It's cleaner, and works :) by Neil Booth · 17 years ago
  8. 68e53ad Add a new function tcExtract for extracting a bignum from an by Neil Booth · 17 years ago
  9. 633360c Fixed downrev Ocaml compatibility. by Gordon Henriksen · 17 years ago
  10. 1aad74c Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNode by making it a typedef of a templated DomTreeNodeBase. by Owen Anderson · 17 years ago
  11. 537d5c2 Kill cycle of an live range is always the last use index + 1. by Evan Cheng · 17 years ago
  12. 529ac2f Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((intptr_t)&ID)" by Chris Lattner · 17 years ago
  13. 6d6203d C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced by Gordon Henriksen · 17 years ago
  14. f443ba7 disable this entirely: it is causing use of invalidated iterators and infinite looping. by Chris Lattner · 17 years ago
  15. eac9385 Fix many regressions on x86 by avoiding dereferencing the end iterator. by Chris Lattner · 17 years ago
  16. f8a3ee1 Finish off PR1723, by working around some strange compiler bug. by Chris Lattner · 17 years ago
  17. c84c16b C and Objective Caml bindings for GlobalVariable::isConstant. by Gordon Henriksen · 17 years ago
  18. f16c595 Add back convertFromSignExtendedInteger. by Neil Booth · 17 years ago
  19. 7a7bc0f Now that convertFromUnsignedParts has a sane, constant interface, by Neil Booth · 17 years ago
  20. 643ce59 Reimplement convertFromUnsignedInteger so it is passed a const bignum. by Neil Booth · 17 years ago
  21. ccf596a convertFromInteger, as originally written, expected sign-extended by Neil Booth · 17 years ago
  22. 33d4c92 combineLostFractions does not need to be a member function by Neil Booth · 17 years ago
  23. c27d61d Some more problems noticed by Curtis by Daniel Berlin · 17 years ago
  24. 1cf08fd C and Objective Caml bindings for PATypeHolder. by Gordon Henriksen · 17 years ago
  25. c0491ac Bindings for the verifier. by Gordon Henriksen · 17 years ago
  26. d8be215 Deleting some unnecessary glue. by Gordon Henriksen · 17 years ago
  27. 957f9fe Adopting a uniform naming convention for type constructors in by Gordon Henriksen · 17 years ago
  28. 2508372 Oops, I really wanted to commit this part also :) by Anton Korobeynikov · 17 years ago
  29. 4f1c33f Move merge code into new helper function. by Anton Korobeynikov · 17 years ago
  30. 81a7881 Adopting a uniform naming convention for type constructors in bindings. by Gordon Henriksen · 17 years ago
  31. e3b989d Adopting a uniform naming convention for constant constructors in bindings. by Gordon Henriksen · 17 years ago
  32. 4647569 Adding C and Ocaml bindings for ConstantExpr. by Gordon Henriksen · 17 years ago
  33. 57db173 Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation of this file. by Anton Korobeynikov · 17 years ago
  34. 513da43 Reapply 42677. by Evan Cheng · 17 years ago
  35. 186edc8 Oops. Forgot this. by Evan Cheng · 17 years ago
  36. 92f7e8d Cleaner, more general exponent output. by Neil Booth · 17 years ago
  37. a11ef82 silence warnings in no-assert build. by Chris Lattner · 17 years ago
  38. 5349de1 revert evan's patch until the header is committed by Chris Lattner · 17 years ago
  39. c231e8c Added DAG xforms. e.g. by Evan Cheng · 17 years ago
  40. 638ccd5 Next powerpc long double bits. Comparisons work, by Dale Johannesen · 17 years ago
  41. b762c08 Make test work on non-x86 hosts. by Dale Johannesen · 17 years ago
  42. 055c0b3 Fix and clarify some comments. by Neil Booth · 17 years ago
  43. 978661d Generalize tcFullMultiply so that the operands can be of differing by Neil Booth · 17 years ago
  44. 88cc699 Wrapping Value::dump. by Gordon Henriksen · 17 years ago
  45. acd9619 Removing the silly CHelpers header by rolling wrap and unwrap into the C by Gordon Henriksen · 17 years ago
  46. bf287b6 Test case for 3-address conversion. by Evan Cheng · 17 years ago
  47. 7ad42d9 Commute x86 cmove instructions by swapping the operands and change the condition by Evan Cheng · 17 years ago
  48. 57cce6c This is done. by Evan Cheng · 17 years ago
  49. ecf80ac Enable convertToThreeAddress for X86 by default. by Evan Cheng · 17 years ago
  50. 5c4cd0d Fix bug in updating dominance frontier after loop by Devang Patel · 17 years ago
  51. b75ed32 INC64_32r -> LEA64_32r is better than INC64_32r -> LEA32r, but it still can by Evan Cheng · 17 years ago
  52. 559dc46 In 64-bit mode, avoid using leal with 32-bit 32-bit address size, e.g. by Evan Cheng · 17 years ago
  53. 161e897 First round of ppc long double. call/return and by Dale Johannesen · 17 years ago
  54. b952d1f Add support to convert more 64-bit instructions to 3-address instructions. by Evan Cheng · 17 years ago
  55. 3154cb6 ADC and SBB uses EFLAGS. by Evan Cheng · 17 years ago
  56. bca9832 Mark count method const. by Chris Lattner · 17 years ago
  57. 52c0253 Change a few more spaces to tabs in assembly output. by Dan Gohman · 17 years ago
  58. 4e8e831 Change a space to a tab in the assembly output of a .globl directive by Dan Gohman · 17 years ago
  59. e14ea86 Legalize support for MUL_LOHI and DIVREM. by Dan Gohman · 17 years ago
  60. 2eb4ebd Fix a typo in a comment. by Dan Gohman · 17 years ago
  61. ccd6079 Provide names for MUL_LOHI and DIVREM operators. by Dan Gohman · 17 years ago
  62. b6c7437 SMUL_LOHI and UMUL_LOHI are commutative. by Dan Gohman · 17 years ago
  63. fdd04d5 Define target-indepenent SDNode types for multiply and divide that by Dan Gohman · 17 years ago
  64. 3ec81c0 Fix typo in comment. by Duncan Sands · 17 years ago
  65. 3f411c7 Testing convertToThreeeAddress as X86 llcbeta. by Evan Cheng · 17 years ago
  66. ad92c63 Fix intersectWithComplement bug noticed by Curtis Dunham by Daniel Berlin · 17 years ago
  67. eca1821 New test case. by Evan Cheng · 17 years ago
  68. d5cb5a4 Chain producing nodes cannot be moved, not chain reading nodes. by Evan Cheng · 17 years ago
  69. 117c366 Oops. Didn't mean to leave this in. by Evan Cheng · 17 years ago
  70. f10c973 If a node that defines a physical register that is expensive to copy. The by Evan Cheng · 17 years ago
  71. 75b4e46 Added storeRegToAddr, loadRegFromAddr, and unfoldMemoryOperand's. by Evan Cheng · 17 years ago
  72. afa98bc Not needed any more. by Evan Cheng · 17 years ago
  73. e203ae9 Forgot these. by Evan Cheng · 17 years ago
  74. 66f0f64 - Added a few target hooks to generate load / store instructions from / to any by Evan Cheng · 17 years ago
  75. 39305cf Add a variant of getTargetNode() that takes a vector of MVT::ValueType. by Evan Cheng · 17 years ago
  76. daccea18 Silence a warning. by Evan Cheng · 17 years ago
  77. 08bb699 Fix the previous bug a slightly different way (by modifying how find_next works) by Daniel Berlin · 17 years ago
  78. 9d03724 Fix off by one error in iterator by Daniel Berlin · 17 years ago
  79. 5b095f2 Support Objective C++ too. by Bill Wendling · 17 years ago
  80. 14af745 Added testcase for creation of metadata with null pointers. by Bill Wendling · 17 years ago
  81. 87b77b9 add a note. by Chris Lattner · 17 years ago
  82. 1f22836 un-XFAIL this test. by Bill Wendling · 17 years ago
  83. 8d69b5a It helps a lot when you check for the end of your list before randomly by Daniel Berlin · 17 years ago
  84. c3a32d1 Make SparseBitVector::set actually work properly when sets are not in ascending or descending order. by Daniel Berlin · 17 years ago
  85. 3b80247 Do use the actual ocaml stdlib (not the install dir) to find the by Gordon Henriksen · 17 years ago
  86. a30b0ee Add APFloat -> hexadecimal string conversion, as per %a and %A in C99. by Neil Booth · 17 years ago
  87. 9cb7f49 Completely merge the implementation details of DomTree and PostDomTree. by Owen Anderson · 17 years ago
  88. 9c8a9af Add a GraphTraits partial specialization to make the inverse of an inverse be the same as the underlying graph. by Owen Anderson · 17 years ago
  89. c1e2660 Fix 80 col violation. by Devang Patel · 17 years ago
  90. f476e8e Refactor code in a separate method. by Devang Patel · 17 years ago
  91. 116c321 Add initial iterator support for folding set. by Chris Lattner · 17 years ago
  92. 6ccc2d5 Clarify that shifts that are too large are undefined. by Chris Lattner · 17 years ago
  93. 9a7288b Simplify implementation of the FoldingSet circular list, a necessary step by Chris Lattner · 17 years ago
  94. cb406c2 Use empty() member functions when that's what's being tested for instead by Dan Gohman · 17 years ago
  95. 2bb7d06 Fix a using namespace llvm; in a header file. by Dan Gohman · 17 years ago
  96. 17e0d89 Temporarily XFAIL this test. by Bill Wendling · 17 years ago
  97. 5a2174f Tone down an overzealous optimization. by Dale Johannesen · 17 years ago
  98. cc68939 remove extraneous tag by Chris Lattner · 17 years ago
  99. 4ef2b76 remove misleading documentation: LLVM has no atomic support yet. by Chris Lattner · 17 years ago
  100. fce5cfe add a note by Chris Lattner · 17 years ago