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. e6e4354 name change requested by review of previous patch by Dale Johannesen · 17 years ago
  5. 81da02b Make tail merging the default, except on powerPC. There was no prior art by Dale Johannesen · 17 years ago
  6. eb1ac33 Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the by Bill Wendling · 18 years ago
  7. 0ea18ff Add a field for and construction of the PPCMachOWriterInfo object. by Bill Wendling · 18 years ago
  8. e911615 Revert patch. by Bill Wendling · 18 years ago
  9. 22fb302 Create the specified TargetObjInfo and use it. by Bill Wendling · 18 years ago
  10. fde1b3b 1. Remove condition on delete. by Jim Laskey · 18 years ago
  11. a0f3d17 Make target asm info a property of the target machine. by Jim Laskey · 18 years ago
  12. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 18 years ago
  13. 94de9a8 First baby step towards ppc64 support. This adds a new -march=ppc64 backend by Chris Lattner · 18 years ago
  14. b65e725 Remove dead var, fix bad override. by Chris Lattner · 18 years ago
  15. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 18 years ago
  16. 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
  17. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 18 years ago
  18. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  19. df2e425 Add a new option to indicate we want the code generator to emit code quickly, by Chris Lattner · 19 years ago
  20. 6cee630 Allow itineraries to be passed through the Target Machine. by Jim Laskey · 19 years ago
  21. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 19 years ago
  22. de12382 prune #includes by Chris Lattner · 19 years ago
  23. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 19 years ago
  24. b9459b7 Merge PPCJITInfo.h and PPC32JITInfo.h. Note that the PowerPCJITInfo by Chris Lattner · 19 years ago
  25. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 19 years ago
  26. ec4b73c Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine by Chris Lattner · 19 years ago
  27. b1e1180 by Jim Laskey · 19 years ago
  28. b5f662f Remove trailing whitespace by Misha Brukman · 19 years ago
  29. e4fce6f Move JITInfo from PPCTM to PPC32TM by Chris Lattner · 20 years ago
  30. ed42853 All PPC instructions are now auto-printed by Nate Begeman · 20 years ago
  31. f2ccb77 PowerPC 32-/64-bit split: Part I, PPC32* bit files, adapted from former PowerPC* by Misha Brukman · 20 years ago
  32. 1c284ac Remove an unneeded header and forward declaration by Nate Begeman · 20 years ago
  33. 7a4fe9b Clean up 32/64bit and Darwin/AIX split. Next steps: 64 bit ISel, AIX asm printer. by Nate Begeman · 20 years ago
  34. 3d9a6c2 Breaking up the PowerPC target into 32- and 64-bit subparts, Part I: 32-bit. by Misha Brukman · 20 years ago