1. 508b19a remove some unneeded Metadata interfaces. by Chris Lattner · 15 years ago
  2. 7f29dfd fix .cpp file to not wrap the entire file in namespace blocks. by Chris Lattner · 15 years ago
  3. 4ee93c4 tidy up debug info comments, use ->isVoidTy() where reasonable. by Chris Lattner · 15 years ago
  4. 5a96f93 sink twine.h down out of Value.h. It is annoying that you need by Chris Lattner · 15 years ago
  5. 223497e Extern declaration for unordered.f32 libcall was not being emitted. Fixed that. by Sanjiv Gupta · 15 years ago
  6. a43a3f2 When doing v1->RAUW(v2), don't do anything to metadata. We don't know by Chris Lattner · 15 years ago
  7. b2406d9 sink the Instruction::HasMetadata bit into SubclassData. by Chris Lattner · 15 years ago
  8. cafe9bb add a layer of accessors around the Value::SubClassData member, and use by Chris Lattner · 15 years ago
  9. 3990b12 This is a major cleanup of the instruction metadata interfaces that by Chris Lattner · 15 years ago
  10. f309880 rearrange some code. by Chris Lattner · 15 years ago
  11. 0f15a59 add IRBuilder.cpp to cmake by Chris Lattner · 15 years ago
  12. 66e89df remove #include that comes in from ConstantFolder.h by Chris Lattner · 15 years ago
  13. 2ad3275 remove #include of Function.h from IRBuilder by Chris Lattner · 15 years ago
  14. 43469b6 move debug info stuff out of line, allowing two #includes by Chris Lattner · 15 years ago
  15. a53cfd1 split code that doesn't need to be templated out of IRBuilder into a new by Chris Lattner · 15 years ago
  16. aca8d54 rename ivar to be more descriptive. by Chris Lattner · 15 years ago
  17. 0eb4198 rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind by Chris Lattner · 15 years ago
  18. 7d05c46 rename getHandlerNames to getMDKindNames, simplify its interface by Chris Lattner · 15 years ago
  19. 06ac32c tidy up and delete a dead smallvector. by Chris Lattner · 15 years ago
  20. e55b15f Add missing include (for inline PATypeHolder::get). by Benjamin Kramer · 15 years ago
  21. df58389 avoid a completely unneeded linear walk. by Chris Lattner · 15 years ago
  22. 4964257 Eliminate two bits of ugliness in MDNode::replaceElement: by Chris Lattner · 15 years ago
  23. f241018 rearrange some methods, no functionality change. by Chris Lattner · 15 years ago
  24. 1d880e5 avoid temporary CallbackVH's. by Chris Lattner · 15 years ago
  25. b241b37 Rewrite the function-local validation logic for MDNodes (most of r91708). by Chris Lattner · 15 years ago
  26. dfdb5dc rename MDNode instance variables to something meaningful. by Chris Lattner · 15 years ago
  27. 5e9cd43 snip one more #include from Metadata.h by Chris Lattner · 15 years ago
  28. fc252da prune #includes more. by Chris Lattner · 15 years ago
  29. 37da0ad prune some #includes by Chris Lattner · 15 years ago
  30. 5660846 Metadata.h doesn't need to include ValueHandle.h anymore. by Chris Lattner · 15 years ago
  31. bcb1853 change the strange MetadataContext::getMDs function to expose less by Chris Lattner · 15 years ago
  32. 5710969 change NamedMDNode to use a pimpl for its operand list instead by Chris Lattner · 15 years ago
  33. a327524 eliminate the elem_* iterator stuff from NamedMDNode. by Chris Lattner · 15 years ago
  34. c5e08a9 move ElementVH out of the MDNode class into the MDNode.cpp file. Among by Chris Lattner · 15 years ago
  35. 0b86a6f move these out of their own timer groups into the 'uncategorized' groups. by Chris Lattner · 15 years ago
  36. 917283a Fixed llc crash for zext (i1 -> i8) loads. by Sanjiv Gupta · 15 years ago
  37. 8f17a36 Allow targets to specify the return type of libcalls that are generated for floating point comparisons, rather than hard-coding them as i32. by Sanjiv Gupta · 15 years ago
  38. 202249a Mark variable used by 'assert' as 'unused'. by Bill Wendling · 15 years ago
  39. 57f08ad Remove dead variable. by Bill Wendling · 15 years ago
  40. 53df23c Remove dead variable. by Bill Wendling · 15 years ago
  41. cc690b6 Remove dead variable. by Bill Wendling · 15 years ago
  42. ab58f13 Remove dead variable. by Bill Wendling · 15 years ago
  43. 9bf50f4 Remove dead variable. by Bill Wendling · 15 years ago
  44. e90c545 Remove dead store. by Bill Wendling · 15 years ago
  45. abeca44 Remove dead store and simplify code. by Bill Wendling · 15 years ago
  46. 9882007 Remove dead store. by Bill Wendling · 15 years ago
  47. 551aa99 Remove dead variable. by Bill Wendling · 15 years ago
  48. d831181 Remove dead variable. by Bill Wendling · 15 years ago
  49. a98add6 Remove dead store. by Bill Wendling · 15 years ago
  50. 3ef1085 Remove dead variable. by Bill Wendling · 15 years ago
  51. 67f9dc2 Remove dead variable. by Bill Wendling · 15 years ago
  52. c41b638 Remove dead variable. by Bill Wendling · 15 years ago
  53. 9bc0af8 Mark some debug variables as 'unused' to quiet compiler and analyzer. by Bill Wendling · 15 years ago
  54. ce90c24 Remove dead store. The initial value was never used, but always overridden. by Bill Wendling · 15 years ago
  55. 079b6f5 Add an "ATTRIBUTE_UNUSED" macro (and use it). It's for variables which are by Bill Wendling · 15 years ago
  56. 8688888 Remove dead variable. by Bill Wendling · 15 years ago
  57. 3983fbc Remove dead variable. by Bill Wendling · 15 years ago
  58. b17f15b Remove dead variable. by Bill Wendling · 15 years ago
  59. 9ac75ca lit: Add setuptools support. by Daniel Dunbar · 15 years ago
  60. d24f1f3 lit: Sink code into a 'lit' package. by Daniel Dunbar · 15 years ago
  61. ba7b1c4 PR5886: Make sure IMUL32m is marked as setting EFLAGS, so scheduling doesn't by Eli Friedman · 15 years ago
  62. 47eb1ea Avoid assigning to Changed when it won't be used after the return. by Bill Wendling · 15 years ago
  63. 164558e Remove dead store. by Bill Wendling · 15 years ago
  64. ad2cf9d Remove dead store from copy-pasto. by Bill Wendling · 15 years ago
  65. ebc0c8c Remove dead store. by Bill Wendling · 15 years ago
  66. 1a6726f Remove dead store. by Bill Wendling · 15 years ago
  67. 7529ece Use the 'MadeChange' variable instead of returning 'false' all of the time. by Bill Wendling · 15 years ago
  68. 6a09aff Implement support for converting to string at "natural precision", and fix some by John McCall · 15 years ago
  69. c883ad2 Move the two definitions of operator<< into namespace llvm, so they by Douglas Gregor · 15 years ago
  70. e4d4c43 Define the new operator<< for sets into namespace std, so that by Douglas Gregor · 15 years ago
  71. 96a4782 Don't emit trailing semicolon. by Daniel Dunbar · 15 years ago
  72. 003a09c Substantially optimize APFloat::toString() by doing a single large divide to by John McCall · 15 years ago
  73. 00e65de Add accessors for the largest-magnitude, smallest-magnitude, and by John McCall · 15 years ago
  74. d73bf59 Set Remainder before Quotient in case Quotient and LHS alias. The new by John McCall · 15 years ago
  75. b97a21c Testcase for llvm-gcc checkin 92108. by Dale Johannesen · 15 years ago
  76. 04b091a handle equality memcmp of 8 bytes on x86-64 with two unaligned loads and a by Chris Lattner · 15 years ago
  77. 7ed6dd6 by David Greene · 15 years ago
  78. 8047d9a move an optimization for memcmp out of simplifylibcalls and into by Chris Lattner · 15 years ago
  79. 465e2b9 by David Greene · 15 years ago
  80. f83adbc by David Greene · 15 years ago
  81. 0c8b6e6 by David Greene · 15 years ago
  82. 5393b25 by David Greene · 15 years ago
  83. afd5202 by David Greene · 15 years ago
  84. 5669a3e by David Greene · 15 years ago
  85. 0e28d76 by David Greene · 15 years ago
  86. b64ca13 by David Greene · 15 years ago
  87. a8e21d4 by David Greene · 15 years ago
  88. 98d67d7 reorder to follow a normal fall-through style, no functionality change. by Chris Lattner · 15 years ago
  89. 0377642 by David Greene · 15 years ago
  90. 001762b by David Greene · 15 years ago
  91. 4027f3d by David Greene · 15 years ago
  92. 2e48e53 by David Greene · 15 years ago
  93. 62dc896 sizeof(char) is always 1. by Chris Lattner · 15 years ago
  94. fb64f11 by David Greene · 15 years ago
  95. e6717d7 by David Greene · 15 years ago
  96. 63c9463 by David Greene · 15 years ago
  97. 4850a89 by David Greene · 15 years ago
  98. c48e3d1 by David Greene · 15 years ago
  99. 8928291 by David Greene · 15 years ago
  100. 25e0e87 by David Greene · 15 years ago