1. 9610fc9 Finish the documentation. by Reid Spencer · 21 years ago
  2. 33709e5 Tighten up the specification of what counts as a code file. The previous by Reid Spencer · 21 years ago
  3. b27b78f Base the implementation on the llvmdo script so that we only have to by Reid Spencer · 21 years ago
  4. 8141e37 Fixed to actually work correctly and be the basis for other tools by by Reid Spencer · 21 years ago
  5. 7b6ec60 Fix loop condition so that we don't decrement off the beginning of the list. by Alkis Evlogimenos · 21 years ago
  6. 2ac3f19 Don't count .lo files :) by Chris Lattner · 21 years ago
  7. b12914b 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  8. bba61c0 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  9. 68d033c Finegrainify namespacification by Chris Lattner · 21 years ago
  10. ded6d0c Prototype more accurately by Chris Lattner · 21 years ago
  11. 4b50156 Prototype these functions more accurately by Chris Lattner · 21 years ago
  12. 8e47e72 Do not prototype any of these passes as returning Pass*. Instead, be specific by Chris Lattner · 21 years ago
  13. f627892 'Pass' should now not be derived from by clients. Instead, they should derive by Chris Lattner · 21 years ago
  14. d55c9bf Adjust to API changes by Chris Lattner · 21 years ago
  15. d232438 Put in a #error in the event that we don't have an mmap that can map a file by Reid Spencer · 21 years ago
  16. 777ce17 Fix problems with AC_FUNC_MMAP_FILE and AC_LINK_USE_R that caused problems by Reid Spencer · 21 years ago
  17. a42b525 Correct the use AC_RUN_IFELSE to ensure it builds programs correctly by by Reid Spencer · 21 years ago
  18. 2e89ae2 Allow the suffix for shared libraries to be obtained correctly so we can by Reid Spencer · 21 years ago
  19. 2650835 The problem with depending on the internal implementation of third party by Reid Spencer · 21 years ago
  20. 9c96c72 libtool's name is now back to mklib. by Reid Spencer · 21 years ago
  21. e4d18e4 Change to support creation of "mklib" instead of "libtool" in builddir. by Reid Spencer · 21 years ago
  22. dad130f Update the script to generate mklib instead of libtool. by Reid Spencer · 21 years ago
  23. 2706f8c Adjust the libtool macros so that libtool's name is "mklib". Also, tidy up by Reid Spencer · 21 years ago
  24. c1b0d49 Various minor cleanups and replacement of obsoleted macro names. by Reid Spencer · 21 years ago
  25. a8bcc12 Numerous fixes to convert ~ into ; that (probably) occurred during data by Reid Spencer · 21 years ago
  26. d404d7f The lexicon doc is more of a user guide than programming dox by Chris Lattner · 21 years ago
  27. 12de17d Bring the script out of the dark ages and into modern autoconfness. by Reid Spencer · 21 years ago
  28. 8eacb0c Make the "Warning" notice a LOT more prominent. by Reid Spencer · 21 years ago
  29. b03adb8 Add in version dependency checks on all the tools we depend on. This is by Reid Spencer · 21 years ago
  30. ed8624d Add our own version of libtool.m4 instead of relying on the installed one. by Reid Spencer · 21 years ago
  31. 57d43e1 better code Move other things to the right sections by Chris Lattner · 21 years ago
  32. 8a37520 Make isSafeToLoadUnconditionally a bit smarter, implementing PR362 and by Chris Lattner · 21 years ago
  33. c2fa989 New testcase for PR362: Icky code generated for std::min/std::max by Chris Lattner · 21 years ago
  34. fff03c9 Fix a nasty iterator invalidation problem I introduced yesterday. This by Chris Lattner · 21 years ago
  35. a744b77 Remove a whole bunch of horrible hacky code that was used to promote allocas by Chris Lattner · 21 years ago
  36. 1fb6e41 Instcombine now helps out with these by Chris Lattner · 21 years ago
  37. c10aced Make instruction combining a bit more aggressive in the face of volatile by Chris Lattner · 21 years ago
  38. b4f5c68 Add two new testcases that instcombine should handle by Chris Lattner · 21 years ago
  39. 7b60a15 Minor correction to Signals implementation. by Reid Spencer · 21 years ago
  40. f5afcab Add comment by Chris Lattner · 21 years ago
  41. 0c0aa71 Fix the inliner to always delete any edges from the external call node to by Chris Lattner · 21 years ago
  42. cd382a3 Add CallGraphNode::removeAnyCallEdgeTo method by Chris Lattner · 21 years ago
  43. 111a348 Use the /dev/zero device as the device on which the pages are mapped. by Reid Spencer · 21 years ago
  44. d0c9e0e Porting of Unix implementation to Win32. by Reid Spencer · 21 years ago
  45. 622e220 Get rid of file descriptor leak in create_file. by Reid Spencer · 21 years ago
  46. 62b442d Misha implemented the ModuleProvider interface back in 9/18/2003. by Chris Lattner · 21 years ago
  47. 8fdb246 Provide initial docs for CallGraphSCCPass's, and fix several grammar-o's and by Chris Lattner · 21 years ago
  48. 7a2fd89 Make this HTML 4.01 strict by Chris Lattner · 21 years ago
  49. 60ec265 Don't include libtool "object" files by Chris Lattner · 21 years ago
  50. 5eb6f6c Convert this pass to be a CallGraphSCCPass instead of a Pass, which eliminates by Chris Lattner · 21 years ago
  51. afbb1cc Make sure to remove the Select instruction as well by Chris Lattner · 21 years ago
  52. 3795bc9 When changing a function, make sure to update the CallGraphNode for the by Chris Lattner · 21 years ago
  53. ff8c495 Implement new changeFunction method, nuke a never implemented one. by Chris Lattner · 21 years ago
  54. 6f7e5eb Implement new changeFunction method, nuke a never implemented one. by Chris Lattner · 21 years ago
  55. 794cbc2 Changed the distclean target to handle the new location of config.h. by John Criswell · 21 years ago
  56. ebeb0cb Fix typo in comment by Chris Lattner · 21 years ago
  57. 298d6c1 Make sure critical sections are entered before trying to leave them. by Reid Spencer · 21 years ago
  58. f2b2d86 Adjust the license files based on the actual content of llvm and llvm-test by Reid Spencer · 21 years ago
  59. 0cc2d0a Allow "bc" as suffix for bytecode files. by Reid Spencer · 21 years ago
  60. 90b5413 Implement the signals interface for Win32. by Reid Spencer · 21 years ago
  61. fe785bd Add dependencies so that project tools are recompiled if LLVM libraries by John Criswell · 21 years ago
  62. acf8089 Add a newline by Chris Lattner · 21 years ago
  63. 2da5c3d Convert code to compile with vc7.1. by Reid Spencer · 21 years ago
  64. 7e0e9c6 Make sure to update the list end when an element is removed from it. This by Chris Lattner · 21 years ago
  65. 3080b60 Add some assertions by Chris Lattner · 21 years ago
  66. d27d1b9 Stacker compiler library doesn't need to be shared and it can cause by Reid Spencer · 21 years ago
  67. 011f5ca Attempt to solve the libtool problem on Solaris. by Reid Spencer · 21 years ago
  68. b016a37 Patches to make this file actually compile under windows. by Reid Spencer · 21 years ago
  69. 9041843 Initial version of the SysConfig abstraction for Win32. by Reid Spencer · 21 years ago
  70. 0b22ba4 First version of a common header file for Win32 implementations. by Reid Spencer · 21 years ago
  71. 437b079 Initial implementation of the Process abstraction for Win32. by Reid Spencer · 21 years ago
  72. 4909b6c Fix the interface to ReleaseRWX to take MemoryBlock& not Memory& by Reid Spencer · 21 years ago
  73. bdacd87 Fix a bug in the previous checkin that broke 255.vortex by Chris Lattner · 21 years ago
  74. e0de1d6 When creating constant arrays check that the initializer vector is the by Alkis Evlogimenos · 21 years ago
  75. a270019 Fit long lines into 80 cols via creative space elimination by Misha Brukman · 21 years ago
  76. 3559a93 Wrap long line by Misha Brukman · 21 years ago
  77. 07542c8 Targets are independent of each other, so compile them in parallel by Misha Brukman · 21 years ago
  78. 372dc8d Bug fixed by Chris Lattner · 21 years ago
  79. fb3ee19 Make sure to update alias analysis information as we transform the function. by Chris Lattner · 21 years ago
  80. 62e29b5 If given an AliasSetTracker object to update, update it. by Chris Lattner · 21 years ago
  81. 7f820b1 Add an optional argument to PromoteMemToReg by Chris Lattner · 21 years ago
  82. 8b20217 New testcase for PR420 by Chris Lattner · 21 years ago
  83. b66e648 Implement an AliasSetTracker::copyValue method by Chris Lattner · 21 years ago
  84. e2fe784 Add an AliasSetTracker::copyValue method by Chris Lattner · 21 years ago
  85. 1cf70ff The Sparc linking .so problem extends to the sample project as well by Misha Brukman · 21 years ago
  86. 9934f97 Add notes about some buggy passes by Chris Lattner · 21 years ago
  87. 264532c Remove unused pass by Chris Lattner · 21 years ago
  88. b50f1f1 Remove a long-dead pass. Actually, this pass was never used at all. by Chris Lattner · 21 years ago
  89. e6bd638 Fix compilation warning. by Reid Spencer · 21 years ago
  90. 8c0c339 Fix a compilation error. by Reid Spencer · 21 years ago
  91. 1c7b907 Okay, the list of link-time passes wasn't such a hot idea. Its prone to by Reid Spencer · 21 years ago
  92. 44da7d7 Don't print newlines between passes in the pass list. by Chris Lattner · 21 years ago
  93. cfe97b7 Don't print newlines between each library in the deplibs list. by Chris Lattner · 21 years ago
  94. b228657 Revamp the Register class, and allow the use of the RegisterGroup class to by Chris Lattner · 21 years ago
  95. 5148b63 Adjust to #include movage by Chris Lattner · 21 years ago
  96. e52b44e Update to reflect stkrc's new optimization capabilities. by Reid Spencer · 21 years ago
  97. d4ff15a Support substitution options for the W, M, and f options. by Reid Spencer · 21 years ago
  98. 54fafe4 Support the -WX, -f -M options as pass throughs by Reid Spencer · 21 years ago
  99. 74e7261 Implement the GetLibraryPath function. by Reid Spencer · 21 years ago
  100. 9ab80b7 Add the GetLibraryPath method. by Reid Spencer · 21 years ago