1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 50cdabc Remove meaningless qualifiers from return types, avoiding compiler warnings. by Dan Gohman · 17 years ago
  3. 8bd6035 Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 17 years ago
  4. 87bdba6 The various "getModuleMatchQuality" implementations should return by Chris Lattner · 17 years ago
  5. e6e4354 name change requested by review of previous patch by Dale Johannesen · 17 years ago
  6. 81da02b Make tail merging the default, except on powerPC. There was no prior art by Dale Johannesen · 17 years ago
  7. 456bc87 Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! by Chris Lattner · 17 years ago
  8. eb1ac33 Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the by Bill Wendling · 18 years ago
  9. 0ea18ff Add a field for and construction of the PPCMachOWriterInfo object. by Bill Wendling · 18 years ago
  10. e911615 Revert patch. by Bill Wendling · 18 years ago
  11. 22fb302 Create the specified TargetObjInfo and use it. by Bill Wendling · 18 years ago
  12. 15c9188 Disable the macho writer until it is 100% functional. Enabling it when by Chris Lattner · 18 years ago
  13. bf11182 Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. by Jim Laskey · 18 years ago
  14. 57fc62c Another step forward in PPC64 JIT support: we now no-longer need stubs by Chris Lattner · 18 years ago
  15. e150b8e this is an initial patch to switch the ppc64 jit over to working in PIC mode, by Chris Lattner · 18 years ago
  16. ff79089 make sure to safe LR8 in the right stack slot for PPC64 by Chris Lattner · 18 years ago
  17. 4da1c82 The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPass by Chris Lattner · 18 years ago
  18. 6fe6084 We actually do support object file writing, so don't return true (error) by Nate Begeman · 18 years ago
  19. fde1b3b 1. Remove condition on delete. by Jim Laskey · 18 years ago
  20. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 18 years ago
  21. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
  22. c4fa386 Simplify target construction. by Chris Lattner · 18 years ago
  23. 06abd22 Make ppc64 jit kinda work right. About 2/3 of Olden passes with this, by Nate Begeman · 18 years ago
  24. eb883af Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 18 years ago
  25. 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 18 years ago
  26. ba4733d Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 18 years ago
  27. 3d6721a An overaggressive #ifdef allows a function to fall off the bottom of the by Chris Lattner · 18 years ago
  28. 90ac1c0 Undisable ppc64 jit by Chris Lattner · 18 years ago
  29. b1d26f6 Implement the getPointerRegClass method, which is required for the ptr_rc by Chris Lattner · 18 years ago
  30. af89fa6 Remove the -darwin and -aix llc options, inferring darwinism and aixism from by Chris Lattner · 18 years ago
  31. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 18 years ago
  32. 94de9a8 First baby step towards ppc64 support. This adds a new -march=ppc64 backend by Chris Lattner · 18 years ago
  33. bcd8a82 Make TargetData strings less redundant. by Owen Anderson · 18 years ago
  34. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 18 years ago
  35. a69571c Refactor TargetMachine, pushing handling of TargetData into the target-specific subclasses. This has one caller-visible change: getTargetData() now returns a pointer instead of a reference. by Owen Anderson · 18 years ago
  36. d9993b0 Fix the comment by Nate Begeman · 18 years ago
  37. 6fcbd69 Change the PPC JIT to use a Static relocation model by Nate Begeman · 18 years ago
  38. 957e167 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 18 years ago
  39. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 18 years ago
  40. 714554d Added a way for TargetLowering to specify what values can be used as the by Evan Cheng · 18 years ago
  41. 9c543b2 PPC LSR pass should use target lowering hooks. by Evan Cheng · 18 years ago
  42. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  43. d0839f3 PPC JIT relocation model should be DynamicNoPIC. by Evan Cheng · 18 years ago
  44. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 18 years ago
  45. 05f1fe8 Goodbye PPC pattern isel. You have served us well, but it is now time for by Chris Lattner · 19 years ago
  46. a7cea6f Tie dwarf generation to darwin assembler. by Jim Laskey · 19 years ago
  47. df2e425 Add a new option to indicate we want the code generator to emit code quickly, by Chris Lattner · 19 years ago
  48. 6cee630 Allow itineraries to be passed through the Target Machine. by Jim Laskey · 19 years ago
  49. 1d9d742 First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is by Nate Begeman · 19 years ago
  50. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 19 years ago
  51. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 19 years ago
  52. b9459b7 Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo by Chris Lattner · 19 years ago
  53. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 19 years ago
  54. ec4b73c Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine by Chris Lattner · 19 years ago
  55. f13befb Make the JIT default to the DAG isel instead of the pattern isel, like LLC. by Chris Lattner · 19 years ago
  56. 5e8d2dc Move the post-lsr simplify cfg pass after lowereh, so it can clean up after by Chris Lattner · 19 years ago
  57. 73e37c3 turn on dag isel by default by Chris Lattner · 19 years ago
  58. b1e1180 by Jim Laskey · 19 years ago
  59. 73bfa71 Remove the X86 and PowerPC Simple instruction selectors; their time has passed. by Nate Begeman · 19 years ago
  60. 8482dd8 add a beta option for turning on dag->dag isel by Chris Lattner · 19 years ago
  61. b0096bd Turn loop strength reduction on by default. by Chris Lattner · 19 years ago
  62. 8f33132 Remove support for 64b PPC, it's been broken for a long time. It'll be by Nate Begeman · 19 years ago
  63. 3c304a3 Consolidate the GPOpt stuff to all use the Subtarget, instead of still by Chris Lattner · 19 years ago
  64. 4e624ec don't crash when running the PPC backend on non-ppc hosts without specifying by Chris Lattner · 19 years ago
  65. 3d72d14 Use the new subtarget support to automatically choose the correct ABI by Nate Begeman · 19 years ago
  66. 8c00f8c Add Subtarget support to PowerPC. Next up, using it. by Nate Begeman · 19 years ago
  67. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  68. 2497e63 Support building non-PIC by Nate Begeman · 19 years ago
  69. 2130c08 revert to using 4-byte alignment for doubles, as specified by the ABI by Chris Lattner · 19 years ago
  70. adeb43d Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5. by Nate Begeman · 19 years ago
  71. a3fd400 Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being by Nate Begeman · 19 years ago
  72. 0431c96 Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFile by Chris Lattner · 19 years ago
  73. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  74. f8b0294 Make pattern isel default for ppc by Nate Begeman · 19 years ago
  75. d3e6b94 Remove 64 bit simple ISel, it never worked correctly by Nate Begeman · 19 years ago
  76. 5e96661 Implement more of the PPC32 Pattern ISel: by Nate Begeman · 19 years ago
  77. a9795f8 Addition of the PPC32 Pattern ISel. While it is far from complete, it will by Nate Begeman · 19 years ago
  78. 4318a3d cleanup the cfg after lsr by Chris Lattner · 19 years ago
  79. 0c74906 Add a temporary option for llc-beta: -enable-lsr-for-ppc, which turns on by Chris Lattner · 19 years ago
  80. 3ea78c4 Use the target triple to pick this target. by Chris Lattner · 20 years ago
  81. 9d0087e The LLVM bool type shall have 1 byte alignment on PPC. by Chris Lattner · 20 years ago
  82. 2a0c0df The JIT works enough by Chris Lattner · 20 years ago
  83. 05ad237 Remove this method. by Chris Lattner · 20 years ago
  84. dd30751 Don't return value from void function. This is only temporary anyway while by Nate Begeman · 20 years ago
  85. c9a6b1f Be really paranoid about not breaking stuff yet by Chris Lattner · 20 years ago
  86. e4fce6f Move JITInfo from PPCTM to PPC32TM by Chris Lattner · 20 years ago
  87. 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
  88. 097714b Disable the JIT until it can sorta kinda work. by Chris Lattner · 20 years ago
  89. cbb9812 bling bling! by Chris Lattner · 20 years ago
  90. ed42853 All PPC instructions are now auto-printed by Nate Begeman · 20 years ago
  91. 551ccae Changes For Bug 352 by Reid Spencer · 20 years ago
  92. f908888 Do not register ppc64 yet, as it breaks the SparcV9 backend by Chris Lattner · 20 years ago
  93. 983e92d LR needs to be saved at 16-byte offset on a 64-bit arch by Misha Brukman · 20 years ago
  94. 66aa3e0 No need for an `is64bit' flag by Misha Brukman · 20 years ago
  95. ca068e8 Replace PowerPCPEI.cpp with target independant PrologEpilogInserter by Nate Begeman · 20 years ago
  96. f5f7068 Disable PPC64 backend by default because LLC cannot choose automatically between by Misha Brukman · 20 years ago
  97. 1d3527e * Move AIX into the llvm namespace to be accessed from RegisterInfo by Misha Brukman · 20 years ago
  98. 9582822 Hyphenate ##-bit and remove first-person from comments. by Misha Brukman · 20 years ago
  99. 7a4fe9b Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm printer. by Nate Begeman · 20 years ago
  100. 0145881 Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. by Misha Brukman · 20 years ago