1. 4c42937 Omit periods at the end of command-line switch explanations for consistency by Misha Brukman · 20 years ago
  2. ff1c9e2 Add the simplify-libcalls pass. by Reid Spencer · 20 years ago
  3. 4e8458d extract has been renamed to llvm-extract to avoid conflicting with another tool by Misha Brukman · 20 years ago
  4. e50b075 There are still uses for spaces in Makefiles -- to make text line up together, by Misha Brukman · 20 years ago
  5. de03bc0 extract has been renamed to llvm-extract to avoid conflicting with another tool by Misha Brukman · 20 years ago
  6. 2c6584a Make the CBackend actually get included in llc by using USEDLIBS instead of by Reid Spencer · 20 years ago
  7. 3952bc6 Always enable the C backend. This fixes a *vast* number of failures on the by Chris Lattner · 20 years ago
  8. dadc96f Don't always build CBackend and Skeleton. Make use of the TARGETS_TO_BUILD by Reid Spencer · 20 years ago
  9. 18969fb Implement the --enable-targets= feature of the configure script. The make by Reid Spencer · 20 years ago
  10. 5a87044 Two changes: by Reid Spencer · 20 years ago
  11. ea3e5e5 Eliminate tabs and trailing spaces by Jeff Cohen · 20 years ago
  12. 3da94ae Remove trailing whitespace by Misha Brukman · 20 years ago
  13. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  14. 2b37d7c Remove trailing whitespace by Misha Brukman · 20 years ago
  15. 63b3afa Remove trailing whitespace by Misha Brukman · 20 years ago
  16. baec07c #include system headers after all LLVM headers by Misha Brukman · 20 years ago
  17. 704448f Eliminate trailing spaces at end-of-line by Misha Brukman · 20 years ago
  18. 8f586ba Consistently eschew space between `*' or `&' and function argument name by Misha Brukman · 20 years ago
  19. b0bafc5 * Print commands as we execute them with `-v' by Misha Brukman · 20 years ago
  20. c30088f Ensure that the arguments passed to sys::Program::ExecuteAndWait include by Reid Spencer · 20 years ago
  21. bf9add4 The first argument to ExecuteAndWait should be the program name, but pointed by Chris Lattner · 20 years ago
  22. 0b77be8 there is no reason to run -instcombine -instcombine! by Chris Lattner · 20 years ago
  23. ab7ada3 Rename createPromoteMemoryToRegister() to by Alkis Evlogimenos · 20 years ago
  24. 72dcaaf statically link ia64 into llc by Chris Lattner · 20 years ago
  25. 5b3a455 Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 20 years ago
  26. a3fcfff method renamed by Chris Lattner · 20 years ago
  27. 852b4d4 Replace more a*'s with arg_*'s, thanks to Gabor Greif! by Chris Lattner · 20 years ago
  28. 5a1c58d Use arg_iterator and arg_begin and arg_end functions. by Alkis Evlogimenos · 20 years ago
  29. 572668a yay for camel_cvs diff by Andrew Lenharth · 20 years ago
  30. 1c81f13 get bugpoint working on ia64, by building .so's with -fpic. :) by Chris Lattner · 20 years ago
  31. 35641ec move the reassociation pass after the LICM pass. This speeds up mgrid by Chris Lattner · 20 years ago
  32. 837149c Changes to enable creation of native executables directly from gccld and to by Reid Spencer · 20 years ago
  33. da895d6 Fix spelling, patch contributed by Gabor Greif! by Chris Lattner · 20 years ago
  34. e56509c Remove some stuff I checked in accidentally by Chris Lattner · 20 years ago
  35. 38b5788 Use DataInstall macro instead of INSTALL. by Reid Spencer · 20 years ago
  36. 9b5b190 Fix a bugpoint crash that JeffC noticed, looking like this: by Chris Lattner · 20 years ago
  37. 5443af2 Adjust the help output so that it will fit cleanly within 80 columns. by Reid Spencer · 20 years ago
  38. e210279 Get bugpoint compiling with VC++ again, not that it works anyway. by Jeff Cohen · 20 years ago
  39. adf7577 add Alpha to llc by Andrew Lenharth · 20 years ago
  40. 45495c5 Move helper function here. by Chris Lattner · 21 years ago
  41. 7456e3c Conform to the documented interface by null terminating argument lists! by Chris Lattner · 21 years ago
  42. ed5fa58 Make sure to null terminate argument lists! by Chris Lattner · 21 years ago
  43. a88155d Print the module, not the pointer. by Chris Lattner · 21 years ago
  44. ef11c5e Fix PR506: by Reid Spencer · 21 years ago
  45. 5ea56e5 clean up comments by Chris Lattner · 21 years ago
  46. 4b724b1 This has been deprecated for long enough, nuke it. by Chris Lattner · 21 years ago
  47. a328c51 Add support for fp tolerances by Chris Lattner · 21 years ago
  48. cf989fd Adjust to changed interface. by Chris Lattner · 21 years ago
  49. 741c118 oops by Jeff Cohen · 21 years ago
  50. 5fb6ed4 Use binary mode for reading/writing bytecode files by Jeff Cohen · 21 years ago
  51. 8388195 Fix VC++ complaint by Jeff Cohen · 21 years ago
  52. e3e0fb1 sysconfdir -> PROJ_etcdir by Reid Spencer · 21 years ago
  53. bdf6a39 Rename BUILD_* to PROJ_* by Reid Spencer · 21 years ago
  54. 59615f0 Improve output precision. by Chris Lattner · 21 years ago
  55. 2e8bd68 X86 BE requires SelectionDAG by Chris Lattner · 21 years ago
  56. e67bc13 Get the #ifdef right on LinkAllPasses.h. by Jeff Cohen · 21 years ago
  57. 00f3db6 Fix minor mistakes by Jeff Cohen · 21 years ago
  58. 4b807e0 Add project opt to Visual Studio. by Jeff Cohen · 21 years ago
  59. 564a571 Make opt honor the quiet option when printing the bytecode warning. by Reid Spencer · 21 years ago
  60. b687c0c Prevent output of bytecode to std::cout unless the --force flag is given. by Reid Spencer · 21 years ago
  61. 5737913 Move the code for printing out a warning about bytecode output to a console by Reid Spencer · 21 years ago
  62. 7109ce8 Fix typo 'ompress' => 'compress'. by Jeff Cohen · 21 years ago
  63. bb4fe3d Correct the conditional test for non-portable tools so that it will by Reid Spencer · 21 years ago
  64. 3d1cc28 Fix the help documentation to not imply multiple archive files can be processed. by Reid Spencer · 21 years ago
  65. 1ef8bda For PR351: by Reid Spencer · 21 years ago
  66. 5116330 For PR351: * sys::PreventCoreFiles -> sys::Process::PreventCoreFiles by Reid Spencer · 21 years ago
  67. 06c375b Fix the build on PowerPC/Darwin - it thought we were declaring a new by Brian Gaeke · 21 years ago
  68. 8d8b41d Correct compilation for Cygwin. FindExecutable now returns a sys::Path. by Reid Spencer · 21 years ago
  69. 5512655 Support the gas option --traditional-format which, for some reason, gets by Reid Spencer · 21 years ago
  70. 81417b6 Fix the Win32 build by Misha Brukman · 21 years ago
  71. bf42763 Make parameters to CopyFile use explicit instantiation of sys::Path. by Reid Spencer · 21 years ago
  72. 682084a Use explicit construction of sys::Path from std::string because the by Reid Spencer · 21 years ago
  73. 5d28218 Allow compilers that can't distinguish between a class instantiation and by Reid Spencer · 21 years ago
  74. 6e6e88a llvm/Config/unistd.h has gone away, far, far away by Misha Brukman · 21 years ago
  75. 3000cbf Incorporate the contents of include/llvm/Config/unistd.h as this is the by Reid Spencer · 21 years ago
  76. fabf41f Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha by Brian Gaeke · 21 years ago
  77. 5743141 Make this compile on Solaris. by Brian Gaeke · 21 years ago
  78. f6358c7 For PR351: * Support changes in sys::Program::ExecuteAndWait interface by Reid Spencer · 21 years ago
  79. b31baa8 For PR351: by Reid Spencer · 21 years ago
  80. 2418bf9 For PR351: Turn path instance variables into sys::Path instead of std::string by Reid Spencer · 21 years ago
  81. 06c06db sys::CopyFile returns void and throws an exception on error which will be by Reid Spencer · 21 years ago
  82. b2d8c36 sys::CopyString throws an exception on error which will be caught by gccld by Reid Spencer · 21 years ago
  83. 1bd2653 The CopyFile function got moved into the sys namespace. by Reid Spencer · 21 years ago
  84. 9141f03 Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT by Reid Spencer · 21 years ago
  85. 691b3a1 Fix this file to actually work. ifneq was incorrectly used. Subtract out by Reid Spencer · 21 years ago
  86. 30b9746 Makefile.JIT doesn't exist any more so it doesn't need to be distributed. by Reid Spencer · 21 years ago
  87. a442107 Disable bugpoint and llvm-db tools for Win32. They can't be supported on by Reid Spencer · 21 years ago
  88. f1131b3 Linking in all of ScalarOpts. by Tanya Lattner · 21 years ago
  89. 5f76760 For PR351: by Reid Spencer · 21 years ago
  90. 9ac1418 For PR351: by Reid Spencer · 21 years ago
  91. 780cbd9 No targets actually use this library by Chris Lattner · 21 years ago
  92. b4ed7b0 Unbreak all archive reading operations introduced by the last patch which by Reid Spencer · 21 years ago
  93. 67c3821 Do not fail an assertion on a broken archive by Chris Lattner · 21 years ago
  94. 175bf06 Change LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib by Reid Spencer · 21 years ago
  95. b50ae12 For PR351: by Reid Spencer · 21 years ago
  96. 9718298 For PR351: * Convert use of getUniqueFilename to sys::Path::makeUnique(); by Reid Spencer · 21 years ago
  97. cda985e For PR351: by Reid Spencer · 21 years ago
  98. 6da1e0d For PR351: by Reid Spencer · 21 years ago
  99. 93f8f55 For PR351: Adjust to interface change for FindExecutable. by Reid Spencer · 21 years ago
  100. 51ab8ec For PR351: by Reid Spencer · 21 years ago