1. cb03b5a For PR1082: by Reid Spencer · 18 years ago
  2. f72538e Add an option for getting the C compiler flags, --cflags. by Reid Spencer · 18 years ago
  3. a7c46fa Regenerate by Reid Spencer · 18 years ago
  4. 520071a For PR1080: by Reid Spencer · 18 years ago
  5. 8b31b2d Fix dependencies. The lexer depends on the grammar for the UpgradeParser.h by Reid Spencer · 18 years ago
  6. 319a730 Regenerate by Reid Spencer · 18 years ago
  7. bcdd54c Adjust to new header file name. by Reid Spencer · 18 years ago
  8. 90eb4d6 Major update of llvm-upgrade: by Reid Spencer · 18 years ago
  9. 37e01c5 regenerate by Chris Lattner · 18 years ago
  10. b924054 If we hit a parse error, emit something bad to the output stream. This ensures that by Chris Lattner · 18 years ago
  11. eff838e Regenerate. by Reid Spencer · 18 years ago
  12. 7596fd0 Implement many new type features including upreferences, proper retention by Reid Spencer · 18 years ago
  13. e8fc2f9 Finish implementation of variable renaming to handle collapsed type planes by Reid Spencer · 18 years ago
  14. 7f7fdcc A bit more debugging printf's. by Evan Cheng · 18 years ago
  15. 7356ae4 Regenerate. by Reid Spencer · 18 years ago
  16. 2128607 Permit signed and unsigned integer constants to be used with either signed by Reid Spencer · 18 years ago
  17. 52402b0 Regenerate. by Reid Spencer · 18 years ago
  18. 2b8036e For PR1070: by Reid Spencer · 18 years ago
  19. f5626a3 Regenerate. by Reid Spencer · 18 years ago
  20. 16222c0 For PR1070: Remove useless bitcasts by commenting them out. by Reid Spencer · 18 years ago
  21. 71d2ec9 For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  22. 05e52a1 For PR950: by Reid Spencer · 18 years ago
  23. 6fd36ab Regenerate. by Reid Spencer · 18 years ago
  24. a9d7e89 For PR950: by Reid Spencer · 18 years ago
  25. e4d87aa For PR950: by Reid Spencer · 18 years ago
  26. 961a0f2 Ignore the LibDeps.txt.tmp file. by Reid Spencer · 18 years ago
  27. f6c511c Remove a call to Type::isSigned(). by Reid Spencer · 18 years ago
  28. e026c07 Remove DSA. by John Criswell · 18 years ago
  29. 8782e53 Ressurrect this needed file. by Reid Spencer · 18 years ago
  30. b6f4ff2 Ressurrect the Stacker "st" configuration. Someday this will all go by Reid Spencer · 18 years ago
  31. b0e9f72 Generate the correct cast opcode for constant expressions. by Reid Spencer · 18 years ago
  32. 4fbcdf6 Fix PR1040: by Reid Spencer · 18 years ago
  33. ca3aa26 make statistics and timing info print even if the JIT'd program calls exit by Chris Lattner · 18 years ago
  34. 5fe27e7 Regenerate. by Reid Spencer · 18 years ago
  35. 7969681 Fix test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll by Reid Spencer · 18 years ago
  36. 187ccf8 Regenerate. by Reid Spencer · 18 years ago
  37. a00c5a6 When upgrading cast to bool to a setne, generate icmp ne instead. by Reid Spencer · 18 years ago
  38. f0cf132 Regenerate. by Reid Spencer · 18 years ago
  39. 7fed45e Create an option to turn off generation of fcmp instructions while still by Reid Spencer · 18 years ago
  40. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  41. 2792cfb No need to update generated files. by Jim Laskey · 18 years ago
  42. 98ba588 Fix build for older versios of bison. by Jim Laskey · 18 years ago
  43. 996fb28 Regenerate. by Reid Spencer · 18 years ago
  44. 9f8b383 Don't turn on SETCC upgrade yet! by Reid Spencer · 18 years ago
  45. 3e5ab8c Regenerate. by Reid Spencer · 18 years ago
  46. 49aeed7 Fix upgrade of setcc with bool operands. by Reid Spencer · 18 years ago
  47. c6c3843 reword message by Chris Lattner · 18 years ago
  48. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  49. 8257bee This needs the callgraph data structure to stick around as long as the by Chris Lattner · 18 years ago
  50. f12ee42 Regenerate. by Reid Spencer · 18 years ago
  51. 999b2df For PR645: by Reid Spencer · 18 years ago
  52. 1404238 Regenerate. by Reid Spencer · 18 years ago
  53. 57f28f9 Match the llvmAsmParser's handling of ICmp and FCmp instructions. by Reid Spencer · 18 years ago
  54. bec0b59 Regenerate. by Reid Spencer · 18 years ago
  55. ec9c4f4 Add a needed #include. by Reid Spencer · 18 years ago
  56. 229e936 Regenerate. by Reid Spencer · 18 years ago
  57. 2b40438 Implement upgrade of setcc instruction to icmp/fcmp, but don't enable it yet. by Reid Spencer · 18 years ago
  58. 7872074 Regenerate. by Reid Spencer · 18 years ago
  59. a8ca090 Support several new upgrades: by Reid Spencer · 18 years ago
  60. f459d39 Regenerate. by Reid Spencer · 18 years ago
  61. 1d64a6c Implement the GEP upgrade for non-constant unsigned indices by Reid Spencer · 18 years ago
  62. f848365 Keep lists of values so they can be examined. by Reid Spencer · 18 years ago
  63. f49c7a5 Build llvm-update now. by Reid Spencer · 18 years ago
  64. a50d596 Add support for global types and type resolution. Fix several minor by Reid Spencer · 18 years ago
  65. 280d801 Handle upgrade of fp -> ptr cast with fp -> int -> ptr by Reid Spencer · 18 years ago
  66. 0b7e507 Don't convert {} into []! by Reid Spencer · 18 years ago
  67. fcb5df8 Allow the new cast instructions. by Reid Spencer · 18 years ago
  68. f7bde22 Upgrade shr to ashr and lshr by Reid Spencer · 18 years ago
  69. cd950a5 target constructors are never used by Chris Lattner · 18 years ago
  70. f2d5532 Don't treat numeric (untyped) constants as a ConstInfo, just pass the by Reid Spencer · 18 years ago
  71. 16244f4 First version of llvm-upgrade that can correctly upgrade all of test/Feature by Reid Spencer · 18 years ago
  72. d154b57 valgrind clean version of llvm-upgrade by Reid Spencer · 18 years ago
  73. e77e35e First version of llvm-upgrade that can correctly upgrade a large test case. by Reid Spencer · 18 years ago
  74. 1a7f6ff Remove extra header. by Nick Lewycky · 18 years ago
  75. 5cbc63e Fix opt -o option. Don't pass a pointer to an auto variable which is going by Nick Lewycky · 18 years ago
  76. 96839be Allow llvm-upgrade to read from stdin. Configure the lexer for reading by Reid Spencer · 18 years ago
  77. e8776d8 Ignore generated files. by Reid Spencer · 18 years ago
  78. e7c3c60 Initial, non-functional, version of llvm-upgrade. This version just echos by Reid Spencer · 18 years ago
  79. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  80. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 18 years ago
  81. 5e1452c Add an -append-exit-code option to bugpoint. This will cause bugpoint to by Reid Spencer · 18 years ago
  82. 3da59db For PR950: by Reid Spencer · 18 years ago
  83. 565706b Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 18 years ago
  84. d452599 Added the --disable-compression option which controls whether the by John Criswell · 18 years ago
  85. a089d44 Need <iostream> for the time being. by Bill Wendling · 18 years ago
  86. 31bf2b4 Need iostream to be included for the time being. by Bill Wendling · 18 years ago
  87. 2803b4c Minor style fixes from review. by Reid Spencer · 18 years ago
  88. dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 18 years ago
  89. 4952143 For PR998: by Reid Spencer · 18 years ago
  90. fef0242 completely revert patrick's enhancement to bugpoint. Though it makes bugpoint by Chris Lattner · 18 years ago
  91. cd6f46e add a new bugpoint mode -llc-safe. This uses LLC for both halves of a by Chris Lattner · 18 years ago
  92. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  93. 7b28955 Fix a problem in the the last patch that subverts error message printing. by Reid Spencer · 18 years ago
  94. d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  95. 7bd7873 Make llvm2cpp -pedantic clean. by Reid Spencer · 18 years ago
  96. 3ed469c For PR786: by Reid Spencer · 18 years ago
  97. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  98. 22706e8 Forgot a } by Bill Wendling · 18 years ago
  99. b3d83a3 Re-added the part where it tries to remove all global variables first. by Bill Wendling · 18 years ago
  100. 38187d6 Save temp. bc files when saveTemps flag is true. Use final output file by Devang Patel · 18 years ago