1. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  2. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
  3. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  4. 06be997 Factor out asmprinter out of ppc by Anton Korobeynikov · 17 years ago
  5. c9f5f3f Change target-specific classes to use more precise static types. by Dan Gohman · 17 years ago
  6. bfae831 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 17 years ago
  7. 6f0d024 Rename MRegisterInfo to TargetRegisterInfo. by Dan Gohman · 18 years ago
  8. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  9. 50cdabc Remove meaningless qualifiers from return types, avoiding compiler warnings. by Dan Gohman · 18 years ago
  10. 8bd6035 Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
  11. e6e4354 name change requested by review of previous patch by Dale Johannesen · 18 years ago
  12. 81da02b Make tail merging the default, except on powerPC. There was no prior art by Dale Johannesen · 18 years ago
  13. eb1ac33 Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the by Bill Wendling · 19 years ago
  14. 0ea18ff Add a field for and construction of the PPCMachOWriterInfo object. by Bill Wendling · 19 years ago
  15. e911615 Revert patch. by Bill Wendling · 19 years ago
  16. 22fb302 Create the specified TargetObjInfo and use it. by Bill Wendling · 19 years ago
  17. fde1b3b 1. Remove condition on delete. by Jim Laskey · 19 years ago
  18. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 19 years ago
  19. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  20. 94de9a8 First baby step towards ppc64 support. This adds a new -march=ppc64 backend by Chris Lattner · 19 years ago
  21. b65e725 Remove dead var, fix bad override. by Chris Lattner · 19 years ago
  22. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  23. 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 · 19 years ago
  24. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 19 years ago
  25. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
  26. df2e425 Add a new option to indicate we want the code generator to emit code quickly, by Chris Lattner · 20 years ago
  27. 6cee630 Allow itineraries to be passed through the Target Machine. by Jim Laskey · 20 years ago
  28. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 20 years ago
  29. de12382 prune #includes by Chris Lattner · 20 years ago
  30. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 20 years ago
  31. b9459b7 Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo by Chris Lattner · 20 years ago
  32. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 20 years ago
  33. ec4b73c Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine by Chris Lattner · 20 years ago
  34. b1e1180 by Jim Laskey · 20 years ago
  35. b5f662f Remove trailing whitespace by Misha Brukman · 20 years ago
  36. e4fce6f Move JITInfo from PPCTM to PPC32TM by Chris Lattner · 21 years ago
  37. ed42853 All PPC instructions are now auto-printed by Nate Begeman · 21 years ago
  38. f2ccb77 PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* by Misha Brukman · 21 years ago
  39. 1c284ac Remove an unneeded header and forward declaration by Nate Begeman · 21 years ago
  40. 7a4fe9b Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm printer. by Nate Begeman · 21 years ago
  41. 3d9a6c2 Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit. by Misha Brukman · 21 years ago