1. b46443a Wire up primitive support in the assembler backend for writing .o files by Chris Lattner · 15 years ago
  2. 5ffe38e Implement a basic MCCodeEmitter for PPC. This doesn't handle by Chris Lattner · 15 years ago
  3. 3346491 First step of huge frame-related refactoring: move emit{Prologue,Epilogue} out of TargetRegisterInfo to TargetFrameInfo, which is definitely much better suitable place by Anton Korobeynikov · 15 years ago
  4. ff7a562 Implement a bunch more TargetSelectionDAGInfo infrastructure. by Dan Gohman · 15 years ago
  5. 5d067fe TargetRegistry: Fix create{AsmInfo,MCDisassembler} to return non-const objects. by Daniel Dunbar · 15 years ago
  6. 9184b25 Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there by Anton Korobeynikov · 15 years ago
  7. 5335bce remove dead code. by Chris Lattner · 16 years ago
  8. f1d6b10 eliminate all the dead addSimpleCodeEmitter implementations. by Chris Lattner · 16 years ago
  9. 6914b86 remove PPCMachOWriterInfo. by Chris Lattner · 16 years ago
  10. e1e0f48 Even more explanation. by Bill Wendling · 16 years ago
  11. 4881468 - Add getLSDAEncoding to the PowerPC backend. by Bill Wendling · 16 years ago
  12. 2928c83 Pass StringRef by value. by Daniel Dunbar · 16 years ago
  13. 2807afa rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 16 years ago
  14. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago
  15. b42dad4 Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 16 years ago
  16. b2d3169 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 16 years ago
  17. a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 16 years ago
  18. 09652df second half of commit. by Chris Lattner · 16 years ago
  19. 0a31d2f pass the TargetTriple down from each target ctor to the by Chris Lattner · 16 years ago
  20. e28039c Move most targets TargetMachine constructor to only taking a target triple. by Daniel Dunbar · 16 years ago
  21. 3be0340 Normalize Subtarget constructors to take a target triple string instead of by Daniel Dunbar · 16 years ago
  22. 0c795d6 Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  23. 4cb1e13 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  24. 64cc972 Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink by Daniel Dunbar · 16 years ago
  25. 5d77cad Lift addAssemblyEmitter into LLVMTargetMachine. - No functionality change. by Daniel Dunbar · 16 years ago
  26. cfe9a60 Lift DumpAsm / -print-emitted-asm functionality into LLVMTargetMachine. by Daniel Dunbar · 16 years ago
  27. f055229 Remove old style hacks to register AsmPrinter into TargetMachine. by Daniel Dunbar · 16 years ago
  28. 51b198a Reapply TargetRegistry refactoring commits. by Daniel Dunbar · 16 years ago
  29. 2286f8d Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repair broken LLVM-GCC build. by Stuart Hastings · 16 years ago
  30. f3f4715 Replace large swaths of copy-n-paste code with obvious helper function... by Daniel Dunbar · 16 years ago
  31. 6c05796 Kill off old (TargetMachine level, not Target level) match quality functions. by Daniel Dunbar · 16 years ago
  32. 03f4bc5 Provide TargetMachine implementations with reference to Target they were created by Daniel Dunbar · 16 years ago
  33. 4246790 Register Target's TargetMachine and AsmPrinter in the new registry. by Daniel Dunbar · 16 years ago
  34. 7184781 by David Greene · 16 years ago
  35. ac57e6e Add the Object Code Emitter class. Original patch by Aaron Gray, I did some by Bruno Cardoso Lopes · 16 years ago
  36. 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  37. a96751f Provide InitializeAllTargets and InitializeNativeTarget functions in the by Bob Wilson · 16 years ago
  38. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 16 years ago
  39. 434dd4f Fix new CodeEmitter stuff to follow LLVM codying style. Patch by Aaron Gray by Bruno Cardoso Lopes · 16 years ago
  40. a3f99f9 First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 16 years ago
  41. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  42. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  43. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  44. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  45. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  46. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
  47. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  48. b8cab92 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  49. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  50. 06be997 Factor out asmprinter out of ppc by Anton Korobeynikov · 17 years ago
  51. 7232464 Add a flag to disable jump table generation (all by Dale Johannesen · 17 years ago
  52. badd8df Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour. by Anton Korobeynikov · 17 years ago
  53. 844731a Clean up the use of static and anonymous namespaces. This turned up by Dan Gohman · 17 years ago
  54. bfae831 Use PassManagerBase instead of FunctionPassManager for functions by Dan Gohman · 17 years ago
  55. 7c1c261 Remove bunch of gcc 4.3-related warnings from Target by Anton Korobeynikov · 17 years ago
  56. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  57. 50cdabc Remove meaningless qualifiers from return types, avoiding compiler warnings. by Dan Gohman · 18 years ago
  58. 8bd6035 Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 18 years ago
  59. 87bdba6 The various "getModuleMatchQuality" implementations should return by Chris Lattner · 18 years ago
  60. e6e4354 name change requested by review of previous patch by Dale Johannesen · 18 years ago
  61. 81da02b Make tail merging the default, except on powerPC. There was no prior art by Dale Johannesen · 18 years ago
  62. 456bc87 Improve JIT support for linux/ppc: Patch by Nicolas Geoffray! by Chris Lattner · 18 years ago
  63. eb1ac33 Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the by Bill Wendling · 19 years ago
  64. 0ea18ff Add a field for and construction of the PPCMachOWriterInfo object. by Bill Wendling · 19 years ago
  65. e911615 Revert patch. by Bill Wendling · 19 years ago
  66. 22fb302 Create the specified TargetObjInfo and use it. by Bill Wendling · 19 years ago
  67. 15c9188 Disable the macho writer until it is 100% functional. Enabling it when by Chris Lattner · 19 years ago
  68. bf11182 Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. by Jim Laskey · 19 years ago
  69. 57fc62c Another step forward in PPC64 JIT support: we now no-longer need stubs by Chris Lattner · 19 years ago
  70. e150b8e this is an initial patch to switch the ppc64 jit over to working in PIC mode, by Chris Lattner · 19 years ago
  71. ff79089 make sure to safe LR8 in the right stack slot for PPC64 by Chris Lattner · 19 years ago
  72. 4da1c82 The DarwinAsmPrinter need not check for isDarwin. createPPCAsmPrinterPass by Chris Lattner · 19 years ago
  73. 6fe6084 We actually do support object file writing, so don't return true (error) by Nate Begeman · 19 years ago
  74. fde1b3b 1. Remove condition on delete. by Jim Laskey · 19 years ago
  75. 563321a Separate target specific asm properties from the asm printers. by Jim Laskey · 19 years ago
  76. 1911fd4 Completely rearchitect the interface between targets and the pass manager. by Chris Lattner · 19 years ago
  77. c4fa386 Simplify target construction. by Chris Lattner · 19 years ago
  78. 06abd22 Make ppc64 jit kinda work right. About 2/3 of Olden passes with this, by Nate Begeman · 19 years ago
  79. eb883af Initial checkin of the Mach-O emitter. There's plenty of fixmes, but it by Nate Begeman · 19 years ago
  80. 35d86fe Rename RelocModel::PIC to PIC_, to avoid conflicts with -DPIC. by Chris Lattner · 19 years ago
  81. ba4733d Remove what little AIX support we have. It has never been tested and isn't by Chris Lattner · 19 years ago
  82. 3d6721a An overaggressive #ifdef allows a function to fall off the bottom of the by Chris Lattner · 19 years ago
  83. 90ac1c0 Undisable ppc64 jit by Chris Lattner · 19 years ago
  84. b1d26f6 Implement the getPointerRegClass method, which is required for the ptr_rc by Chris Lattner · 19 years ago
  85. af89fa6 Remove the -darwin and -aix llc options, inferring darwinism and aixism from by Chris Lattner · 19 years ago
  86. 1790d44 Don't pass target name into TargetData anymore, it is never used or needed. by Chris Lattner · 19 years ago
  87. 94de9a8 First baby step towards ppc64 support. This adds a new -march=ppc64 backend by Chris Lattner · 19 years ago
  88. bcd8a82 Make TargetData strings less redundant. by Owen Anderson · 19 years ago
  89. d988b32 Make all of the TargetMachine subclasses use the new string TargetData methods. by Owen Anderson · 19 years ago
  90. 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
  91. d9993b0 Fix the comment by Nate Begeman · 19 years ago
  92. 6fcbd69 Change the PPC JIT to use a Static relocation model by Nate Begeman · 19 years ago
  93. 957e167 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 19 years ago
  94. bc641b9 Eliminate IntrinsicLowering from TargetMachine. by Chris Lattner · 19 years ago
  95. 714554d Added a way for TargetLowering to specify what values can be used as the by Evan Cheng · 19 years ago
  96. 9c543b2 PPC LSR pass should use target lowering hooks. by Evan Cheng · 19 years ago
  97. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
  98. d0839f3 PPC JIT relocation model should be DynamicNoPIC. by Evan Cheng · 19 years ago
  99. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 19 years ago
  100. 05f1fe8 Goodbye PPC pattern isel. You have served us well, but it is now time for by Chris Lattner · 20 years ago