1. 285d96e testcase for padding before zero-length fields. by Dale Johannesen · 18 years ago
  2. f1bc4ad New tests for Packed structs. by Devang Patel · 18 years ago
  3. 13eb4c6 New tests for Packed structs. by Devang Patel · 18 years ago
  4. c8c5752 run a late dce pass to clean up extra cruft. by Chris Lattner · 18 years ago
  5. 56f54d4 Fix test by Anton Korobeynikov · 18 years ago
  6. db8918a Add a helper class (APSInt) which can represent an APInt along with sign by Chris Lattner · 18 years ago
  7. 1984a328 Use a worklist-driven algorithm instead of a recursive one. by Chris Lattner · 18 years ago
  8. 3f108cb Change the bit_part_select (non)implementation from "return 0" to abort. by Reid Spencer · 18 years ago
  9. addd11d Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic. by Reid Spencer · 18 years ago
  10. 93a8415 Ignore some things generated by bugpoint. by Reid Spencer · 18 years ago
  11. ecd276a Fix release build. by Lauro Ramos Venancio · 18 years ago
  12. 0036100 Fix some FreeBSD/amd64 regressions. by Jeff Cohen · 18 years ago
  13. 6733a16 Squelch a warning about mismatch between sign of constant and sign of return by Reid Spencer · 18 years ago
  14. a6d3f13 Fix test by Anton Korobeynikov · 18 years ago
  15. 5502bf6 Properly emit range comparisons for switch cases, where neighbour cases by Anton Korobeynikov · 18 years ago
  16. bbf6f57 Any add is wrong, regardless of type. by Jeff Cohen · 18 years ago
  17. bd89872 Get it right... by Jeff Cohen · 18 years ago
  18. 50781ea Test for transformConstExprCastCall fix. by Dale Johannesen · 18 years ago
  19. 16ff304 Prevent transformConstExprCastCall from generating conversions that assert by Dale Johannesen · 18 years ago
  20. 8d8e1eb Remove the part_set intrinsic. It won't get implemented as an intrinsic. by Reid Spencer · 18 years ago
  21. 12ba806 stringmap memory managed with malloc now by Chris Lattner · 18 years ago
  22. 86796be Fix 2007-04-04-BadFoldBitcastIntoMalloc.ll by Jeff Cohen · 18 years ago
  23. 4519943 Add new test. by Jeff Cohen · 18 years ago
  24. 1c89bd1 Better still. by Evan Cheng · 18 years ago
  25. 43cbb2d Fix test case. by Evan Cheng · 18 years ago
  26. 9659823 These got better. by Evan Cheng · 18 years ago
  27. 9193514 Re-materialize all loads from fixed stack slots. by Evan Cheng · 18 years ago
  28. a96c5b3 Add isFixedObjectIndex. It returns true if the stack slot index is for a fixed stack object. by Evan Cheng · 18 years ago
  29. 7102162 Trivially re-materializable instructions have spill weights that are half of what it would be otherwise. by Evan Cheng · 18 years ago
  30. 776964a Revert this until the Date::Parse module can be installed on the nightly by Reid Spencer · 18 years ago
  31. c07cfdd For PR1302: by Reid Spencer · 18 years ago
  32. 0091bf2 Fix comment. by Duncan Sands · 18 years ago
  33. c82a5da For PR1302: by Reid Spencer · 18 years ago
  34. c853973 For PR1302: by Reid Spencer · 18 years ago
  35. 58de557 Make the LinkInFile and LinkInLibrary both return an indication of whether by Reid Spencer · 18 years ago
  36. 20c3489 For PR1302: Adjust useage of sys::Path::FileType for new enumerator names. by Reid Spencer · 18 years ago
  37. 8bb5fd1 For PR1302: by Reid Spencer · 18 years ago
  38. 73ca166 For PR1302: by Reid Spencer · 18 years ago
  39. 6401260 trivial optimization by Chris Lattner · 18 years ago
  40. 771b675 Appease Chris' pedantic streak. by Reid Spencer · 18 years ago
  41. 62ea8b6 Fix links to intrinsic functions outside LangRef.html by Reid Spencer · 18 years ago
  42. a3e435f Remove intrinsics that we will not be implementing. by Reid Spencer · 18 years ago
  43. d2f197d use calloc instead of new/memset, it is more efficient by Chris Lattner · 18 years ago
  44. cb917f7 Initialize the symbol table to zero explicitly. This ensures that the by Chris Lattner · 18 years ago
  45. 794a014 Extend StringMap to support being initialized as completely empty. When by Chris Lattner · 18 years ago
  46. 755e98b New asm test case. by Evan Cheng · 18 years ago
  47. e21e396 Implement inline asm modifier P. by Evan Cheng · 18 years ago
  48. 0a7baa2 Typo. by Evan Cheng · 18 years ago
  49. 71bfd11 Adding more MMX instructions. by Bill Wendling · 18 years ago
  50. 8ceb0fd make a new missing features section by Chris Lattner · 18 years ago
  51. 6edf810 New test case. by Evan Cheng · 18 years ago
  52. ed884f3 Remove unused constant pool entries. by Evan Cheng · 18 years ago
  53. 92ca816 Updated by Bill Wendling · 18 years ago
  54. 7305084 Fix a bug I introduced with my patch yesterday which broke Qt (I converted by Chris Lattner · 18 years ago
  55. ef4c916 greatly reduce hte default size of stringmap. by Chris Lattner · 18 years ago
  56. 2a088e4 move these to FrontendAda by Chris Lattner · 18 years ago
  57. 327e002 testcase for recent bugfix by Chris Lattner · 18 years ago
  58. e10988d move ada tests by Chris Lattner · 18 years ago
  59. e996748 New test case. by Evan Cheng · 18 years ago
  60. b03eacd Fixed a bug that causes codegen of noop like add r0, r0, #0. by Evan Cheng · 18 years ago
  61. 01deb9d reinstate the previous two patches, with a bugfix :) by Chris Lattner · 18 years ago
  62. 0111999 Starting implementation of the ELF32 ABI specification of varargs handling. by Nicolas Geoffray · 18 years ago
  63. ec58d9f The PPC64 ELF ABI is "intended to use the same structure layout and calling convention rules by Nicolas Geoffray · 18 years ago
  64. cfcd8da Addition to the previous commit for getCalleeSavedRegClasses: by Nicolas Geoffray · 18 years ago
  65. ef3c030 The ELF ABI specifies F1-F8 registers as argument registers for double, not by Nicolas Geoffray · 18 years ago
  66. d0b0879 Prepare for Subversion migration by implementing a -usesvn to tell the by Reid Spencer · 18 years ago
  67. d89f41e Reverting back to 1.723. The last two commits broke JM (and possibily others) on ARM. by Evan Cheng · 18 years ago
  68. 3c5ad82 Inverted logic. by Evan Cheng · 18 years ago
  69. 595b6d1 Bad bad bug. findRegisterUseOperand() returns -1 if a use if not found. by Evan Cheng · 18 years ago
  70. c9c9d2d Changed to new MMX_ recipes. by Bill Wendling · 18 years ago
  71. 823efee Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them. by Bill Wendling · 18 years ago
  72. aed01d1 split some code out into a helper function by Chris Lattner · 18 years ago
  73. 01d8c10 Split a whole ton of code out of visitICmpInst into visitICmpInstWithInstAndIntCst. by Chris Lattner · 18 years ago
  74. ef65293 add missing operator by Chris Lattner · 18 years ago
  75. 44ad430 Fix PR1253 and xor2.ll:test[01] by Chris Lattner · 18 years ago
  76. 08a3fbe new testcase for PR1253 by Chris Lattner · 18 years ago
  77. e51f2a5 add a helper function to constantint. by Chris Lattner · 18 years ago
  78. b2c594f Arm supports negative strides as well, add them. This lets us compile: by Chris Lattner · 18 years ago
  79. baf2199 new testcase, where we should use a negative stride by Chris Lattner · 18 years ago
  80. 1d31290 allow -1 strides to reuse "1" strides. by Chris Lattner · 18 years ago
  81. 19e9705 Add a regtest for cases we now recognize as rotates, thanks to Scott Michel's by Chris Lattner · 18 years ago
  82. c9dc114 1. Insert custom lowering hooks for ISD::ROTR and ISD::ROTL. by Scott Michel · 18 years ago
  83. 7b3b7e1 fix this testcase so it passes by Chris Lattner · 18 years ago
  84. 0a266af fix this testcase on ppc hosts by Chris Lattner · 18 years ago
  85. d959aa4 fix off by 1 error in displacement computation by Dale Johannesen · 18 years ago
  86. 6e0784d fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scales by Chris Lattner · 18 years ago
  87. bcfd466 Ugh. Copy coalescer does not update register numbers. by Evan Cheng · 18 years ago
  88. ff6ad39 New test case. by Evan Cheng · 18 years ago
  89. c4e3f8e add support for the 'w' inline asm register class. by Chris Lattner · 18 years ago
  90. 0cf1028 Update example notes to clarify system linker's role. by Devang Patel · 18 years ago
  91. 0b1e466 Regenerate. by Reid Spencer · 18 years ago
  92. 34e0d32 Check for .svn directories too to determine if a debug build is appropriate. by Reid Spencer · 18 years ago
  93. 4a1822a 1. Make use of APInt operation instead of using ConstantExpr::getXXX. by Zhou Sheng · 18 years ago
  94. 4351c64 Use uint32_t for bitwidth instead of unsigned. by Zhou Sheng · 18 years ago
  95. 1ebd89e Pass the type of the store access, not the type of the store, into the by Chris Lattner · 18 years ago
  96. 44ad85e new testcase. by Chris Lattner · 18 years ago
  97. aa43e9f Fix a bug which caused us to never be able to use signed comparisons for by Chris Lattner · 18 years ago
  98. 465b715 new testcase by Chris Lattner · 18 years ago
  99. cd1d6d5 Wrap long line by Chris Lattner · 18 years ago
  100. acf4e07 use more obvious function name. by Chris Lattner · 18 years ago