1. 8c2ec51 stop building llvmc. by Chris Lattner · 17 years ago
  2. 6fefa6a Disable building llvm-upgrade. by Tanya Lattner · 17 years ago
  3. ac67b7e Add first proof-of-concept universal compiler driver framework based by Anton Korobeynikov · 17 years ago
  4. 8f3153e Renable lto2 build. by Tanya Lattner · 17 years ago
  5. e5101bf Disable lto because its broken on tiger. by Tanya Lattner · 17 years ago
  6. 1f008a8 stop building lto on all platforms. Start building lto2 on Darwin by Nick Kledzik · 17 years ago
  7. 5116784 remove attributions from tools/utils makefiles. by Chris Lattner · 17 years ago
  8. b25a093 Fix accidental commit by Bill. by Chris Lattner · 17 years ago
  9. 041b3f8 Reverting 44702. It wasn't correct to rename them. by Bill Wendling · 17 years ago
  10. 5c1b533 Don't build llvm-stub twice. by Reid Spencer · 17 years ago
  11. fd57a00 Get the use of \ right. by Reid Spencer · 18 years ago
  12. 36a987e Now that gccas and gccld are just schell scripts, adjust the build ordering by Reid Spencer · 18 years ago
  13. 40e274b Build libLLVMlto on non-Darwin architectures. Resolves PR1055: http://llvm.org/PR1055 by Chandler Carruth · 18 years ago
  14. f49c7a5 Build llvm-update now. by Reid Spencer · 18 years ago
  15. cf8cb6d ok this really works :) by Chris Lattner · 18 years ago
  16. aa91978 Remove redundant include. by Devang Patel · 18 years ago
  17. 70c3537 Need to include Makefile.config to get the value of $(OS). Add a comment. by Chris Lattner · 18 years ago
  18. 294492b Enabling LTO building on Darwin only right now. This probably should be by Anton Korobeynikov · 18 years ago
  19. 0300352 Add lto into the list of PARALLEL_DIRS by Devang Patel · 18 years ago
  20. b590a75 Rearrange order to build more frequently used tools first and make the by Reid Spencer · 18 years ago
  21. c6a561e Fix a typo. by Reid Spencer · 18 years ago
  22. ab96bb1 Rearrange the build order to better accommodate parallel build by reducing by Reid Spencer · 18 years ago
  23. fd90dd5 For PR872: by Reid Spencer · 18 years ago
  24. d8e421d Add llvm2cpp to DIRs list by Chris Lattner · 18 years ago
  25. 44b60ec Build llvm-config to identify library cycles earlier in the build process. by Reid Spencer · 18 years ago
  26. ac28588 llvm2cpp is ready to be compiled so add it to the makefile, but make it by Reid Spencer · 18 years ago
  27. adbc9b7 Remove the llvm-db and bugpoint restrictions from the win32 platform so by Reid Spencer · 18 years ago
  28. 7f872bb Okay, llvm-config is good to go now. by Reid Spencer · 19 years ago
  29. 563ff1c Don't build llvm-config until issues are resolved. by Reid Spencer · 19 years ago
  30. 2e1284d Build the llvm-config directory as a tool. by Reid Spencer · 19 years ago
  31. 4e8458d extract has been renamed to llvm-extract to avoid conflicting with another tool by Misha Brukman · 20 years ago
  32. bdf6a39 Rename BUILD_* to PROJ_* by Reid Spencer · 20 years ago
  33. bb4fe3d Correct the conditional test for non-portable tools so that it will by Reid Spencer · 20 years ago
  34. 9141f03 Reverse the logic for Win32 to ensure that bugpoint and llvm-db are NOT by Reid Spencer · 20 years ago
  35. 691b3a1 Fix this file to actually work. ifneq was incorrectly used. Subtract out by Reid Spencer · 20 years ago
  36. 30b9746 Makefile.JIT doesn't exist any more so it doesn't need to be distributed. by Reid Spencer · 20 years ago
  37. a442107 Disable bugpoint and llvm-db tools for Win32. They can't be supported on by Reid Spencer · 20 years ago
  38. 90484fb For PR351: by Reid Spencer · 20 years ago
  39. cd18a83 Add the llvm-ranlib tool by Reid Spencer · 20 years ago
  40. 6cf4acc Add llvm-ld to the subdirs to be built by Reid Spencer · 20 years ago
  41. 20ac4e3 Add EXTRA_DIST for additional files to be distributed. by Reid Spencer · 20 years ago
  42. 247384c Add LLEE into compilation, but not for Sparc by Misha Brukman · 20 years ago
  43. 615edcc add llvmc by Reid Spencer · 20 years ago
  44. db67ecd Build llvm-bcanalyzer by Brian Gaeke · 20 years ago
  45. dac69c8 Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool by Reid Spencer · 20 years ago
  46. 0ed1f38 Build the llvm-stub directory by Chris Lattner · 20 years ago
  47. 6d47bae Add new directory by Chris Lattner · 21 years ago
  48. 67e7104 Build the llvm-prof directory by Chris Lattner · 21 years ago
  49. e2fab73 Added LLVM copyright to Makefiles. by John Criswell · 21 years ago
  50. 784fa18 Welcome llvm-nm to the family by Chris Lattner · 21 years ago
  51. c679d7e `link' is now `llvm-link'. by Misha Brukman · 21 years ago
  52. 8248f11 Stop building `as' and `dis' as they have been removed. by Misha Brukman · 21 years ago
  53. dd8067f Added llvm-ar to the Makefile by Tanya Lattner · 21 years ago
  54. 231d64d Build llvm-as and llvm-dis as the upgrade path to renamed tools. by Misha Brukman · 21 years ago
  55. 9148ec6 Get rid of really old makefile cruft by Chris Lattner · 21 years ago
  56. 4fcfc12 Don't try to buidl jello by Chris Lattner · 22 years ago
  57. 698e9ce Only build jello when compiling on X86 by Chris Lattner · 22 years ago
  58. 21049cf Build bugpoint by Chris Lattner · 22 years ago
  59. a22026a Jello now builds by Chris Lattner · 22 years ago
  60. ec9962e Compile sub-directories in parallel, because they don't have interdependencies by Chris Lattner · 22 years ago
  61. 2fd5b3d Reorder tool building sequence to more closely match the reality of what by Chris Lattner · 22 years ago
  62. 3329c3c Build the extract utility by Chris Lattner · 22 years ago
  63. cabc17a Don't forget to build gccld! by Chris Lattner · 23 years ago
  64. f83bcfc Build new gccas tool by Chris Lattner · 23 years ago
  65. 38c1346 Build the new linker by Chris Lattner · 23 years ago
  66. 43c6dfe Oops, accidentally checked my debugging makefile by Chris Lattner · 23 years ago
  67. 0e6530e This checkin represents some cleanup of the backend, implementing the following things: by Chris Lattner · 23 years ago
  68. e88df63 Build lli first by Chris Lattner · 23 years ago
  69. 7664032 Compile LLI by Chris Lattner · 23 years ago
  70. f3a5981 Build as before dis by Chris Lattner · 23 years ago
  71. ea1c7b6 Make sure we build all of the code! by Chris Lattner · 23 years ago
  72. 9aa9784 Build new analyze tool by Chris Lattner · 23 years ago
  73. 0095054 Initial revision by Chris Lattner · 23 years ago