1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. 5fed9b9 Don't use bitcast yet! by Reid Spencer · 18 years ago
  3. 0270546 Make this test case easier to read. No functional changes. by Reid Spencer · 18 years ago
  4. fe6b146 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 18 years ago
  5. 7fe9518 Add method that will take a function pointer so that it can handle things by Bill Wendling · 18 years ago
  6. 0d45a09 Remove #include <iostream> and use llvm_* streams instead. by Bill Wendling · 18 years ago
  7. 0a81aac Replace #include <iostream> with llvm_* streams. by Bill Wendling · 18 years ago
  8. b742703 Removed #include <iostream> and replaced with llvm_* streams. by Bill Wendling · 18 years ago
  9. 62c804a Removed #include <iostream> and used the llvm_cerr/DOUT streams instead. by Bill Wendling · 18 years ago
  10. f525eb9 fix storing bools to mem and unordered FP ops by Duraid Madina · 18 years ago
  11. 9df1246 Make the absolute/relative tolerance information easier to read/understand. by Reid Spencer · 18 years ago
  12. 24652d1 Add newline at end of file. by Reid Spencer · 18 years ago
  13. ba07a69 Only show the first few lines of difference. by Reid Spencer · 18 years ago
  14. 2bae1f5 Add an option to enable lli (interpreter mode) testing. by Reid Spencer · 18 years ago
  15. 0b44d6c Fix some typos. by Reid Spencer · 18 years ago
  16. e5d4efa Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and by Reid Spencer · 18 years ago
  17. 565706b Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 18 years ago
  18. 6d0fbd4 Stop early if there is no mis-optimization. by Reid Spencer · 18 years ago
  19. b52818e Documented the --disable-compression option in gccld and gccas. by John Criswell · 18 years ago
  20. d452599 Added the --disable-compression option which controls whether the by John Criswell · 18 years ago
  21. 13c654a This xform is handled by FoldOpIntoPhi in visitCastInst in a more elegant way. by Chris Lattner · 18 years ago
  22. 12c49af Refactored *GVRequiresExtraLoad() to Subtarget method. by Anton Korobeynikov · 18 years ago
  23. e04bf54 Test for PR1013. by Jim Laskey · 18 years ago
  24. bdde0d9 new testcase by Chris Lattner · 18 years ago
  25. e9c9f98 in ppc64-mode, don't allocate the 32-bit version of r13 either. by Chris Lattner · 18 years ago
  26. 0374248 Global label not handled correctly. by Jim Laskey · 18 years ago
  27. bdc571b r13 is the thread pointer on darwin/ppc64, don't allocate it. by Chris Lattner · 18 years ago
  28. 1dcf5e8 Fix PR1005 by Chris Lattner · 18 years ago
  29. f7560ed Fix PR1001, patch by Nikhil Patil! by Chris Lattner · 18 years ago
  30. 3b6f497 Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit by Chris Lattner · 18 years ago
  31. 32ba1aa Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll by Chris Lattner · 18 years ago
  32. f2d2a5a Testcase for PR1011 by Chris Lattner · 18 years ago
  33. a138c6c setOperand should not zap the operand list or add implicit operands to an by Chris Lattner · 18 years ago
  34. aa9c549 Testcase for pr1012 by Chris Lattner · 18 years ago
  35. a598685 We should perform extra load for dllimported calls by Anton Korobeynikov · 18 years ago
  36. 134693a Fixed typo by Tanya Lattner · 18 years ago
  37. f7b6be0 Adding 1.9 release and removing references to cfrontend by Tanya Lattner · 18 years ago
  38. c9aee64 Changing cfrontend dir to llvm-gcc3.4 as the example. by Tanya Lattner · 18 years ago
  39. 45fb3f3 For PR950: by Reid Spencer · 18 years ago
  40. 36699ca For PR950: by Reid Spencer · 18 years ago
  41. b7f2628 Corrections from review. by Reid Spencer · 18 years ago
  42. 4b10591 Don't transform in another bad case: if the block is empty, it should be by Chris Lattner · 18 years ago
  43. f10a56a Fix another case we *don't* want to do this xform. by Chris Lattner · 18 years ago
  44. 36d68e4 Update a reference to the old setcc instruction. by Reid Spencer · 18 years ago
  45. f3a70a6 For PR950: by Reid Spencer · 18 years ago
  46. 9b9cc5a MachineInstr includes this by Chris Lattner · 18 years ago
  47. 1ccc468 Implement operator<< for machine basic blocks to make it easier to dump them. by Chris Lattner · 18 years ago
  48. 154e104 make the previous change more aggressive, moving any block with no fallthrough. by Chris Lattner · 18 years ago
  49. a7bef4a Minor code layout tweak: if we have something like this: by Chris Lattner · 18 years ago
  50. 822a879 Do not convert massive blocks on phi nodes into select statements. Instead by Chris Lattner · 18 years ago
  51. e6cc288 converting massive blocks of phis into selects like this is silly. by Chris Lattner · 18 years ago
  52. 161a2fb Make the awk filter print out which files its eliminating. by Reid Spencer · 18 years ago
  53. 35d958c This is a utility for preparing patches against LLVM. It runs cvs diff with by Reid Spencer · 18 years ago
  54. 5b31cf0 Provide a list of gccld optimization switches. by Reid Spencer · 18 years ago
  55. 52d0d66 Fix bugs in this. What was I thinking??? :) by Reid Spencer · 18 years ago
  56. 9413de3 Movind newly-intorudced dll* linkage stuff & windows CC to "supported" list by Anton Korobeynikov · 18 years ago
  57. c53e506 fix bug by Chris Lattner · 18 years ago
  58. 2629922 first draft of 1.9 release notes by Chris Lattner · 18 years ago
  59. 64fc341 Fail even if opt doesn't print anything. by Reid Spencer · 18 years ago
  60. 1faa549 Add a simple test to make sure getModRefInfo is 1/2 way sane. by Reid Spencer · 18 years ago
  61. 967413f Have ConstantExprs upgrade opcodes the same way as instructions. by Reid Spencer · 18 years ago
  62. b1eb987 on ppc64, float arguments take 8-byte stack slots not 4-byte stack slots. by Chris Lattner · 18 years ago
  63. ff79089 make sure to safe LR8 in the right stack slot for PPC64 by Chris Lattner · 18 years ago
  64. 566c1b1 Pretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2, 2'. by Chris Lattner · 18 years ago
  65. 54e853b Rewrite the branch selector to be correct in the face of large functions. by Chris Lattner · 18 years ago
  66. d527515 add encoding for BCC, after finally wrestling strange ppc/tblgen endianness by Chris Lattner · 18 years ago
  67. 18258c6 convert PPC::BCC to use the 'pred' operand instead of separate predicate by Chris Lattner · 18 years ago
  68. 289c2d5 rename PPC::COND_BRANCH to PPC::BCC by Chris Lattner · 18 years ago
  69. df4ed63 start using PPC predicates more consistently. by Chris Lattner · 18 years ago
  70. b1409ce For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while by Evan Cheng · 18 years ago
  71. 9dea41d Hopefully a good crack at making debugging work on intel -disable-fp-elim. by Jim Laskey · 18 years ago
  72. 7d689e8 Add a x86-64 test case: movb %sil, %ah is illegal. by Evan Cheng · 18 years ago
  73. d6fa8c1 Assert unhandled case. by Jim Laskey · 18 years ago
  74. ba89024 Case sensitive not. by Jim Laskey · 18 years ago
  75. a44fea3 Check for MaxAlign. by Jim Laskey · 18 years ago
  76. 64c32dd Tests to verify PowerPC ABI. by Jim Laskey · 18 years ago
  77. 2ff5cdb 1. Ignore the -disable-fp-elim when the routine is a leaf. by Jim Laskey · 18 years ago
  78. c1c2f4b Typo. Fix the nightly tests. by Jim Laskey · 18 years ago
  79. 5f64a16 Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. by Jim Laskey · 18 years ago
  80. a089d44 Need <iostream> for the time being. by Bill Wendling · 18 years ago
  81. 31bf2b4 Need iostream to be included for the time being. by Bill Wendling · 18 years ago
  82. ab41c3e Moved definition of llvm_ostream wrappers to the Streams.cpp file. by Bill Wendling · 18 years ago
  83. 52883e7 Used llvm_ostream instead of std::ostream objects. This will reduce use by Bill Wendling · 18 years ago
  84. e562ed1 Added wrappers for the std::cerr/std::cout objects. The wrappers will by Bill Wendling · 18 years ago
  85. 0231982 Needed <iostream> for now. by Bill Wendling · 18 years ago
  86. 6d99777 Needs the iostream include. by Bill Wendling · 18 years ago
  87. 2e3def1 Removed iostream #includes. Replaced std::cerr with DOUT. by Bill Wendling · 18 years ago
  88. 6345d75 Removed even more std::cerr and #include <iostream> things. by Bill Wendling · 18 years ago
  89. 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 18 years ago
  90. 5294fb0 Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 18 years ago
  91. 0cb83fc Removed unneeded <iostream> #include. by Bill Wendling · 18 years ago
  92. 020f714 If an indvar with a variable stride is used by the exit condition, go ahead by Chris Lattner · 18 years ago
  93. fea05b4 New testcase. by Chris Lattner · 18 years ago
  94. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  95. b2b9c20 More removal of std::cerr and DEBUG, replacing with DOUT instead. by Bill Wendling · 18 years ago
  96. 280b714 implement a todo: change a map into a vector by Chris Lattner · 18 years ago
  97. fb1aab0 Add opcode to TargetInstrDescriptor. by Evan Cheng · 18 years ago
  98. a72ac42 #ifndef NDEBUG the "if (Stream) ..." stuff. by Bill Wendling · 18 years ago
  99. 33247d5 Add opcode to TargetInstrDescriptor. by Evan Cheng · 18 years ago
  100. 8ea7c52 Adjusted the // comments so that doxygen picks them up. by Bill Wendling · 18 years ago