1. 7fed45e Create an option to turn off generation of fcmp instructions while still by Reid Spencer · 18 years ago
  2. d422db8 Manually convert this to new assembly. by Reid Spencer · 18 years ago
  3. 6b538cf Provide a getOpcode() method on CmpInst to ensure the opcode is returned by Reid Spencer · 18 years ago
  4. 7d3223e Initialize {Min|Max}CSFrameIndex properly. by Evan Cheng · 18 years ago
  5. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  6. 85c671b Fix i64 uint_to_fp on ppc64 by Chris Lattner · 18 years ago
  7. 51cdcd1 MI keeps a ptr of TargetInstrDescriptor, use it. by Evan Cheng · 18 years ago
  8. 6065f66 getOperandConstraint returns -1 if the operand does have the specific constraint. This bug was causing excessive spills. by Evan Cheng · 18 years ago
  9. a091fa8 Ignoring the upper 32 bits of a 64 bit constant is not a good thing. by Jim Laskey · 18 years ago
  10. 94c96cc implement sextinreg i8->i64 and i16->i64 by Chris Lattner · 18 years ago
  11. 9f5776b Failing linux. by Jim Laskey · 18 years ago
  12. c5d2459 fix another sradi encoding bug. This fixes Olden/health with the ppc64 jit. by Chris Lattner · 18 years ago
  13. d10ecf7 Always pass "true" to isMaxValue(bool) because we know the type is LongTy. by Reid Spencer · 18 years ago
  14. c6bf4bf Adjust to new ConstantIntegral interface for Max/Min tests. by Reid Spencer · 18 years ago
  15. 62700f2 Update ConstantIntegral Max/Min tests for new interface. by Reid Spencer · 18 years ago
  16. 5c14a1b For PR950: by Reid Spencer · 18 years ago
  17. ce10f8b Fix some 80 col violations. by Reid Spencer · 18 years ago
  18. c5e241b fix the jit encoding of sradi, simplify the MDForm1 description. by Chris Lattner · 18 years ago
  19. fae2c19 add relocation support for ppc64 branches. by Chris Lattner · 18 years ago
  20. dead99b Detemplatize the Statistic class. by Devang Patel · 18 years ago
  21. cf84504 merge the Statistic and StatisticBase classes, eliminating virtual methods by Chris Lattner · 18 years ago
  22. 11fd2f1 add #include by Chris Lattner · 18 years ago
  23. 02fc40e add missing #include by Chris Lattner · 18 years ago
  24. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  25. 2b4e98c Some addresssed should be 64-bit and some shouldn't. by Jim Laskey · 18 years ago
  26. 51fe9d9 Make it easier for gdb to find the return address. by Jim Laskey · 18 years ago
  27. 392b1b2 print weak references by Rafael Espindola · 18 years ago
  28. 2792cfb No need to update generated files. by Jim Laskey · 18 years ago
  29. 98ba588 Fix build for older versios of bison. by Jim Laskey · 18 years ago
  30. 576d123 Move copyKillDeadInfo out-of-line. Add findRegisterUseOperand(). by Evan Cheng · 18 years ago
  31. 93a4985 Tie the ordered/unordered predicate descriptions to their meaning wrt by Reid Spencer · 18 years ago
  32. 82c4bc7 Remove the dead CachedWriter class. by Chris Lattner · 18 years ago
  33. e538838 Simplify code by Chris Lattner · 18 years ago
  34. 996fb28 Regenerate. by Reid Spencer · 18 years ago
  35. 9f8b383 Don't turn on SETCC upgrade yet! by Reid Spencer · 18 years ago
  36. 3e5ab8c Regenerate. by Reid Spencer · 18 years ago
  37. 49aeed7 Fix upgrade of setcc with bool operands. by Reid Spencer · 18 years ago
  38. 2fcfdb7 printName is almost always true. In the cases that mattered where it was false, by Chris Lattner · 18 years ago
  39. 3749c9c Remove the 'printname' argument to WriteAsOperand. It is always true, and by Chris Lattner · 18 years ago
  40. a6b1ffc The hasSlot methods are gone. by Chris Lattner · 18 years ago
  41. d17aa4b These asm printers shouldn't use assembly/writer.h by Chris Lattner · 18 years ago
  42. cb5736b remove unused api by Chris Lattner · 18 years ago
  43. 4932a5a remove unused api, simplify some code by Chris Lattner · 18 years ago
  44. 919e70c remove more code that was only used by the bc writer by Chris Lattner · 18 years ago
  45. c3e56e2 remove dead code left over from when this functionality was shared with the by Chris Lattner · 18 years ago
  46. c6c3843 reword message by Chris Lattner · 18 years ago
  47. de891a6 rename createSlot -> getOrCreateSlot. by Chris Lattner · 18 years ago
  48. c96ce89 clean up some sloppy and inconsistent spacing by Chris Lattner · 18 years ago
  49. d6d826c wrap long lines by Chris Lattner · 18 years ago
  50. cae6053 Fix a CmpInst writing bug by removing merge cruft that I *know* I've removed by Reid Spencer · 18 years ago
  51. 698b51e counter should be unsigned. by Chris Lattner · 18 years ago
  52. 4c7e227 eliminate fp statistic by Chris Lattner · 18 years ago
  53. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  54. bdbf5fd add a helper to call llvm_shutdown() by Chris Lattner · 18 years ago
  55. 6bfc69c this is a subset of Codegen/X86/bitcast.ll, remove it. by Chris Lattner · 18 years ago
  56. 87d5f6c Fix constant folding to deal with external weak global values. by Reid Spencer · 18 years ago
  57. b25389c Regenerate. by Reid Spencer · 18 years ago
  58. af861f1 Remove dead var NewVarArgs. by Reid Spencer · 18 years ago
  59. 518f6fa Fix Transforms/InstCombine/2006-12-05-fp-to-int-ext.ll, fixing an out-of- by Chris Lattner · 18 years ago
  60. 9faab9b Instcombine shouldn't fold these casts. by Chris Lattner · 18 years ago
  61. cd42c58 Regenerate. by Reid Spencer · 18 years ago
  62. b775bbc Dump the old va_arg and va_next upgrade support. No need to keep track of by Reid Spencer · 18 years ago
  63. 315d055 Finally get the casting right in this file. Also, remove some unnecessary by Reid Spencer · 18 years ago
  64. 953fa04 Revert an unintended change. by Evan Cheng · 18 years ago
  65. 28b51439 - Switch X86-64 JIT to large code size model. by Evan Cheng · 18 years ago
  66. f2d9ceb straighten out various memory ownership issues in the callgraph stuff. by Chris Lattner · 18 years ago
  67. 8257bee This needs the callgraph data structure to stick around as long as the by Chris Lattner · 18 years ago
  68. f12ee42 Regenerate. by Reid Spencer · 18 years ago
  69. 999b2df For PR645: by Reid Spencer · 18 years ago
  70. 9eef56f Regenerate. by Reid Spencer · 18 years ago
  71. c6e956e Remove various old upgrade hacks that are no longer needed. by Reid Spencer · 18 years ago
  72. 7858b33 Bail on the getInferredCast idea. Remove the function and convert by Reid Spencer · 18 years ago
  73. f3597a1 If we have ScalarSSE, we can select bitconvert into single instructions. by Chris Lattner · 18 years ago
  74. 2beb136 Add a perf optzn corresponding to PR1033. by Chris Lattner · 18 years ago
  75. 399610a Fix PR1033 and CodeGen/X86/bitcast.ll, by expanding bitcast to a load/store pair. by Chris Lattner · 18 years ago
  76. ade2f54 new testcase by Chris Lattner · 18 years ago
  77. 97815c6 expand memmove and memcpy by Rafael Espindola · 18 years ago
  78. 875fd8f Eliminate "control reaches end of non-void function" warnings. by Reid Spencer · 18 years ago
  79. 462af9a add support for the "r" asm constraint patch by Lauro Ramos Venancio by Rafael Espindola · 18 years ago
  80. af21f4f Fix typo noticed by Lauro Ramos Venancio, thanks! by Chris Lattner · 18 years ago
  81. 204b0c2 add support for weak linkage by Rafael Espindola · 18 years ago
  82. eae6ce5 Ignore the Output directory. by Reid Spencer · 18 years ago
  83. fd00deb JIT large code model support. by Evan Cheng · 18 years ago
  84. 6f40b83 Can't make these fail now with just BitCast. Previous failures must have by Reid Spencer · 18 years ago
  85. 35c1c04 Asm printing bug. by Evan Cheng · 18 years ago
  86. 19f2ffc - Fix X86-64 JIT by temporarily disabling code that treats GV address as 32-bit by Evan Cheng · 18 years ago
  87. d9ff60b Update by Evan Cheng · 18 years ago
  88. 57c6993 Remove the last inferred casts from VMCore. by Reid Spencer · 18 years ago
  89. 330d86d Implement createPointerCast. by Reid Spencer · 18 years ago
  90. c0459fb Implement getPointerCast. by Reid Spencer · 18 years ago
  91. 4d7bd8f new testcase by Chris Lattner · 18 years ago
  92. e13ab2a add an instcombine xform. This speeds up 462.libquantum from 9.78s to by Chris Lattner · 18 years ago
  93. 67a821d SCCP does not handle Packed Type properly. Disable Packed Type handling for now. by Devang Patel · 18 years ago
  94. 887ee06 Add cast creation functions for Pointer Casts, either BitCast or PtrToInt by Reid Spencer · 18 years ago
  95. 98ae09c Add support for 64-bit 'r' constraint. Patch by by Rafael ~Avila de Espíndol! by Chris Lattner · 18 years ago
  96. f34208b Testcase for PR1029, patch by Rafael vila de Espíndola by Chris Lattner · 18 years ago
  97. efc7e52 Restoration of the stack pointer after a deallocation of a alloca was not by Jim Laskey · 18 years ago
  98. 67263fe Separate getCompare from get and getCompareTy from getTy. by Reid Spencer · 18 years ago
  99. 90fdf9c Separate the get and getTy functions for ICmp and FCmp into getCompare by Reid Spencer · 18 years ago
  100. 09906f3 Fix comment grammaro by Reid Spencer · 18 years ago