1. d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 20 years ago
  2. 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 20 years ago
  3. 74e7261 Implement the GetLibraryPath function. by Reid Spencer · 20 years ago
  4. 9ab80b7 Add the GetLibraryPath method. by Reid Spencer · 20 years ago
  5. e59eaf4 Add support for the link-time pass list to Modules. by Reid Spencer · 20 years ago
  6. b921012 Sparc cannot link shared objects (libtool issue) which affects Stacker. by Misha Brukman · 20 years ago
  7. 865c415 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 20 years ago
  8. 33189e7 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 20 years ago
  9. 2565943 Clean up the interface and implementation of sys::Program so that it is by Reid Spencer · 20 years ago
  10. 1002013 Changes to make this work with Jason's patch. I checked this by hand, but by Chris Lattner · 20 years ago
  11. 14c225e Change banner name to reflect actual program this Makefile is for. by Reid Spencer · 20 years ago
  12. 6dd3713 Get rid of compile warning by having llvmExecve return the result of its by Reid Spencer · 20 years ago
  13. c0af3f0 Initial implementation of llvm-ld: stolen from gccld. by Reid Spencer · 20 years ago
  14. 247384c Add LLEE into compilation, but not for Sparc by Misha Brukman · 20 years ago
  15. dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 20 years ago
  16. a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 20 years ago
  17. a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 20 years ago
  18. 27bdcd8 * Fix grammar * Convert tabs to spaces by Misha Brukman · 20 years ago
  19. fb0796e Fix filename: Printer.cpp has become X86AsmPrinter.cpp by Misha Brukman · 20 years ago
  20. 5adf0ca Unbreak doxygen, according to Reid. by Misha Brukman · 20 years ago
  21. 7df0074 Fix code spacing/alignment by Misha Brukman · 20 years ago
  22. 70e2d38 Fix the replace method to assert if an item was erased from the set but not by Reid Spencer · 20 years ago
  23. 66e7cd0 Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 20 years ago
  24. 7144707 Fix typo: sterror -> strerror by Reid Spencer · 20 years ago
  25. f51c8ea Correct the dynamic lib suffix on Darwin. by Reid Spencer · 20 years ago
  26. cbad701 Provide initial implementations of Memory and Process concepts for various by Reid Spencer · 20 years ago
  27. 41b21bf Provide a generic Unix implementation of the Memory concept. by Reid Spencer · 20 years ago
  28. 27dafe1 Provide a generic unix implementation of the Process abstraction. by Reid Spencer · 20 years ago
  29. 1b554b4 Implemented support for detecting file types by magic number, stripping by Reid Spencer · 20 years ago
  30. 4429b2c Implementation of Process concept for SUSv2 platforms. by Reid Spencer · 20 years ago
  31. 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 20 years ago
  32. 52b0ba6 Convert the Emitter to use the lib/System "Memory" interface instead of the by Reid Spencer · 20 years ago
  33. 86e5aef Add library LLVMsystem.a because the JIT now needs it. by Reid Spencer · 20 years ago
  34. 9cab9e5 Correct the interface of a function to use the correct typedef for an by Reid Spencer · 20 years ago
  35. 0bdc620 Implement the remove method for deleting entries from the SetVector. by Reid Spencer · 20 years ago
  36. 57a0efa Implement support for dependent libraries. The "source" module's dependent by Reid Spencer · 20 years ago
  37. 46a981c Change interface to use correct typedef so it will always compile. by Reid Spencer · 20 years ago
  38. 249403f Make the dependent libraries list use a SetVector instead of a regular by Reid Spencer · 20 years ago
  39. e5d6ca4 Initial commit of a file to declare the interface for platform independent by Reid Spencer · 20 years ago
  40. e6a10cf Add methods for detecting file types by magic number, getting the file name by Reid Spencer · 20 years ago
  41. e38001f Add methods for detecting different kinds of files by their magic number, by Reid Spencer · 20 years ago
  42. 1694eec Use llvm-link to link the .bc with testing.bc. This helps test the new by Reid Spencer · 20 years ago
  43. 3ee8eed Print the dependent libraries when dumping bytecode. by Reid Spencer · 20 years ago
  44. 8bb8250 Update to latest versions of config.guess and config.sub from by Brian Gaeke · 20 years ago
  45. bcb5562 Renamed file to SparcV8ISelSimple.cpp by Misha Brukman · 20 years ago
  46. fd23c4e Roll back constant printing changes until the problems with larger by Brian Gaeke · 20 years ago
  47. cad90ad Add assertion descriptiosn on type mismatches when creating by Alkis Evlogimenos · 20 years ago
  48. 24fdc1d Fix broken internal links (one found by seventwentyfour.com spider) by Misha Brukman · 20 years ago
  49. 2c4f7b5 Grow the map on entry so that we don't crash if joinIntervals never by Alkis Evlogimenos · 20 years ago
  50. 1739aec If updating from CVS gives error "No rule to make target", it's faster to just by Misha Brukman · 20 years ago
  51. d54fe67 Fix broken link to the 2004 CGO paper. by Misha Brukman · 20 years ago
  52. 8018a66 Add missing #include by Chris Lattner · 20 years ago
  53. 0a62133 Regenerated, to recognize mingw. by Brian Gaeke · 20 years ago
  54. 2f686db recognize MinGW by Brian Gaeke · 20 years ago
  55. 6f22256 Disable libprofile as it breaks the build on Sparc (autoconf issues). by Misha Brukman · 20 years ago
  56. ac09e25 Make file comment span the entire line by Misha Brukman · 20 years ago
  57. 93c1ab2 Use a shorter form to express implicit use/defs in FpGETRESULT and FpSETRESULT. by Alkis Evlogimenos · 20 years ago
  58. 978f629 A call instruction should implicitely define ST0 since the return by Alkis Evlogimenos · 20 years ago
  59. f539ffe This file does not need <iostream>, I think. by Brian Gaeke · 20 years ago
  60. 5d0d1e3 Use a DenseMap for mapping reg->reg. This improves the LiveInterval by Alkis Evlogimenos · 20 years ago
  61. 67f9349 Use libtool, not mklib (which somehow doesn't get generated anymore) by Brian Gaeke · 20 years ago
  62. 9751dbf Remove PAPIDIR, per brg by Reid Spencer · 20 years ago
  63. ec98fed bug 352 fixed bug 257 fixed by Reid Spencer · 20 years ago
  64. 19ee52a PAPI check has been moved to projects/reopt. by Brian Gaeke · 20 years ago
  65. c9d4054 PAPI is not used here. by Brian Gaeke · 20 years ago
  66. ad1eb20 Removed this file as its contents are now in the m4 directory. by Reid Spencer · 20 years ago
  67. 4d68ba2 Remove variables and tests that were specific to the now defunct by Reid Spencer · 20 years ago
  68. f7b2de5 - Handle AC_CONFIG_SUBDIRS properly for existing "well known" projects by Reid Spencer · 20 years ago
  69. dcd3875 - Perform all validity checks before doing anything. by Reid Spencer · 20 years ago
  70. 53ecd51 move AC_FUNC_ISINF and AC_FUNC_ISNAN to their own files. by Reid Spencer · 20 years ago
  71. 491f681 Individual autoconf function broken out of acincludes.m4. This change by Reid Spencer · 20 years ago
  72. 10c0a2e This is the documentation style sheet, not the one for the website. by Misha Brukman · 20 years ago
  73. a3f0313 Remove extraneous blank lines. by Misha Brukman · 20 years ago
  74. 96bba38 Add link to new howto on writing backends. by Misha Brukman · 20 years ago
  75. 8eb6719 How to write an LLVM backend, first draft. by Misha Brukman · 20 years ago
  76. 05bcca9 * Profile-guided needs a hyphen * Dead store elimination has been implemented by Misha Brukman · 20 years ago
  77. 0b9370f Reword to not use a link text `click here'. by Misha Brukman · 20 years ago
  78. e993f46 Modify the lines of code counting mechanism to use the new "countloc.sh" by Reid Spencer · 20 years ago
  79. 65e731d Added a tool to more accurately count the lines of code. The previous by Reid Spencer · 20 years ago
  80. 20136a2 Add 64 bit divide instructions, and use them by Nate Begeman · 20 years ago
  81. 214c6d6 Remove double paren use in system() function so that the command line can by Reid Spencer · 20 years ago
  82. 77d9019 HTML 4.01 STRICT compliance. by Reid Spencer · 20 years ago
  83. 8284f1f Make section separator comments 80 chars, not 70. by Reid Spencer · 20 years ago
  84. 76d9dac Indent to 2 spaces and cleanup excess whitespace. by Alkis Evlogimenos · 20 years ago
  85. a638286 Indent to 2 spaces. by Alkis Evlogimenos · 20 years ago
  86. 1704168 Remove configuration of test/Programs/* Makefiles. by Reid Spencer · 20 years ago
  87. e07d9aa Added the configuration of the test/Makefile. by Reid Spencer · 20 years ago
  88. 1f4a279 Add HAS_U_INT64_T by Reid Spencer · 20 years ago
  89. 5f8c6b2 Add LLVMC as a supported tool. by Reid Spencer · 20 years ago
  90. eb32ffe Per Bug 257 by Reid Spencer · 20 years ago
  91. 10ffe01 Make the NightlyTest run tests out of projects/llvm-test instead of by Reid Spencer · 20 years ago
  92. 100bd71 Put a space between `Data' and `Structure' of DSA. by Misha Brukman · 20 years ago
  93. fe73285 Remove the bit about this document being my `notes', it has matured since then. by Misha Brukman · 20 years ago
  94. 2161834 Fix object/library filenames that have changed, clarify descriptions. by Misha Brukman · 20 years ago
  95. 9a4c904 Add DSA. by Misha Brukman · 20 years ago
  96. eedba5e * CSS was created to reduce re-specifying design styles: specify table cell by Misha Brukman · 20 years ago
  97. 3e0b51a * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between by Misha Brukman · 20 years ago
  98. b986b7d Renamed PPC32AsmPrinter.cpp => PowerPCAsmPrinter.cpp as the Darwin and AIX asm by Misha Brukman · 20 years ago
  99. d1011c2 Make sure llvm-test doesn't build automatically so the nightly test can by Reid Spencer · 20 years ago
  100. 88eed81 Take one item off the "to do" list: implemented -O1 .. -O5 options for by Reid Spencer · 20 years ago