1. 134693a Fixed typo by Tanya Lattner · 18 years ago
  2. f7b6be0 Adding 1.9 release and removing references to cfrontend by Tanya Lattner · 18 years ago
  3. c9aee64 Changing cfrontend dir to llvm-gcc3.4 as the example. by Tanya Lattner · 18 years ago
  4. 45fb3f3 For PR950: by Reid Spencer · 18 years ago
  5. 36699ca For PR950: by Reid Spencer · 18 years ago
  6. b7f2628 Corrections from review. by Reid Spencer · 18 years ago
  7. 4b10591 Don't transform in another bad case: if the block is empty, it should be by Chris Lattner · 18 years ago
  8. f10a56a Fix another case we *don't* want to do this xform. by Chris Lattner · 18 years ago
  9. 36d68e4 Update a reference to the old setcc instruction. by Reid Spencer · 18 years ago
  10. f3a70a6 For PR950: by Reid Spencer · 18 years ago
  11. 9b9cc5a MachineInstr includes this by Chris Lattner · 18 years ago
  12. 1ccc468 Implement operator<< for machine basic blocks to make it easier to dump them. by Chris Lattner · 18 years ago
  13. 154e104 make the previous change more aggressive, moving any block with no fallthrough. by Chris Lattner · 18 years ago
  14. a7bef4a Minor code layout tweak: if we have something like this: by Chris Lattner · 18 years ago
  15. 822a879 Do not convert massive blocks on phi nodes into select statements. Instead by Chris Lattner · 18 years ago
  16. e6cc288 converting massive blocks of phis into selects like this is silly. by Chris Lattner · 18 years ago
  17. 161a2fb Make the awk filter print out which files its eliminating. by Reid Spencer · 18 years ago
  18. 35d958c This is a utility for preparing patches against LLVM. It runs cvs diff with by Reid Spencer · 18 years ago
  19. 5b31cf0 Provide a list of gccld optimization switches. by Reid Spencer · 18 years ago
  20. 52d0d66 Fix bugs in this. What was I thinking??? :) by Reid Spencer · 18 years ago
  21. 9413de3 Movind newly-intorudced dll* linkage stuff & windows CC to "supported" list by Anton Korobeynikov · 18 years ago
  22. c53e506 fix bug by Chris Lattner · 18 years ago
  23. 2629922 first draft of 1.9 release notes by Chris Lattner · 18 years ago
  24. 64fc341 Fail even if opt doesn't print anything. by Reid Spencer · 18 years ago
  25. 1faa549 Add a simple test to make sure getModRefInfo is 1/2 way sane. by Reid Spencer · 18 years ago
  26. 967413f Have ConstantExprs upgrade opcodes the same way as instructions. by Reid Spencer · 18 years ago
  27. b1eb987 on ppc64, float arguments take 8-byte stack slots not 4-byte stack slots. by Chris Lattner · 18 years ago
  28. ff79089 make sure to safe LR8 in the right stack slot for PPC64 by Chris Lattner · 18 years ago
  29. 566c1b1 Pretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2, 2'. by Chris Lattner · 18 years ago
  30. 54e853b Rewrite the branch selector to be correct in the face of large functions. by Chris Lattner · 18 years ago
  31. d527515 add encoding for BCC, after finally wrestling strange ppc/tblgen endianness by Chris Lattner · 18 years ago
  32. 18258c6 convert PPC::BCC to use the 'pred' operand instead of separate predicate by Chris Lattner · 18 years ago
  33. 289c2d5 rename PPC::COND_BRANCH to PPC::BCC by Chris Lattner · 18 years ago
  34. df4ed63 start using PPC predicates more consistently. by Chris Lattner · 18 years ago
  35. b1409ce For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while by Evan Cheng · 18 years ago
  36. 9dea41d Hopefully a good crack at making debugging work on intel -disable-fp-elim. by Jim Laskey · 18 years ago
  37. 7d689e8 Add a x86-64 test case: movb %sil, %ah is illegal. by Evan Cheng · 18 years ago
  38. d6fa8c1 Assert unhandled case. by Jim Laskey · 18 years ago
  39. ba89024 Case sensitive not. by Jim Laskey · 18 years ago
  40. a44fea3 Check for MaxAlign. by Jim Laskey · 18 years ago
  41. 64c32dd Tests to verify PowerPC ABI. by Jim Laskey · 18 years ago
  42. 2ff5cdb 1. Ignore the -disable-fp-elim when the routine is a leaf. by Jim Laskey · 18 years ago
  43. c1c2f4b Typo. Fix the nightly tests. by Jim Laskey · 18 years ago
  44. 5f64a16 Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. by Jim Laskey · 18 years ago
  45. a089d44 Need <iostream> for the time being. by Bill Wendling · 18 years ago
  46. 31bf2b4 Need iostream to be included for the time being. by Bill Wendling · 18 years ago
  47. ab41c3e Moved definition of llvm_ostream wrappers to the Streams.cpp file. by Bill Wendling · 18 years ago
  48. 52883e7 Used llvm_ostream instead of std::ostream objects. This will reduce use by Bill Wendling · 18 years ago
  49. e562ed1 Added wrappers for the std::cerr/std::cout objects. The wrappers will by Bill Wendling · 18 years ago
  50. 0231982 Needed <iostream> for now. by Bill Wendling · 18 years ago
  51. 6d99777 Needs the iostream include. by Bill Wendling · 18 years ago
  52. 2e3def1 Removed iostream #includes. Replaced std::cerr with DOUT. by Bill Wendling · 18 years ago
  53. 6345d75 Removed even more std::cerr and #include <iostream> things. by Bill Wendling · 18 years ago
  54. 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 18 years ago
  55. 5294fb0 Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 18 years ago
  56. 0cb83fc Removed unneeded <iostream> #include. by Bill Wendling · 18 years ago
  57. 020f714 If an indvar with a variable stride is used by the exit condition, go ahead by Chris Lattner · 18 years ago
  58. fea05b4 New testcase. by Chris Lattner · 18 years ago
  59. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  60. b2b9c20 More removal of std::cerr and DEBUG, replacing with DOUT instead. by Bill Wendling · 18 years ago
  61. 280b714 implement a todo: change a map into a vector by Chris Lattner · 18 years ago
  62. fb1aab0 Add opcode to TargetInstrDescriptor. by Evan Cheng · 18 years ago
  63. a72ac42 #ifndef NDEBUG the "if (Stream) ..." stuff. by Bill Wendling · 18 years ago
  64. 33247d5 Add opcode to TargetInstrDescriptor. by Evan Cheng · 18 years ago
  65. 8ea7c52 Adjusted the // comments so that doxygen picks them up. by Bill Wendling · 18 years ago
  66. 54fcc7f Replace std::cerr uses of the "DEBUG" macro with "DOUT" instead. Removes by Bill Wendling · 18 years ago
  67. 8781466 fix typo by Chris Lattner · 18 years ago
  68. 1ea783f Added "DOUT" macro. This is used as a replacement for the std::cerr by Bill Wendling · 18 years ago
  69. e28a12a implicit_def_vrrc doesn't generate code. by Chris Lattner · 18 years ago
  70. 100e78c New test case. by Evan Cheng · 18 years ago
  71. ebf01d6 Correct instructions for moving data between GR64 and SSE registers; also correct load i64 / store i64 from v2i64. by Evan Cheng · 18 years ago
  72. e23fc60 Fix a potential bug: MOVPDI2DI, etc. are not copy instructions. by Evan Cheng · 18 years ago
  73. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  74. 2f616bf by Jim Laskey · 18 years ago
  75. 1b0a2d8 fix a regression that I introduced. stdu should scale the offset by 4 by Chris Lattner · 18 years ago
  76. 73b0094 Align stubs on 4 byte boundary. This fixes 447.dealII. by Evan Cheng · 18 years ago
  77. 00e5330 *** empty log message *** by Bill Wendling · 18 years ago
  78. 9a1e9b9 Allow target to specify alignment for function stub. by Evan Cheng · 18 years ago
  79. ce9a576 Match MachineCodeEmitter changes. by Evan Cheng · 18 years ago
  80. a8c3ff4 Use a release version of bugpoint, if found. Include gccld passes. by Reid Spencer · 18 years ago
  81. cb53595 add a statistic by Chris Lattner · 18 years ago
  82. 0ca558f Cleaned up the document. Added "doc_code" divisions for code examples. by Bill Wendling · 18 years ago
  83. beeb77f Don't recompute getNumOperands for each iteration. by Bill Wendling · 18 years ago
  84. 1bcf7a3 Added "removeRange", which takes and removes an entire LiveRange. by Bill Wendling · 18 years ago
  85. 01352aa Added a new method "CreateNewLiveInterval" which, given a list of by Bill Wendling · 18 years ago
  86. 027f388 make this harder by Chris Lattner · 18 years ago
  87. 0403862 fix broken encoding by Chris Lattner · 18 years ago
  88. e01eaa0 enable the branch folding pass for the JIT. by Chris Lattner · 18 years ago
  89. 80df01d add ppc64 r+i stores with update. by Chris Lattner · 18 years ago
  90. 74531e4 add patterns for ppc32 preinc stores. ppc64 next. by Chris Lattner · 18 years ago
  91. ef20fef switch these back to the 'bad old way' by Chris Lattner · 18 years ago
  92. cc47021 Fix an incorrectly inverted condition. by Evan Cheng · 18 years ago
  93. dbf5883 ChangeToRegister should clear IsImp bit. by Evan Cheng · 18 years ago
  94. 5e797a5b Fix ppc64 epilog bug. by Chris Lattner · 18 years ago
  95. 8e28b5c Stop using isTwoAddress, switching to operand constraints instead. by Chris Lattner · 18 years ago
  96. f64f9a4 Remove the isTwoAddress property from the CodeGenInstruction class. It should by Chris Lattner · 18 years ago
  97. fa326c7 add a new field needed by the code emitter generator. by Chris Lattner · 18 years ago
  98. 166f45e Fix typo pointed out by Bryan Adams by Chris Lattner · 18 years ago
  99. 6ce7dc2 Properly transfer kill / dead info. by Evan Cheng · 18 years ago
  100. ddd2a45 Kill / dead info has been moved to MI's. by Evan Cheng · 18 years ago