1. 2be2087 Fix typo! by Nick Lewycky · 16 years ago
  2. a15dc03 Remove libtool. by Nick Lewycky · 16 years ago
  3. 92acef0 Add makefile debugging target; use "make print-FOO" to print the by Daniel Dunbar · 16 years ago
  4. 8e87e65 Pass different flags on different platforms when building PIC. by Nick Lewycky · 16 years ago
  5. b445d74 Avoid order files for now, as they aren't supported in 3.79. by Mike Stump · 16 years ago
  6. 49de982 Reapply 63765. Patches for clang and llvm-gcc to follow. by Dale Johannesen · 16 years ago
  7. 4d452de Reverting 63765. This broke the build of both clang and llvm-gcc. by Dale Johannesen · 16 years ago
  8. d244797 New feature: add support for target intrinsics being defined in the by Nate Begeman · 16 years ago
  9. 0a26891 Perform optional clang building. by Mike Stump · 16 years ago
  10. e50f34a Don't create .dir files in installation directories. Switch to using by Mike Stump · 16 years ago
  11. afa2259 Support llvmc plugins in out-of-tree projects. by Mikhail Glushenkov · 16 years ago
  12. ef5dc70 Removed trailing whitespace. by Misha Brukman · 16 years ago
  13. 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 16 years ago
  14. dfaf4f9 Revert r61598 as it does nothing. by Bill Wendling · 16 years ago
  15. 3aec908 Make sure that 'ranlib' runs only after 'ar' is completed. by Bill Wendling · 16 years ago
  16. c948064 Remove lex/bison support from makefile.rules. by Chris Lattner · 16 years ago
  17. b9b3a70 Don't error out if ranlib fails. by Bill Wendling · 16 years ago
  18. 47d9dcc Fix PR3117: not all nodes being legalized. The by Duncan Sands · 16 years ago
  19. 027fdbe Move target independent td files from lib/Target/ to include/llvm/Target so they can be distributed along with the header files. by Evan Cheng · 16 years ago
  20. 569c45c Proper way of doing llvm canadian-cross compilation. Patch by Jim Grosbach! by Anton Korobeynikov · 16 years ago
  21. eb909ca Comment fix. by Daniel Dunbar · 16 years ago
  22. 63f9720 Fun x86 encoding tricks: when adding an immediate value of 128, by Dan Gohman · 16 years ago
  23. ebb9f9b Another dependency fix, prevent ObjDir from having trailing slash. by Daniel Dunbar · 16 years ago
  24. 94e98af Add IS_CLEANING_TARGET Makefile variable. by Daniel Dunbar · 16 years ago
  25. 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
  26. ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
  27. 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
  28. dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
  29. 5039a6f fix the output dumbness I have introduced some time ago by Gabor Greif · 16 years ago
  30. b0cf29c Initial checkin of the new "fast" instruction selection support. See by Dan Gohman · 16 years ago
  31. 58a4c5e Add support for building on solaris, working around namespace by Chris Lattner · 16 years ago
  32. 6fc5b48 Warn of potential violations of strict aliasing rules. by Evan Cheng · 16 years ago
  33. 652f7ea Revert 51775. by Evan Cheng · 16 years ago
  34. babf11f Patches for building llvm on Solaris x86. Contributed by Nathan Keynes. by Evan Cheng · 16 years ago
  35. b1dbcd8 Fix a bunch of 80col violations that arose from the Create API change. Tweak makefile targets to find these better. by Gabor Greif · 16 years ago
  36. 7252dc0 Refresh Makefile.ocaml in objdir if it is modified in srcdir. by Gordon Henriksen · 17 years ago
  37. 0a4c378 Remove inappropriate whitespace, change CVS to SVN where it makes sense. by Gabor Greif · 17 years ago
  38. a7b33db when making bytecode modules, link as library by Andrew Lenharth · 17 years ago
  39. f5c9467 Make the check for GCC version more robust, fix shared library by Chris Lattner · 17 years ago
  40. 095765e Unbreak builds with differing object and source by Duncan Sands · 17 years ago
  41. 2671fc3 reduce duplicate -I flags passed to the compiler, cleaning up the VERBOSE by Chris Lattner · 17 years ago
  42. 05a3e8a One too many )'s breaks 'make clean' with certain versions of make. by Chris Lattner · 17 years ago
  43. 6e0a529 Commit a piece that I missed before, patch by Alain Frisch by Chris Lattner · 17 years ago
  44. 9e7aba2 Modify Makefile.rules to allow makefiles to prepend to C.Flags and by Gordon Henriksen · 17 years ago
  45. e43ba3d Factor out makefile dependency generation better. by Chris Lattner · 17 years ago
  46. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  47. 72e4633 noone uses etags. Connected to PR1601 by Chris Lattner · 17 years ago
  48. 491a6cd Restore ability to build archives (oops) by Reid Spencer · 17 years ago
  49. 87b8919 Remove bizarre use of /dev/null in a makefile include line that by Reid Spencer · 17 years ago
  50. eff1553 Make sure to keep symbols for profile build. by Reid Spencer · 17 years ago
  51. 0a522b1 Make sure that preprocessor symbols like _DEBUG, NDEBUG, and _GLIBC_DEBUG are by Reid Spencer · 17 years ago
  52. 1abd46d Add a missing . by Reid Spencer · 17 years ago
  53. cba2918 Clean up comments to be consistent with code. by David Greene · 17 years ago
  54. a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
  55. 413f2f9 Fix a problem with building .y files when BISON is not present. by Reid Spencer · 17 years ago
  56. 749a89b Disable RTTI handling until we're ready. by Reid Spencer · 17 years ago
  57. 6548bf1 Add a rule to get the footprint of binaries and libraries. by Reid Spencer · 17 years ago
  58. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  59. 03840ac add a target to print out 80-column violations. by Chris Lattner · 17 years ago
  60. 0522d8b Speed up installation a bit by ignoring .svn directories. by Reid Spencer · 18 years ago
  61. 8475ec0 For PR789: by Reid Spencer · 18 years ago
  62. fd3542f correct dependency by Chris Lattner · 18 years ago
  63. bcc3c19 target for generating CC info by Chris Lattner · 18 years ago
  64. 1846412 Fix some bugs in module building that broke llvm-stacker project. by Reid Spencer · 18 years ago
  65. 43eb96c Don't use gccld or gccas by Reid Spencer · 18 years ago
  66. 9bb399c Make the cleaning of BUILT_SOURCES be a "clean-all" target item, not a by Reid Spencer · 18 years ago
  67. 91140e9 Remove a spurious ; by Reid Spencer · 18 years ago
  68. a2a31bf Implement the NO_INSTALL feature. Setting this variable to any value in by Reid Spencer · 18 years ago
  69. 54100d7 When using LINK_COMPONENTS, append the components to the end of the by Reid Spencer · 18 years ago
  70. c5e455d Work around broken binutils on alpha by Andrew Lenharth · 18 years ago
  71. 6cb4c1ad Don't remove the find_rule label from FLEX output. It is needed by some by Reid Spencer · 18 years ago
  72. f0e76cf Remove the find_rule label from the output of flex. This will break any by Reid Spencer · 18 years ago
  73. 129f004 When compiling a C or C++ file to assembly, make the assembly output by Reid Spencer · 18 years ago
  74. 89b0d99 Allow an --enable-pic option to turn on -fPIC compiler option when building. by Reid Spencer · 18 years ago
  75. 4413672 Don't bother with setting the path before running llvm-gcc4, it doesn't by Reid Spencer · 18 years ago
  76. 75575fc Remove line not meant to be committed. by Reid Spencer · 18 years ago
  77. e46687c Handle upgrade of llvm-gcc3 assembly files. by Reid Spencer · 18 years ago
  78. 8b2e141 Undo removal of the runtime libraries. While this may have been a bit by Reid Spencer · 18 years ago
  79. ac90d5e In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support will by Reid Spencer · 18 years ago
  80. 166f45e Fix typo pointed out by Bryan Adams by Chris Lattner · 18 years ago
  81. 7f5f75d Allow ENABLE_OPTIMIZED=0 to turn off optimization (turn on debug). by Reid Spencer · 18 years ago
  82. 3ed469c For PR786: by Reid Spencer · 18 years ago
  83. 93858f6 Targets should depend on all the intrinsics.td files also, otherwise they by Chris Lattner · 18 years ago
  84. d95e3f2 Move CompileCommonOpts to the end of the list so that EXTRA_OPTIONS=-O0 will by Chris Lattner · 18 years ago
  85. a7868af Fix a build problem by Chris Lattner · 18 years ago
  86. 7f46327 Remove some dead makefilery by Chris Lattner · 18 years ago
  87. 0a1db82 Bugfix for llvm-config support by Chris Lattner · 18 years ago
  88. 55e6c4a Make LINK_COMPONENTS interact well with make clean by Chris Lattner · 18 years ago
  89. ef0d0f1 Add a new make option (LINK_COMPONENTS) which tools can use to specify what by Chris Lattner · 18 years ago
  90. e4163b4 Rearrange library linkage order. by Chris Lattner · 18 years ago
  91. 3a9ec24 For PR387: by Reid Spencer · 18 years ago
  92. dcea140 Doh! Commit the change that turns ON -fno-exceptions. by Reid Spencer · 18 years ago
  93. 99655e1 For PR797: by Reid Spencer · 18 years ago
  94. 4869d7f For PR738: by Reid Spencer · 18 years ago
  95. bd4b758 To avoid errors where a non-exception .o is on the stack between a throw by Reid Spencer · 18 years ago
  96. f064676 For PR797: by Reid Spencer · 18 years ago
  97. 42fe455 For PR780: by Reid Spencer · 18 years ago
  98. 16620fc Pass -fstrict-aliasing to the compiler when building a release build on darwin. by Chris Lattner · 18 years ago
  99. e2cfe5d For PR814: by Reid Spencer · 18 years ago
  100. 8203360 Reduce work done for directory traversal in srcdir==objdir builds. by Chris Lattner · 18 years ago