1. 102e2d3 Remove dead methods by Chris Lattner · 19 years ago
  2. 9dec3a2 These should be rewritten to fold without using the 'Rules' mechanism, but by Chris Lattner · 19 years ago
  3. 63edf03 test1 is miscompiled by Chris Lattner · 19 years ago
  4. d52bbdc wrong spot by Jim Laskey · 19 years ago
  5. 255b47b Test for float varargs. by Jim Laskey · 19 years ago
  6. 5be6625 this logic is broken for trunc to bool, replace the folding logic for trunc by Chris Lattner · 19 years ago
  7. 68329b2 add a new ConstantIntegral::get method. Simplify the implementation of by Chris Lattner · 19 years ago
  8. f0d6dd6 new 'cast' miscompilation, reduced from perlbmk by Evan by Chris Lattner · 19 years ago
  9. d28442e enable this now that codegen support is in place by Chris Lattner · 19 years ago
  10. 9382e29 Copy and paste error. An initialized global cannot be a weak reference. by Evan Cheng · 19 years ago
  11. fbb74e6 1. In ppc64 mode we need only use one GPR. by Jim Laskey · 19 years ago
  12. 45e507c ExternalWeak case in wrong location. by Jim Laskey · 19 years ago
  13. 2c0fbb1 This test is meant for X86 CPU which does not support SSE2. by Evan Cheng · 19 years ago
  14. 32644ac Fix 2005-05-08-FPStackifierPHI.ll failure. by Evan Cheng · 19 years ago
  15. 0eb5f94 Add a extern weak test case. by Evan Cheng · 19 years ago
  16. 81cf60f A initialized global variable cannot be extern weak. However, if a global value's initializer is itself a external weak symbol, emit the weak reference. by Evan Cheng · 19 years ago
  17. 1c45a66 Darwin PPC external weak linkage support. by Evan Cheng · 19 years ago
  18. 6d7d310 Minor code clean up. by Evan Cheng · 19 years ago
  19. de97f9c Fix indentation. by Evan Cheng · 19 years ago
  20. f532c4f Darwin X86 external weak linkage support. by Evan Cheng · 19 years ago
  21. be737bb new testcase to verify external weak continues to work by Chris Lattner · 19 years ago
  22. 772aa15 new testcase for PR1027 by Chris Lattner · 19 years ago
  23. 7da3bde Fix a typo introduced by the cast patch that horribly broke a lot of vector by Chris Lattner · 19 years ago
  24. a2f99b6 new testcase by Chris Lattner · 19 years ago
  25. b8611ec Don't fold "ptrtoint GV to bool" since this should be doing a truncate not by Reid Spencer · 19 years ago
  26. 1a3d05d Define the HAVE_PTHREAD symbol. by Reid Spencer · 19 years ago
  27. 5bab386 The InstCombine hack has been removed, no need to XFAIL this any more. by Reid Spencer · 19 years ago
  28. 70fa493 Fix the CodeGen/PowerPC/vec_constants.ll regression. by Chris Lattner · 19 years ago
  29. 1a7f6ff Remove extra header. by Nick Lewycky · 19 years ago
  30. 5cbc63e Fix opt -o option. Don't pass a pointer to an auto variable which is going by Nick Lewycky · 19 years ago
  31. 1000b73 For PR1019: by Reid Spencer · 19 years ago
  32. 481169e Regenerate. by Reid Spencer · 19 years ago
  33. 78ee7b7 Introducing external weak linkage. Darwin codegen should be added later. by Anton Korobeynikov · 19 years ago
  34. 44c030a Remove 4 FIXMEs to hack around cast-to-bool problems which no longer exist. by Reid Spencer · 19 years ago
  35. 7784ebc Factor out GVRequiresExtraLoad() from .h to .cpp by Anton Korobeynikov · 19 years ago
  36. a5cb564 Add X86-64 load / store codegen tests. by Evan Cheng · 19 years ago
  37. 0085a28 - Use a different wrapper node for RIP-relative GV, etc. by Evan Cheng · 19 years ago
  38. 2bbff6d better check for version by Jim Laskey · 19 years ago
  39. d0a6a7a make it clear that this is always a zext by Chris Lattner · 19 years ago
  40. 6e8fbad One more bugfix, 3 cases of making casts explicit. by Chris Lattner · 19 years ago
  41. 9a989f0 Fix a bug in globalopt due to the recent cast patch. by Chris Lattner · 19 years ago
  42. 96839be Allow llvm-upgrade to read from stdin. Configure the lexer for reading by Reid Spencer · 19 years ago
  43. 56918c8 Add compile unit size test by Jim Laskey · 19 years ago
  44. ef45529 Correct comment by Jim Laskey · 19 years ago
  45. dd347eb Pubnames test by Jim Laskey · 19 years ago
  46. fe79381 Update docs by Jim Laskey · 19 years ago
  47. 2172f96 Change global descriptor names to provide name, full name and linkage name. by Jim Laskey · 19 years ago
  48. 749b01d Temp fix to deal gdb issue. by Jim Laskey · 19 years ago
  49. 12a4478 MachineInstr::setOpcode -> MachineInstr::setInstrDescriptor by Evan Cheng · 19 years ago
  50. 6430bf0 Remove the ugly SPARCV9 TargetInstrDescriptors hack. by Evan Cheng · 19 years ago
  51. 67f660c - MachineInstr now keeps a ptr to TargetInstrDescriptor instead of Opcode. by Evan Cheng · 19 years ago
  52. e8776d8 Ignore generated files. by Reid Spencer · 19 years ago
  53. e7c3c60 Initial, non-functional, version of llvm-upgrade. This version just echos by Reid Spencer · 19 years ago
  54. 20833e3 New LSR test case. by Evan Cheng · 19 years ago
  55. c8306bd In PIC mode, GV not requiring an extra load can be used as address immediate. by Evan Cheng · 19 years ago
  56. 4946399 Clean up. by Evan Cheng · 19 years ago
  57. d0ff02c Fix for PR1018 - Better support for X86-64 Linux in small code model. by Evan Cheng · 19 years ago
  58. 95e6eff Get the delegation right for InstVisitor. by Reid Spencer · 19 years ago
  59. 15eb329 Fix bug codegen'ing FP constant vectors with integer splats. Make sure the by Chris Lattner · 19 years ago
  60. 7e68724 new testcase by Chris Lattner · 19 years ago
  61. 6a16c5a Avoid inifinite looping if READCYCLECOUNTER isn't custom lowered. by Evan Cheng · 19 years ago
  62. 36729dd Eliminate unnecessary scopes. by Jim Laskey · 19 years ago
  63. 619965d Offset for load of 32-bit arg in 64-bit world was incorrect. by Jim Laskey · 19 years ago
  64. cdc70ce Add x86-64 llvm.readcyclecounter test. by Evan Cheng · 19 years ago
  65. 3fa9dff Custom lower READCYCLECOUNTER for x86-64. by Evan Cheng · 19 years ago
  66. f0b3ba6 Allow target to custom lower READCYCLECOUNTER (when it doesn't have to be expanded). by Evan Cheng · 19 years ago
  67. b27c480 Fix test. by Evan Cheng · 19 years ago
  68. a90ba6c Oops! didn't mean to put this in there yet. by Bill Wendling · 19 years ago
  69. 641c523 done by Chris Lattner · 19 years ago
  70. 71d8f4d new bswap idiom by Chris Lattner · 19 years ago
  71. 46b9605 implement cast.ll:test35. With this, we recognize: by Chris Lattner · 19 years ago
  72. 6478b2f new testcase by Chris Lattner · 19 years ago
  73. 6aa5eb1 Teach instcombine to turn trunc(srl x, c) -> srl (trunc(x), c) when safe. by Chris Lattner · 19 years ago
  74. 41e2103 new testcase by Chris Lattner · 19 years ago
  75. f4d4d9a This fails on mainline. by Chris Lattner · 19 years ago
  76. 458cf46 Implement Regression/Transforms/InstCombine/bswap-fold.ll, by Chris Lattner · 19 years ago
  77. 5b4c958 new testcase, bswaps should be eliminated. by Chris Lattner · 19 years ago
  78. b4809b2 16-byte stack alignment for X86-64 ELF. Patch by Dan Gohman. by Evan Cheng · 19 years ago
  79. f3e486e Fix for PR1023 by Dan Gohman. by Evan Cheng · 19 years ago
  80. 901bf34 Add test cases for PR1022, 1023. by Evan Cheng · 19 years ago
  81. 5d52135 Upgrade the ugly darwin 64-bit bswap idiom (bswap %eax / bswap %edx / by Chris Lattner · 19 years ago
  82. a5a57d6 Fix for PR1022 (folding loads of static initializers) by Dan Gohman. by Evan Cheng · 19 years ago
  83. 625bd05 Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with the by Chris Lattner · 19 years ago
  84. 8d89281 WTF? These weird newlines got in there... by Bill Wendling · 19 years ago
  85. 3f7927c add a hook to allow targets to hack on inline asms to lower them to llvm by Chris Lattner · 19 years ago
  86. de33124 Join a split line. by Reid Spencer · 19 years ago
  87. bdc679d Converted to using llvm streams instead of <iostream>s by Bill Wendling · 19 years ago
  88. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  89. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
  90. d966623 Support for llvm_ostreams. by Bill Wendling · 19 years ago
  91. f45148e gcc doesn't like an empty colbber list by Andrew Lenharth · 19 years ago
  92. a21900d Use ostream instead of iostream by Bill Wendling · 19 years ago
  93. a09362e Use llvm streams instead of <iostream> by Bill Wendling · 19 years ago
  94. 3e3bcbf Removed #include <iostream> and used llvm streams by Bill Wendling · 19 years ago
  95. 6f81b51 Removed some of the iostream #includes. Moved towards converting to using by Bill Wendling · 19 years ago
  96. c0ac317 Support for llvm streams. by Bill Wendling · 19 years ago
  97. d5b58c2 Add a helper function by Chris Lattner · 19 years ago
  98. 3057979 Identities are default now by Andrew Lenharth · 19 years ago
  99. 85f2228 Make identity default, and fix PR1020 by Andrew Lenharth · 19 years ago
  100. b5ebf15 Added a temporary hack to get the llvm-streams to work for future checkins. by Bill Wendling · 19 years ago