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