1. b908258 implement support for the MO_DARWIN_STUB TargetOperand flag, by Chris Lattner · 15 years ago
  2. a7217c8 switch PPC to a simplified MCInstLowering model. by Chris Lattner · 15 years ago
  3. 8d63ba8 fix PPC.h to not pull in TargetMachine.h by Chris Lattner · 15 years ago
  4. 55fed86 tidy some targets. by Chris Lattner · 16 years ago
  5. 5335bce remove dead code. by Chris Lattner · 16 years ago
  6. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  7. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  8. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  9. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  10. 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  11. 7184781 by David Greene · 16 years ago
  12. ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 16 years ago
  13. 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  14. a3f99f9 First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 16 years ago
  15. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  16. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  17. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  18. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  19. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  20. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
  21. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 17 years ago
  22. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  23. bfae831 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 17 years ago
  24. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  25. eb1ac33 Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the by Bill Wendling · 19 years ago
  26. df4ed63 start using PPC predicates more consistently. by Chris Lattner · 19 years ago
  27. 6fc4007 encode BLR predicate info for the JIT by Chris Lattner · 19 years ago
  28. af53a87 Go through all kinds of trouble to mark 'blr' as having a predicate operand by Chris Lattner · 19 years ago
  29. 4da1c82 The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPass by Chris Lattner · 19 years ago
  30. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
  31. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  32. eb883af Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 19 years ago
  33. ba4733d Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 19 years ago
  34. af89fa6 Remove the -darwin and -aix llc options, inferring darwinism and aixism from by Chris Lattner · 19 years ago
  35. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
  36. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 19 years ago
  37. d2ee218 Moved PICEnabled to include/llvm/Target/TargetOptions.h by Evan Cheng · 19 years ago
  38. 05f1fe8 Goodbye PPC pattern isel. You have served us well, but it is now time for by Chris Lattner · 20 years ago
  39. 1d05cb4 add an option to generate completely non-pic code, corresponding to what by Chris Lattner · 20 years ago
  40. 1d9d742 First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is by Nate Begeman · 20 years ago
  41. 4c7b43b Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td by Chris Lattner · 20 years ago
  42. 73bfa71 Remove the X86 and PowerPC Simple instruction selectors; their time has passed. by Nate Begeman · 20 years ago
  43. d1c4626 add prototype, remove dead proto by Chris Lattner · 20 years ago
  44. 3c304a3 Consolidate the GPOpt stuff to all use the Subtarget, instead of still by Chris Lattner · 20 years ago
  45. 3d72d14 Use the new subtarget support to automatically choose the correct ABI by Nate Begeman · 20 years ago
  46. 2497e63 Support building non-PIC by Nate Begeman · 20 years ago
  47. a3fd400 Integrate SelectFPExpr into SelectExpr. This gets PPC32 closer to being by Nate Begeman · 20 years ago
  48. b5f662f Remove trailing whitespace by Misha Brukman · 20 years ago
  49. f8b0294 Make pattern isel default for ppc by Nate Begeman · 20 years ago
  50. d3e6b94 Remove 64 bit simple ISel, it never worked correctly by Nate Begeman · 20 years ago
  51. a9795f8 Addition of the PPC32 Pattern ISel. While it is far from complete, it will by Nate Begeman · 20 years ago
  52. fc25659 Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC) by Misha Brukman · 21 years ago
  53. ed42853 All PPC instructions are now auto-printed by Nate Begeman · 21 years ago
  54. 08dde0b Consistently name passed with 32 or 64 in their name by Misha Brukman · 21 years ago
  55. ca068e8 Replace PowerPCPEI.cpp with target independant PrologEpilogInserter by Nate Begeman · 21 years ago
  56. ca9309f 64-bit instruction selector and AIX-specific 64-bit asm printer by Misha Brukman · 21 years ago
  57. 7a4fe9b Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm printer. by Nate Begeman · 21 years ago
  58. 0145881 Breaking up the PowerPC target into 32- and 64-bit subparts, Part III: the rest. by Misha Brukman · 21 years ago
  59. 7103fba CodePrinter -> AsmPrinter by Misha Brukman · 21 years ago
  60. 3ea9346 by Chris Lattner · 21 years ago
  61. 999d9cf Add PowerPCBranchSelector to discover which are `long' branches. by Misha Brukman · 21 years ago
  62. 5dfe3a9 Initial revision by Misha Brukman · 21 years ago