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