1. fe785bd Add dependencies so that project tools are recompiled if LLVM libraries by John Criswell · 20 years ago
  2. acf8089 Add a newline by Chris Lattner · 20 years ago
  3. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 20 years ago
  4. 7e0e9c6 Make sure to update the list end when an element is removed from it. This by Chris Lattner · 20 years ago
  5. 3080b60 Add some assertions by Chris Lattner · 20 years ago
  6. d27d1b9 Stacker compiler library doesn't need to be shared and it can cause by Reid Spencer · 20 years ago
  7. 011f5ca Attempt to solve the libtool problem on Solaris. by Reid Spencer · 20 years ago
  8. b016a37 Patches to make this file actually compile under windows. by Reid Spencer · 20 years ago
  9. 9041843 Initial version of the SysConfig abstraction for Win32. by Reid Spencer · 20 years ago
  10. 0b22ba4 First version of a common header file for Win32 implementations. by Reid Spencer · 20 years ago
  11. 437b079 Initial implementation of the Process abstraction for Win32. by Reid Spencer · 20 years ago
  12. 4909b6c Fix the interface to ReleaseRWX to take MemoryBlock& not Memory& by Reid Spencer · 20 years ago
  13. bdacd87 Fix a bug in the previous checkin that broke 255.vortex by Chris Lattner · 20 years ago
  14. e0de1d6 When creating constant arrays check that the initializer vector is the by Alkis Evlogimenos · 20 years ago
  15. a270019 Fit long lines into 80 cols via creative space elimination by Misha Brukman · 20 years ago
  16. 3559a93 Wrap long line by Misha Brukman · 20 years ago
  17. 07542c8 Targets are independent of each other, so compile them in parallel by Misha Brukman · 20 years ago
  18. 372dc8d Bug fixed by Chris Lattner · 20 years ago
  19. fb3ee19 Make sure to update alias analysis information as we transform the function. by Chris Lattner · 20 years ago
  20. 62e29b5 If given an AliasSetTracker object to update, update it. by Chris Lattner · 20 years ago
  21. 7f820b1 Add an optional argument to PromoteMemToReg by Chris Lattner · 20 years ago
  22. 8b20217 New testcase for PR420 by Chris Lattner · 20 years ago
  23. b66e648 Implement an AliasSetTracker::copyValue method by Chris Lattner · 20 years ago
  24. e2fe784 Add an AliasSetTracker::copyValue method by Chris Lattner · 20 years ago
  25. 1cf70ff The Sparc linking .so problem extends to the sample project as well by Misha Brukman · 20 years ago
  26. 9934f97 Add notes about some buggy passes by Chris Lattner · 20 years ago
  27. 264532c Remove unused pass by Chris Lattner · 20 years ago
  28. b50f1f1 Remove a long-dead pass. Actually, this pass was never used at all. by Chris Lattner · 20 years ago
  29. e6bd638 Fix compilation warning. by Reid Spencer · 20 years ago
  30. 8c0c339 Fix a compilation error. by Reid Spencer · 20 years ago
  31. 1c7b907 Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 20 years ago
  32. 44da7d7 Don't print newlines between passes in the pass list. by Chris Lattner · 20 years ago
  33. cfe97b7 Don't print newlines between each library in the deplibs list. by Chris Lattner · 20 years ago
  34. b228657 Revamp the Register class, and allow the use of the RegisterGroup class to by Chris Lattner · 20 years ago
  35. 5148b63 Adjust to #include movage by Chris Lattner · 20 years ago
  36. e52b44e Update to reflect stkrc's new optimization capabilities. by Reid Spencer · 20 years ago
  37. d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 20 years ago
  38. 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 20 years ago
  39. 74e7261 Implement the GetLibraryPath function. by Reid Spencer · 20 years ago
  40. 9ab80b7 Add the GetLibraryPath method. by Reid Spencer · 20 years ago
  41. e59eaf4 Add support for the link-time pass list to Modules. by Reid Spencer · 20 years ago
  42. b921012 Sparc cannot link shared objects (libtool issue) which affects Stacker. by Misha Brukman · 20 years ago
  43. 865c415 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 20 years ago
  44. 33189e7 Simplify the sys::Memory interface per Chris' request. by Reid Spencer · 20 years ago
  45. 2565943 Clean up the interface and implementation of sys::Program so that it is by Reid Spencer · 20 years ago
  46. 1002013 Changes to make this work with Jason's patch. I checked this by hand, but by Chris Lattner · 20 years ago
  47. 14c225e Change banner name to reflect actual program this Makefile is for. by Reid Spencer · 20 years ago
  48. 6dd3713 Get rid of compile warning by having llvmExecve return the result of its by Reid Spencer · 20 years ago
  49. c0af3f0 Initial implementation of llvm-ld: stolen from gccld. by Reid Spencer · 20 years ago
  50. 247384c Add LLEE into compilation, but not for Sparc by Misha Brukman · 20 years ago
  51. dccc01e Excise the -L option since llvm-link should not do library searches. It by Reid Spencer · 20 years ago
  52. a2dfd05 Excise dependent library linking at Chris' request. llvm-link is intended by Reid Spencer · 20 years ago
  53. a6bcd83 Squelch compilation warnings on Sparc by Misha Brukman · 20 years ago
  54. 27bdcd8 * Fix grammar * Convert tabs to spaces by Misha Brukman · 20 years ago
  55. fb0796e Fix filename: Printer.cpp has become X86AsmPrinter.cpp by Misha Brukman · 20 years ago
  56. 5adf0ca Unbreak doxygen, according to Reid. by Misha Brukman · 20 years ago
  57. 7df0074 Fix code spacing/alignment by Misha Brukman · 20 years ago
  58. 70e2d38 Fix the replace method to assert if an item was erased from the set but not by Reid Spencer · 20 years ago
  59. 66e7cd0 Correct the file header to reflect the new "examples" home for the file. by Reid Spencer · 20 years ago
  60. 7144707 Fix typo: sterror -> strerror by Reid Spencer · 20 years ago
  61. f51c8ea Correct the dynamic lib suffix on Darwin. by Reid Spencer · 20 years ago
  62. cbad701 Provide initial implementations of Memory and Process concepts for various by Reid Spencer · 20 years ago
  63. 41b21bf Provide a generic Unix implementation of the Memory concept. by Reid Spencer · 20 years ago
  64. 27dafe1 Provide a generic unix implementation of the Process abstraction. by Reid Spencer · 20 years ago
  65. 1b554b4 Implemented support for detecting file types by magic number, stripping by Reid Spencer · 20 years ago
  66. 4429b2c Implementation of Process concept for SUSv2 platforms. by Reid Spencer · 20 years ago
  67. 6939f81 Implement dependent library processing and search paths for them. by Reid Spencer · 20 years ago
  68. 52b0ba6 Convert the Emitter to use the lib/System "Memory" interface instead of the by Reid Spencer · 20 years ago
  69. 86e5aef Add library LLVMsystem.a because the JIT now needs it. by Reid Spencer · 20 years ago
  70. 9cab9e5 Correct the interface of a function to use the correct typedef for an by Reid Spencer · 20 years ago
  71. 0bdc620 Implement the remove method for deleting entries from the SetVector. by Reid Spencer · 20 years ago
  72. 57a0efa Implement support for dependent libraries. The "source" module's dependent by Reid Spencer · 20 years ago
  73. 46a981c Change interface to use correct typedef so it will always compile. by Reid Spencer · 20 years ago
  74. 249403f Make the dependent libraries list use a SetVector instead of a regular by Reid Spencer · 20 years ago
  75. e5d6ca4 Initial commit of a file to declare the interface for platform independent by Reid Spencer · 20 years ago
  76. e6a10cf Add methods for detecting file types by magic number, getting the file name by Reid Spencer · 20 years ago
  77. e38001f Add methods for detecting different kinds of files by their magic number, by Reid Spencer · 20 years ago
  78. 1694eec Use llvm-link to link the .bc with testing.bc. This helps test the new by Reid Spencer · 20 years ago
  79. 3ee8eed Print the dependent libraries when dumping bytecode. by Reid Spencer · 20 years ago
  80. 8bb8250 Update to latest versions of config.guess and config.sub from by Brian Gaeke · 20 years ago
  81. bcb5562 Renamed file to SparcV8ISelSimple.cpp by Misha Brukman · 20 years ago
  82. fd23c4e Roll back constant printing changes until the problems with larger by Brian Gaeke · 20 years ago
  83. cad90ad Add assertion descriptiosn on type mismatches when creating by Alkis Evlogimenos · 20 years ago
  84. 24fdc1d Fix broken internal links (one found by seventwentyfour.com spider) by Misha Brukman · 20 years ago
  85. 2c4f7b5 Grow the map on entry so that we don't crash if joinIntervals never by Alkis Evlogimenos · 20 years ago
  86. 1739aec If updating from CVS gives error "No rule to make target", it's faster to just by Misha Brukman · 20 years ago
  87. d54fe67 Fix broken link to the 2004 CGO paper. by Misha Brukman · 20 years ago
  88. 8018a66 Add missing #include by Chris Lattner · 20 years ago
  89. 0a62133 Regenerated, to recognize mingw. by Brian Gaeke · 20 years ago
  90. 2f686db recognize MinGW by Brian Gaeke · 20 years ago
  91. 6f22256 Disable libprofile as it breaks the build on Sparc (autoconf issues). by Misha Brukman · 20 years ago
  92. ac09e25 Make file comment span the entire line by Misha Brukman · 20 years ago
  93. 93c1ab2 Use a shorter form to express implicit use/defs in FpGETRESULT and FpSETRESULT. by Alkis Evlogimenos · 20 years ago
  94. 978f629 A call instruction should implicitely define ST0 since the return by Alkis Evlogimenos · 20 years ago
  95. f539ffe This file does not need <iostream>, I think. by Brian Gaeke · 20 years ago
  96. 5d0d1e3 Use a DenseMap for mapping reg->reg. This improves the LiveInterval by Alkis Evlogimenos · 20 years ago
  97. 67f9349 Use libtool, not mklib (which somehow doesn't get generated anymore) by Brian Gaeke · 20 years ago
  98. 9751dbf Remove PAPIDIR, per brg by Reid Spencer · 20 years ago
  99. ec98fed bug 352 fixed bug 257 fixed by Reid Spencer · 20 years ago
  100. 19ee52a PAPI check has been moved to projects/reopt. by Brian Gaeke · 20 years ago