1. 2803b4c Minor style fixes from review. by Reid Spencer · 18 years ago
  2. dc31a8a Add a -disable-loop-extraction option to bugpoint. by Reid Spencer · 18 years ago
  3. 4952143 For PR998: by Reid Spencer · 18 years ago
  4. fef0242 completely revert patrick's enhancement to bugpoint. Though it makes bugpoint by Chris Lattner · 18 years ago
  5. cd6f46e add a new bugpoint mode -llc-safe. This uses LLC for both halves of a by Chris Lattner · 18 years ago
  6. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  7. 7b28955 Fix a problem in the the last patch that subverts error message printing. by Reid Spencer · 18 years ago
  8. d41b30d Unbreak VC++ build. by Jeff Cohen · 18 years ago
  9. 7bd7873 Make llvm2cpp -pedantic clean. by Reid Spencer · 18 years ago
  10. 3ed469c For PR786: by Reid Spencer · 18 years ago
  11. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  12. 22706e8 Forgot a } by Bill Wendling · 18 years ago
  13. b3d83a3 Re-added the part where it tries to remove all global variables first. by Bill Wendling · 18 years ago
  14. 38187d6 Save temp. bc files when saveTemps flag is true. Use final output file by Devang Patel · 18 years ago
  15. 1628cec For PR950: by Reid Spencer · 18 years ago
  16. 4e3be89 Fix for PR960. Improves bugpoint so that it removes global variable by Bill Wendling · 18 years ago
  17. 08fb05c Supply alignment info to linker through LLVMSymbol. by Devang Patel · 18 years ago
  18. 6152b7e Instead of hard coding global prefix, use TargetAsmInfo. Add LTO destructor. by Devang Patel · 18 years ago
  19. 2a4dd68 Fix typo. Add more comment. Avoid extra hash_map search. by Devang Patel · 18 years ago
  20. f2ca21f Add removeModule(). by Devang Patel · 18 years ago
  21. b83eb64 For PR950: by Reid Spencer · 18 years ago
  22. 137d0ec Make the bugpoint reduction heuristics more effective. Patch submitted by by Chris Lattner · 18 years ago
  23. dc4c382 Use FindProgramByName instead of FindExecutable. by Devang Patel · 18 years ago
  24. 9f5d48b Do error checking. by Devang Patel · 18 years ago
  25. 54e4c02 Remove a dead var noticed by Yorion by Chris Lattner · 18 years ago
  26. 3f0e5e2 Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 by Devang Patel · 18 years ago
  27. e354df9 simplify code by Chris Lattner · 18 years ago
  28. b156afb Enable 'predsimplify' optimization. by Nick Lewycky · 18 years ago
  29. c7cfbc5 Use abstract class to facilitate dlopen() interface. by Devang Patel · 18 years ago
  30. d422350 comment out debug code by Chris Lattner · 18 years ago
  31. c600f3c Add a new -cbe-bug mode, which works just like -run-llc, except that it uses by Chris Lattner · 18 years ago
  32. b74ed07 Adding dllimport, dllexport and external weak linkage types. by Anton Korobeynikov · 18 years ago
  33. 43f249a add a new (hidden) -disable-core-files option by Chris Lattner · 18 years ago
  34. 544ea34 Add comment. by Devang Patel · 18 years ago
  35. e290c6d Fix --enable-valgrind. Add room for the new arguments, and don't keep by Nick Lewycky · 18 years ago
  36. 40394bc Add --enable-valgrind option to run optimizations through valgrind to by Nick Lewycky · 18 years ago
  37. 97d92d5 GlobalValue with InternalLinkage may have operands with ExternalLinkage by Devang Patel · 18 years ago
  38. cf508bc Move ipsccp pass earlier to clean up obvious bogosities by Chris Lattner · 18 years ago
  39. cf8cb6d ok this really works :) by Chris Lattner · 18 years ago
  40. aa91978 Remove redundant include. by Devang Patel · 18 years ago
  41. 70c3537 Need to include Makefile.config to get the value of $(OS). Add a comment. by Chris Lattner · 18 years ago
  42. 294492b Enabling LTO building on Darwin only right now. This probably should be by Anton Korobeynikov · 18 years ago
  43. 998051a Using addPassesToEmitWholeFile is not a good idea here. by Devang Patel · 18 years ago
  44. 76ed7b1 Add linker into list of LINK_COMPONENTS. by Devang Patel · 18 years ago
  45. 0300352 Add lto into the list of PARALLEL_DIRS by Devang Patel · 18 years ago
  46. bdaf3dc Use addPassesToEmitWholeFile() instead of addPassesToEmitFile() by Devang Patel · 18 years ago
  47. afd39f0 Change DisambiguateGlobalSymbols to not rename asm globals, which breaks by Chris Lattner · 18 years ago
  48. a291a68 Add getTargetTriple() that linker can use to query target architecture. by Devang Patel · 18 years ago
  49. 0701a2f Keep track of all modules crated using a name to module map. by Devang Patel · 18 years ago
  50. ed87286 Instead of demangling symbol name by hand, use original name, which was by Devang Patel · 18 years ago
  51. 2681023 Extract target triplet from optimized module. Untabify. by Devang Patel · 18 years ago
  52. 2790152 lli uses LinkAllCodegenComponents, so it needs this. Thanks to by Chris Lattner · 18 years ago
  53. a563208 Use llvm-config instead of magic JIT thing to link in libs by Chris Lattner · 18 years ago
  54. aea932d Use LINK_COMPONENTS to specify *components* to link against instead of by Chris Lattner · 18 years ago
  55. 54eae9e Allow things like --libs CBackend by Chris Lattner · 18 years ago
  56. ebfc3a9 Switch to using llvm-config to build by Chris Lattner · 18 years ago
  57. 9bf8ea2 Switch to using llvm-config to select components to link in. by Chris Lattner · 18 years ago
  58. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
  59. 3f2e0e6 rearrange targets to satisfy dependencies. Too bad we aren't using llvm-config. by Chris Lattner · 18 years ago
  60. 80930eb If a cycle exists, don't succeed building the second time around. by Chris Lattner · 18 years ago
  61. 40ad304 remove message by Chris Lattner · 18 years ago
  62. de1cce7 Remove use of target::getName() by Chris Lattner · 18 years ago
  63. 7d51544 - Fixed broken Win32 build by Anton Korobeynikov · 18 years ago
  64. 1bb6f06 Code cleanups, no functionality change. by Chris Lattner · 18 years ago
  65. e3a1069 Delete a no-longer-supported configuration item. by Reid Spencer · 18 years ago
  66. 5e9b177 Add a --disable-compression option like llvm-link/llvm-as etc have by Chris Lattner · 18 years ago
  67. 3a9ec24 For PR387: by Reid Spencer · 18 years ago
  68. 7f8897f eliminate RegisterOpt. It does the same thing as RegisterPass. by Chris Lattner · 18 years ago
  69. 3b2493e -analyze mode shouldn't output a .bc file. by Chris Lattner · 18 years ago
  70. 5d8925c Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. by Chris Lattner · 18 years ago
  71. a4be053 analyze no longer exists, don't offer to run it :) by Chris Lattner · 18 years ago
  72. 30967a5 eliminate only use of FilteredPassNameParser by Chris Lattner · 18 years ago
  73. 7f500f7 Merge the 'analyze' mode code with the 'opt' mode code. Eliminate the by Chris Lattner · 18 years ago
  74. 0b5a504 For PR797: by Reid Spencer · 18 years ago
  75. 30836fc Fix a bug introduced by a change in the Archive::writeToDisk interface. by Reid Spencer · 18 years ago
  76. 09069b3 Fix a bug caused by change in the interface of Archive::writeToDisk. by Reid Spencer · 18 years ago
  77. 0ff2d31 For PR797: by Reid Spencer · 18 years ago
  78. 712b835 Make sure that both non-asm file types are marked as experimental by Nate Begeman · 18 years ago
  79. eb883af Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 18 years ago
  80. 51c5a28 For PR797: by Reid Spencer · 18 years ago
  81. ca64012 If unable to create tmp. file on disk then return LTO_WRITE_FAILURE status. by Devang Patel · 18 years ago
  82. 5a06077 For PR797: by Reid Spencer · 18 years ago
  83. 142ca8e For PR797: by Reid Spencer · 18 years ago
  84. e5c9cb5 For PR797: by Reid Spencer · 18 years ago
  85. b590a75 Rearrange order to build more frequently used tools first and make the by Reid Spencer · 18 years ago
  86. c6a561e Fix a typo. by Reid Spencer · 18 years ago
  87. e1647f4 For PR797: by Reid Spencer · 18 years ago
  88. ab96bb1 Rearrange the build order to better accommodate parallel build by reducing by Reid Spencer · 18 years ago
  89. 4874476 Make the sys::Path::GetTemporaryDirectory method not throw exceptions and by Reid Spencer · 18 years ago
  90. 8ea5ecb For PR797: by Reid Spencer · 18 years ago
  91. 62c5105 For PR885: by Reid Spencer · 18 years ago
  92. da6169b Fix a build failure by Nate Begeman · 18 years ago
  93. 023fcf9 For PR797: by Reid Spencer · 18 years ago
  94. dcee9d0 Make sure the verify pass gets run after the user's loaded passes as well by Reid Spencer · 18 years ago
  95. ec9f050 Rename the -verify option to be -verify-each so that it doesn't conflict by Reid Spencer · 18 years ago
  96. 8e33fae Convert llvm-ld to use the PluginLoader like opt instead of having its by Reid Spencer · 18 years ago
  97. 61c83e0 For PR797: by Reid Spencer · 18 years ago
  98. fd90dd5 For PR872: by Reid Spencer · 18 years ago
  99. c0431fe fit in 80 cols by Chris Lattner · 18 years ago
  100. 7f27570 minor cleanups by Chris Lattner · 18 years ago