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