1. 429a9cb Even with -disable-opt we should still internalize and strip if requested. by Chris Lattner · 21 years ago
  2. 39a83dc Fix a major bug in the signed shr code, which apparently only breaks 134.perl! by Chris Lattner · 21 years ago
  3. be31d2a * Use low-level unix I/O interface since we're on Unix. by Reid Spencer · 21 years ago
  4. 0033baf Simplify the remapper by only needing one map, since the body of the functions by Chris Lattner · 21 years ago
  5. f04ff4e Make the comment for LinkFiles a bit more precise and easily understood. by Reid Spencer · 21 years ago
  6. 154113b New testcase for recent patch to SCCP, thanks to Nate Begeman for pointing by Chris Lattner · 21 years ago
  7. 73559b1 Do not delete dead invoke instructions! by Chris Lattner · 21 years ago
  8. e552543 Erase non-applicable Unix comment, this is Win32 by Misha Brukman · 21 years ago
  9. 4cda591 Update list of failing benchmarks by Brian Gaeke · 21 years ago
  10. b354b71 Correct the implicit-defs information for indirect and direct calls. by Brian Gaeke · 21 years ago
  11. 4bbfbff Take advantage of the fact that we are allowed to clobber the input module by Chris Lattner · 21 years ago
  12. 30e4056 Fix typeo in comment. by Reid Spencer · 21 years ago
  13. 56d3cdb Remove useless #include. by Reid Spencer · 21 years ago
  14. 9860121 Simplify code. by Reid Spencer · 21 years ago
  15. e26057a Standardize on 'class' instead of 'struct'. Gets rid of warnings in VC++ by Reid Spencer · 21 years ago
  16. dac56e6 Remove dupliate buid of Signals.cpp by Reid Spencer · 21 years ago
  17. 8311bef Give a better message for a common assertion failure. by Brian Gaeke · 21 years ago
  18. 5cc498f Add a comment to some code that at first glance just doesn't look right. by Reid Spencer · 21 years ago
  19. 99d3604 Per code review:\ by Reid Spencer · 21 years ago
  20. 87f9072 Per code review:\ by Reid Spencer · 21 years ago
  21. 4a980d1 Per code review:\ by Reid Spencer · 21 years ago
  22. 1f46580 Per code review:\ * Make sure all members are initialized upon construction by Reid Spencer · 21 years ago
  23. 60f1758 Per code review:\ by Reid Spencer · 21 years ago
  24. 242e525 The second arg may be clobbered by this function by Chris Lattner · 21 years ago
  25. 456b972 Document this as clobbering the second arg, make the second arg be non-const by Chris Lattner · 21 years ago
  26. babb45b Per code review: \ by Reid Spencer · 21 years ago
  27. bede583 Per code review: \ by Reid Spencer · 21 years ago
  28. 5a88578 Per code review:\ by Reid Spencer · 21 years ago
  29. a4d0c6f use an autoptr by Chris Lattner · 21 years ago
  30. 90c18c5 Make this code not depend on LinkModules leaving the second argument unmolested. by Chris Lattner · 21 years ago
  31. 8bf7fba Per code review: by Reid Spencer · 21 years ago
  32. b608a81 Per code review: by Reid Spencer · 21 years ago
  33. 9bbba091 Per code review: by Reid Spencer · 21 years ago
  34. eea9b13 Simplify namespaces by Chris Lattner · 21 years ago
  35. 8f1ac9f Remove a dead function, which died when we got GAS emission working (phwew, by Chris Lattner · 21 years ago
  36. f2d552e Implement a simple FIXME: if we are emitting a basic block address that has by Chris Lattner · 21 years ago
  37. 16fe6f5 * Merge some win32 ifdefs together by Chris Lattner · 21 years ago
  38. e12215f * Change test/projects => projects/llvm-test by Misha Brukman · 21 years ago
  39. 1840f3c Add an accessor by Chris Lattner · 21 years ago
  40. 02376e3 Now that we have ghost linkage, we can force resolution of external symbols by Chris Lattner · 21 years ago
  41. 0050ef8 There is no reason to try to materialize the function from bytecode if it by Chris Lattner · 21 years ago
  42. 5aa3ed9 Add debug-only=jit printout, so we see when lazily resolved symbols are set up. by Chris Lattner · 21 years ago
  43. 36c625d Simplify and rearrange long shift code by Chris Lattner · 21 years ago
  44. ced6222 Update to reflect recent change by Chris Lattner · 21 years ago
  45. d6e431f Do not emit FunctionBlock blocks for external functions. This shrinks by Chris Lattner · 21 years ago
  46. 97fbc50 Use a per-function flag bit to indicate whether or not there is a function by Chris Lattner · 21 years ago
  47. fd7f8fe Disable this change, it was premature by Chris Lattner · 21 years ago
  48. 3bdad69 Make *SURE* to null out the pointer before throwing an exception, otherwise by Chris Lattner · 21 years ago
  49. 1992522 Cleanups. Null out pointer after freeing it for paranoia by Chris Lattner · 21 years ago
  50. 86c9365 If a function is external, do not output a FunctionBlock for the function by Chris Lattner · 21 years ago
  51. 18549c2 Make functions default to having external linkage if they have no FunctionBlock. by Chris Lattner · 21 years ago
  52. 226b726 Remove useless/confusing namespace qualifier. by Reid Spencer · 21 years ago
  53. 145a5a3 Add BCTR and LWZU instruction opcodes by Misha Brukman · 21 years ago
  54. 748d82e Merge content of RequiredSoftware.html into GettingStarted.html by Reid Spencer · 21 years ago
  55. 0011769 * Add entry for Linux/PowerPC by Misha Brukman · 21 years ago
  56. b2cdcad Be less verbose when `The' and `command' just aren't necessary by Misha Brukman · 21 years ago
  57. 98fcc88 No need for the verbose `the llvm-link command' when simply `llvm-link' will do by Misha Brukman · 21 years ago
  58. 55157ff Force a short link to gccld's man page by Misha Brukman · 21 years ago
  59. bae412a Fix syntax within a B<> tag by Misha Brukman · 21 years ago
  60. bd26475 Remove personal email address. by Reid Spencer · 21 years ago
  61. 0d65a1f Add the PowerPC 32-bit ABI output option by Misha Brukman · 21 years ago
  62. 998cd67 Bump version. Shouldn't this come from somewhere else?? by Chris Lattner · 21 years ago
  63. bbcb10f * Add an entry for llvm-ranlib * Add missing dashes by Misha Brukman · 21 years ago
  64. e2ca54f This is llvm-ar, not llvm-as. by Misha Brukman · 21 years ago
  65. f0f21fe Remove reference to llvm-ld. by Reid Spencer · 21 years ago
  66. e8ae2d7 Terminate a list. Remove reference to llvm-ld by Reid Spencer · 21 years ago
  67. f771bea Remove extra space char by Misha Brukman · 21 years ago
  68. 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
  69. bd33619 Changes/corrections suggested from Chris Lattner's review. by Reid Spencer · 21 years ago
  70. c063502 Warning fixes for VC++, contributed by Morten Ofstad! by Chris Lattner · 21 years ago
  71. 96326f9 Remove unused variable for compilation by VC++. by Reid Spencer · 21 years ago
  72. 9befac4 Updates to Visual C++ project files for building on win32. by Reid Spencer · 21 years ago
  73. 1011429 Update relative files. Patch contributed by Morten Ofstad. by Reid Spencer · 21 years ago
  74. 6b09db5 Provide the ThrowErrno utility. Patch contributed by Morten Ofstad by Reid Spencer · 21 years ago
  75. abc8650 Adjust implementation to match new interface. Patch provided by Morten Ofstad by Reid Spencer · 21 years ago
  76. 1405181 Minor cleanups. There is no reason for SCCP to derive from instvisitor anymore. by Chris Lattner · 21 years ago
  77. b77d5d8 Count more accurately by Chris Lattner · 21 years ago
  78. 766d6f3 Update list of failing Benchmarks. by Brian Gaeke · 21 years ago
  79. f28688e Expand Defs to encompass all the possibly-call-clobbered regs. by Brian Gaeke · 21 years ago
  80. 50e60c7 Quiet warnings on the persephone tester by Chris Lattner · 21 years ago
  81. 7e529e4 Two minor improvements: by Chris Lattner · 21 years ago
  82. 14ab537 Replace the textual description with table specifying disk space requirements by Misha Brukman · 21 years ago
  83. ef36dfd rename InstValue to LatticeValue, as it holds for more than instructions. by Chris Lattner · 21 years ago
  84. a79a99a Actually get the #include correct so it compiles .. duh. by Reid Spencer · 21 years ago
  85. 82bec2c Substantially refactor the SCCP class into an SCCP pass and an SCCPSolver by Chris Lattner · 21 years ago
  86. 2e83ea5 Make it actually compile on Solaris. by Reid Spencer · 21 years ago
  87. e660bd7 Consolidate the implementation of TimeValue::now() for Unix to use the by Reid Spencer · 21 years ago
  88. 00b5df4 Consolidate the implementation of TimeValue::now() for Unix to use the by Reid Spencer · 21 years ago
  89. b323113 * Make sure the string table gets read even if there isn't a foreign by Reid Spencer · 21 years ago
  90. 766b793 Changes necessary to enable linking of archives without LLVM symbol tables. by Reid Spencer · 21 years ago
  91. 6238a85 Remove a forgotten debug output line. by Reid Spencer · 21 years ago
  92. 2fbf978 Implement functionality suggested from code review: getStatusInfo should by Reid Spencer · 21 years ago
  93. b5a6f41 Changes per code review: by Reid Spencer · 21 years ago
  94. 7cc371a Linker.h moved to include/llvm from include/llvm/Support. by Reid Spencer · 21 years ago
  95. a2a6221 Make sure IdentifyFileType is in the sys namespace. by Reid Spencer · 21 years ago
  96. 6bb6935 Linker.h moved to include/llvm. by Reid Spencer · 21 years ago
  97. b908356 bugpoint needs LLVMLinker.a now. by Reid Spencer · 21 years ago
  98. b55bc06 Correct call of methods whose names have changed. by Reid Spencer · 21 years ago
  99. d292fb9 This program needs libLLVMLinker.a now by Reid Spencer · 21 years ago
  100. 605b9e2 Linker.h has a new home. by Reid Spencer · 21 years ago