1. ca6d0f5 Save/Restore arg regs and nonvolatile regs the compiler might use during by Nate Begeman · 20 years ago
  2. 5afa9af Fix the encoding of OR, AND and many other instructions by Chris Lattner · 20 years ago
  3. 88108b8 Support shr long/ulong. by Brian Gaeke · 20 years ago
  4. 4dd043f Support printing ConstantAggregateZeros. by Brian Gaeke · 20 years ago
  5. 8a0c4fd Update failing SingleSource test-case list. by Brian Gaeke · 20 years ago
  6. d162032 Remove argtype and argcount magic, which was used by the old asmprinter. by Chris Lattner · 20 years ago
  7. 583e32b Get rid of flags that are dead by Chris Lattner · 20 years ago
  8. 89d60de Fix encoding of rlwinm? by Chris Lattner · 20 years ago
  9. 943f452 Fix encodings by Chris Lattner · 20 years ago
  10. 9ba1235 Enumerate CR registers by Chris Lattner · 20 years ago
  11. d9d06b3 Initial implementation of exiting CompilationCallback by Chris Lattner · 20 years ago
  12. 22cd028 This method is dead by Chris Lattner · 20 years ago
  13. 05ad237 Remove this method. by Chris Lattner · 20 years ago
  14. adbcc10 Squelch a bogus warning by Chris Lattner · 20 years ago
  15. d7fa35c Squelch a bogus warning. by Chris Lattner · 20 years ago
  16. dd30751 Don't return value from void function. This is only temporary anyway while by Nate Begeman · 20 years ago
  17. fbe558c pseudocode for 64-bit lshr. by Brian Gaeke · 20 years ago
  18. 7598bba Fix a minor bug by Chris Lattner · 20 years ago
  19. c9a6b1f Be really paranoid about not breaking stuff yet by Chris Lattner · 20 years ago
  20. e61198b Implement the first hunk of CompilationCallback. The pieces missing are the by Chris Lattner · 20 years ago
  21. 2041d0c Add more known-failing tests. by Brian Gaeke · 20 years ago
  22. 82a4795 Add the rest of the logical instructions. by Brian Gaeke · 20 years ago
  23. 7c83dc2 Implement the stub needed to get into compilation callback. by Chris Lattner · 20 years ago
  24. 64729d0 Simplify code a bit by Chris Lattner · 20 years ago
  25. 9b3d989 Initial implementation of the JIT interfaces. Relocation is done and stubs by Chris Lattner · 20 years ago
  26. e94c517 Emit relocations for the global variable using instructions. This gets us by Chris Lattner · 20 years ago
  27. 1633937 Implement all of the methods by Chris Lattner · 20 years ago
  28. 42edd31 Initial checkin of the 32-bit PPC relocation types by Chris Lattner · 20 years ago
  29. e4fce6f Move JITInfo from PPCTM to PPC32TM by Chris Lattner · 20 years ago
  30. 942d7b5 Do not provide the non-specialized PowerPCJITInfo object, it is pretty useless. by Chris Lattner · 20 years ago
  31. 6540c6c LA is really addi. Be consistent with operand ordering to avoid confusing the code emitter by Chris Lattner · 20 years ago
  32. e9cf6b9 Changed the CreateCodeToLoadConst function to preserve SSA form. This basically means adding extra tmp instructions for intermediate values. by Tanya Lattner · 20 years ago
  33. f2190b3 Remove some dead code by Chris Lattner · 20 years ago
  34. dd99885 Comment out a couple of unused instructions. by Chris Lattner · 20 years ago
  35. 90b1b45 Do not push two return addresses on the stack when we call external functions who have their addresses taken. This fixes test-call.ll by Chris Lattner · 20 years ago
  36. 166f226 Rename Emitter.cpp -> JITEmitter.cpp by Chris Lattner · 20 years ago
  37. cf88d32 Fix the FIXME, nuke the JIT specific forceCompilationOf method. by Chris Lattner · 20 years ago
  38. 213c969 Disable this. by Chris Lattner · 20 years ago
  39. 6f71720 These methods are obsolete by Chris Lattner · 20 years ago
  40. 99b394d This chunk of code needs to be rewritten by Chris Lattner · 20 years ago
  41. 2eeda6e Remove some dead vars and some useless namespacification by Chris Lattner · 20 years ago
  42. befc374 Implement a disgusting hack to work around broken machine code emission of by Chris Lattner · 20 years ago
  43. e1df212 Fixed a bug where I was trying to ModuloSchedule a loop with no instructions but a terminator. by Tanya Lattner · 20 years ago
  44. 54a4d6a3 Remove JIT-specific code from the code emitter. by Chris Lattner · 20 years ago
  45. dee0c4b New methods implemented by Chris Lattner · 20 years ago
  46. 534ac45 Implement the Sparc JIT interfaces, including relocation support. by Chris Lattner · 20 years ago
  47. ddc4860 Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c by Chris Lattner · 20 years ago
  48. b9df9b4 Do not count debugger intrinsics in size estimation. by Chris Lattner · 20 years ago
  49. 8db93f1 Ignore debugger intrinsics when doing inlining size computations. by Chris Lattner · 20 years ago
  50. 64613ea Do not consider debug intrinsics in the size computations for loop unrolling. by Chris Lattner · 20 years ago
  51. 9ffcf9f Add stub method for long shift codegen. by Brian Gaeke · 20 years ago
  52. 6f0b772 Update to-do list. by Brian Gaeke · 20 years ago
  53. b43dbdc Support targets that require stubs for external functions better by Chris Lattner · 20 years ago
  54. 93ee7dc Fix a comment to imply the correct semantics. by Reid Spencer · 20 years ago
  55. 5fd738f Initial checkin of the V9 relocation types by Chris Lattner · 20 years ago
  56. c7b4f10 Implement setcc on longs. by Brian Gaeke · 20 years ago
  57. 4351857 Add all the rest of the ADD and SUB variants, some of which are important for by Brian Gaeke · 20 years ago
  58. 5f91de2 Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). by Brian Gaeke · 20 years ago
  59. b10fc03 Update to-do list. by Brian Gaeke · 20 years ago
  60. 486ebfd Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer by Nate Begeman · 20 years ago
  61. 88f9386 There is no reason to emit function stubs for direct calls. by Chris Lattner · 20 years ago
  62. cb47941 Clean up DEBUG output by Chris Lattner · 20 years ago
  63. 5e22558 Allow targets to avoid emitting a stub for EVERY lazily resolved call. In by Chris Lattner · 20 years ago
  64. 79fe833 Fix extraStack calculation -- I think in fact it might be getting a bit *too* by Brian Gaeke · 20 years ago
  65. e1e2899 Update list of failing benchmarks & to-do list. by Brian Gaeke · 20 years ago
  66. 7fc3824 ignore generated files by Chris Lattner · 20 years ago
  67. cdc79e3 ignore generated files. by Chris Lattner · 20 years ago
  68. 5426652 Implement relocation support by adding a target independent resolver interface. by Chris Lattner · 20 years ago
  69. e72e445 Remove all JIT specific code and switch the code generator over to emitting by Chris Lattner · 20 years ago
  70. 7ddde32 Implement the X86 JIT interfaces by Chris Lattner · 20 years ago
  71. 8dad013 Describe the X86 target-specific relocations. by Chris Lattner · 20 years ago
  72. 89d64e2 We implement these interfaces by Chris Lattner · 20 years ago
  73. 3bf285a Adjust to changed interfaces by Chris Lattner · 20 years ago
  74. 3c600c8 This method does not exist any longer. by Chris Lattner · 20 years ago
  75. 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
  76. 7a45389 Cast the void* handle data member to HMODULE* to keep the VC++ compiler by Reid Spencer · 20 years ago
  77. b95cbee Support most cases of vaarg (except double). by Brian Gaeke · 20 years ago
  78. 087f085 Update failing test cases & to-do list. by Brian Gaeke · 20 years ago
  79. 9a29db4 Distinguish between BSD4.4 and SVR4 symbol tables by Reid Spencer · 20 years ago
  80. f6f0989 This method was never implemented by Chris Lattner · 20 years ago
  81. 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
  82. b443bc0 getJITStubForFunction is optional and unimplemented, just remove it for now. by Chris Lattner · 20 years ago
  83. a8b0fa5 getJITStubForFunction is optional and unimplemented, just remove it. by Chris Lattner · 20 years ago
  84. 5be478f Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
  85. 47012c0 Add getCurrentPCOffset() and addRelocation() methods. by Chris Lattner · 20 years ago
  86. e6e7e3a Implement vacopy and vanext. by Brian Gaeke · 20 years ago
  87. 890b4bd Add accessor by Chris Lattner · 20 years ago
  88. e74c73c Allow constructor parameter to override aggregating args; fix spacing by Misha Brukman · 20 years ago
  89. 1dc555c Revert the patch that adds Function* for each 64-bit libc div/mul/rem that we by Misha Brukman · 20 years ago
  90. def5745 Made modsched hidden and changed so it matches the style of other options. by Tanya Lattner · 20 years ago
  91. d42b167 Fix grammar by Misha Brukman · 20 years ago
  92. d159aaf Add protoypes for 64-bit long/ulong div, mul, and rem functions by Misha Brukman · 20 years ago
  93. c29e6a4 Fix file comment header by Misha Brukman · 20 years ago
  94. c11c44f Handle GhostLinkage case for completeness (should not be seen by the asm writer) by Misha Brukman · 20 years ago
  95. b6c409a Add VANext and VAArg stubs. by Brian Gaeke · 20 years ago
  96. d90282d Implement va_start. by Brian Gaeke · 20 years ago
  97. 3104db0 Dont' forget to switch back to decimal output by Chris Lattner · 20 years ago
  98. 45730d7 Match change in MachineCodeEmitter prototype. by Chris Lattner · 20 years ago
  99. 4e459c4 First part of varargs support: getting all varargs which could possibly by Brian Gaeke · 20 years ago
  100. 2f95ed6 va_end can safely be codegen'd to nothing on v8. by Brian Gaeke · 20 years ago