1. 28e8e42 First version of manual page for llvm-ld. by Reid Spencer · 20 years ago
  2. 8b88b46 Fixed another typo. by John Criswell · 20 years ago
  3. 98d0636 Corrected spelling mistakes. by John Criswell · 20 years ago
  4. c24d482 It looks like I'm fixing a spelling mistake, but I'm really trying to by John Criswell · 20 years ago
  5. c7b4f10 Implement setcc on longs. by Brian Gaeke · 20 years ago
  6. 4351857 Add all the rest of the ADD and SUB variants, some of which are important for by Brian Gaeke · 20 years ago
  7. 5f91de2 Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). by Brian Gaeke · 20 years ago
  8. b10fc03 Update to-do list. by Brian Gaeke · 20 years ago
  9. 486ebfd Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer by Nate Begeman · 20 years ago
  10. b0f72a1 Fix a warning by Chris Lattner · 20 years ago
  11. 88f9386 There is no reason to emit function stubs for direct calls. by Chris Lattner · 20 years ago
  12. cb47941 Clean up DEBUG output by Chris Lattner · 20 years ago
  13. 5e22558 Allow targets to avoid emitting a stub for EVERY lazily resolved call. In by Chris Lattner · 20 years ago
  14. 79fe833 Fix extraStack calculation -- I think in fact it might be getting a bit *too* by Brian Gaeke · 20 years ago
  15. e1e2899 Update list of failing benchmarks & to-do list. by Brian Gaeke · 20 years ago
  16. 765da91 Add another bit, to make the JIT a bit more efficient. by Chris Lattner · 20 years ago
  17. 39a11a1 Test archive built with GNU ar(1). by Reid Spencer · 20 years ago
  18. 794dae5 Made dejagnu option lower case. by Tanya Lattner · 20 years ago
  19. 5debe8c Added the ability to run Dejagnu tests. by Tanya Lattner · 20 years ago
  20. 7fc3824 ignore generated files by Chris Lattner · 20 years ago
  21. cdc79e3 ignore generated files. by Chris Lattner · 20 years ago
  22. 74db09b Ignore generated files by Chris Lattner · 20 years ago
  23. 1aa96f8 Ignore files by Chris Lattner · 20 years ago
  24. 5426652 Implement relocation support by adding a target independent resolver interface. by Chris Lattner · 20 years ago
  25. e72e445 Remove all JIT specific code and switch the code generator over to emitting by Chris Lattner · 20 years ago
  26. 7ddde32 Implement the X86 JIT interfaces by Chris Lattner · 20 years ago
  27. 8dad013 Describe the X86 target-specific relocations. by Chris Lattner · 20 years ago
  28. 89d64e2 We implement these interfaces by Chris Lattner · 20 years ago
  29. 3bf285a Adjust to changed interfaces by Chris Lattner · 20 years ago
  30. ec45c23 Change this interface a bit by Chris Lattner · 20 years ago
  31. 6fb9b52 Adding missing dg file. by Tanya Lattner · 20 years ago
  32. 3c600c8 This method does not exist any longer. by Chris Lattner · 20 years ago
  33. f3ae06e Add new methods that a target should implement by Chris Lattner · 20 years ago
  34. ca1dd85 Removing unnecessary copies. Use %p to reference them. by Tanya Lattner · 20 years ago
  35. 4e2239d Add missing #include by Chris Lattner · 20 years ago
  36. c4ae8e9 Fixed assertion from triggering. We need to check if the commandline map is empty before checking if an arg exists. by Tanya Lattner · 20 years ago
  37. 7a45389 Cast the void* handle data member to HMODULE* to keep the VC++ compiler by Reid Spencer · 20 years ago
  38. b95cbee Support most cases of vaarg (except double). by Brian Gaeke · 20 years ago
  39. 087f085 Update failing test cases & to-do list. by Brian Gaeke · 20 years ago
  40. 150e842 Use llvmc to compile test cases by Reid Spencer · 20 years ago
  41. 08602e5 Get the -o option right by Reid Spencer · 20 years ago
  42. 679a723 Get the -o option right by Reid Spencer · 20 years ago
  43. 3c7b107 Not needed any more. by Reid Spencer · 20 years ago
  44. 9822de2 Content moved to llvm-ld.cpp by Reid Spencer · 20 years ago
  45. 445564a Incorporate GenerateCode.cpp. Make static things static. by Reid Spencer · 20 years ago
  46. c457fbb First cut at implementing generic link-time Optimization by Reid Spencer · 20 years ago
  47. 0fdd363 The Archive class now has differentiation for BSD4.4 and SVR4 style archive by Reid Spencer · 20 years ago
  48. bab98e4 Test floating point constants by Reid Spencer · 20 years ago
  49. 9a29db4 Distinguish between BSD4.4 and SVR4 symbol tables by Reid Spencer · 20 years ago
  50. e651c95 An llvm-ar test. by Reid Spencer · 20 years ago
  51. 2e78cf6 Provide the srcdir variable. by Reid Spencer · 20 years ago
  52. 4fb6f81 Describe the Archive test suite. by Reid Spencer · 20 years ago
  53. eee1f5e Contents separated into individual tests. by Reid Spencer · 20 years ago
  54. f6f0989 This method was never implemented by Chris Lattner · 20 years ago
  55. 1deb74d Remove this method, it's not clear how it could be implemented indep of 32 or 64-bit mode by Chris Lattner · 20 years ago
  56. b443bc0 getJITStubForFunction is optional and unimplemented, just remove it for now. by Chris Lattner · 20 years ago
  57. a8b0fa5 getJITStubForFunction is optional and unimplemented, just remove it. by Chris Lattner · 20 years ago
  58. 5be478f Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
  59. 47012c0 Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
  60. fab11a7 Add the getRelocationType method that I forgot by Chris Lattner · 20 years ago
  61. 9da3c56 Allow targets to implement relocation support. by Chris Lattner · 20 years ago
  62. e6e7e3a Implement vacopy and vanext. by Brian Gaeke · 20 years ago
  63. 890b4bd Add accessor by Chris Lattner · 20 years ago
  64. b89df9c New file by Chris Lattner · 20 years ago
  65. e74c73c Allow constructor parameter to override aggregating args; fix spacing by Misha Brukman · 20 years ago
  66. 52e3c5c Remove dead #include by Chris Lattner · 20 years ago
  67. 616bd05 If we're going to mention mv and cp, clearly, we also need `rm' by Misha Brukman · 20 years ago
  68. 1dc555c Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we by Misha Brukman · 20 years ago
  69. def5745 Made modsched hidden and changed so it matches the style of other options. by Tanya Lattner · 20 years ago
  70. d42b167 Fix grammar by Misha Brukman · 20 years ago
  71. 9397204 Forgot to join srcdir and subdir for complete path for input files. by Tanya Lattner · 20 years ago
  72. 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
  73. c8c1f12 Adding srcdir arg by Tanya Lattner · 20 years ago
  74. d159aaf Add protoypes for 64-bit long/ulong div, mul, and rem functions by Misha Brukman · 20 years ago
  75. c29e6a4 Fix file comment header by Misha Brukman · 20 years ago
  76. e9adf92 Ignore files generated by pod2html by Misha Brukman · 20 years ago
  77. 69def74 * Remove disk space requirements, they vary wildly, depend on the number of by Misha Brukman · 20 years ago
  78. c11c44f Handle GhostLinkage case for completeness (should not be seen by the asm writer) by Misha Brukman · 20 years ago
  79. f6abe38 Test case for reading MacOSX archives. by Reid Spencer · 20 years ago
  80. 019d5e9 MacOSX test archive (buggy). by Reid Spencer · 20 years ago
  81. b6c409a Add VANext and VAArg stubs. by Brian Gaeke · 20 years ago
  82. d90282d Implement va_start. by Brian Gaeke · 20 years ago
  83. 3104db0 Dont' forget to switch back to decimal output by Chris Lattner · 20 years ago
  84. 45730d7 Match change in MachineCodeEmitter prototype. by Chris Lattner · 20 years ago
  85. 2dbdc8e External symbols are const char*'s now, change this to match. by Chris Lattner · 20 years ago
  86. 7b55d4f Instead of storing std::string's for ExternalSymbol references, rely on the by Chris Lattner · 20 years ago
  87. 4e459c4 First part of varargs support: getting all varargs which could possibly by Brian Gaeke · 20 years ago
  88. fd80b5c Fix a bug that caused stuff like this: by Chris Lattner · 20 years ago
  89. 2f95ed6 va_end can safely be codegen'd to nothing on v8. by Brian Gaeke · 20 years ago
  90. 9e672a2 A very sorry stub implementation of varargs intrinsics... by Brian Gaeke · 20 years ago
  91. 507bc71 Update list of expected test failures. by Brian Gaeke · 20 years ago
  92. a54df25 Fix bug in casting to long/ulong. by Brian Gaeke · 20 years ago
  93. 5711a33 Make sure we can read an archive after it has been ranlib'd by Reid Spencer · 20 years ago
  94. 9945826 Fix memory leaks, patch contributed by Morten Ofstad! by Chris Lattner · 20 years ago
  95. c540ebb Patches to avoid "leaking" memory on process exit. Patch contributed by by Chris Lattner · 20 years ago
  96. 6405c9e Correct the computation of when to add the padding. It is not based on the by Reid Spencer · 20 years ago
  97. 7b73a66 Fix the exposed prototype for the lower packed pass, thanks to Morten Ofstad. by Chris Lattner · 20 years ago
  98. 8a7ad2d Add hooks to free all memory allocated by the singleton factories in these by Chris Lattner · 20 years ago
  99. 5b2d43a Add static functions to clear singleton maps. Patch contributed by by Chris Lattner · 20 years ago
  100. c5129c1 These methods are long gone, ConstantPointerRef is dead. by Chris Lattner · 20 years ago