1. 5be478f Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
  2. 47012c0 Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
  3. fab11a7 Add the getRelocationType method that I forgot by Chris Lattner · 20 years ago
  4. 9da3c56 Allow targets to implement relocation support. by Chris Lattner · 20 years ago
  5. e6e7e3a Implement vacopy and vanext. by Brian Gaeke · 20 years ago
  6. 890b4bd Add accessor by Chris Lattner · 20 years ago
  7. b89df9c New file by Chris Lattner · 20 years ago
  8. e74c73c Allow constructor parameter to override aggregating args; fix spacing by Misha Brukman · 20 years ago
  9. 52e3c5c Remove dead #include by Chris Lattner · 20 years ago
  10. 616bd05 If we're going to mention mv and cp, clearly, we also need `rm' by Misha Brukman · 20 years ago
  11. 1dc555c Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we by Misha Brukman · 20 years ago
  12. def5745 Made modsched hidden and changed so it matches the style of other options. by Tanya Lattner · 20 years ago
  13. d42b167 Fix grammar by Misha Brukman · 20 years ago
  14. 9397204 Forgot to join srcdir and subdir for complete path for input files. by Tanya Lattner · 20 years ago
  15. f9e7943 Adding srcdir arg. Added ability to specify the path to an input file. This is needed for when srcdir != objdir. by Tanya Lattner · 20 years ago
  16. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  17. d159aaf Add protoypes for 64-bit long/ulong div, mul, and rem functions by Misha Brukman · 20 years ago
  18. c29e6a4 Fix file comment header by Misha Brukman · 20 years ago
  19. e9adf92 Ignore files generated by pod2html by Misha Brukman · 20 years ago
  20. 69def74 * Remove disk space requirements, they vary wildly, depend on the number of by Misha Brukman · 20 years ago
  21. c11c44f Handle GhostLinkage case for completeness (should not be seen by the asm writer) by Misha Brukman · 20 years ago
  22. f6abe38 Test case for reading MacOSX archives. by Reid Spencer · 20 years ago
  23. 019d5e9 MacOSX test archive (buggy). by Reid Spencer · 20 years ago
  24. b6c409a Add VANext and VAArg stubs. by Brian Gaeke · 20 years ago
  25. d90282d Implement va_start. by Brian Gaeke · 20 years ago
  26. 3104db0 Dont' forget to switch back to decimal output by Chris Lattner · 20 years ago
  27. 45730d7 Match change in MachineCodeEmitter prototype. by Chris Lattner · 20 years ago
  28. 2dbdc8e External symbols are const char*'s now, change this to match. by Chris Lattner · 20 years ago
  29. 7b55d4f Instead of storing std::string's for ExternalSymbol references, rely on the by Chris Lattner · 20 years ago
  30. 4e459c4 First part of varargs support: getting all varargs which could possibly by Brian Gaeke · 20 years ago
  31. fd80b5c Fix a bug that caused stuff like this: by Chris Lattner · 20 years ago
  32. 2f95ed6 va_end can safely be codegen'd to nothing on v8. by Brian Gaeke · 20 years ago
  33. 9e672a2 A very sorry stub implementation of varargs intrinsics... by Brian Gaeke · 20 years ago
  34. 507bc71 Update list of expected test failures. by Brian Gaeke · 20 years ago
  35. a54df25 Fix bug in casting to long/ulong. by Brian Gaeke · 20 years ago
  36. 5711a33 Make sure we can read an archive after it has been ranlib'd by Reid Spencer · 20 years ago
  37. 9945826 Fix memory leaks, patch contributed by Morten Ofstad! by Chris Lattner · 20 years ago
  38. c540ebb Patches to avoid "leaking" memory on process exit. Patch contributed by by Chris Lattner · 20 years ago
  39. 6405c9e Correct the computation of when to add the padding. It is not based on the by Reid Spencer · 20 years ago
  40. 7b73a66 Fix the exposed prototype for the lower packed pass, thanks to Morten Ofstad. by Chris Lattner · 20 years ago
  41. 8a7ad2d Add hooks to free all memory allocated by the singleton factories in these by Chris Lattner · 20 years ago
  42. 5b2d43a Add static functions to clear singleton maps. Patch contributed by by Chris Lattner · 20 years ago
  43. c5129c1 These methods are long gone, ConstantPointerRef is dead. by Chris Lattner · 20 years ago
  44. 4a389b6 CPR is dead. by Chris Lattner · 20 years ago
  45. 638c381 Add note that this is for old bytecode files. by Chris Lattner · 20 years ago
  46. 3fb2045 Mission accomplished! by Chris Lattner · 20 years ago
  47. ebf2bda Allow this to compile even on machines that HAVE the bzlib library but do by Reid Spencer · 20 years ago
  48. a98c545 This is a horrible hack to work around libstdc++ bugs :( by Chris Lattner · 20 years ago
  49. bc3a537 Eliminate another 6k register copies that the register allocator would just by Nate Begeman · 20 years ago
  50. fa1af13 Fix a bug in the checkin where I adjusted this code to work when by Chris Lattner · 20 years ago
  51. 6475b8d Undo last change as its unnecessary. by Reid Spencer · 20 years ago
  52. ed26b31 Test case for xpg4 style archive files. by Reid Spencer · 20 years ago
  53. b7bd819 Test reading of SVR4 style archives with llvm-ar by Reid Spencer · 20 years ago
  54. 30ce0f0 Test case for reading SVR4 style archives. by Reid Spencer · 20 years ago
  55. 57646ec Don't save an iterator, just use post-increment. by Reid Spencer · 20 years ago
  56. 37d8bd9 Solaris built archives in SVR4 and XPG4 styles. by Reid Spencer · 20 years ago
  57. b9371ce Eliminate unsightly ;; by Reid Spencer · 20 years ago
  58. f5d957f A test file that goes into the test archive. by Reid Spencer · 20 years ago
  59. 170eb10 Make a cast explicit. by Reid Spencer · 20 years ago
  60. 7783e8a Make findModulesDefiningSymbols modify its symbols argument so we can \ by Reid Spencer · 20 years ago
  61. 3cf2c32 Reduce the amount of work in LinkInArchive by not searching the archive for by Reid Spencer · 20 years ago
  62. 9692e39 Obligatory DejaGnu/expect file. by Reid Spencer · 20 years ago
  63. 8531f6f Generate fewer reg-reg copies for the register allocator to deal with. by Nate Begeman · 20 years ago
  64. 05f8d5f Fixed a typo. by Tanya Lattner · 20 years ago
  65. d538365 Added link to information on Statistic which is in the Programmers Manual. by Tanya Lattner · 20 years ago
  66. 954f66a Delete stoppoints that occur for the same source line. by Chris Lattner · 20 years ago
  67. 1085548 Add support for llvm.dbg.stoppoint by Chris Lattner · 20 years ago
  68. f67fb19 Line numbers are go for 1.4! :) by Chris Lattner · 20 years ago
  69. 3328965 libpng is not even used by povray3.1 in the current configuration, just by Chris Lattner · 20 years ago
  70. 9626470 Add MMC by Chris Lattner · 20 years ago
  71. 9a5acaf Duh, put tools in *bin* directory, not *tools* directory as per PR456. by Reid Spencer · 20 years ago
  72. d29c636 Remove debugging code, unneuter this functionality by Chris Lattner · 20 years ago
  73. a269ec7 remove debugging code by Chris Lattner · 20 years ago
  74. a9aa809 Fixed to fit in 80 columns. by Tanya Lattner · 20 years ago
  75. 6454ed3 Add notes about makefile changes and llvm-ar. by Reid Spencer · 20 years ago
  76. 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 20 years ago
  77. 18e6c22 These methods are inlined by Chris Lattner · 20 years ago
  78. 721aef6 Update comments, now that CPR's are gone, inline the methods by Chris Lattner · 20 years ago
  79. 56de036 Check in hook that I forgot by Chris Lattner · 20 years ago
  80. 815cbcf Fix PR456:\ by Reid Spencer · 20 years ago
  81. b0ce1a3 Include ltdl.h if we have it. by Reid Spencer · 20 years ago
  82. e2234a7 Add checks for HAVE_LTDL_H and HAVE_LT_DLOPEN by Reid Spencer · 20 years ago
  83. 1779597 Changes for testing presence of ltdl.h and lt_dlopen(), libtool functions by Reid Spencer · 20 years ago
  84. 7c0afe0 Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how by Brian Gaeke · 20 years ago
  85. 7ba2a43 Update current expected failures list - expand it to include all of by Brian Gaeke · 20 years ago
  86. db869aa Eliminate another common source of moves that the register allocator by Nate Begeman · 20 years ago
  87. 1f5308e When accessing the base register for global variables, use the register by Nate Begeman · 20 years ago
  88. c8b9f33 * There is no reason for SpillWeights to be an instance var by Chris Lattner · 20 years ago
  89. 9fddc12 There is no need to check to see if j overflowed in this loop as we're only by Chris Lattner · 20 years ago
  90. 1e409bf Moderate head scratching reveals that this conditional is not needed. If by Chris Lattner · 20 years ago
  91. 0113638 Clean up and fix cast codegen by removing cases that are handled elsewhere, by Nate Begeman · 20 years ago
  92. 5c401af Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 20 years ago
  93. 0de02a6 Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 20 years ago
  94. f348e3a Fix a couple of bugs where we considered physregs past their range as possibly by Chris Lattner · 20 years ago
  95. 1a3a487 Fix typeo by Chris Lattner · 20 years ago
  96. 365b95f Start using the iterators in the fixed_ intervals to avoid having to binary by Chris Lattner · 20 years ago
  97. 8c68b6a Take another .7 seconds off of linear scan time. by Chris Lattner · 20 years ago
  98. 19828d4 Add a counter for the number of times linscan has to backtrack. Start using by Chris Lattner · 20 years ago
  99. bae74d9 Add ability to give hints to the overlaps routines. by Chris Lattner · 20 years ago
  100. cbb5625 * Improve comments/documentation substantially by Chris Lattner · 20 years ago