1. 13feb58 Print absolute memory references like this: by Chris Lattner · 19 years ago
  2. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
  3. 7809811 Use "llvm.metadata" section for debug globals. Filter out these globals in the by Jim Laskey · 19 years ago
  4. 2c003e2 Add memory printing support for PPC. Input memory operands now work with by Chris Lattner · 19 years ago
  5. e3f0157 Implement the PPC inline asm "L" modifier. This allows us to compile: by Chris Lattner · 19 years ago
  6. 4c1aa86 - Added option -relocation-model to set relocation model. Valid values include static, pic, by Evan Cheng · 19 years ago
  7. 0420f2a Coordinate activities with llvm-gcc4 and dwarf. by Jim Laskey · 19 years ago
  8. d2ee218 Moved PICEnabled to include/llvm/Target/TargetOptions.h by Evan Cheng · 19 years ago
  9. 0d7db6f If we have zero initialized data with external linkage, use .zerofill to by Chris Lattner · 19 years ago
  10. 33d5082 Make sure that weak functions are aligned properly by Chris Lattner · 19 years ago
  11. 418caa1 Darwin doesn't support #APP/#NO_APP by Chris Lattner · 20 years ago
  12. 4d73a5a Emit the 'mr' pseudoop for easier reading. by Chris Lattner · 20 years ago
  13. 815ef5b Change prototype by Chris Lattner · 20 years ago
  14. 984cb37 We seem to have settled to __DWARF for section name. by Jim Laskey · 20 years ago
  15. 7d8d5a5 Use the asmprinter to find out what the preferred alignment of a global is. by Chris Lattner · 20 years ago
  16. 5887327 add a method by Chris Lattner · 20 years ago
  17. b3e789a Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals. by Jim Laskey · 20 years ago
  18. 52060a0 Crude Dwarf global variable debugging. by Jim Laskey · 20 years ago
  19. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 20 years ago
  20. bc1c215 trivial formatting improvement: don't insert extra blank lines between .comm by Chris Lattner · 20 years ago
  21. e719a7c Added minimum Dwarf aranges. Cleaned up some section headers. Line number by Jim Laskey · 20 years ago
  22. 19ef4ef Add frame work for additional dwarf sections. Comments will improve as code by Jim Laskey · 20 years ago
  23. 063e765 Adding basic support for Dwarf line number debug information. by Jim Laskey · 20 years ago
  24. abf6d17 Added initial support for DEBUG_LABEL allowing debug specific labels to be by Jim Laskey · 20 years ago
  25. b2efb85 Applied some recommend changes from sabre. The dominate one beginning "let the by Jim Laskey · 20 years ago
  26. a7cea6f Tie dwarf generation to darwin assembler. by Jim Laskey · 20 years ago
  27. 50fb3c4 Fix one of the things in the todo file, and get a bit closer to folding by Nate Begeman · 20 years ago
  28. cec26fc fix handling of weak linkage by Chris Lattner · 20 years ago
  29. 88276b8 Fix a couple of the FIXMEs, thanks to suggestion from Chris. This allows by Nate Begeman · 20 years ago
  30. 7fd1edd Convert load/store over to being pattern matched by Nate Begeman · 20 years ago
  31. f5395ce Added source file/line correspondence for dwarf (PowerPC only at this point.) by Jim Laskey · 20 years ago
  32. d9e0ba4 Weak and linkonce global vars should still have a .globl emitted for them by Chris Lattner · 20 years ago
  33. a637c32 Update the darwin handling of linkonce & weak functions and GV stubs. This by Chris Lattner · 20 years ago
  34. d1239b7 Use the shared asmprinter code for printing special llvm globals by Chris Lattner · 20 years ago
  35. deea416 reindent a loop, unswitch a loop. No functionality changes by Chris Lattner · 20 years ago
  36. d717b19 Remove type casts that are no longer needed by Chris Lattner · 20 years ago
  37. 646f7af Teach the PPC backend about the ctor and dtor list when not using __main and by Chris Lattner · 20 years ago
  38. 391c5d2 No longer track value types for asm printer operands, and remove them as by Nate Begeman · 20 years ago
  39. c569e61 Use generic constant pool emission code in the AsmPrinter class. by Chris Lattner · 20 years ago
  40. 0745536 Use the FunctionNumber provided by the AsmPrinter class by Chris Lattner · 20 years ago
  41. 6d5a4f6 Use CommentString where possible, fix a bug where aix mode wouldn't assemble by Chris Lattner · 20 years ago
  42. ef65874 unify the darwin and aix constant pool printers by Chris Lattner · 20 years ago
  43. 8b8b951 Adjust to capitalized AsmPrinter method names by Chris Lattner · 20 years ago
  44. 7f9ccde use PrivateGlobalPrefix for basic blocks by Chris Lattner · 20 years ago
  45. f6163a0 This is now implemented in common codegen code by Chris Lattner · 20 years ago
  46. f55366e set PrivateGlobalPrefix on darwin, use it when printing out CP references by Chris Lattner · 20 years ago
  47. 9542f971 only use dyld stubs if not in ppc-static mode. This completes support for by Chris Lattner · 20 years ago
  48. 9ba13e4 refactor call operand handling to eliminate special cases from printOp. by Chris Lattner · 20 years ago
  49. 3e7f86a disentangle call operands from branch operands a bit by Chris Lattner · 20 years ago
  50. 422b0ce Patch to clean up function call pseudos and support the BLA instruction, by Nate Begeman · 20 years ago
  51. 2c3d3d2 Make sure to use SwitchSection to switch sections so that we don't accidentally emit by Chris Lattner · 20 years ago
  52. ced704b Handle globals with explicit alignment requests by Chris Lattner · 20 years ago
  53. ac7fd7f Teach the PPC asmwriter to honor globals with explicit section requests. by Chris Lattner · 20 years ago
  54. 5684598 Make BB and CPI labels use the function number, not the function name as a by Chris Lattner · 20 years ago
  55. 85eac0d Darwin supports quoted labels. This implements: by Chris Lattner · 20 years ago
  56. 3459bfb Make the aix asm printer interface properly with the parent class by Chris Lattner · 20 years ago
  57. 5b0ac99 Add a flag to enable a darwin linker optimization by Chris Lattner · 20 years ago
  58. bb69e39 Make constant pool entries use private labels. This is important when you're by Chris Lattner · 20 years ago
  59. f02a916 Do not globalize internal symbols by Chris Lattner · 20 years ago
  60. 841d12d Fix the JIT encoding of LWA, LD, STD, and STDU. by Chris Lattner · 20 years ago
  61. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 20 years ago
  62. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 20 years ago
  63. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 20 years ago
  64. ec4b73c Nuke the PowerPCTargetMachine.h header. Note that the PowerPCTargetMachine by Chris Lattner · 20 years ago
  65. 4c7b43b Eliminate PowerPC.td and PPC32.td, consolidating them into PPC.td by Chris Lattner · 20 years ago
  66. e87bc1f Like the comment says... by Chris Lattner · 20 years ago
  67. 617742b Nuke PowerPCInstrFormats.h, its contents are dead. Remove the definitions by Chris Lattner · 20 years ago
  68. 8ca0291 Speed up the asm printer a lot by not printing formatted LLVM asm output by Chris Lattner · 20 years ago
  69. 2b8ad8e Align functions to 16-byte boundaries, to eliminate noise in performance measurements. This improves the performance of 'treeadd' by about 20% with the dag by Chris Lattner · 20 years ago
  70. a82f7b2 Local labels on darwin apparently start with just 'L', not .L like other by Chris Lattner · 20 years ago
  71. a0df5d8 Remove operand type 'crbit', since it is no longer used by Nate Begeman · 20 years ago
  72. 9dc4d3c Nate noticed that 30% of the malloc/frees in llc come from calls to LowercaseString by Chris Lattner · 20 years ago
  73. 1db1adb Don't print out the MBB label for the entry mbb by Chris Lattner · 20 years ago
  74. 3c304a3 Consolidate the GPOpt stuff to all use the Subtarget, instead of still by Chris Lattner · 20 years ago
  75. 9955880 Hack to naturally align doubles in the constant pool. Remove this once we by Nate Begeman · 20 years ago
  76. 0561b3f Update to use the new MathExtras.h support for log2 computation. by Chris Lattner · 20 years ago
  77. 2e00d7d Wrap some long lines, fix emission of weak global variables by Chris Lattner · 20 years ago
  78. 2497e63 Support building non-PIC by Nate Begeman · 20 years ago
  79. 18ed029 Support assembling fsqrt on darwin. This will be implemented better when by Nate Begeman · 20 years ago
  80. adeb43d Generate mfocrf when targeting g5. Generate fsqrt/fsqrts when targetin g5. by Nate Begeman · 20 years ago
  81. 63b3f9a Remove some code that moved to the generic asm printer a long time ago. by Nate Begeman · 20 years ago
  82. 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 20 years ago
  83. b5f662f Remove trailing whitespace by Misha Brukman · 20 years ago
  84. ef7288c Add the necessary support to codegen condition register logical ops with by Nate Begeman · 20 years ago
  85. 27499e3 Make sure that BRCOND branches can be converted into long branches too. by Nate Begeman · 20 years ago
  86. ad5f65c Behold, rlwinm with certain immediate arguments is printed as the much more by Nate Begeman · 20 years ago
  87. 01d0526 Fix external symbol printing in the AsmPrinter. Tell the ISel that we by Nate Begeman · 20 years ago
  88. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  89. 869f459 Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programs by Chris Lattner · 21 years ago
  90. 8363ad6 CSE calls to getTypeSize. by Chris Lattner · 21 years ago
  91. 3330e08 Remove the ISel->AsmPrinter link via the TargetMachine that was put in by Nate Begeman · 21 years ago
  92. d4c8bea Enable optimization suggested by Chris Lattner to not emit reloc stubs for by Nate Begeman · 21 years ago
  93. 3a8a42a Handle GhostLinkage (should not ever reach the assembly printing stage!) by Misha Brukman · 21 years ago
  94. a591457 Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen by Nate Begeman · 21 years ago
  95. 17304c3 Remove file that is no longer used, and move include of MRegisterInfo.h by Nate Begeman · 21 years ago
  96. 3a060e5 Align function arguments in function headers by Misha Brukman · 21 years ago
  97. fcf4a42 Generate correct stubs for weak-linked symbols by Nate Begeman · 21 years ago
  98. a2de102 add optimized code sequences for setcc x, 0 by Nate Begeman · 21 years ago
  99. 3e0b51a * Change PPC32AsmPrinter => PowerPCAsmPrinter since it is now shared between by Misha Brukman · 21 years ago
  100. a11c2e8 Include MathExtras.h to fix build breakage, thanks to Vladimir by Nate Begeman · 21 years ago