1. f848365 Keep lists of values so they can be examined. by Reid Spencer · 19 years ago
  2. f49c7a5 Build llvm-update now. by Reid Spencer · 19 years ago
  3. a50d596 Add support for global types and type resolution. Fix several minor by Reid Spencer · 19 years ago
  4. 280d801 Handle upgrade of fp -> ptr cast with fp -> int -> ptr by Reid Spencer · 19 years ago
  5. 0b7e507 Don't convert {} into []! by Reid Spencer · 19 years ago
  6. fcb5df8 Allow the new cast instructions. by Reid Spencer · 19 years ago
  7. f7bde22 Upgrade shr to ashr and lshr by Reid Spencer · 19 years ago
  8. cd950a5 target constructors are never used by Chris Lattner · 19 years ago
  9. f2d5532 Don't treat numeric (untyped) constants as a ConstInfo, just pass the by Reid Spencer · 19 years ago
  10. 16244f4 First version of llvm-upgrade that can correctly upgrade all of test/Feature by Reid Spencer · 19 years ago
  11. d154b57 valgrind clean version of llvm-upgrade by Reid Spencer · 19 years ago
  12. e77e35e First version of llvm-upgrade that can correctly upgrade a large test case. by Reid Spencer · 19 years ago
  13. 1a7f6ff Remove extra header. by Nick Lewycky · 19 years ago
  14. 5cbc63e Fix opt -o option. Don't pass a pointer to an auto variable which is going by Nick Lewycky · 19 years ago
  15. 96839be Allow llvm-upgrade to read from stdin. Configure the lexer for reading by Reid Spencer · 19 years ago
  16. e8776d8 Ignore generated files. by Reid Spencer · 19 years ago
  17. e7c3c60 Initial, non-functional, version of llvm-upgrade. This version just echos by Reid Spencer · 19 years ago
  18. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 19 years ago
  19. a5b31ca Convert to using llvm streams instead of iostreams. by Bill Wendling · 19 years ago
  20. 5e1452c Add an -append-exit-code option to bugpoint. This will cause bugpoint to by Reid Spencer · 19 years ago
  21. 3da59db For PR950: by Reid Spencer · 19 years ago
  22. 565706b Update to new predicate simplifier VRP design. Fixes PR966 and PR967. by Nick Lewycky · 19 years ago
  23. d452599 Added the --disable-compression option which controls whether the by John Criswell · 19 years ago
  24. a089d44 Need <iostream> for the time being. by Bill Wendling · 19 years ago
  25. 31bf2b4 Need iostream to be included for the time being. by Bill Wendling · 19 years ago
  26. 2803b4c Minor style fixes from review. by Reid Spencer · 19 years ago
  27. dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 19 years ago
  28. 4952143 For PR998: by Reid Spencer · 19 years ago
  29. fef0242 completely revert patrick's enhancement to bugpoint. Though it makes bugpoint by Chris Lattner · 19 years ago
  30. cd6f46e add a new bugpoint mode -llc-safe. This uses LLC for both halves of a by Chris Lattner · 19 years ago
  31. 3822ff5 For PR950: by Reid Spencer · 19 years ago
  32. 7b28955 Fix a problem in the the last patch that subverts error message printing. by Reid Spencer · 19 years ago
  33. d41b30d Unbreak VC++ build. by Jeff Cohen · 19 years ago
  34. 7bd7873 Make llvm2cpp -pedantic clean. by Reid Spencer · 19 years ago
  35. 3ed469c For PR786: by Reid Spencer · 19 years ago
  36. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 19 years ago
  37. 22706e8 Forgot a } by Bill Wendling · 19 years ago
  38. b3d83a3 Re-added the part where it tries to remove all global variables first. by Bill Wendling · 19 years ago
  39. 38187d6 Save temp. bc files when saveTemps flag is true. Use final output file by Devang Patel · 19 years ago
  40. 1628cec For PR950: by Reid Spencer · 19 years ago
  41. 4e3be89 Fix for PR960. Improves bugpoint so that it removes global variable by Bill Wendling · 19 years ago
  42. 08fb05c Supply alignment info to linker through LLVMSymbol. by Devang Patel · 19 years ago
  43. 6152b7e Instead of hard coding global prefix, use TargetAsmInfo. Add LTO destructor. by Devang Patel · 19 years ago
  44. 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 19 years ago
  45. f2ca21f Add removeModule(). by Devang Patel · 19 years ago
  46. b83eb64 For PR950: by Reid Spencer · 19 years ago
  47. 137d0ec Make the bugpoint reduction heuristics more effective. Patch submitted by by Chris Lattner · 19 years ago
  48. dc4c382 Use FindProgramByName instead of FindExecutable. by Devang Patel · 19 years ago
  49. 9f5d48b Do error checking. by Devang Patel · 19 years ago
  50. 54e4c02 Remove a dead var noticed by Yorion by Chris Lattner · 19 years ago
  51. 3f0e5e2 Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 by Devang Patel · 19 years ago
  52. e354df9 simplify code by Chris Lattner · 19 years ago
  53. b156afb Enable 'predsimplify' optimization. by Nick Lewycky · 19 years ago
  54. c7cfbc5 Use abstract class to facilitate dlopen() interface. by Devang Patel · 19 years ago
  55. d422350 comment out debug code by Chris Lattner · 19 years ago
  56. c600f3c Add a new -cbe-bug mode, which works just like -run-llc, except that it uses by Chris Lattner · 19 years ago
  57. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 19 years ago
  58. 43f249a add a new (hidden) -disable-core-files option by Chris Lattner · 19 years ago
  59. 544ea34 Add comment. by Devang Patel · 19 years ago
  60. e290c6d Fix --enable-valgrind. Add room for the new arguments, and don't keep by Nick Lewycky · 19 years ago
  61. 40394bc Add --enable-valgrind option to run optimizations through valgrind to by Nick Lewycky · 19 years ago
  62. 97d92d5 GlobalValue with InternalLinkage may have operands with ExternalLinkage by Devang Patel · 19 years ago
  63. cf508bc Move ipsccp pass earlier to clean up obvious bogosities by Chris Lattner · 19 years ago
  64. cf8cb6d ok this really works :) by Chris Lattner · 19 years ago
  65. aa91978 Remove redundant include. by Devang Patel · 19 years ago
  66. 70c3537 Need to include Makefile.config to get the value of $(OS). Add a comment. by Chris Lattner · 19 years ago
  67. 294492b Enabling LTO building on Darwin only right now. This probably should be by Anton Korobeynikov · 19 years ago
  68. 998051a Using addPassesToEmitWholeFile is not a good idea here. by Devang Patel · 19 years ago
  69. 76ed7b1 Add linker into list of LINK_COMPONENTS. by Devang Patel · 19 years ago
  70. 0300352 Add lto into the list of PARALLEL_DIRS by Devang Patel · 19 years ago
  71. bdaf3dc Use addPassesToEmitWholeFile() instead of addPassesToEmitFile() by Devang Patel · 19 years ago
  72. afd39f0 Change DisambiguateGlobalSymbols to not rename asm globals, which breaks by Chris Lattner · 19 years ago
  73. a291a68 Add getTargetTriple() that linker can use to query target architecture. by Devang Patel · 19 years ago
  74. 0701a2f Keep track of all modules crated using a name to module map. by Devang Patel · 19 years ago
  75. ed87286 Instead of demangling symbol name by hand, use original name, which was by Devang Patel · 19 years ago
  76. 2681023 Extract target triplet from optimized module. Untabify. by Devang Patel · 19 years ago
  77. 2790152 lli uses LinkAllCodegenComponents, so it needs this. Thanks to by Chris Lattner · 19 years ago
  78. a563208 Use llvm-config instead of magic JIT thing to link in libs by Chris Lattner · 19 years ago
  79. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 19 years ago
  80. 54eae9e Allow things like --libs CBackend by Chris Lattner · 19 years ago
  81. ebfc3a9 Switch to using llvm-config to build by Chris Lattner · 19 years ago
  82. 9bf8ea2 Switch to using llvm-config to select components to link in. by Chris Lattner · 19 years ago
  83. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  84. 3f2e0e6 rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config. by Chris Lattner · 19 years ago
  85. 80930eb If a cycle exists, don't succeed building the second time around. by Chris Lattner · 19 years ago
  86. 40ad304 remove message by Chris Lattner · 19 years ago
  87. de1cce7 Remove use of target::getName() by Chris Lattner · 19 years ago
  88. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 19 years ago
  89. 1bb6f06 Code cleanups, no functionality change. by Chris Lattner · 19 years ago
  90. e3a1069 Delete a no-longer-supported configuration item. by Reid Spencer · 19 years ago
  91. 5e9b177 Add a --disable-compression option like llvm-link/llvm-as etc have by Chris Lattner · 19 years ago
  92. 3a9ec24 For PR387: by Reid Spencer · 19 years ago
  93. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 19 years ago
  94. 3b2493e -analyze mode shouldn't output a .bc file. by Chris Lattner · 19 years ago
  95. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 19 years ago
  96. a4be053 analyze no longer exists, don't offer to run it :) by Chris Lattner · 19 years ago
  97. 30967a5 eliminate only use of FilteredPassNameParser by Chris Lattner · 19 years ago
  98. 7f500f7 Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the by Chris Lattner · 19 years ago
  99. 0b5a504 For PR797: by Reid Spencer · 19 years ago
  100. 30836fc Fix a bug introduced by a change in the Archive::writeToDisk interface. by Reid Spencer · 19 years ago