1. d3f6981 Move .literal4 and .literal8 support into AsmPrinter.cpp by Evan Cheng · 19 years ago
  2. 33c36f30 Doh. by Evan Cheng · 19 years ago
  3. ee12e8f Oops. Need to keep CP index. by Evan Cheng · 19 years ago
  4. 07103d3 Darwin puts float and double literal constants into literal4 and literal8 sections. by Evan Cheng · 19 years ago
  5. f8614db Be consistent with gcc. by Evan Cheng · 19 years ago
  6. 57c0788 Minor bug caught by Ashwin Chandra by Evan Cheng · 19 years ago
  7. 932ad51 X86 / Cygwin asm / alignment fixes. Patch contributed by Anton Korobeynikov! by Evan Cheng · 19 years ago
  8. dad9c5a Fix the MASM asmprinter's lies. It does not want to emit code to .text/.data by Chris Lattner · 19 years ago
  9. 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 19 years ago
  10. d43b18d Fix some loose ends in MASM support. by Jeff Cohen · 19 years ago
  11. 7660ebc Print *some* grouping around inline asm blocks so we know where they are. by Chris Lattner · 19 years ago
  12. a6e24d8 Make Intel syntax the default when LLVM is built with VC++. by Jeff Cohen · 19 years ago
  13. 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
  14. 6e0f386 Hooray, everyone now uses the same printBasicBlockLabel implementation by Nate Begeman · 19 years ago
  15. cdf38c4 Extend printBasicBlockLabel a bit so that it can be used to print all by Nate Begeman · 19 years ago
  16. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  17. 99db044 Change interface to DwarfWriter. by Jim Laskey · 19 years ago
  18. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 19 years ago
  19. 7809811 Use "llvm.metadata" section for debug globals. Filter out these globals in the by Jim Laskey · 19 years ago
  20. d594881 - Emit subsections_via_symbols for Darwin. by Evan Cheng · 19 years ago
  21. 3c992d2 Enable Dwarf debugging info. by Evan Cheng · 19 years ago
  22. e650a6b "." isn't enough to get a private label on linux, use ".L". by Chris Lattner · 19 years ago
  23. a0ea053 PIC related bug fixes. by Evan Cheng · 19 years ago
  24. 17ef92e Use .zerofill on x86/darwin. by Evan Cheng · 20 years ago
  25. 418caa1 Darwin doesn't support #APP/#NO_APP by Chris Lattner · 20 years ago
  26. 5ada370 Fixed a local common symbol bug. by Evan Cheng · 20 years ago
  27. 315421e For ELF, .comm takes alignment value as the optional 3rd argument. It must be by Evan Cheng · 20 years ago
  28. 2338c5c Darwin ABI issues: weak, linkonce, etc. dynamic-no-pic support is complete. by Evan Cheng · 20 years ago
  29. ff805b5 Use getPreferredAlignmentLog. by Chris Lattner · 20 years ago
  30. d1239b7 Use the shared asmprinter code for printing special llvm globals by Chris Lattner · 20 years ago
  31. a046e0d Add ELF and darwin support for static ctors and dtors by Chris Lattner · 20 years ago
  32. ac2902b Use HasDotTypeDotSizeDirective instead of forELF by Chris Lattner · 20 years ago
  33. 9787c64 Remove a level of indentation by using a continue. by Chris Lattner · 20 years ago
  34. a35a8e8 Use subtarget information computed by X86Subtarget instead of rolling our own. by Chris Lattner · 20 years ago
  35. 5df14ca Add a forELF flag, allowing the removal of forCygwin and simplification of by Chris Lattner · 20 years ago
  36. 8fccc97 simplify and genericize this code by Chris Lattner · 20 years ago
  37. 69191f8 prune #include by Chris Lattner · 20 years ago
  38. d939f6c Switch to using the shared constant pool printer, along with using shorter by Chris Lattner · 20 years ago
  39. 8b8b951 Adjust to capitalized AsmPrinter method names by Chris Lattner · 20 years ago
  40. 7b6e53c convert the rest of this over to use SwitchSection by Chris Lattner · 20 years ago
  41. 224cfc2 Start using the AsmPrinter shared SwitchSection code. This allows the X86 by Chris Lattner · 20 years ago
  42. 62cbf2a Rename SwitchSection -> switchSection to avoid conflicting with a future change. by Chris Lattner · 20 years ago
  43. c41cc83 Naturally align doubles in the constant pool, set PrivateGlobalPrefix on by Chris Lattner · 20 years ago
  44. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  45. 9035b99 A couple more darwinisms by Nate Begeman · 20 years ago
  46. 73213f6 Commit some pending darwin changes before subtarget support. by Nate Begeman · 20 years ago
  47. b12c9fa Fix crazy indentation by Chris Lattner · 20 years ago
  48. 72b286b Add support for assembling .s files on mac os x for intel by Nate Begeman · 20 years ago
  49. 4eb74ba The statistic needs to be in the correct namespace. by Nate Begeman · 20 years ago
  50. b36cbd0 Refactor X86AsmPrinter.cpp into multiple files. Patch contributed by Chris Lattner · 20 years ago
  51. 9d19eb4 Make the x86 asm printer darwin-aware. This mostly entails doing the same by Nate Begeman · 20 years ago
  52. 57c2450 Fixed indentation. by John Criswell · 20 years ago
  53. 0e0a7a45 * Remove trailing whitespace * Convert tabs to spaces by Misha Brukman · 20 years ago
  54. 5b3a455 Fix the missing symbols problem Bill was hitting. Patch contributed by by Chris Lattner · 20 years ago
  55. e4d5c44 This mega patch converts us from using Function::a{iterator|begin|end} to by Chris Lattner · 20 years ago
  56. d632f49 Patch to make assembly output compatible with mingw compilation (identical by Reid Spencer · 20 years ago
  57. 5dc81f6 Support Cygwin assembly generation. The cygwin version of Gnu ASsembler by Reid Spencer · 21 years ago
  58. e11a9a9 Print a load of a null pointer (in intel mode) like this: by Chris Lattner · 21 years ago
  59. 9f2cb3d Print a load of a null pointer like this: by Chris Lattner · 21 years ago
  60. 84b85c8 Adjust to changes in asmwriter filenames by Chris Lattner · 21 years ago
  61. d2691fd GhostLinkage should not reach asm printing stage by Misha Brukman · 21 years ago
  62. 4b2c09f Don't print unneeded labels by Chris Lattner · 21 years ago
  63. 0e0ed85 Give the asmprinter the ability to print memrefs with a constant pool index, by Chris Lattner · 21 years ago
  64. d416f08 Give the X86 asm printer the ability to print out addressing modes that have by Chris Lattner · 21 years ago
  65. 955f096 * Prune #includes by Chris Lattner · 21 years ago
  66. ac5701c Add support for emitting AT&T style .s files, and make it the default. Users by Chris Lattner · 21 years ago
  67. 9a3e49a Add support for the -x86-asm-syntax flag, which can be used to choose between by Chris Lattner · 21 years ago
  68. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  69. f746a7d Rename var by Chris Lattner · 21 years ago
  70. c6393f8 Start using alignment output routines from AsmPrinter. by Chris Lattner · 21 years ago
  71. 8581ee8 Use the AsmPrinter emitGlobalConstant. by Chris Lattner · 21 years ago
  72. 055acae Start using the AsmPrinter to emit our first class constants. This also by Chris Lattner · 21 years ago
  73. 8e61d82 Remove a dead method by Chris Lattner · 21 years ago
  74. 2a998bd Finally, the entire instruction asmprinter is now generated from tblgen, woo! by Chris Lattner · 21 years ago
  75. e4ead0c Add asmprintergen support for the last X86 instruction that needs it: pcrelative calls. by Chris Lattner · 21 years ago
  76. 8549429 Move hacks up by Chris Lattner · 21 years ago
  77. 66fa1dc Convert asmprinter to new style of instruction printer by Chris Lattner · 21 years ago
  78. 15876bb Stop using getValues(). by Alkis Evlogimenos · 21 years ago
  79. 1626c50 Get rid of 3 of the 4 'printimplicit' flags. Implicit operands are now by Chris Lattner · 21 years ago
  80. 25369cf Handle registers a bit more efficiently by Chris Lattner · 21 years ago
  81. b12ee50 The tblgen'erated asmparser wants a way to print operands. by Chris Lattner · 21 years ago
  82. 3fa861a Rename the Printer class -> X86AsmPrinter. by Chris Lattner · 21 years ago
  83. 8606aea Fix indentation: should be 2 spaces. by Misha Brukman · 21 years ago
  84. 91b5ca8 Fix file header as it has been renamed. by Misha Brukman · 21 years ago
  85. 8863f18 bug 122: by Reid Spencer · 21 years ago
  86. c1f901c Fix associativity of parameters to assert(): now it actually makes sense. by Misha Brukman · 21 years ago
  87. e8d8fb2 Convert tabs to spaces. by Misha Brukman · 21 years ago
  88. b140762 Made a fix so that you can print out MachineInstrs that belong to a MachineBasicBlock that is not yet attached to a MachineFunction. This change includes changing the third operand (TargetMachine) to a pointer for the MachineInstr::print function. by Tanya Lattner · 21 years ago
  89. f70c22b Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID() by Chris Lattner · 21 years ago
  90. d029cd2 Convert to the new TargetMachine interface. by Chris Lattner · 21 years ago
  91. 3fb5d1a Support MachineBasicBlock operands on RawFrm instructions. by Brian Gaeke · 21 years ago
  92. 2665383 Add support for the printImplicitDefsBefore flag by Chris Lattner · 21 years ago
  93. 4ffff9e Added the llvm.readport and llvm.writeport intrinsics for x86. These do by John Criswell · 21 years ago
  94. 30b2f72 Add support for FP cmoves by Chris Lattner · 21 years ago
  95. db760d0 Fix compilation on Sparc: assert(0) => abort() by Misha Brukman · 21 years ago
  96. 519f4e7 Check if printing of implicit uses is required for all types of shift by Alkis Evlogimenos · 21 years ago
  97. 0309066 Use newly added API to emit bytes for instructions that gas misassembles by Alkis Evlogimenos · 21 years ago
  98. 538607f Doxygenify some comments. by Misha Brukman · 21 years ago
  99. 8295f20 A big X86 instruction rename. The instructions are renamed to make by Alkis Evlogimenos · 21 years ago
  100. 8e475b8 Floating point loads/stores act on memory operands. Rename them to by Alkis Evlogimenos · 21 years ago