1. f6c511c Remove a call to Type::isSigned(). by Reid Spencer · 18 years ago
  2. e026c07 Remove DSA. by John Criswell · 18 years ago
  3. 8782e53 Ressurrect this needed file. by Reid Spencer · 18 years ago
  4. b6f4ff2 Ressurrect the Stacker "st" configuration. Someday this will all go by Reid Spencer · 18 years ago
  5. b0e9f72 Generate the correct cast opcode for constant expressions. by Reid Spencer · 18 years ago
  6. 4fbcdf6 Fix PR1040: by Reid Spencer · 18 years ago
  7. ca3aa26 make statistics and timing info print even if the JIT'd program calls exit by Chris Lattner · 18 years ago
  8. 5fe27e7 Regenerate. by Reid Spencer · 18 years ago
  9. 7969681 Fix test/Regression/Assembler/2006-12-09-Cast-To-Bool.ll by Reid Spencer · 18 years ago
  10. 187ccf8 Regenerate. by Reid Spencer · 18 years ago
  11. a00c5a6 When upgrading cast to bool to a setne, generate icmp ne instead. by Reid Spencer · 18 years ago
  12. f0cf132 Regenerate. by Reid Spencer · 18 years ago
  13. 7fed45e Create an option to turn off generation of fcmp instructions while still by Reid Spencer · 18 years ago
  14. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  15. 2792cfb No need to update generated files. by Jim Laskey · 18 years ago
  16. 98ba588 Fix build for older versios of bison. by Jim Laskey · 18 years ago
  17. 996fb28 Regenerate. by Reid Spencer · 18 years ago
  18. 9f8b383 Don't turn on SETCC upgrade yet! by Reid Spencer · 18 years ago
  19. 3e5ab8c Regenerate. by Reid Spencer · 18 years ago
  20. 49aeed7 Fix upgrade of setcc with bool operands. by Reid Spencer · 18 years ago
  21. c6c3843 reword message by Chris Lattner · 18 years ago
  22. c30598b make all llvm tools call llvm_shutdown when they exit, static'ify some stuff. by Chris Lattner · 18 years ago
  23. 8257bee This needs the callgraph data structure to stick around as long as the by Chris Lattner · 18 years ago
  24. f12ee42 Regenerate. by Reid Spencer · 18 years ago
  25. 999b2df For PR645: by Reid Spencer · 18 years ago
  26. 1404238 Regenerate. by Reid Spencer · 18 years ago
  27. 57f28f9 Match the llvmAsmParser's handling of ICmp and FCmp instructions. by Reid Spencer · 18 years ago
  28. bec0b59 Regenerate. by Reid Spencer · 18 years ago
  29. ec9c4f4 Add a needed #include. by Reid Spencer · 18 years ago
  30. 229e936 Regenerate. by Reid Spencer · 18 years ago
  31. 2b40438 Implement upgrade of setcc instruction to icmp/fcmp, but don't enable it yet. by Reid Spencer · 18 years ago
  32. 7872074 Regenerate. by Reid Spencer · 18 years ago
  33. a8ca090 Support several new upgrades: by Reid Spencer · 18 years ago
  34. f459d39 Regenerate. by Reid Spencer · 18 years ago
  35. 1d64a6c Implement the GEP upgrade for non-constant unsigned indices by Reid Spencer · 18 years ago
  36. f848365 Keep lists of values so they can be examined. by Reid Spencer · 18 years ago
  37. f49c7a5 Build llvm-update now. by Reid Spencer · 18 years ago
  38. a50d596 Add support for global types and type resolution. Fix several minor by Reid Spencer · 18 years ago
  39. 280d801 Handle upgrade of fp -> ptr cast with fp -> int -> ptr by Reid Spencer · 18 years ago
  40. 0b7e507 Don't convert {} into []! by Reid Spencer · 18 years ago
  41. fcb5df8 Allow the new cast instructions. by Reid Spencer · 18 years ago
  42. f7bde22 Upgrade shr to ashr and lshr by Reid Spencer · 18 years ago
  43. cd950a5 target constructors are never used by Chris Lattner · 18 years ago
  44. f2d5532 Don't treat numeric (untyped) constants as a ConstInfo, just pass the by Reid Spencer · 18 years ago
  45. 16244f4 First version of llvm-upgrade that can correctly upgrade all of test/Feature by Reid Spencer · 18 years ago
  46. d154b57 valgrind clean version of llvm-upgrade by Reid Spencer · 18 years ago
  47. e77e35e First version of llvm-upgrade that can correctly upgrade a large test case. by Reid Spencer · 18 years ago
  48. 1a7f6ff Remove extra header. by Nick Lewycky · 18 years ago
  49. 5cbc63e Fix opt -o option. Don't pass a pointer to an auto variable which is going by Nick Lewycky · 18 years ago
  50. 96839be Allow llvm-upgrade to read from stdin. Configure the lexer for reading by Reid Spencer · 18 years ago
  51. e8776d8 Ignore generated files. by Reid Spencer · 18 years ago
  52. e7c3c60 Initial, non-functional, version of llvm-upgrade. This version just echos by Reid Spencer · 18 years ago
  53. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  54. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 18 years ago
  55. 5e1452c Add an -append-exit-code option to bugpoint. This will cause bugpoint to by Reid Spencer · 18 years ago
  56. 3da59db For PR950: by Reid Spencer · 18 years ago
  57. 565706b Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 18 years ago
  58. d452599 Added the --disable-compression option which controls whether the by John Criswell · 18 years ago
  59. a089d44 Need <iostream> for the time being. by Bill Wendling · 18 years ago
  60. 31bf2b4 Need iostream to be included for the time being. by Bill Wendling · 18 years ago
  61. 2803b4c Minor style fixes from review. by Reid Spencer · 18 years ago
  62. dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 18 years ago
  63. 4952143 For PR998: by Reid Spencer · 18 years ago
  64. fef0242 completely revert patrick's enhancement to bugpoint. Though it makes bugpoint by Chris Lattner · 18 years ago
  65. cd6f46e add a new bugpoint mode -llc-safe. This uses LLC for both halves of a by Chris Lattner · 18 years ago
  66. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  67. 7b28955 Fix a problem in the the last patch that subverts error message printing. by Reid Spencer · 18 years ago
  68. d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  69. 7bd7873 Make llvm2cpp -pedantic clean. by Reid Spencer · 18 years ago
  70. 3ed469c For PR786: by Reid Spencer · 18 years ago
  71. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  72. 22706e8 Forgot a } by Bill Wendling · 18 years ago
  73. b3d83a3 Re-added the part where it tries to remove all global variables first. by Bill Wendling · 18 years ago
  74. 38187d6 Save temp. bc files when saveTemps flag is true. Use final output file by Devang Patel · 18 years ago
  75. 1628cec For PR950: by Reid Spencer · 18 years ago
  76. 4e3be89 Fix for PR960. Improves bugpoint so that it removes global variable by Bill Wendling · 18 years ago
  77. 08fb05c Supply alignment info to linker through LLVMSymbol. by Devang Patel · 18 years ago
  78. 6152b7e Instead of hard coding global prefix, use TargetAsmInfo. Add LTO destructor. by Devang Patel · 18 years ago
  79. 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 18 years ago
  80. f2ca21f Add removeModule(). by Devang Patel · 18 years ago
  81. b83eb64 For PR950: by Reid Spencer · 18 years ago
  82. 137d0ec Make the bugpoint reduction heuristics more effective. Patch submitted by by Chris Lattner · 18 years ago
  83. dc4c382 Use FindProgramByName instead of FindExecutable. by Devang Patel · 18 years ago
  84. 9f5d48b Do error checking. by Devang Patel · 18 years ago
  85. 54e4c02 Remove a dead var noticed by Yorion by Chris Lattner · 18 years ago
  86. 3f0e5e2 Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 by Devang Patel · 18 years ago
  87. e354df9 simplify code by Chris Lattner · 18 years ago
  88. b156afb Enable 'predsimplify' optimization. by Nick Lewycky · 18 years ago
  89. c7cfbc5 Use abstract class to facilitate dlopen() interface. by Devang Patel · 18 years ago
  90. d422350 comment out debug code by Chris Lattner · 18 years ago
  91. c600f3c Add a new -cbe-bug mode, which works just like -run-llc, except that it uses by Chris Lattner · 18 years ago
  92. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  93. 43f249a add a new (hidden) -disable-core-files option by Chris Lattner · 18 years ago
  94. 544ea34 Add comment. by Devang Patel · 18 years ago
  95. e290c6d Fix --enable-valgrind. Add room for the new arguments, and don't keep by Nick Lewycky · 18 years ago
  96. 40394bc Add --enable-valgrind option to run optimizations through valgrind to by Nick Lewycky · 18 years ago
  97. 97d92d5 GlobalValue with InternalLinkage may have operands with ExternalLinkage by Devang Patel · 18 years ago
  98. cf508bc Move ipsccp pass earlier to clean up obvious bogosities by Chris Lattner · 18 years ago
  99. cf8cb6d ok this really works :) by Chris Lattner · 18 years ago
  100. aa91978 Remove redundant include. by Devang Patel · 18 years ago