1. 703bf84 Fix a problem in the target detection for Debian GNU/HURD by Sylvestre Ledru · 13 years ago
  2. 1d7e8c6 Fix a problem in the target detection for Debian GNU/kFreeBSD by Sylvestre Ledru · 13 years ago
  3. c4b2271 Add InitializeNativeTargetDisassembler function. by Eric Christopher · 13 years ago
  4. b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 13 years ago
  5. a443e5b Remove the C backend. by Eric Christopher · 13 years ago
  6. 8c3d258 configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore. by Benjamin Kramer · 13 years ago
  7. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
  8. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
  9. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
  10. 1aee22e Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
  11. 48381e5 Regenerate configure. by Rafael Espindola · 13 years ago
  12. 6e9b5eb revert r147542 after comments from Joerg Sonnenberger by Sebastian Pop · 13 years ago
  13. 8a86887 use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT by Sebastian Pop · 13 years ago
  14. b4b5415 Hexagon backend support by Tony Linthicum · 13 years ago
  15. 4ab406d LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago
  16. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  17. de2e0b5 rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE by Sebastian Pop · 13 years ago
  18. c4cbf4a derive LLVM_HOSTTRIPLE from target by Sebastian Pop · 13 years ago
  19. 33ba8b0 Remove the Alpha backend. by Dan Gohman · 13 years ago
  20. b42d476 projects/sample: Switch over to imported Makefile setup. by Daniel Dunbar · 13 years ago
  21. 360fa9a Handle newer cases for freebsd which is approaching 10.0 and not 1.0. by Eric Christopher · 13 years ago
  22. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  23. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
  24. bf79f91 Regenerate projects/sample/configure. by Daniel Dunbar · 13 years ago
  25. 2532fa2 projects/sample: Import adapted form of current LLVM autoconf/Makefile setup so that projects/sample is standalone and not tied to the LLVM build setup. by Daniel Dunbar · 13 years ago
  26. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 14 years ago
  27. 2bf4b54 Regen configure by Peter Collingbourne · 14 years ago
  28. 1fbf5a4 Fix paths; AutoRegen.sh changes its current working directory to be the by Peter Collingbourne · 14 years ago
  29. 3cc52ea I swear I did a make clean and make before committing all this... by Michael J. Spencer · 14 years ago
  30. 9b8cc2b projects: Don't try to build libcxx if one happens to have it checked out into by Daniel Dunbar · 14 years ago
  31. 31a0a43 Remove bogus link. by Eric Christopher · 14 years ago
  32. 04c528a Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway. by Jakob Stoklund Olesen · 14 years ago
  33. 15c4bb9 Testing subversion commit access by Wesley Peck · 15 years ago
  34. f681475 CMake: Fixed syntax in conditional. by Oscar Fuentes · 15 years ago
  35. 4b42a1e Oops. by Jakob Stoklund Olesen · 15 years ago
  36. 8addca2 clang test suite by Jakob Stoklund Olesen · 15 years ago
  37. 1f10929 Fix autoconf llvm srcdir location for generic projects. by Eric Christopher · 15 years ago
  38. 50a5aa1 CMake: Don't try to descend into projects/compiler-rt, it doesn't work. by Daniel Dunbar · 15 years ago
  39. d58816f Don't try to build compiler-rt if it happens to be checked out into projects/ by Daniel Dunbar · 15 years ago
  40. 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
  41. 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 15 years ago
  42. 929a493 remove dead makefile flags. by Chris Lattner · 15 years ago
  43. 324f608 Revert r67655 and r67656, as they are breaking the build. I'm by Dan Gohman · 16 years ago
  44. 2594706 LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT. by Dan Gohman · 16 years ago
  45. d02a281 Regenerate configure. by Dan Gohman · 16 years ago
  46. 497e863 Fix paths; AutoRegen.sh changes its current working directory to be the by Dan Gohman · 16 years ago
  47. c9ebae3 Update for autoconf 2.6x; by Dan Gohman · 16 years ago
  48. 9f16bcb Fix bash-isms. by Dan Gohman · 16 years ago
  49. 5c6bf65 CMake: auto-discover project files under the projects/ subdirectory. by Oscar Fuentes · 16 years ago
  50. 206b59a Add "sample" documentation to sample project. by Nick Lewycky · 16 years ago
  51. 5b80c66 Allow the test suite to be checked out into projects/test-suite. by Matthijs Kooijman · 16 years ago
  52. 57360d1 remove attributions from the rest of the llvm makefiles. by Chris Lattner · 17 years ago
  53. e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
  54. 9bc823e avoid collision with /usr/bin/sample if this ever gets installed. by Chris Lattner · 18 years ago
  55. de8dacf remove obsolete comment by Chris Lattner · 18 years ago
  56. d203342 For PR1074: by Reid Spencer · 18 years ago
  57. f1d71b5 relax type by Chris Lattner · 18 years ago
  58. db8d2be For PR950: Convert signed integer types to signless. by Reid Spencer · 18 years ago
  59. e4d87aa For PR950: by Reid Spencer · 18 years ago
  60. 2edc43f switch statistic over, remove misspelt comment. by Chris Lattner · 18 years ago
  61. e922eb6 Update for llvm-gcc4 build. by Reid Spencer · 18 years ago
  62. 31b628b Change createInferredCast calls to more accurate cast creation calls. by Reid Spencer · 18 years ago
  63. e815619 Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are by Bill Wendling · 18 years ago
  64. dead99b Detemplatize the Statistic class. by Devang Patel · 18 years ago
  65. 68fe61d Replacing std::iostreams with llvm iostreams. Some of these changes involve by Bill Wendling · 18 years ago
  66. 3da59db For PR950: by Reid Spencer · 18 years ago
  67. 3822ff5 For PR950: by Reid Spencer · 18 years ago
  68. 1256515 Don't check variables before they are set. by Reid Spencer · 18 years ago
  69. 19d2204 Make sample project -pedantic clean. by Reid Spencer · 18 years ago
  70. 939c687 Make Stacker Runtime -pedantic clean. by Reid Spencer · 18 years ago
  71. 3ed469c For PR786: by Reid Spencer · 18 years ago
  72. 0a783f7 For PR950: Replace the REM instruction with UREM, SREM and FREM. by Reid Spencer · 18 years ago
  73. 1628cec For PR950: by Reid Spencer · 18 years ago
  74. b83eb64 For PR950: by Reid Spencer · 18 years ago
  75. 76907e3 Don't build the runtime library if LLVMGCC is not configured. by Reid Spencer · 18 years ago
  76. 0d59c03 Stacker doesn't build universal right. by Chris Lattner · 18 years ago
  77. 463b79f Fix a race condition in the makefile that broke grawp's tester last night. by Chris Lattner · 18 years ago
  78. 40bb451 For PR797: Update to reflect ParseException becoming ParseError (from Parser.h) by Reid Spencer · 18 years ago
  79. b08b562 Drop the -s2048 option, it is specified incorrectly and the correct by Reid Spencer · 18 years ago
  80. 42fe455 For PR780: by Reid Spencer · 18 years ago
  81. 3251973 Stacker uses EH. by Chris Lattner · 18 years ago
  82. 831b121 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  83. 1969e3c Fix build on systems with broken bison by Chris Lattner · 18 years ago
  84. 72f42bb For PR786: by Reid Spencer · 18 years ago
  85. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 18 years ago
  86. 433698b Avoid defining dead result by Chris Lattner · 18 years ago
  87. 30ea478 Have the AutoRegen.sh script prompt the user for the LLVM src and obj by Reid Spencer · 19 years ago
  88. 9b6e67e Distribute the Stacker samples directory. by Reid Spencer · 19 years ago
  89. 898f44b Distribute the lex/yacc files from the cvs version. by Reid Spencer · 19 years ago
  90. 5a4b9e7 Ignored generated files. by Reid Spencer · 19 years ago
  91. 31c4d82 Ignore generated files. by Reid Spencer · 19 years ago
  92. fb4ab00 Convert over to the new way of handling lex/bison checked into cvs by Chris Lattner · 19 years ago
  93. 6b2b013 Fixed Makefile so it does, indeed, build a dynamic library. by Robert Bocchino · 19 years ago
  94. 36a6338 unbreak the build again by Chris Lattner · 19 years ago
  95. 8962b84 Make sure to build things in the right order, build with the .o file, not the by Chris Lattner · 19 years ago
  96. f582dde use archives when possible by Chris Lattner · 19 years ago
  97. 68a24bd Implement PR614: by Reid Spencer · 19 years ago
  98. 3027321 oops by Andrew Lenharth · 19 years ago
  99. c2640d0 updates by Andrew Lenharth · 19 years ago
  100. 4411eeb Make the value to -s not be interpreted as a file name by Reid Spencer · 19 years ago