1. 724441e Fix an assertion abort on sparc. malloc(0) is allowed to return NULL. by Gabor Greif · 18 years ago
  2. c85e171 Added tail call optimization to the x86 back end. It can be by Arnold Schwaighofer · 18 years ago
  3. 68c8411 Adding myself by Arnold Schwaighofer · 18 years ago
  4. a471c2e Next PPC long double bits. First cut at constants. by Dale Johannesen · 18 years ago
  5. f9193de Lower memcpy if it makes sense. by Devang Patel · 18 years ago
  6. 343960a make bitvector &= do the right thing if vectors have mismatched length. by Chris Lattner · 18 years ago
  7. 3ef437d Add a new use_iterator::atEnd() method, which allows us to shrink by Chris Lattner · 18 years ago
  8. bdc2154 Added iterators to ImmutableSet. by Ted Kremenek · 18 years ago
  9. 37474bc Added some doxygen comments to ImmutableSet. by Ted Kremenek · 18 years ago
  10. ac6084d Removed uninformative assertions that catch problems that will by Ted Kremenek · 18 years ago
  11. 13a21b0 Removed "height" of an AVL tree node from its Profile. This is by Ted Kremenek · 18 years ago
  12. b308cdb Removed spurious forward declaration to a structure that will no longer be used. by Ted Kremenek · 18 years ago
  13. ea34bc8 Added some doxygen comments to a few methods of ImutAVLTree. by Ted Kremenek · 18 years ago
  14. 73184fc Updated VC++ build system. by Hartmut Kaiser · 18 years ago
  15. ebdbed3 Added preliminary support for iterators in ImutAVLTree. by Ted Kremenek · 18 years ago
  16. 85d0aaa Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking divrem by Chris Lattner · 18 years ago
  17. be24d91 Renamed internal method "Create" of ImutAVLTree to "CreateNode". by Ted Kremenek · 18 years ago
  18. 272dce0 Correct swapped arguments to getConstant. by Duncan Sands · 18 years ago
  19. 1c08eba Fix 80-column violations by Bill Wendling · 18 years ago
  20. 6eaeff2 Next PPC long double bits: ppcf128->i32 conversion. by Dale Johannesen · 18 years ago
  21. be8db24 Bad choice of variable name. by Evan Cheng · 18 years ago
  22. 5edc57f Fix an extremely stupid bug that prevented first round of coalescing (physical registers only) from happening. by Evan Cheng · 18 years ago
  23. 80fe9e8 Modified XCode project to contain... by Ted Kremenek · 18 years ago
  24. 3daae27 Add new MemoryBuffer::getMemBufferCopy method. by Chris Lattner · 18 years ago
  25. ec1f944 Fix indentation. by Devang Patel · 18 years ago
  26. 33bbed8 Added implementation of immutable (functional) maps and sets, as by Ted Kremenek · 18 years ago
  27. b593898 by Devang Patel · 18 years ago
  28. cd80c16 Add LLVMFoldingBuilder by Devang Patel · 18 years ago
  29. 1fc46d5 Remove an unnecessary friend declaration. by Dan Gohman · 18 years ago
  30. 49588d8 update prototype, fixing build error by Chris Lattner · 18 years ago
  31. 9a52632 Pass argc by value, not by reference, since it isn't modified. by Dan Gohman · 18 years ago
  32. 6d60cac LowerIntegerDivOrRem no longer exists. by Dan Gohman · 18 years ago
  33. 74f87a6 Fix grammar in a comment. by Dan Gohman · 18 years ago
  34. 5bf88eb This is done. by Dan Gohman · 18 years ago
  35. dde01ec These two tests now require only two multiply instructions, instead of four. by Dan Gohman · 18 years ago
  36. b76143c Under 64-bit mode use LEA64_32r instead of LEA64r to save a byte. by Evan Cheng · 18 years ago
  37. 05831c0 Fix problems where DenseMap used operator!= instead of correctly by Chris Lattner · 18 years ago
  38. be2c459 Change a #include into a forward declaration by Chris Lattner · 18 years ago
  39. 8262df3 Position Independent Code (PIC) support [3] by Bruno Cardoso Lopes · 18 years ago
  40. 0a60400 Position Independent Code (PIC) support [2] by Bruno Cardoso Lopes · 18 years ago
  41. e78080c Position Independent Code (PIC) support [1] by Bruno Cardoso Lopes · 18 years ago
  42. f6be158 Update test. by Evan Cheng · 18 years ago
  43. 3f41d66 Bug fix. X86 was emitting redundant setcc and test instructions before a conditional move. by Evan Cheng · 18 years ago
  44. 30d4254 Call getFunctionNumber() instead of referencing FunctionNumber directly, by Dan Gohman · 18 years ago
  45. 6b33cfc Mark the prefetch intrinsic as IntrWriteArgMem, instead of the by Dan Gohman · 18 years ago
  46. b5d12c4 These two tests now require only three multiply instructions, instead of four. by Dan Gohman · 18 years ago
  47. f19b8e4 Various improvements to the documentation, contributed by Joshua Haberman! by Chris Lattner · 18 years ago
  48. 525178c Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to by Dan Gohman · 18 years ago
  49. d47c84c Allow x86 compare to be commutable by default. by Evan Cheng · 18 years ago
  50. 2618a6c C and Objective Caml bindings for PHINode::addIncoming etc. by Gordon Henriksen · 18 years ago
  51. 389079b DAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI/SMUL_LOHI. by Dan Gohman · 18 years ago
  52. 7794935 LLVM does not use the old style simple isel any more. by Evan Cheng · 18 years ago
  53. b428657 Remove debugging printf to get build going on x86-64. by Evan Cheng · 18 years ago
  54. 3ce990d When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM in by Dan Gohman · 18 years ago
  55. 08ce976 Add convenience overloads of SelectionDAG::getNode that take a SDVTList by Dan Gohman · 18 years ago
  56. 82a13c9 Move the space in overview output for commands out of each of the by Dan Gohman · 18 years ago
  57. 8e41ed7 Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes. by Dan Gohman · 18 years ago
  58. c318329 Use correct parentheses with the '&& "..."' idiom in an assert. by Dan Gohman · 18 years ago
  59. 417e11b In -debug mode, dump SelectionDAGs both before and after the by Dan Gohman · 18 years ago
  60. 3ab264a Fix grammar in a comment. by Dan Gohman · 18 years ago
  61. cdf2b3b Add explicit keywords. by Dan Gohman · 18 years ago
  62. 5477f85 Use APInt::tcExtract. It's cleaner, and works :) by Neil Booth · 18 years ago
  63. 68e53ad Add a new function tcExtract for extracting a bignum from an by Neil Booth · 18 years ago
  64. 633360c Fixed downrev Ocaml compatibility. by Gordon Henriksen · 18 years ago
  65. 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 · 18 years ago
  66. 537d5c2 Kill cycle of an live range is always the last use index + 1. by Evan Cheng · 18 years ago
  67. 529ac2f Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((intptr_t)&ID)" by Chris Lattner · 18 years ago
  68. 6d6203d C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced by Gordon Henriksen · 18 years ago
  69. f443ba7 disable this entirely: it is causing use of invalidated iterators and infinite looping. by Chris Lattner · 18 years ago
  70. eac9385 Fix many regressions on x86 by avoiding dereferencing the end iterator. by Chris Lattner · 18 years ago
  71. f8a3ee1 Finish off PR1723, by working around some strange compiler bug. by Chris Lattner · 18 years ago
  72. c84c16b C and Objective Caml bindings for GlobalVariable::isConstant. by Gordon Henriksen · 18 years ago
  73. f16c595 Add back convertFromSignExtendedInteger. by Neil Booth · 18 years ago
  74. 7a7bc0f Now that convertFromUnsignedParts has a sane, constant interface, by Neil Booth · 18 years ago
  75. 643ce59 Reimplement convertFromUnsignedInteger so it is passed a const bignum. by Neil Booth · 18 years ago
  76. ccf596a convertFromInteger, as originally written, expected sign-extended by Neil Booth · 18 years ago
  77. 33d4c92 combineLostFractions does not need to be a member function by Neil Booth · 18 years ago
  78. c27d61d Some more problems noticed by Curtis by Daniel Berlin · 18 years ago
  79. 1cf08fd C and Objective Caml bindings for PATypeHolder. by Gordon Henriksen · 18 years ago
  80. c0491ac Bindings for the verifier. by Gordon Henriksen · 18 years ago
  81. d8be215 Deleting some unnecessary glue. by Gordon Henriksen · 18 years ago
  82. 957f9fe Adopting a uniform naming convention for type constructors in by Gordon Henriksen · 18 years ago
  83. 2508372 Oops, I really wanted to commit this part also :) by Anton Korobeynikov · 18 years ago
  84. 4f1c33f Move merge code into new helper function. by Anton Korobeynikov · 18 years ago
  85. 81a7881 Adopting a uniform naming convention for type constructors in bindings. by Gordon Henriksen · 18 years ago
  86. e3b989d Adopting a uniform naming convention for constant constructors in bindings. by Gordon Henriksen · 18 years ago
  87. 4647569 Adding C and Ocaml bindings for ConstantExpr. by Gordon Henriksen · 18 years ago
  88. 57db173 Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation of this file. by Anton Korobeynikov · 18 years ago
  89. 513da43 Reapply 42677. by Evan Cheng · 18 years ago
  90. 186edc8 Oops. Forgot this. by Evan Cheng · 18 years ago
  91. 92f7e8d Cleaner, more general exponent output. by Neil Booth · 18 years ago
  92. a11ef82 silence warnings in no-assert build. by Chris Lattner · 18 years ago
  93. 5349de1 revert evan's patch until the header is committed by Chris Lattner · 18 years ago
  94. c231e8c Added DAG xforms. e.g. by Evan Cheng · 18 years ago
  95. 638ccd5 Next powerpc long double bits. Comparisons work, by Dale Johannesen · 18 years ago
  96. b762c08 Make test work on non-x86 hosts. by Dale Johannesen · 18 years ago
  97. 055c0b3 Fix and clarify some comments. by Neil Booth · 18 years ago
  98. 978661d Generalize tcFullMultiply so that the operands can be of differing by Neil Booth · 18 years ago
  99. 88cc699 Wrapping Value::dump. by Gordon Henriksen · 18 years ago
  100. acd9619 Removing the silly CHelpers header by rolling wrap and unwrap into the C by Gordon Henriksen · 18 years ago