1. 898ae19 Eliminate duplicate "checking" message. by Reid Spencer · 20 years ago
  2. 2a0c0df The JIT works enough by Chris Lattner · 20 years ago
  3. 5cbf3bc Fix encoding of fsel, fixing olden/power, McCat/bisort and several others. by Chris Lattner · 20 years ago
  4. a1ab451 Fix encoding of fneg instruction by Chris Lattner · 20 years ago
  5. cd61ec8 Fix encoding of swari, fixing several programs, including Olden/mst by Chris Lattner · 20 years ago
  6. ab4e5fb Make the check print something, give the cache var an llvm specific name. by Reid Spencer · 20 years ago
  7. b752a97 There is not a 1-1 mappign between llvm blocks and PPC blocks, do not use by Chris Lattner · 20 years ago
  8. 5efb75d * Rename existing relocations to be more specific by Chris Lattner · 20 years ago
  9. 53e4aa5 Add the same optimization that we do loading from fixed alloca slots to by Nate Begeman · 20 years ago
  10. 7327808 Write CompilationCallback as an explicit assembly stub to avoid getting GCC's by Chris Lattner · 20 years ago
  11. 892afa9 When rewriting the original call instruction, make sure to rewrite it to by Chris Lattner · 20 years ago
  12. fb887e0 Force the intregs ptr into R2 and the FPregs ptr into R3. This fixes a really by Chris Lattner · 20 years ago
  13. 5f8448f Implement and document prefix options with arbitrary values including an by Reid Spencer · 20 years ago
  14. e4ed742 Update list of failing benchmarks. by Brian Gaeke · 20 years ago
  15. 31e5759 Fix bug in emitGEPOperation with large struct-member offsets. by Brian Gaeke · 20 years ago
  16. 69efbdd Fix a few more tests by encoding the extsb and other XForm11 instructions by Chris Lattner · 20 years ago
  17. 2f5091a Fix the encoding of ORi and other DForm4 instructions. This brings us to by Chris Lattner · 20 years ago
  18. 00a8c01 Loads are relocatable too by Chris Lattner · 20 years ago
  19. b765ff1 Calls do not need a MovPCtoLR instruction by Chris Lattner · 20 years ago
  20. b9f26da Get constant pools working. This fixes even more programs, allowing us to by Chris Lattner · 20 years ago
  21. a6ec8f5 Forced branches to be first to be scheduled. by Tanya Lattner · 20 years ago
  22. 8599d38 Rewrite branches more closely to correct. This makes more stuff pass, and by Chris Lattner · 20 years ago
  23. 310a752 Branch instructions explicitly represent CRx in them. bEcause of this, encode by Chris Lattner · 20 years ago
  24. 3b78e3b Fix encoding of bctrl, and remove some unused instructions by Nate Begeman · 20 years ago
  25. c9b37ee Make sure additional C++ suffixes are recognized by llvmc. by Reid Spencer · 20 years ago
  26. 0acd65f Add the configurable configuration files for llvmc. by Reid Spencer · 20 years ago
  27. 65bc4e0 * Adjust the options to make them either accept multiple occurrences or be by Reid Spencer · 20 years ago
  28. 0b3c7d0 * Don't pass empty arguments to ExecuteAndWait because it can cause the by Reid Spencer · 20 years ago
  29. 2d3ee4e Configuration data now supports a vector of library paths. by Reid Spencer · 20 years ago
  30. dc6812d Add the c and cpp configuration files. by Reid Spencer · 20 years ago
  31. f1a889c Removed in favor of configurable (*.in) versions. by Reid Spencer · 20 years ago
  32. e9564ce Make various adjustments to parsing so that the separator character doesn't by Reid Spencer · 20 years ago
  33. c0f376d SPACE is a legitimate token now, to separate option words. by Reid Spencer · 20 years ago
  34. 90654fd Handle space, separators, bad substitutions, and library search path better by Reid Spencer · 20 years ago
  35. b98c672 Configurable language configuration files. by Reid Spencer · 20 years ago
  36. 84b9ced Allow reading of member names that begin with an _ character. by Reid Spencer · 20 years ago
  37. 6f40789 Fix encoding of blr and bctr by Chris Lattner · 20 years ago
  38. 294ba02 Added remark about GCC 3.2.2. Someone with more knowledge of the problem by John Criswell · 20 years ago
  39. 65b7f3e Use the correct register class as a constaint to gcc's inline assembly, so by Nate Begeman · 20 years ago
  40. ca6d0f5 Save/Restore arg regs and nonvolatile regs the compiler might use during by Nate Begeman · 20 years ago
  41. 5afa9af Fix the encoding of OR, AND and many other instructions by Chris Lattner · 20 years ago
  42. 88108b8 Support shr long/ulong. by Brian Gaeke · 20 years ago
  43. 4dd043f Support printing ConstantAggregateZeros. by Brian Gaeke · 20 years ago
  44. 8a0c4fd Update failing SingleSource test-case list. by Brian Gaeke · 20 years ago
  45. d162032 Remove argtype and argcount magic, which was used by the old asmprinter. by Chris Lattner · 20 years ago
  46. 583e32b Get rid of flags that are dead by Chris Lattner · 20 years ago
  47. 8f9e6d6 We also provide a source distribution of the GCC front-end by Misha Brukman · 20 years ago
  48. 89d60de Fix encoding of rlwinm? by Chris Lattner · 20 years ago
  49. 943f452 Fix encodings by Chris Lattner · 20 years ago
  50. 9ba1235 Enumerate CR registers by Chris Lattner · 20 years ago
  51. d9d06b3 Initial implementation of exiting CompilationCallback by Chris Lattner · 20 years ago
  52. 22cd028 This method is dead by Chris Lattner · 20 years ago
  53. 05ad237 Remove this method. by Chris Lattner · 20 years ago
  54. fdd10b1 Make sure the timing output is also sent to the log file for dejagnu, not by Reid Spencer · 20 years ago
  55. adbcc10 Squelch a bogus warning by Chris Lattner · 20 years ago
  56. d7fa35c Squelch a bogus warning. by Chris Lattner · 20 years ago
  57. dd30751 Don't return value from void function. This is only temporary anyway while by Nate Begeman · 20 years ago
  58. fbe558c pseudocode for 64-bit lshr. by Brian Gaeke · 20 years ago
  59. 7598bba Fix a minor bug by Chris Lattner · 20 years ago
  60. c9a6b1f Be really paranoid about not breaking stuff yet by Chris Lattner · 20 years ago
  61. e61198b Implement the first hunk of CompilationCallback. The pieces missing are the by Chris Lattner · 20 years ago
  62. 4fa5fa8 Change formats, as suggested by Duraid by Chris Lattner · 20 years ago
  63. 2041d0c Add more known-failing tests. by Brian Gaeke · 20 years ago
  64. 82a4795 Add the rest of the logical instructions. by Brian Gaeke · 20 years ago
  65. 7c83dc2 Implement the stub needed to get into compilation callback. by Chris Lattner · 20 years ago
  66. 64729d0 Simplify code a bit by Chris Lattner · 20 years ago
  67. 9b3d989 Initial implementation of the JIT interfaces. Relocation is done and stubs by Chris Lattner · 20 years ago
  68. e94c517 Emit relocations for the global variable using instructions. This gets us by Chris Lattner · 20 years ago
  69. 1b426ab Allow configuration files to be themselves configured and found in the by Reid Spencer · 20 years ago
  70. 1633937 Implement all of the methods by Chris Lattner · 20 years ago
  71. 42edd31 Initial checkin of the 32-bit PPC relocation types by Chris Lattner · 20 years ago
  72. e4fce6f Move JITInfo from PPCTM to PPC32TM by Chris Lattner · 20 years ago
  73. 942d7b5 Do not provide the non-specialized PowerPCJITInfo object, it is pretty useless. by Chris Lattner · 20 years ago
  74. 6540c6c LA is really addi. Be consistent with operand ordering to avoid confusing the code emitter by Chris Lattner · 20 years ago
  75. 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
  76. f2190b3 Remove some dead code by Chris Lattner · 20 years ago
  77. dd99885 Comment out a couple of unused instructions. by Chris Lattner · 20 years ago
  78. 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
  79. e55cb54 Add a note about the JIT changes. by Chris Lattner · 20 years ago
  80. 166f226 Rename Emitter.cpp -> JITEmitter.cpp by Chris Lattner · 20 years ago
  81. cf88d32 Fix the FIXME, nuke the JIT specific forceCompilationOf method. by Chris Lattner · 20 years ago
  82. 213c969 Disable this. by Chris Lattner · 20 years ago
  83. 6f71720 These methods are obsolete by Chris Lattner · 20 years ago
  84. 5eff98f These methods are now obsolete by Chris Lattner · 20 years ago
  85. 99b394d This chunk of code needs to be rewritten by Chris Lattner · 20 years ago
  86. 2eeda6e Remove some dead vars and some useless namespacification by Chris Lattner · 20 years ago
  87. befc374 Implement a disgusting hack to work around broken machine code emission of by Chris Lattner · 20 years ago
  88. e1df212 Fixed a bug where I was trying to ModuloSchedule a loop with no instructions but a terminator. by Tanya Lattner · 20 years ago
  89. 54a4d6a Remove JIT-specific code from the code emitter. by Chris Lattner · 20 years ago
  90. dee0c4b New methods implemented by Chris Lattner · 20 years ago
  91. 534ac45 Implement the Sparc JIT interfaces, including relocation support. by Chris Lattner · 20 years ago
  92. 0baf656 Exit only with a value from 0-255. by Chris Lattner · 20 years ago
  93. 0c41db8 %p is expanded by dejagnu, avoid it in the test. by Chris Lattner · 20 years ago
  94. f73820a Pull out failing test into a seperate file, which is xfailed by Chris Lattner · 20 years ago
  95. 1e17a1d This was fixed by Chris Lattner · 20 years ago
  96. ddc4860 Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c by Chris Lattner · 20 years ago
  97. b984970 These tests really are failing, do not let them accidentally be XPASS. by Chris Lattner · 20 years ago
  98. baf790e Don't stop make if there are XFAIL or XPASSes by Chris Lattner · 20 years ago
  99. ccbc9cf Add a note about the name change of libraries. by Reid Spencer · 20 years ago
  100. 882b8cd Moved dejagnu log link to the template. by Tanya Lattner · 20 years ago