1. a3e435f Remove intrinsics that we will not be implementing. by Reid Spencer · 18 years ago
  2. d2f197d use calloc instead of new/memset, it is more efficient by Chris Lattner · 18 years ago
  3. cb917f7 Initialize the symbol table to zero explicitly. This ensures that the by Chris Lattner · 18 years ago
  4. 794a014 Extend StringMap to support being initialized as completely empty. When by Chris Lattner · 18 years ago
  5. 755e98b New asm test case. by Evan Cheng · 18 years ago
  6. e21e396 Implement inline asm modifier P. by Evan Cheng · 18 years ago
  7. 0a7baa2 Typo. by Evan Cheng · 18 years ago
  8. 71bfd11 Adding more MMX instructions. by Bill Wendling · 18 years ago
  9. 8ceb0fd make a new missing features section by Chris Lattner · 18 years ago
  10. 6edf810 New test case. by Evan Cheng · 18 years ago
  11. ed884f3 Remove unused constant pool entries. by Evan Cheng · 18 years ago
  12. 92ca816 Updated by Bill Wendling · 18 years ago
  13. 7305084 Fix a bug I introduced with my patch yesterday which broke Qt (I converted by Chris Lattner · 18 years ago
  14. ef4c916 greatly reduce hte default size of stringmap. by Chris Lattner · 18 years ago
  15. 2a088e4 move these to FrontendAda by Chris Lattner · 18 years ago
  16. 327e002 testcase for recent bugfix by Chris Lattner · 18 years ago
  17. e10988d move ada tests by Chris Lattner · 18 years ago
  18. e996748 New test case. by Evan Cheng · 18 years ago
  19. b03eacd Fixed a bug that causes codegen of noop like add r0, r0, #0. by Evan Cheng · 18 years ago
  20. 01deb9d reinstate the previous two patches, with a bugfix :) by Chris Lattner · 18 years ago
  21. 0111999 Starting implementation of the ELF32 ABI specification of varargs handling. by Nicolas Geoffray · 18 years ago
  22. ec58d9f The PPC64 ELF ABI is "intended to use the same structure layout and calling convention rules by Nicolas Geoffray · 18 years ago
  23. cfcd8da Addition to the previous commit for getCalleeSavedRegClasses: by Nicolas Geoffray · 18 years ago
  24. ef3c030 The ELF ABI specifies F1-F8 registers as argument registers for double, not by Nicolas Geoffray · 18 years ago
  25. d0b0879 Prepare for Subversion migration by implementing a -usesvn to tell the by Reid Spencer · 18 years ago
  26. d89f41e Reverting back to 1.723. The last two commits broke JM (and possibily others) on ARM. by Evan Cheng · 18 years ago
  27. 3c5ad82 Inverted logic. by Evan Cheng · 18 years ago
  28. 595b6d1 Bad bad bug. findRegisterUseOperand() returns -1 if a use if not found. by Evan Cheng · 18 years ago
  29. c9c9d2d Changed to new MMX_ recipes. by Bill Wendling · 18 years ago
  30. 823efee Add FEMMS and ADDQ. Renamed MMX recipes to prepend the MMX_ to them. by Bill Wendling · 18 years ago
  31. aed01d1 split some code out into a helper function by Chris Lattner · 18 years ago
  32. 01d8c10 Split a whole ton of code out of visitICmpInst into visitICmpInstWithInstAndIntCst. by Chris Lattner · 18 years ago
  33. ef65293 add missing operator by Chris Lattner · 18 years ago
  34. 44ad430 Fix PR1253 and xor2.ll:test[01] by Chris Lattner · 18 years ago
  35. 08a3fbe new testcase for PR1253 by Chris Lattner · 18 years ago
  36. e51f2a5 add a helper function to constantint. by Chris Lattner · 18 years ago
  37. b2c594f Arm supports negative strides as well, add them. This lets us compile: by Chris Lattner · 18 years ago
  38. baf2199 new testcase, where we should use a negative stride by Chris Lattner · 18 years ago
  39. 1d31290 allow -1 strides to reuse "1" strides. by Chris Lattner · 18 years ago
  40. 19e9705 Add a regtest for cases we now recognize as rotates, thanks to Scott Michel's by Chris Lattner · 18 years ago
  41. c9dc114 1. Insert custom lowering hooks for ISD::ROTR and ISD::ROTL. by Scott Michel · 18 years ago
  42. 7b3b7e1 fix this testcase so it passes by Chris Lattner · 18 years ago
  43. 0a266af fix this testcase on ppc hosts by Chris Lattner · 18 years ago
  44. d959aa4 fix off by 1 error in displacement computation by Dale Johannesen · 18 years ago
  45. 6e0784d fix the CodeGen/ARM/2007-03-13-InstrSched.ll regression: allow IV's with scales by Chris Lattner · 18 years ago
  46. bcfd466 Ugh. Copy coalescer does not update register numbers. by Evan Cheng · 18 years ago
  47. ff6ad39 New test case. by Evan Cheng · 18 years ago
  48. c4e3f8e add support for the 'w' inline asm register class. by Chris Lattner · 18 years ago
  49. 0cf1028 Update example notes to clarify system linker's role. by Devang Patel · 18 years ago
  50. 0b1e466 Regenerate. by Reid Spencer · 18 years ago
  51. 34e0d32 Check for .svn directories too to determine if a debug build is appropriate. by Reid Spencer · 18 years ago
  52. 4a1822a 1. Make use of APInt operation instead of using ConstantExpr::getXXX. by Zhou Sheng · 18 years ago
  53. 4351c64 Use uint32_t for bitwidth instead of unsigned. by Zhou Sheng · 18 years ago
  54. 1ebd89e Pass the type of the store access, not the type of the store, into the by Chris Lattner · 18 years ago
  55. 44ad85e new testcase. by Chris Lattner · 18 years ago
  56. aa43e9f Fix a bug which caused us to never be able to use signed comparisons for by Chris Lattner · 18 years ago
  57. 465b715 new testcase by Chris Lattner · 18 years ago
  58. cd1d6d5 Wrap long line by Chris Lattner · 18 years ago
  59. acf4e07 use more obvious function name. by Chris Lattner · 18 years ago
  60. 2811f2a Treat xor of signbit like an add. by Chris Lattner · 18 years ago
  61. febabcc add a helper function. by Chris Lattner · 18 years ago
  62. 5c6e2db simplify (x+c)^signbit as (x+c+signbit), pointed out by PR1288. This implements by Chris Lattner · 18 years ago
  63. 7a32bc9 creative way to add one. by Chris Lattner · 18 years ago
  64. 028856d my patch fixed the fixme. by Chris Lattner · 18 years ago
  65. 443af5b Fix illegal assembly syntax. by Reid Spencer · 18 years ago
  66. 338ea09 bwsap -> bswap by Reid Spencer · 18 years ago
  67. 8166a6c Regenerate by Reid Spencer · 18 years ago
  68. 8918cb4 Upgrade the bit count intrinsics to have an i32 result. by Reid Spencer · 18 years ago
  69. f1b18a7 Add a test case to make sure that constant folding of the bit counting by Reid Spencer · 18 years ago
  70. c995123 reduce use of std::set by Chris Lattner · 18 years ago
  71. d9c3a0d Various passes before isel split edges and do other CFG-restructuring changes. by Chris Lattner · 18 years ago
  72. 5637169 new testcase for PR1296 by Chris Lattner · 18 years ago
  73. 9996663 - Divides the comparisons in two types: comparisons that only use N and Z by Lauro Ramos Venancio · 18 years ago
  74. 086f186 add range version of insert() by Chris Lattner · 18 years ago
  75. 41b213e Regenerate by Reid Spencer · 18 years ago
  76. de704f3 Don't upgrade functions that look like a bswap intrinsic but aren't. by Reid Spencer · 18 years ago
  77. 9277e3b Let llvm-upgrade upgrade the bswap intrinsic. by Reid Spencer · 18 years ago
  78. 2b35c15 Let llvm-upgrade upgrade bswap intrinsic. by Reid Spencer · 18 years ago
  79. dc1966e For PR1297: by Reid Spencer · 18 years ago
  80. 86189a4 Revert the name changes for llvm.bswap to allow (and test) llvm-upgrade of by Reid Spencer · 18 years ago
  81. 1e70bb6 Handle upgrade of llvm.bswap.iXX to llvm.bswap.iXX.iXX per new naming by Reid Spencer · 18 years ago
  82. 543ab1d Fix some bswap typos that Chris noticed. by Reid Spencer · 18 years ago
  83. fe35555 print the type of an inserted IV in -debug mode. by Chris Lattner · 18 years ago
  84. 779dff1 Add testcase for correct sret handling. by Anton Korobeynikov · 18 years ago
  85. 55fc8c4 simplify this code, make it work for ap ints by Chris Lattner · 18 years ago
  86. 3e9f1d0 fix breakage from last night, simplify code. by Chris Lattner · 18 years ago
  87. 77c2af6 gcc 3.4.4 is known-bad on x86-64 by Chris Lattner · 18 years ago
  88. a13ba7d Preview documentation for additional intrinsic functions. by Reid Spencer · 18 years ago
  89. 03d7ca1 Unbreak VC++ build. by Jeff Cohen · 18 years ago
  90. e613555 The bit counting intrinsics return i32 not the operand type. This fixes by Reid Spencer · 18 years ago
  91. 3a507fd Avoid unnecessary APInt construction. by Zhou Sheng · 18 years ago
  92. 320c6e9 Testcase for the problem worked around in by Duncan Sands · 18 years ago
  93. 770e179 Remove unused methods. by Zhou Sheng · 18 years ago
  94. 497d93e For PR1297: by Reid Spencer · 18 years ago
  95. 3074d9d Add i16 address mode. by Evan Cheng · 18 years ago
  96. 409e28f For PR1297: by Reid Spencer · 18 years ago
  97. c8d0636 Mention how to create overloaded intrinsics. by Reid Spencer · 18 years ago
  98. a3c533a For PR1297: by Reid Spencer · 18 years ago
  99. e9391fd For PR1297: Support overloaded intrinsics bswap, ctpop, cttz, ctlz. by Reid Spencer · 18 years ago
  100. a4f9c4d For PR1297: by Reid Spencer · 18 years ago