1. bd4b758 To avoid errors where a non-exception .o is on the stack between a throw by Reid Spencer · 18 years ago
  2. f064676 For PR797: by Reid Spencer · 18 years ago
  3. 42fe455 For PR780: by Reid Spencer · 18 years ago
  4. 16620fc Pass -fstrict-aliasing to the compiler when building a release build on darwin. by Chris Lattner · 18 years ago
  5. e2cfe5d For PR814: by Reid Spencer · 18 years ago
  6. 8203360 Reduce work done for directory traversal in srcdir==objdir builds. by Chris Lattner · 18 years ago
  7. 11bcd75 Workaround no longer needed. by Evan Cheng · 18 years ago
  8. 2ebc1f8 Fix MacOSX build failures. (pr841) by Devang Patel · 18 years ago
  9. 02b04b4 Build more debugger/selectiondag libraries as archives instead of .o files. by Chris Lattner · 18 years ago
  10. 74bda2e Fix linking on Alpha by Andrew Lenharth · 18 years ago
  11. 041572f Profile builds should always have debug info enabled. by Chris Lattner · 18 years ago
  12. 7dabf39 Allow specifying an explicit list of architectures to build for, e.g.: by Chris Lattner · 18 years ago
  13. 8eb12de Add targets for generating .s file in addition to .o files. by Chris Lattner · 18 years ago
  14. d92490f Factor a bunch of rules together, no functionality change. by Chris Lattner · 18 years ago
  15. 6cee033 Allow LLVM to be built with extra options. by Evan Cheng · 18 years ago
  16. f988e53 Do not hardcode random paths into the makefile. Make the user specify the by Chris Lattner · 18 years ago
  17. 9ec2c3d Fix building on case-sensitive file systems, grr :) by Chris Lattner · 18 years ago
  18. 117f8cd Remove obsolete CORE_IS_ARCHIVE stuff. by Chris Lattner · 18 years ago
  19. 48fdf91 Provide configuration support and usage for MINGW32 platform by Reid Spencer · 18 years ago
  20. 72f42bb For PR786: by Reid Spencer · 18 years ago
  21. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  22. 73faa39 Enable -fno-use-cxa-atexit on darwin/ppc also. by Chris Lattner · 18 years ago
  23. d63b964 Abstract out the current optimization level into a flag that can be overridden by Chris Lattner · 18 years ago
  24. f07ddcd Remove flags implied by -O3 by Chris Lattner · 18 years ago
  25. e5aa8f3 Don't use -fomit-frame-pointer on darwin, it breaks stacktrace collection. by Chris Lattner · 18 years ago
  26. dd1aac3 Make some changes suggested by Chris: by Reid Spencer · 18 years ago
  27. c14c936 Make sure that $(CXX.Flags) is passed to the linker so that the same options by Reid Spencer · 18 years ago
  28. e438c2a Replace "../whatever.td" with "whatever.td", so that out-of-tree backends by Vladimir Prus · 18 years ago
  29. ab51997 When linking, make sure the project libraries are linked before the LLVM by Reid Spencer · 18 years ago
  30. 211b9a2 Fix some problems linking stuff in libTarget. by Owen Anderson · 18 years ago
  31. ab093fa Remove traces of Burg utility now that its gone and not needed. by Reid Spencer · 18 years ago
  32. 37408e5 Remove V9 jit support by Chris Lattner · 18 years ago
  33. 3a00a3e Final piece to get relinked .o files buildable universal on Darwin. by Chris Lattner · 18 years ago
  34. bbd5e43 Make sure that the C Frontend's runtime library directory is included as by Reid Spencer · 18 years ago
  35. 5ff0dc7 Remove extraneous building in target dist-check. There is no reason that by Reid Spencer · 18 years ago
  36. 854071c ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS by Reid Spencer · 18 years ago
  37. f9f431c Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONS by Reid Spencer · 18 years ago
  38. bac3ca2 For PR723: by Reid Spencer · 18 years ago
  39. 4d0586b A saner workaround. I hope. by Evan Cheng · 18 years ago
  40. afd131e Temporary workaround for a Mac OSX specific issue. by Evan Cheng · 18 years ago
  41. ba46665 Add support for building the LLVM libraries and tools as a Mac OS/X by Chris Lattner · 18 years ago
  42. 205b02e Add a facility for invoking the llvm-config tool when linking a program. by Reid Spencer · 18 years ago
  43. f2722ca These changes are necessary to support the new llvm-config tool. llvm-config by Reid Spencer · 18 years ago
  44. 7192786 Enable assertions to be enabled in release builds by building with by Chris Lattner · 19 years ago
  45. be3c2f2 reorder these to make it work with static libraries by Chris Lattner · 19 years ago
  46. c097798 Use $(Verb) instead of @ so that VERBOSE=1 will print these. by Chris Lattner · 19 years ago
  47. cb3fc53 pass -Illvm/include to tblgen by Chris Lattner · 19 years ago
  48. 8f434ff 8 spaces -> tab. Reported by Wink Saville by Chris Lattner · 19 years ago
  49. af2f351 Fix a minor makefile bug with lex/yacc handling that nate noticed. We don't by Chris Lattner · 19 years ago
  50. 1f1edce bugfixes by Chris Lattner · 19 years ago
  51. 6599c75 Convert the bison-output-checked-into-cvs makefile handling stuff to work by Chris Lattner · 19 years ago
  52. 197ab87 HP aCC (and a bunch of other compilers, no doubt) don't share by Duraid Madina · 19 years ago
  53. eb71340 oops, I meant this by Duraid Madina · 19 years ago
  54. 342567c Implement an alternative way of handling generated lex files in CVS. This by Chris Lattner · 19 years ago
  55. 77efe27 Wrap a couple more long lines by Chris Lattner · 19 years ago
  56. d25ad61 wrap long lines by Chris Lattner · 19 years ago
  57. 8968111 * Eliminate FAKE_SOURCES by Chris Lattner · 19 years ago
  58. 443045a For PR625: by Reid Spencer · 19 years ago
  59. 25e8a70 Some simple cleanups: by Reid Spencer · 19 years ago
  60. 6e96d81 Implement fix for PR471: by Reid Spencer · 19 years ago
  61. a115643 Move some constant folding code shared by Analysis and Transform passes by John Criswell · 19 years ago
  62. e96a1a5 1. Remove libraries no longer created from the list of libraries linked into the by John Criswell · 19 years ago
  63. 0366fcb analyses after transformations by Chris Lattner · 19 years ago
  64. 8993808 Now that all libraries are built in either .o or .a form, make BUILD_ARCHIVE by Chris Lattner · 19 years ago
  65. aafbaaa pull in the .a version of scalaropts lib to reduce the size of programs by Chris Lattner · 19 years ago
  66. 9dc33e5 Remove redundant flag. by Jeff Cohen · 19 years ago
  67. 66c5fd6 When a function takes a variable number of pointer arguments, with a zero by Jeff Cohen · 19 years ago
  68. f5fc2cb Plugin new subtarget backend into the build. by Jim Laskey · 19 years ago
  69. 0b61677 Make sure targets depend on TargetSelectionDAG.td by Chris Lattner · 19 years ago
  70. 0cb09f1 Add some rules for building preprocessed files by Chris Lattner · 19 years ago
  71. f31f09e allow for a target to ask for a dag isel by Chris Lattner · 19 years ago
  72. 68a24bd Implement PR614: by Reid Spencer · 19 years ago
  73. ca739c6 For PR614: by Reid Spencer · 19 years ago
  74. 6f5f8b3 Don't attempt to update LLVM configured header files from a build in a by Reid Spencer · 19 years ago
  75. 0ced4fb Whoops, don't use PROJ variables, these are all LLVM headers. This allows by Reid Spencer · 19 years ago
  76. 755bcf0 For PR619: by Reid Spencer · 19 years ago
  77. 6c26da6 Fix grammar by Misha Brukman · 19 years ago
  78. 7ac1752 Fix oversized GOT problem with gcc-4 on alpha by Andrew Lenharth · 19 years ago
  79. ab25eda No, really, it's an Alpha! And you probably thought it was a PowerPC. by Misha Brukman · 19 years ago
  80. 22894e9 I know PowerPC wishes it could be alpha, but it cannot. so there by Andrew Lenharth · 19 years ago
  81. ddc31e8 Alpha has JIT by Andrew Lenharth · 19 years ago
  82. 45eeed9 Two dist-check related changes: by Reid Spencer · 19 years ago
  83. 5da2d08 Make sure that tool names don't have any leading or trailing spaces in them. by Reid Spencer · 19 years ago
  84. aa8bc43 Build the install directories just exactly as any others. Hopefully this by Reid Spencer · 19 years ago
  85. 8f9e21e Two changes to support building shared libraries that contain multiple by Reid Spencer · 19 years ago
  86. 0ad8fcf hp-ux needs this to get through the System/Support libs by Duraid Madina · 19 years ago
  87. 0d255bd * Make some warning messages stand out a bit by putting **** at the end by Reid Spencer · 19 years ago
  88. a37ed05 * Remove extraneous spaces * Convert some tabs to spaces by Misha Brukman · 20 years ago
  89. bf18b26 Add SelectionDAG library to PPC JIT so that lli will link when by Nate Begeman · 20 years ago
  90. e0acb76 Correct a typo in Makefile.rules. Patch idea contributed by Vladimir Merzliakov. by Reid Spencer · 20 years ago
  91. eebaf33 Add llc to tools. by Alkis Evlogimenos · 20 years ago
  92. b80621f Don't try to strip bytecode files! by Reid Spencer · 20 years ago
  93. 151bbe4 The install program doesn't know how to strip bytecode files so install by Reid Spencer · 20 years ago
  94. 860598a Fix the other half of PR528 .. don't try to strip header files! by Reid Spencer · 20 years ago
  95. 4a0aaea For PR528: by Reid Spencer · 20 years ago
  96. 2804201 Fix installation of configuration files. by Reid Spencer · 20 years ago
  97. 1a9a69c * Don't flatten the directory hierarchy when installing headers by Reid Spencer · 20 years ago
  98. 2edabc0 Don't use pax for installing header files. Use the install program instead. by Reid Spencer · 20 years ago
  99. 9a8398e For PR496: by Reid Spencer · 20 years ago
  100. 39bcf5b non-ieee arith crashes passes on alpha by Andrew Lenharth · 20 years ago