1. b98c672 Configurable language configuration files. by Reid Spencer · 20 years ago
  2. 84b9ced Allow reading of member names that begin with an _ character. by Reid Spencer · 20 years ago
  3. 6f40789 Fix encoding of blr and bctr by Chris Lattner · 20 years ago
  4. 294ba02 Added remark about GCC 3.2.2. Someone with more knowledge of the problem by John Criswell · 20 years ago
  5. 65b7f3e Use the correct register class as a constaint to gcc's inline assembly, so by Nate Begeman · 20 years ago
  6. ca6d0f5 Save/Restore arg regs and nonvolatile regs the compiler might use during by Nate Begeman · 20 years ago
  7. 5afa9af Fix the encoding of OR, AND and many other instructions by Chris Lattner · 20 years ago
  8. 88108b8 Support shr long/ulong. by Brian Gaeke · 20 years ago
  9. 4dd043f Support printing ConstantAggregateZeros. by Brian Gaeke · 20 years ago
  10. 8a0c4fd Update failing SingleSource test-case list. by Brian Gaeke · 20 years ago
  11. d162032 Remove argtype and argcount magic, which was used by the old asmprinter. by Chris Lattner · 20 years ago
  12. 583e32b Get rid of flags that are dead by Chris Lattner · 20 years ago
  13. 8f9e6d6 We also provide a source distribution of the GCC front-end by Misha Brukman · 20 years ago
  14. 89d60de Fix encoding of rlwinm? by Chris Lattner · 20 years ago
  15. 943f452 Fix encodings by Chris Lattner · 20 years ago
  16. 9ba1235 Enumerate CR registers by Chris Lattner · 20 years ago
  17. d9d06b3 Initial implementation of exiting CompilationCallback by Chris Lattner · 20 years ago
  18. 22cd028 This method is dead by Chris Lattner · 20 years ago
  19. 05ad237 Remove this method. by Chris Lattner · 20 years ago
  20. fdd10b1 Make sure the timing output is also sent to the log file for dejagnu, not by Reid Spencer · 20 years ago
  21. adbcc10 Squelch a bogus warning by Chris Lattner · 20 years ago
  22. d7fa35c Squelch a bogus warning. by Chris Lattner · 20 years ago
  23. dd30751 Don't return value from void function. This is only temporary anyway while by Nate Begeman · 20 years ago
  24. fbe558c pseudocode for 64-bit lshr. by Brian Gaeke · 20 years ago
  25. 7598bba Fix a minor bug by Chris Lattner · 20 years ago
  26. c9a6b1f Be really paranoid about not breaking stuff yet by Chris Lattner · 20 years ago
  27. e61198b Implement the first hunk of CompilationCallback. The pieces missing are the by Chris Lattner · 20 years ago
  28. 4fa5fa8 Change formats, as suggested by Duraid by Chris Lattner · 20 years ago
  29. 2041d0c Add more known-failing tests. by Brian Gaeke · 20 years ago
  30. 82a4795 Add the rest of the logical instructions. by Brian Gaeke · 20 years ago
  31. 7c83dc2 Implement the stub needed to get into compilation callback. by Chris Lattner · 20 years ago
  32. 64729d0 Simplify code a bit by Chris Lattner · 20 years ago
  33. 9b3d989 Initial implementation of the JIT interfaces. Relocation is done and stubs by Chris Lattner · 20 years ago
  34. e94c517 Emit relocations for the global variable using instructions. This gets us by Chris Lattner · 20 years ago
  35. 1b426ab Allow configuration files to be themselves configured and found in the by Reid Spencer · 20 years ago
  36. 1633937 Implement all of the methods by Chris Lattner · 20 years ago
  37. 42edd31 Initial checkin of the 32-bit PPC relocation types by Chris Lattner · 20 years ago
  38. e4fce6f Move JITInfo from PPCTM to PPC32TM by Chris Lattner · 20 years ago
  39. 942d7b5 Do not provide the non-specialized PowerPCJITInfo object, it is pretty useless. by Chris Lattner · 20 years ago
  40. 6540c6c LA is really addi. Be consistent with operand ordering to avoid confusing the code emitter by Chris Lattner · 20 years ago
  41. 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
  42. f2190b3 Remove some dead code by Chris Lattner · 20 years ago
  43. dd99885 Comment out a couple of unused instructions. by Chris Lattner · 20 years ago
  44. 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
  45. e55cb54 Add a note about the JIT changes. by Chris Lattner · 20 years ago
  46. 166f226 Rename Emitter.cpp -> JITEmitter.cpp by Chris Lattner · 20 years ago
  47. cf88d32 Fix the FIXME, nuke the JIT specific forceCompilationOf method. by Chris Lattner · 20 years ago
  48. 213c969 Disable this. by Chris Lattner · 20 years ago
  49. 6f71720 These methods are obsolete by Chris Lattner · 20 years ago
  50. 5eff98f These methods are now obsolete by Chris Lattner · 20 years ago
  51. 99b394d This chunk of code needs to be rewritten by Chris Lattner · 20 years ago
  52. 2eeda6e Remove some dead vars and some useless namespacification by Chris Lattner · 20 years ago
  53. befc374 Implement a disgusting hack to work around broken machine code emission of by Chris Lattner · 20 years ago
  54. e1df212 Fixed a bug where I was trying to ModuloSchedule a loop with no instructions but a terminator. by Tanya Lattner · 20 years ago
  55. 54a4d6a3 Remove JIT-specific code from the code emitter. by Chris Lattner · 20 years ago
  56. dee0c4b New methods implemented by Chris Lattner · 20 years ago
  57. 534ac45 Implement the Sparc JIT interfaces, including relocation support. by Chris Lattner · 20 years ago
  58. 0baf656 Exit only with a value from 0-255. by Chris Lattner · 20 years ago
  59. 0c41db8 %p is expanded by dejagnu, avoid it in the test. by Chris Lattner · 20 years ago
  60. f73820a Pull out failing test into a seperate file, which is xfailed by Chris Lattner · 20 years ago
  61. 1e17a1d This was fixed by Chris Lattner · 20 years ago
  62. ddc4860 Fix test/Regression/CFrontend/2003-11-01-EmptyStructCrash.c by Chris Lattner · 20 years ago
  63. b984970 These tests really are failing, do not let them accidentally be XPASS. by Chris Lattner · 20 years ago
  64. baf790e Don't stop make if there are XFAIL or XPASSes by Chris Lattner · 20 years ago
  65. ccbc9cf Add a note about the name change of libraries. by Reid Spencer · 20 years ago
  66. 882b8cd Moved dejagnu log link to the template. by Tanya Lattner · 20 years ago
  67. b9df9b4 Do not count debugger intrinsics in size estimation. by Chris Lattner · 20 years ago
  68. 8db93f1 Ignore debugger intrinsics when doing inlining size computations. by Chris Lattner · 20 years ago
  69. 64613ea Do not consider debug intrinsics in the size computations for loop unrolling. by Chris Lattner · 20 years ago
  70. 3e77514 Add a new debug intrinsic parent class. Patch contributed by Michael by Chris Lattner · 20 years ago
  71. ea3065f Fixed typo. by John Criswell · 20 years ago
  72. f35bdc1 Changed to catch stderror of dejagnu and fixed missing quote. by Tanya Lattner · 20 years ago
  73. f5feaf4 This is the proper code for this method, thanks to Reid for getting CVS working by Chris Lattner · 20 years ago
  74. 8fb51e4 Moved into the poolalloc tree. by John Criswell · 20 years ago
  75. c1d035a Implement a missing function called by JIT/Emitter.cpp but never defined. by Reid Spencer · 20 years ago
  76. 9ffcf9f Add stub method for long shift codegen. by Brian Gaeke · 20 years ago
  77. 6f0b772 Update to-do list. by Brian Gaeke · 20 years ago
  78. b43dbdc Support targets that require stubs for external functions better by Chris Lattner · 20 years ago
  79. 93ee7dc Fix a comment to imply the correct semantics. by Reid Spencer · 20 years ago
  80. 80fd9b4 Make sure output goes in the temporary/output directory. by Reid Spencer · 20 years ago
  81. 5fd738f Initial checkin of the V9 relocation types by Chris Lattner · 20 years ago
  82. 6d0e614 * Undo previous commit that breaks the test. by Reid Spencer · 20 years ago
  83. 2571791 * Undo previous commit that breaks the test. by Reid Spencer · 20 years ago
  84. 28e8e42 First version of manual page for llvm-ld. by Reid Spencer · 20 years ago
  85. 8b88b46 Fixed another typo. by John Criswell · 20 years ago
  86. 98d0636 Corrected spelling mistakes. by John Criswell · 20 years ago
  87. c24d482 It looks like I'm fixing a spelling mistake, but I'm really trying to by John Criswell · 20 years ago
  88. c7b4f10 Implement setcc on longs. by Brian Gaeke · 20 years ago
  89. 4351857 Add all the rest of the ADD and SUB variants, some of which are important for by Brian Gaeke · 20 years ago
  90. 5f91de2 Support add, sub, mul, div, rem on longs/ulongs (latter 3 by emitting libcalls). by Brian Gaeke · 20 years ago
  91. b10fc03 Update to-do list. by Brian Gaeke · 20 years ago
  92. 486ebfd Fix Shootout-C++/wc, which was broken by my recent changes to emit fewer by Nate Begeman · 20 years ago
  93. b0f72a1 Fix a warning by Chris Lattner · 20 years ago
  94. 88f9386 There is no reason to emit function stubs for direct calls. by Chris Lattner · 20 years ago
  95. cb47941 Clean up DEBUG output by Chris Lattner · 20 years ago
  96. 5e22558 Allow targets to avoid emitting a stub for EVERY lazily resolved call. In by Chris Lattner · 20 years ago
  97. 79fe833 Fix extraStack calculation -- I think in fact it might be getting a bit *too* by Brian Gaeke · 20 years ago
  98. e1e2899 Update list of failing benchmarks & to-do list. by Brian Gaeke · 20 years ago
  99. 765da91 Add another bit, to make the JIT a bit more efficient. by Chris Lattner · 20 years ago
  100. 39a11a1 Test archive built with GNU ar(1). by Reid Spencer · 20 years ago