1. 7d8d5a5 Use the asmprinter to find out what the preferred alignment of a global is. by Chris Lattner · 20 years ago
  2. a6973c3 Remove some stuff that now works by Nate Begeman · 20 years ago
  3. 1541bc3 add a note by Chris Lattner · 20 years ago
  4. 33c1dab remove some target-indep and implemented notes by Chris Lattner · 20 years ago
  5. a63fee8 Flesh out a couple of the items in the README by Nate Begeman · 20 years ago
  6. d463f7f Add a note by Chris Lattner · 20 years ago
  7. 39b248b update a note by Chris Lattner · 20 years ago
  8. 3b478b3 add 64b gpr store to the possible list of isStoreToStackSlot opcodes. by Nate Begeman · 20 years ago
  9. 6524287 implement isStoreToStackSlot for PPC by Chris Lattner · 20 years ago
  10. 4083960 Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more logical place. Other methods should also be moved if anyoneis interested. :) by Chris Lattner · 20 years ago
  11. 275b884 new example by Chris Lattner · 20 years ago
  12. 93c740b Update the README by Nate Begeman · 20 years ago
  13. 5887327 add a method by Chris Lattner · 20 years ago
  14. 5a7efc9 add a note by Chris Lattner · 20 years ago
  15. 750ac1b Fix some of the stuff in the PPC README file, and clean up legalization by Nate Begeman · 20 years ago
  16. 0ddc180 another testcase. by Chris Lattner · 20 years ago
  17. b8973bd Allow the specification of explicit alignments for constant pool entries. by Evan Cheng · 20 years ago
  18. ddc787d add info about the inline asm register constraints for PPC by Chris Lattner · 20 years ago
  19. 4477590 Codegen by Nate Begeman · 20 years ago
  20. 83e64ba example nate pointed out by Chris Lattner · 20 years ago
  21. 56b6964 add the 'lucas' optimization by Chris Lattner · 20 years ago
  22. 37dd6f1 Functions that are lazily streamed in from the .bc file are *not* external. by Chris Lattner · 20 years ago
  23. d9b55dd Now that OpActions is big enough, we can specify actions for vector types by Chris Lattner · 20 years ago
  24. 3fd327f disable this for now by Chris Lattner · 20 years ago
  25. ec4a0c7 Request expansion of ConstantVec nodes. by Chris Lattner · 20 years ago
  26. a54aa94 Targets all now request ConstantFP to be legalized into TargetConstantFP. by Chris Lattner · 20 years ago
  27. e00ebf0 Fix a bug in my elimination of ISD::CALL this morning. PPC now has to by Chris Lattner · 20 years ago
  28. 9690979 add a note about how we should implement this FIXME from the legalizer: by Chris Lattner · 20 years ago
  29. eb20ed6 Add a couple more things to the readme. by Nate Begeman · 20 years ago
  30. 281b55e Use PPCISD::CALL instead of ISD::CALL by Chris Lattner · 20 years ago
  31. bba534d Make llvm.frame/returnaddr not crash on ppc by Chris Lattner · 20 years ago
  32. ee62557 Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for by Nate Begeman · 20 years ago
  33. 19c9550 Subtarget feature can now set any variable to any value by Evan Cheng · 20 years ago
  34. cedc6f4 PHI and INLINEASM are now built-in instructions provided by Target.td by Chris Lattner · 20 years ago
  35. b3e789a Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. by Jim Laskey · 20 years ago
  36. 0577a22 Set SchedulingForLatency to be the default scheduling preference for all. by Evan Cheng · 20 years ago
  37. acc398c First part of bug 680: by Nate Begeman · 20 years ago
  38. 7558b0e Default scheduling preference is SchedulingForLatency. by Evan Cheng · 20 years ago
  39. 52060a0 Crude Dwarf global variable debugging. by Jim Laskey · 20 years ago
  40. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  41. 86a5484 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  42. bc1c215 trivial formatting improvement: don't insert extra blank lines between .comm by Chris Lattner · 20 years ago
  43. 3cda14f add a note by Chris Lattner · 20 years ago
  44. bc38dbf Don't assert on 'select_cc SETUO' by Chris Lattner · 20 years ago
  45. c16257f fix out of date comment by Chris Lattner · 20 years ago
  46. e44b2d1 Fix Regression/CodeGen/PowerPC/2006-01-18-InvalidBranchOpcodeAssert.ll by Chris Lattner · 20 years ago
  47. e719a7c Added minimum Dwarf aranges. Cleaned up some section headers. Line number by Jim Laskey · 20 years ago
  48. 19ef4ef Add frame work for additional dwarf sections. Comments will improve as code by Jim Laskey · 20 years ago
  49. 063e765 Adding basic support for Dwarf line number debug information. by Jim Laskey · 20 years ago
  50. 98fbc2f add notes from my *other* email acct. by Chris Lattner · 20 years ago
  51. 1db4b4f transfer some notes from my email to somewhere useful. by Chris Lattner · 20 years ago
  52. b22c08b Use the default impl of DYNAMIC_STACKALLOC, allowing us to delete some code. by Chris Lattner · 20 years ago
  53. d88fc03 bswap implementation by Nate Begeman · 20 years ago
  54. 6283760 Remove some redundant stuff out of the readme. by Nate Begeman · 20 years ago
  55. cadd742 implement stacksave/stackrestore on PPC by Chris Lattner · 20 years ago
  56. b99329e expand unsupported stacksave/stackrestore nodes by Chris Lattner · 20 years ago
  57. a613d26 ahem :) by Chris Lattner · 20 years ago
  58. e699ef5 these cases are autogenerated by Chris Lattner · 20 years ago
  59. 17e82d2 remove dead code by Chris Lattner · 20 years ago
  60. 05f1fe8 Goodbye PPC pattern isel. You have served us well, but it is now time for by Chris Lattner · 20 years ago
  61. ba62572 Fix an off-by-one error that Nate's eagle eyes caught by Chris Lattner · 20 years ago
  62. c6d48d3 Use the auto-insert BuildMI constructor to avoid an explicit insert. No by Chris Lattner · 20 years ago
  63. 64da172 If a function has a non-zero sized frame, use an add to adjust the stack by Chris Lattner · 20 years ago
  64. 35ef913 Add bswap, rotl, and rotr nodes by Nate Begeman · 20 years ago
  65. a243db8 Fix calls that need to store values in stack slots, to not copy the stack by Chris Lattner · 20 years ago
  66. 413b979 Dead FP arguments still use an incoming FP reg. This fixes by Chris Lattner · 20 years ago
  67. 49dddb2 Remove a comment that no longer applies. by Nate Begeman · 20 years ago
  68. da6d20f Give PPCISD:: nodes legible names in dumps. by Chris Lattner · 20 years ago
  69. e5cf122 add ret void support back by Chris Lattner · 20 years ago
  70. 6da8d99 New DAG node properties SNDPInFlag, SNDPOutFlag, and SNDPOptInFlag to replace by Evan Cheng · 20 years ago
  71. 5fe0e28 Fix the PPC JIT failures last night, which were due to mishandling of linkonce globals by Chris Lattner · 20 years ago
  72. a35ef63 linkonce symbols have an extra indirection, just like weak ones do. This fixes by Chris Lattner · 20 years ago
  73. c9a5ef5 Fix a compile crash building MultiSource/Applications/d with the new front-end. by Chris Lattner · 20 years ago
  74. e0bce71 Had expand logic backward. by Jim Laskey · 20 years ago
  75. abf6d17 Added initial support for DEBUG_LABEL allowing debug specific labels to be by Jim Laskey · 20 years ago
  76. b2efb85 Applied some recommend changes from sabre. The dominate one beginning "let the by Jim Laskey · 20 years ago
  77. 5bf6f25 Add unique id to debug location for debug label use (work in progress.) by Jim Laskey · 20 years ago
  78. a7cea6f Tie dwarf generation to darwin assembler. by Jim Laskey · 20 years ago
  79. b73628b Add support for generating v4i32 altivec code by Nate Begeman · 20 years ago
  80. 1166bf3 Remove a fixme by Nate Begeman · 20 years ago
  81. 2b4ea79 Added field noResults to Instruction. by Evan Cheng · 20 years ago
  82. 50fb3c4 Fix one of the things in the todo file, and get a bit closer to folding by Nate Begeman · 20 years ago
  83. 171049d * Removed the use of FLAG. Now use hasFlagIn and hasFlagOut instead. by Evan Cheng · 20 years ago
  84. 53e8845 make sure bit_converts are expanded by Chris Lattner · 20 years ago
  85. 1b95e0b Simplify some code by using BIT_CONVERT by Chris Lattner · 20 years ago
  86. 0fcd40f remove dead code by Chris Lattner · 20 years ago
  87. cec26fc fix handling of weak linkage by Chris Lattner · 20 years ago
  88. 39706e6 move some random notes out of my email into someplace useful by Chris Lattner · 20 years ago
  89. 5bc4da4 Bye bye HACKTROCITY. by Evan Cheng · 20 years ago
  90. 6a3bfd9 Flip the meaning of FPContractions to reflect Requires<[]> change. by Evan Cheng · 20 years ago
  91. 9e4dd9d Pattern-match return. Includes gross hack! by Nate Begeman · 20 years ago
  92. 88276b8 Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allows by Nate Begeman · 20 years ago
  93. 7fd1edd Convert load/store over to being pattern matched by Nate Begeman · 20 years ago
  94. cf198ec This is handled by the autogen'd code by Chris Lattner · 20 years ago
  95. f5395ce Added source file/line correspondence for dwarf (PowerPC only at this point.) by Jim Laskey · 20 years ago
  96. d9e0ba4 Weak and linkonce global vars should still have a .globl emitted for them by Chris Lattner · 20 years ago
  97. f492f99 Add a second vector type to the VRRC register class, and fix some patterns by Nate Begeman · 20 years ago
  98. a637c32 Update the darwin handling of linkonce & weak functions and GV stubs. This by Chris Lattner · 20 years ago
  99. b5f8e62 Remove a now unused statistic. by Nate Begeman · 20 years ago
  100. a07da92 Use the new predicate support that Evan Cheng added to remove some code by Nate Begeman · 20 years ago