1. 5f91de2 Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). by Brian Gaeke · 21 years ago
  2. b10fc03 Update to-do list. by Brian Gaeke · 21 years ago
  3. 486ebfd Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer by Nate Begeman · 21 years ago
  4. 88f9386 There is no reason to emit function stubs for direct calls. by Chris Lattner · 21 years ago
  5. 79fe833 Fix extraStack calculation -- I think in fact it might be getting a bit *too* by Brian Gaeke · 21 years ago
  6. e1e2899 Update list of failing benchmarks & to-do list. by Brian Gaeke · 21 years ago
  7. 7fc3824 ignore generated files by Chris Lattner · 21 years ago
  8. cdc79e3 ignore generated files. by Chris Lattner · 21 years ago
  9. e72e445 Remove all JIT specific code and switch the code generator over to emitting by Chris Lattner · 21 years ago
  10. 7ddde32 Implement the X86 JIT interfaces by Chris Lattner · 21 years ago
  11. 8dad013 Describe the X86 target-specific relocations. by Chris Lattner · 21 years ago
  12. 89d64e2 We implement these interfaces by Chris Lattner · 21 years ago
  13. 3bf285a Adjust to changed interfaces by Chris Lattner · 21 years ago
  14. b95cbee Support most cases of vaarg (except double). by Brian Gaeke · 21 years ago
  15. 087f085 Update failing test cases & to-do list. by Brian Gaeke · 21 years ago
  16. f6f0989 This method was never implemented by Chris Lattner · 21 years ago
  17. 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
  18. b443bc0 getJITStubForFunction is optional and unimplemented, just remove it for now. by Chris Lattner · 21 years ago
  19. a8b0fa5 getJITStubForFunction is optional and unimplemented, just remove it. by Chris Lattner · 21 years ago
  20. e6e7e3a Implement vacopy and vanext. by Brian Gaeke · 21 years ago
  21. 1dc555c Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we by Misha Brukman · 21 years ago
  22. def5745 Made modsched hidden and changed so it matches the style of other options. by Tanya Lattner · 21 years ago
  23. d42b167 Fix grammar by Misha Brukman · 21 years ago
  24. d159aaf Add protoypes for 64-bit long/ulong div, mul, and rem functions by Misha Brukman · 21 years ago
  25. c29e6a4 Fix file comment header by Misha Brukman · 21 years ago
  26. c11c44f Handle GhostLinkage case for completeness (should not be seen by the asm writer) by Misha Brukman · 21 years ago
  27. b6c409a Add VANext and VAArg stubs. by Brian Gaeke · 21 years ago
  28. d90282d Implement va_start. by Brian Gaeke · 21 years ago
  29. 3104db0 Dont' forget to switch back to decimal output by Chris Lattner · 21 years ago
  30. 4e459c4 First part of varargs support: getting all varargs which could possibly by Brian Gaeke · 21 years ago
  31. 2f95ed6 va_end can safely be codegen'd to nothing on v8. by Brian Gaeke · 21 years ago
  32. 9e672a2 A very sorry stub implementation of varargs intrinsics... by Brian Gaeke · 21 years ago
  33. 507bc71 Update list of expected test failures. by Brian Gaeke · 21 years ago
  34. a54df25 Fix bug in casting to long/ulong. by Brian Gaeke · 21 years ago
  35. bc3a537 Eliminate another 6k register copies that the register allocator would just by Nate Begeman · 21 years ago
  36. 8531f6f Generate fewer reg-reg copies for the register allocator to deal with. by Nate Begeman · 21 years ago
  37. a9aa809 Fixed to fit in 80 columns. by Tanya Lattner · 21 years ago
  38. 75e8419 Adding option to llc for ModuloScheduling. By default it is turned off. by Tanya Lattner · 21 years ago
  39. 7c0afe0 Rewrite LoadArgumentsToVirtualRegs, making it match almost exactly how by Brian Gaeke · 21 years ago
  40. 7ba2a43 Update current expected failures list - expand it to include all of by Brian Gaeke · 21 years ago
  41. db869aa Eliminate another common source of moves that the register allocator by Nate Begeman · 21 years ago
  42. 1f5308e When accessing the base register for global variables, use the register by Nate Begeman · 21 years ago
  43. 0113638 Clean up and fix cast codegen by removing cases that are handled elsewhere, by Nate Begeman · 21 years ago
  44. 4b92ed6 Allocate fewer registers and tighten up alignment restrictions. by Brian Gaeke · 21 years ago
  45. c935cf1 Update to-do list. by Brian Gaeke · 21 years ago
  46. b662963 Update list of failing SingleSource Benchmarks by Brian Gaeke · 21 years ago
  47. b3e0017 We were (somehow) getting the wrong branch opcode for setcc float instrs. by Brian Gaeke · 21 years ago
  48. ced8222 Added my own defMap. Only saving values that are not loop invariant. Fixed a couple of assertions that were triggered due to registers not being allocated. These both had to do with PHINodes. by Tanya Lattner · 21 years ago
  49. 39a83dc Fix a major bug in the signed shr code, which apparently only breaks 134.perl! by Chris Lattner · 21 years ago
  50. 4cda591 Update list of failing benchmarks by Brian Gaeke · 21 years ago
  51. b354b71 Correct the implicit-defs information for indirect and direct calls. by Brian Gaeke · 21 years ago
  52. eea9b13 Simplify namespaces by Chris Lattner · 21 years ago
  53. 8f1ac9f Remove a dead function, which died when we got GAS emission working (phwew, by Chris Lattner · 21 years ago
  54. f2d552e Implement a simple FIXME: if we are emitting a basic block address that has by Chris Lattner · 21 years ago
  55. 16fe6f5 * Merge some win32 ifdefs together by Chris Lattner · 21 years ago
  56. 5aa3ed9 Add debug-only=jit printout, so we see when lazily resolved symbols are set up. by Chris Lattner · 21 years ago
  57. 36c625d Simplify and rearrange long shift code by Chris Lattner · 21 years ago
  58. 145a5a3 Add BCTR and LWZU instruction opcodes by Misha Brukman · 21 years ago
  59. 766d6f3 Update list of failing Benchmarks. by Brian Gaeke · 21 years ago
  60. f28688e Expand Defs to encompass all the possibly-call-clobbered regs. by Brian Gaeke · 21 years ago
  61. d2691fd GhostLinkage should not reach asm printing stage by Misha Brukman · 21 years ago
  62. 3a8a42a Handle GhostLinkage (should not ever reach the assembly printing stage!) by Misha Brukman · 21 years ago
  63. fc25659 Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) by Misha Brukman · 21 years ago
  64. da9b366 Fix problem with insertion point for ADJCALLSTACKDOWN. by Brian Gaeke · 21 years ago
  65. 5179e41 Update lists of failing unit tests. by Brian Gaeke · 21 years ago
  66. 04fe747 Fix NotTest - round up extraStack to the nearest doubleword, if it is not zero. by Brian Gaeke · 21 years ago
  67. b31a828 Update failing Benchmarks; point out that I'm skipping Shootout-C++. by Brian Gaeke · 21 years ago
  68. 1c74581 Update expected UnitTests failures. by Brian Gaeke · 21 years ago
  69. 24b90c3 Rewrite outgoing arg handling to handle more weird corner cases. by Brian Gaeke · 21 years ago
  70. 54799c2 Support UndefValue emission. by Brian Gaeke · 21 years ago
  71. 4b2c09f Don't print unneeded labels by Chris Lattner · 21 years ago
  72. 4394d51 Hack around stupidity in GCC, fixing Burg with the CBE and by Chris Lattner · 21 years ago
  73. ce7cafa by Chris Lattner · 21 years ago
  74. 62f5a94 Add missing check by Chris Lattner · 21 years ago
  75. 44205ca Compile: by Chris Lattner · 21 years ago
  76. 546faca Correct the name of stosd for the AT&T syntax: by John Criswell · 21 years ago
  77. a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 21 years ago
  78. 676dee6 Put int the getReg cast optimization from x86 so that we generate fewer by Nate Begeman · 21 years ago
  79. 075cdc6 Disable bogus cast elimination when the cast is used by a setcc instruction. by Nate Begeman · 21 years ago
  80. 2681801 Decompose* is V9 specific, make it internal by Chris Lattner · 21 years ago
  81. 64a26c7 Move this file from lib/Transforms/Scalar by Chris Lattner · 21 years ago
  82. e5cda8e Fix compilation problem; make the cast and the LHS be the same type. by John Criswell · 21 years ago
  83. 141e3fd Quiet VC++ warnings by Chris Lattner · 21 years ago
  84. 28dd2fc Thanks to sabre for pointing out that we were incorrectly codegen'ing by Nate Begeman · 21 years ago
  85. 6931fd6 Handle "call" operands of type long/ulong passed in registers. by Brian Gaeke · 21 years ago
  86. da6122f Fix this function to not say that longs have 8-byte alignment on X86/PPC. by Chris Lattner · 21 years ago
  87. 80f0855 Added gross hacks such as creating my own def-use map, and picking on Instruction that I can add all my TmpInstructions to its MCFI. by Tanya Lattner · 21 years ago
  88. a62869b Fix a warning by Chris Lattner · 21 years ago
  89. 7cc372b Add placeholder variable to make Win32 work, applied for Morten Ofstad by Chris Lattner · 21 years ago
  90. cc2d1e2 Internalize variable names to prevent recursive assignment. Cleanup docs. by Reid Spencer · 21 years ago
  91. 260652a Fixed bug with infinite epilogues. by Tanya Lattner · 21 years ago
  92. b982c42 Change name of target lib to conform to new naming scheme. by Brian Gaeke · 21 years ago
  93. b13fac7 Remove dependency on MRegisterInfo::getRegClass by Brian Gaeke · 21 years ago
  94. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  95. 0aafc32 Move destructor out of line to avoid vtable emission in every file that includes the header. Thanks to sabre. by Nate Begeman · 21 years ago
  96. 4c34801 Fix the build by eliminating some more dead code. That'll learn me not to listen to Reid by Nate Begeman · 21 years ago
  97. b9cad90 Remove include of MRegisterInfo.h, since it is already included by by Nate Begeman · 21 years ago
  98. 17304c3 Remove file that is no longer used, and move include of MRegisterInfo.h by Nate Begeman · 21 years ago
  99. dfd0e7b Eliminate usage of MRegisterInfo::getRegClass(physreg) by Nate Begeman · 21 years ago
  100. 4a0de07 Update to-do list by Nate Begeman · 21 years ago