1. 3da59db For PR950: by Reid Spencer · 18 years ago
  2. fe6b146 Removed #include <iostream> and replace with llvm_* streams. by Bill Wendling · 18 years ago
  3. 0d45a09 Remove #include <iostream> and use llvm_* streams instead. by Bill Wendling · 18 years ago
  4. 0a81aac Replace #include <iostream> with llvm_* streams. by Bill Wendling · 18 years ago
  5. b742703 Removed #include <iostream> and replaced with llvm_* streams. by Bill Wendling · 18 years ago
  6. 62c804a Removed #include <iostream> and used the llvm_cerr/DOUT streams instead. by Bill Wendling · 18 years ago
  7. f525eb9 fix storing bools to mem and unordered FP ops by Duraid Madina · 18 years ago
  8. 9df1246 Make the absolute/relative tolerance information easier to read/understand. by Reid Spencer · 18 years ago
  9. 24652d1 Add newline at end of file. by Reid Spencer · 18 years ago
  10. 565706b Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 18 years ago
  11. 13c654a This xform is handled by FoldOpIntoPhi in visitCastInst in a more elegant way. by Chris Lattner · 18 years ago
  12. 12c49af Refactored *GVRequiresExtraLoad() to Subtarget method. by Anton Korobeynikov · 18 years ago
  13. e9c9f98 in ppc64-mode, don't allocate the 32-bit version of r13 either. by Chris Lattner · 18 years ago
  14. 0374248 Global label not handled correctly. by Jim Laskey · 18 years ago
  15. bdc571b r13 is the thread pointer on darwin/ppc64, don't allocate it. by Chris Lattner · 18 years ago
  16. 3b6f497 Fix codegen for x86-64 on systems (like ppc or i386) that don't have 64-bit by Chris Lattner · 18 years ago
  17. 32ba1aa Fix PR1011 and CodeGen/Generic/2006-11-20-DAGCombineCrash.ll by Chris Lattner · 18 years ago
  18. a138c6c setOperand should not zap the operand list or add implicit operands to an by Chris Lattner · 18 years ago
  19. a598685 We should perform extra load for dllimported calls by Anton Korobeynikov · 18 years ago
  20. 45fb3f3 For PR950: by Reid Spencer · 18 years ago
  21. 36699ca For PR950: by Reid Spencer · 18 years ago
  22. 4b10591 Don't transform in another bad case: if the block is empty, it should be by Chris Lattner · 18 years ago
  23. f10a56a Fix another case we *don't* want to do this xform. by Chris Lattner · 18 years ago
  24. 1ccc468 Implement operator<< for machine basic blocks to make it easier to dump them. by Chris Lattner · 18 years ago
  25. 154e104 make the previous change more aggressive, moving any block with no fallthrough. by Chris Lattner · 18 years ago
  26. a7bef4a Minor code layout tweak: if we have something like this: by Chris Lattner · 18 years ago
  27. 822a879 Do not convert massive blocks on phi nodes into select statements. Instead by Chris Lattner · 18 years ago
  28. 967413f Have ConstantExprs upgrade opcodes the same way as instructions. by Reid Spencer · 18 years ago
  29. b1eb987 on ppc64, float arguments take 8-byte stack slots not 4-byte stack slots. by Chris Lattner · 18 years ago
  30. ff79089 make sure to safe LR8 in the right stack slot for PPC64 by Chris Lattner · 18 years ago
  31. 566c1b1 Pretty print 'rldicr r2, r2, 2, 61' as 'sldi r2, r2, 2'. by Chris Lattner · 18 years ago
  32. 54e853b Rewrite the branch selector to be correct in the face of large functions. by Chris Lattner · 18 years ago
  33. d527515 add encoding for BCC, after finally wrestling strange ppc/tblgen endianness by Chris Lattner · 18 years ago
  34. 18258c6 convert PPC::BCC to use the 'pred' operand instead of separate predicate by Chris Lattner · 18 years ago
  35. 289c2d5 rename PPC::COND_BRANCH to PPC::BCC by Chris Lattner · 18 years ago
  36. df4ed63 start using PPC predicates more consistently. by Chris Lattner · 18 years ago
  37. b1409ce For unsigned 8-bit division. Use movzbw to set the lower 8 bits of AX while by Evan Cheng · 18 years ago
  38. 9dea41d Hopefully a good crack at making debugging work on intel -disable-fp-elim. by Jim Laskey · 18 years ago
  39. d6fa8c1 Assert unhandled case. by Jim Laskey · 18 years ago
  40. 2ff5cdb 1. Ignore the -disable-fp-elim when the routine is a leaf. by Jim Laskey · 18 years ago
  41. c1c2f4b Typo. Fix the nightly tests. by Jim Laskey · 18 years ago
  42. 5f64a16 Fixing the ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1 build. by Jim Laskey · 18 years ago
  43. ab41c3e Moved definition of llvm_ostream wrappers to the Streams.cpp file. by Bill Wendling · 18 years ago
  44. e562ed1 Added wrappers for the std::cerr/std::cout objects. The wrappers will by Bill Wendling · 18 years ago
  45. 0231982 Needed <iostream> for now. by Bill Wendling · 18 years ago
  46. 6d99777 Needs the iostream include. by Bill Wendling · 18 years ago
  47. 2e3def1 Removed iostream #includes. Replaced std::cerr with DOUT. by Bill Wendling · 18 years ago
  48. 6345d75 Removed even more std::cerr and #include <iostream> things. by Bill Wendling · 18 years ago
  49. 9be7ac1 Replaced DEBUG(std::cerr with DOUT. by Bill Wendling · 18 years ago
  50. 5294fb0 Replace DEBUG(std::cerr with DOUT. Removed some iostream #includes. by Bill Wendling · 18 years ago
  51. 0cb83fc Removed unneeded <iostream> #include. by Bill Wendling · 18 years ago
  52. 020f714 If an indvar with a variable stride is used by the exit condition, go ahead by Chris Lattner · 18 years ago
  53. b2b9c20 More removal of std::cerr and DEBUG, replacing with DOUT instead. by Bill Wendling · 18 years ago
  54. 280b714 implement a todo: change a map into a vector by Chris Lattner · 18 years ago
  55. 54fcc7f Replace std::cerr uses of the "DEBUG" macro with "DOUT" instead. Removes by Bill Wendling · 18 years ago
  56. 8781466 fix typo by Chris Lattner · 18 years ago
  57. 1ea783f Added "DOUT" macro. This is used as a replacement for the std::cerr by Bill Wendling · 18 years ago
  58. e28a12a implicit_def_vrrc doesn't generate code. by Chris Lattner · 18 years ago
  59. 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
  60. e23fc60 Fix a potential bug: MOVPDI2DI, etc. are not copy instructions. by Evan Cheng · 18 years ago
  61. 2f616bf by Jim Laskey · 18 years ago
  62. 1b0a2d8 fix a regression that I introduced. stdu should scale the offset by 4 by Chris Lattner · 18 years ago
  63. 73b0094 Align stubs on 4 byte boundary. This fixes 447.dealII. by Evan Cheng · 18 years ago
  64. 00e5330 *** empty log message *** by Bill Wendling · 18 years ago
  65. 9a1e9b9 Allow target to specify alignment for function stub. by Evan Cheng · 18 years ago
  66. ce9a576 Match MachineCodeEmitter changes. by Evan Cheng · 18 years ago
  67. cb53595 add a statistic by Chris Lattner · 18 years ago
  68. beeb77f Don't recompute getNumOperands for each iteration. by Bill Wendling · 18 years ago
  69. 01352aa Added a new method "CreateNewLiveInterval" which, given a list of by Bill Wendling · 18 years ago
  70. 0403862 fix broken encoding by Chris Lattner · 18 years ago
  71. e01eaa0 enable the branch folding pass for the JIT. by Chris Lattner · 18 years ago
  72. 80df01d add ppc64 r+i stores with update. by Chris Lattner · 18 years ago
  73. 74531e4 add patterns for ppc32 preinc stores. ppc64 next. by Chris Lattner · 18 years ago
  74. ef20fef switch these back to the 'bad old way' by Chris Lattner · 18 years ago
  75. cc47021 Fix an incorrectly inverted condition. by Evan Cheng · 18 years ago
  76. 5e797a5b Fix ppc64 epilog bug. by Chris Lattner · 18 years ago
  77. 8e28b5c Stop using isTwoAddress, switching to operand constraints instead. by Chris Lattner · 18 years ago
  78. fa326c7 add a new field needed by the code emitter generator. by Chris Lattner · 18 years ago
  79. 6ce7dc2 Properly transfer kill / dead info. by Evan Cheng · 18 years ago
  80. ddd2a45 Kill / dead info has been moved to MI's. by Evan Cheng · 18 years ago
  81. ff608a7 commuteInstruction should propagate kill / dead info. by Evan Cheng · 18 years ago
  82. ddee842 Match live variable changes. by Evan Cheng · 18 years ago
  83. 6b2c05f Minor updates. by Evan Cheng · 18 years ago
  84. 9a1956a A register def can be partially dead when the whole register has use(s) but a subreg does not. by Evan Cheng · 18 years ago
  85. a6c4c1e Do away with kill / dead maps. Move kill / dead info onto MI's. by Evan Cheng · 18 years ago
  86. 0851b4f fix ldu/stu jit encoding. Swith 64-bit preinc load instrs to use memri by Chris Lattner · 18 years ago
  87. 214ca23 Add run(Function &F) support in FunctionPassManager_New by Devang Patel · 18 years ago
  88. b71fd78 Simplify IntrinsicLowering and clarify that it is only for use by the by Chris Lattner · 18 years ago
  89. d6842e4 Remove unneeded forward decls by Chris Lattner · 18 years ago
  90. 43193d6 remove dead #include by Chris Lattner · 18 years ago
  91. 5e14b82 Fix the PPC regressions last night by Chris Lattner · 18 years ago
  92. d23b5ba Fix a gcc 4.2 warning. by Chris Lattner · 18 years ago
  93. f8e07f4 Switch loads over to use memri as the operand instead of a reg/imm operand by Chris Lattner · 18 years ago
  94. 8619678 Tidy up marking of last analysis user pass. by Devang Patel · 18 years ago
  95. 3799f97 Add doInitialization and doFinalization support in FunctionManager_New. by Devang Patel · 18 years ago
  96. abb8105 Do not derive CommonPassManagerImpl from Pass. by Devang Patel · 18 years ago
  97. 2f42ed6 Copy initializeAnalysisImpl() implementation from PassManagerT. by Devang Patel · 18 years ago
  98. 3cdd9f6 Revert. This wasn't meant to be checked in. by Evan Cheng · 18 years ago
  99. 26e552b group load and store instructions together. No functionality change. by Chris Lattner · 18 years ago
  100. fc14b31 Fix predicates for unindexed stores so they don't accidentally match indexed by Chris Lattner · 18 years ago