1. 2b11995 add a hack that fixes: llvm-gcc main.c -Wl,-native -o a.out -g by Chris Lattner · 20 years ago
  2. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 20 years ago
  3. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 20 years ago
  4. 604b95b transforms before analyses by Chris Lattner · 20 years ago
  5. ad62eef Remove a now-unneeded library by Chris Lattner · 20 years ago
  6. 465be21 pull in the archive version of this lib to reduce exe size by Chris Lattner · 20 years ago
  7. 5e22a64 Pull in the archive versions of these libs to reduce executable size by Chris Lattner · 20 years ago
  8. df514ef Link in datastructure as a relinked o file by Chris Lattner · 20 years ago
  9. 831843d Link to archive versions of libraries instead of the relinked ones by Chris Lattner · 20 years ago
  10. 3136061 Use the new LinkAllAnalyses.h header instead of forcing passes to be by Chris Lattner · 20 years ago
  11. a322a5f Use archive versions of these libraries, using the LinkAllPasses header. by Chris Lattner · 20 years ago
  12. 2094725 Shrinkify to make --help output look better by Chris Lattner · 20 years ago
  13. 7b7593c shrinkify the option name a bit by Chris Lattner · 20 years ago
  14. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 20 years ago
  15. 07be8d4 document this as experimental by Chris Lattner · 20 years ago
  16. fbcd54f Fix PR637 by Chris Lattner · 20 years ago
  17. 7b5634d Speed up isBytecodeLPath from 20s to .01s in common cases. This makes -native by Chris Lattner · 20 years ago
  18. f394213 1. Do not use .c_str() to keep a persistent handle on a temporary string. by Chris Lattner · 20 years ago
  19. 839615a Add help support for -mcpu and -mattr. by Jim Laskey · 20 years ago
  20. b1e1180 by Jim Laskey · 20 years ago
  21. d00b288 Allow bugpoint+PPC codegen to use fsqrt by Chris Lattner · 20 years ago
  22. 68a24bd Implement PR614: by Reid Spencer · 20 years ago
  23. aed98fa If the user interrupts bugpoint, don't extract loops by Chris Lattner · 20 years ago
  24. 1d924f6 Pass -export-dynamic to gcc when compiling with -native and the link is by Chris Lattner · 20 years ago
  25. f9aaae0 When the user hits ctrl-c, bugpoint should attempt to stop reduction as by Chris Lattner · 20 years ago
  26. d29b6aa Keep tabs and trailing spaces out. by Jeff Cohen · 20 years ago
  27. 540f7d6 Run the verifier pass after all the other passes rather than before them. by Reid Spencer · 20 years ago
  28. 4418c2b Make the verifier pass run (in debug mode) in llc. This adds a sanity check by Reid Spencer · 20 years ago
  29. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  30. a3efca1 Fix PR576. by Chris Lattner · 20 years ago
  31. 8f1ac1c Make sure we don't error out if an invalid path is used, just simply by Reid Spencer · 20 years ago
  32. a229c5c Final Changes For PR495: by Reid Spencer · 20 years ago
  33. 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 20 years ago
  34. dd04df0 For PR495: by Reid Spencer · 20 years ago
  35. c7f0832 For PR495: by Reid Spencer · 20 years ago
  36. 812125a add a new -filetype argument to llc. by Chris Lattner · 20 years ago
  37. cbb34a7 minor cleanups, use copy ctor instead of manually doing it. by Chris Lattner · 20 years ago
  38. 8514158 refactor this interface by Chris Lattner · 20 years ago
  39. 705b9e5 make SparcV8 and V9 seperately configurable by Andrew Lenharth · 20 years ago
  40. ad38cd6 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 20 years ago
  41. 5da2d08 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 20 years ago
  42. 6a5d1d4 For PR514: by Reid Spencer · 20 years ago
  43. cc97cfc For PR514: by Reid Spencer · 20 years ago
  44. 56c4186 If loopextract breaks the program provide output so that we can repro the by Chris Lattner · 20 years ago
  45. cbe92e6 Move licm after reassociate, add some cond-propagate passes by Chris Lattner · 20 years ago
  46. 827e8f0 * Use consistent spacing for function arguments by Misha Brukman · 20 years ago
  47. 0b86148 Minor clean-ups by Misha Brukman · 20 years ago
  48. e7d52b6 Clean up and correct llvmc configurations for C and C++ by Misha Brukman · 20 years ago
  49. 3a98ff8 std::string(NULL) does not a proper constructor make by Misha Brukman · 20 years ago
  50. 4c42937 Omit periods at the end of command-line switch explanations for consistency by Misha Brukman · 20 years ago
  51. ff1c9e2 Add the simplify-libcalls pass. by Reid Spencer · 20 years ago
  52. 4e8458d extract has been renamed to llvm-extract to avoid conflicting with another tool by Misha Brukman · 20 years ago
  53. e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 20 years ago
  54. de03bc0 extract has been renamed to llvm-extract to avoid conflicting with another tool by Misha Brukman · 20 years ago
  55. 2c6584a Make the CBackend actually get included in llc by using USEDLIBS instead of by Reid Spencer · 20 years ago
  56. 3952bc6 Always enable the C backend. This fixes a *vast* number of failures on the by Chris Lattner · 20 years ago
  57. dadc96f Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD by Reid Spencer · 20 years ago
  58. 18969fb Implement the --enable-targets= feature of the configure script. The make by Reid Spencer · 20 years ago
  59. 5a87044 Two changes: by Reid Spencer · 20 years ago
  60. ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
  61. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  62. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  63. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  64. 63b3afa Remove trailing whitespace by Misha Brukman · 20 years ago
  65. baec07c #include system headers after all LLVM headers by Misha Brukman · 20 years ago
  66. 704448f Eliminate trailing spaces at end-of-line by Misha Brukman · 20 years ago
  67. 8f586ba Consistently eschew space between `*' or `&' and function argument name by Misha Brukman · 20 years ago
  68. b0bafc5 * Print commands as we execute them with `-v' by Misha Brukman · 20 years ago
  69. c30088f Ensure that the arguments passed to sys::Program::ExecuteAndWait include by Reid Spencer · 20 years ago
  70. bf9add4 The first argument to ExecuteAndWait should be the program name, but pointed by Chris Lattner · 20 years ago
  71. 0b77be8 there is no reason to run -instcombine -instcombine! by Chris Lattner · 20 years ago
  72. ab7ada3 Rename createPromoteMemoryToRegister() to by Alkis Evlogimenos · 20 years ago
  73. 72dcaaf statically link ia64 into llc by Chris Lattner · 20 years ago
  74. 5b3a455 Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 20 years ago
  75. a3fcfff method renamed by Chris Lattner · 20 years ago
  76. 852b4d4 Replace more a*'s with arg_*'s, thanks to Gabor Greif! by Chris Lattner · 20 years ago
  77. 5a1c58d Use arg_iterator and arg_begin and arg_end functions. by Alkis Evlogimenos · 20 years ago
  78. 572668a yay for camel_cvs diff by Andrew Lenharth · 20 years ago
  79. 1c81f13 get bugpoint working on ia64, by building .so's with -fpic. :) by Chris Lattner · 20 years ago
  80. 35641ec move the reassociation pass after the LICM pass. This speeds up mgrid by Chris Lattner · 20 years ago
  81. 837149c Changes to enable creation of native executables directly from gccld and to by Reid Spencer · 20 years ago
  82. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 20 years ago
  83. e56509c Remove some stuff I checked in accidentally by Chris Lattner · 20 years ago
  84. 38b5788 Use DataInstall macro instead of INSTALL. by Reid Spencer · 20 years ago
  85. 9b5b190 Fix a bugpoint crash that JeffC noticed, looking like this: by Chris Lattner · 20 years ago
  86. 5443af2 Adjust the help output so that it will fit cleanly within 80 columns. by Reid Spencer · 20 years ago
  87. e210279 Get bugpoint compiling with VC++ again, not that it works anyway. by Jeff Cohen · 21 years ago
  88. adf7577 add Alpha to llc by Andrew Lenharth · 21 years ago
  89. 45495c5 Move helper function here. by Chris Lattner · 21 years ago
  90. 7456e3c Conform to the documented interface by null terminating argument lists! by Chris Lattner · 21 years ago
  91. ed5fa58 Make sure to null terminate argument lists! by Chris Lattner · 21 years ago
  92. a88155d Print the module, not the pointer. by Chris Lattner · 21 years ago
  93. ef11c5e Fix PR506: by Reid Spencer · 21 years ago
  94. 5ea56e5 clean up comments by Chris Lattner · 21 years ago
  95. 4b724b1 This has been deprecated for long enough, nuke it. by Chris Lattner · 21 years ago
  96. a328c51 Add support for fp tolerances by Chris Lattner · 21 years ago
  97. cf989fd Adjust to changed interface. by Chris Lattner · 21 years ago
  98. 741c118 oops by Jeff Cohen · 21 years ago
  99. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  100. 8388195 Fix VC++ complaint by Jeff Cohen · 21 years ago