1. ced6222 Update to reflect recent change by Chris Lattner · 21 years ago
  2. d6e431f Do not emit FunctionBlock blocks for external functions. This shrinks by Chris Lattner · 21 years ago
  3. 97fbc50 Use a per-function flag bit to indicate whether or not there is a function by Chris Lattner · 21 years ago
  4. fd7f8fe Disable this change, it was premature by Chris Lattner · 21 years ago
  5. 3bdad69 Make *SURE* to null out the pointer before throwing an exception, otherwise by Chris Lattner · 21 years ago
  6. 1992522 Cleanups. Null out pointer after freeing it for paranoia by Chris Lattner · 21 years ago
  7. 86c9365 If a function is external, do not output a FunctionBlock for the function by Chris Lattner · 21 years ago
  8. 18549c2 Make functions default to having external linkage if they have no FunctionBlock. by Chris Lattner · 21 years ago
  9. 226b726 Remove useless/confusing namespace qualifier. by Reid Spencer · 21 years ago
  10. 145a5a3 Add BCTR and LWZU instruction opcodes by Misha Brukman · 21 years ago
  11. 748d82e Merge content of RequiredSoftware.html into GettingStarted.html by Reid Spencer · 21 years ago
  12. 0011769 * Add entry for Linux/PowerPC by Misha Brukman · 21 years ago
  13. b2cdcad Be less verbose when `The' and `command' just aren't necessary by Misha Brukman · 21 years ago
  14. 98fcc88 No need for the verbose `the llvm-link command' when simply `llvm-link' will do by Misha Brukman · 21 years ago
  15. 55157ff Force a short link to gccld's man page by Misha Brukman · 21 years ago
  16. bae412a Fix syntax within a B<> tag by Misha Brukman · 21 years ago
  17. bd26475 Remove personal email address. by Reid Spencer · 21 years ago
  18. 0d65a1f Add the PowerPC 32-bit ABI output option by Misha Brukman · 21 years ago
  19. 998cd67 Bump version. Shouldn't this come from somewhere else?? by Chris Lattner · 21 years ago
  20. bbcb10f * Add an entry for llvm-ranlib * Add missing dashes by Misha Brukman · 21 years ago
  21. e2ca54f This is llvm-ar, not llvm-as. by Misha Brukman · 21 years ago
  22. f0f21fe Remove reference to llvm-ld. by Reid Spencer · 21 years ago
  23. e8ae2d7 Terminate a list. Remove reference to llvm-ld by Reid Spencer · 21 years ago
  24. f771bea Remove extra space char by Misha Brukman · 21 years ago
  25. d607491 This file was originally developed by the LLVM research group so this comment should stay. I also do NOT want my name explicity listed on src files. I am already mentioned in the credits. by Tanya Lattner · 21 years ago
  26. bd33619 Changes/corrections suggested from Chris Lattner's review. by Reid Spencer · 21 years ago
  27. c063502 Warning fixes for VC++, contributed by Morten Ofstad! by Chris Lattner · 21 years ago
  28. 96326f9 Remove unused variable for compilation by VC++. by Reid Spencer · 21 years ago
  29. 9befac4 Updates to Visual C++ project files for building on win32. by Reid Spencer · 21 years ago
  30. 1011429 Update relative files. Patch contributed by Morten Ofstad. by Reid Spencer · 21 years ago
  31. 6b09db5 Provide the ThrowErrno utility. Patch contributed by Morten Ofstad by Reid Spencer · 21 years ago
  32. abc8650 Adjust implementation to match new interface. Patch provided by Morten Ofstad by Reid Spencer · 21 years ago
  33. 1405181 Minor cleanups. There is no reason for SCCP to derive from instvisitor anymore. by Chris Lattner · 21 years ago
  34. b77d5d8 Count more accurately by Chris Lattner · 21 years ago
  35. 766d6f3 Update list of failing Benchmarks. by Brian Gaeke · 21 years ago
  36. f28688e Expand Defs to encompass all the possibly-call-clobbered regs. by Brian Gaeke · 21 years ago
  37. 50e60c7 Quiet warnings on the persephone tester by Chris Lattner · 21 years ago
  38. 7e529e4 Two minor improvements: by Chris Lattner · 21 years ago
  39. 14ab537 Replace the textual description with table specifying disk space requirements by Misha Brukman · 21 years ago
  40. ef36dfd rename InstValue to LatticeValue, as it holds for more than instructions. by Chris Lattner · 21 years ago
  41. a79a99a Actually get the #include correct so it compiles .. duh. by Reid Spencer · 21 years ago
  42. 82bec2c Substantially refactor the SCCP class into an SCCP pass and an SCCPSolver by Chris Lattner · 21 years ago
  43. 2e83ea5 Make it actually compile on Solaris. by Reid Spencer · 21 years ago
  44. e660bd7 Consolidate the implementation of TimeValue::now() for Unix to use the by Reid Spencer · 21 years ago
  45. 00b5df4 Consolidate the implementation of TimeValue::now() for Unix to use the by Reid Spencer · 21 years ago
  46. b323113 * Make sure the string table gets read even if there isn't a foreign by Reid Spencer · 21 years ago
  47. 766b793 Changes necessary to enable linking of archives without LLVM symbol tables. by Reid Spencer · 21 years ago
  48. 6238a85 Remove a forgotten debug output line. by Reid Spencer · 21 years ago
  49. 2fbf978 Implement functionality suggested from code review: getStatusInfo should by Reid Spencer · 21 years ago
  50. b5a6f41 Changes per code review: by Reid Spencer · 21 years ago
  51. 7cc371a Linker.h moved to include/llvm from include/llvm/Support. by Reid Spencer · 21 years ago
  52. a2a6221 Make sure IdentifyFileType is in the sys namespace. by Reid Spencer · 21 years ago
  53. 6bb6935 Linker.h moved to include/llvm. by Reid Spencer · 21 years ago
  54. b908356 bugpoint needs LLVMLinker.a now. by Reid Spencer · 21 years ago
  55. b55bc06 Correct call of methods whose names have changed. by Reid Spencer · 21 years ago
  56. d292fb9 This program needs libLLVMLinker.a now by Reid Spencer · 21 years ago
  57. 605b9e2 Linker.h has a new home. by Reid Spencer · 21 years ago
  58. ce2bc2b Moved to lib/Bytecode/Archive. by Reid Spencer · 21 years ago
  59. 98bc8ed Add missing include. by Alkis Evlogimenos · 21 years ago
  60. 227b6d0 Fix usage of changed function prototype by Reid Spencer · 21 years ago
  61. 63ab669 A tool for adding a symbol table to LLVM Archives by Reid Spencer · 21 years ago
  62. 8d18dcf Makefile for llvm-ranlib tool by Reid Spencer · 21 years ago
  63. 63efb77 *Fix usage of changed function prototype*Use Archive interface to symbol table for archives by Reid Spencer · 21 years ago
  64. d129664 This tool needs libLLVMArchive now by Reid Spencer · 21 years ago
  65. 0486e17 Remove linking declarations (in Linker.h now) by Reid Spencer · 21 years ago
  66. 1893f92 We need the libLLVMArchive library now by Reid Spencer · 21 years ago
  67. 8c6ee66 Moved to lib/Linker (common with gccld) by Reid Spencer · 21 years ago
  68. 3a1582b Total rewrite using Archive library & new functionality by Reid Spencer · 21 years ago
  69. c7ebfdd This tool needs the libLLVMArchive library now. by Reid Spencer · 21 years ago
  70. 6903c86 Remove linking declarations (in Linker.h now) by Reid Spencer · 21 years ago
  71. 4c1af90 Provide exception handling by Reid Spencer · 21 years ago
  72. 5e081fb Moved to lib/Linker by Reid Spencer · 21 years ago
  73. cd18a83 Add the llvm-ranlib tool by Reid Spencer · 21 years ago
  74. f5fae0b Use llvm-ar not ar for constructing archive. Wrap at 80 cols. by Reid Spencer · 21 years ago
  75. 64a10ce Forget strerror_r, it causes problems. Fix later when threading matters by Reid Spencer · 21 years ago
  76. d351871 Implement the toString method by Reid Spencer · 21 years ago
  77. 9446559 Update for prototype changes by Reid Spencer · 21 years ago
  78. eaf1815 * Implement getDirectoryContents * Implement getStatusInfo * Implement setStatusInfo * Implement renameFile by Reid Spencer · 21 years ago
  79. 083507c Fix bugs in class invariant by Reid Spencer · 21 years ago
  80. fb9aac8 Include the correct implementation file by Reid Spencer · 21 years ago
  81. 44cbf36 Don't exceed 80 columns. by Reid Spencer · 21 years ago
  82. f37ce99 Implement IdentifyFileType function by Reid Spencer · 21 years ago
  83. e3c6ad7 Implement the high level interface to make (de)compression easier. by Reid Spencer · 21 years ago
  84. ad0846b Implement the MoreHelp utility that calls a function to printmore help information if the MoreHelp global is not null. by Reid Spencer · 21 years ago
  85. a455cca Don't bother with a re-linked library, ensure archive library is built. by Reid Spencer · 21 years ago
  86. 8bbb17a *Adjust prototypes for public interface. *Rewrite LinkInArchive to use symbol tables. by Reid Spencer · 21 years ago
  87. a70d84d Simplify compression code by using the high level interface to the Compressor by Reid Spencer · 21 years ago
  88. 565ff3d Add wrappers to get defined symbols from bytecode by Reid Spencer · 21 years ago
  89. d3539b8 Simplify handling of decompression by Reid Spencer · 21 years ago
  90. 61aaf2e Simplify decompression code by using the high level interface to the Compressor by Reid Spencer · 21 years ago
  91. f9d7a51 Completely rewritten to allow reading of archives and symbol table lookup in a more efficient manner. by Reid Spencer · 21 years ago
  92. bc9fc84 Implementation declarations for Archive by Reid Spencer · 21 years ago
  93. cf6afc6 First working version by Reid Spencer · 21 years ago
  94. 5544b5e Add the Archive library by Reid Spencer · 21 years ago
  95. 9d969b8 Add the Linker library by Reid Spencer · 21 years ago
  96. f31c7ff *Make naming convention consistent.*Add convertion to/from Unix Epoch time.*Add ability to convert to readable string. by Reid Spencer · 21 years ago
  97. 00e9ca7 Make the remove*OnSignal functions deal with Paths not strings by Reid Spencer · 21 years ago
  98. c5fe253 *Put the StatusInfo type in the right section. *Provide the ability to rename a file.*Provide the ability to get/set stat(2) information.*Provide the ability to identify LLVM file types. by Reid Spencer · 21 years ago
  99. 8d2a8c3 Allow explicit closing of the MappedFile, before destruction by Reid Spencer · 21 years ago
  100. f447156 Linker is its own module now. Moved to include/llvm/Linker.h by Reid Spencer · 21 years ago