1. 8eeba35 revert 93934, removing the MCAsmInfo endianness bit. I can't by Chris Lattner · 16 years ago
  2. c7b8814 give MCAsmInfo a 'has little endian' bit. This is unfortunate, but by Chris Lattner · 16 years ago
  3. 2807afa rename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for darwin. by Chris Lattner · 16 years ago
  4. af76e59 Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. by Chris Lattner · 16 years ago[Renamed (84%) from lib/Target/ARM/ARMTargetAsmInfo.cpp]
  5. b42dad4 Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 16 years ago
  6. b2d3169 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 16 years ago
  7. e2b0601 Change the asmprinter to print the comment character before the by Chris Lattner · 16 years ago
  8. e28a2e8 factorize more darwin TAI stuff. Note that this gives by Chris Lattner · 16 years ago
  9. e2811a7 factorize darwin ProtectedDirective and SetDirective. by Chris Lattner · 16 years ago
  10. b6ba9c3 all darwin targets have .space and .zerofill, pull up. by Chris Lattner · 16 years ago
  11. 5f28ffe eliminate template from arm TAI by Chris Lattner · 16 years ago
  12. c89ecc5 move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate by Chris Lattner · 16 years ago
  13. 1b747ad SjLj based exception handling unwinding support. This patch is nasty, brutish by Jim Grosbach · 16 years ago
  14. 18a4c16 move dwarf debug info section selection stuff from TAI to by Chris Lattner · 16 years ago
  15. 24def37 ARM TAI no longer needs a TM, but createTargetAsmInfo() still does. by Chris Lattner · 16 years ago
  16. d90183d Move the getInlineAsmLength virtual method from TAI to TII, where by Chris Lattner · 16 years ago
  17. 7bbd178 turn some templated inline functions into static functions. by Chris Lattner · 16 years ago
  18. 8d4a0a3 remove TargetAsmInfo::TM, which is now dead. The basic TAI class now by Chris Lattner · 16 years ago
  19. 80ec279 convert ctors/dtors section to be in TLOF instead of TAI. by Chris Lattner · 16 years ago
  20. b80610c REmove dead fields of TAI. by Chris Lattner · 16 years ago
  21. f014412 Rip all of the global variable lowering logic out of TargetAsmInfo. Since by Chris Lattner · 16 years ago
  22. e346694 Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSection by Chris Lattner · 16 years ago
  23. 5fe575f Eliminate SectionFlags, just embed a SectionKind into Section by Chris Lattner · 16 years ago
  24. 0fcf4dc untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a by Chris Lattner · 16 years ago
  25. f1daf7d Use common code for both ARM and Thumb-2 instruction and register info. by David Goodwin · 16 years ago
  26. d49ea77 Split thumb-related stuff into separate classes. by Anton Korobeynikov · 16 years ago
  27. 14a55d9 Move up dwarf writer initialization in common AsmPrinter class. by Devang Patel · 16 years ago
  28. 4e0f25b merge the common darwin settings from the X86/PPC/ARM targets by Chris Lattner · 16 years ago
  29. a93ca92 move mangler quote handling from asm printers to TargetAsmInfo. by Chris Lattner · 16 years ago
  30. b839c3f simplify macro debug info directive handling. by Chris Lattner · 16 years ago
  31. b13bafe On Darwin, ams printer should output a second label before a jump table so the linker knows it's a new atom. But this is only needed if the jump table is put in a separate section from the function body. by Evan Cheng · 16 years ago
  32. eda2ec3 fix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll by Chris Lattner · 16 years ago
  33. c3ccc1a Clean up some ARM GV asm printing out; minor fixes to match what gcc does. by Evan Cheng · 17 years ago
  34. 952b839 Fix bug 3140. Print a single parameter .file directive if we have an ELF target. by Rafael Espindola · 17 years ago
  35. 8f09225 Refactor various TargetAsmInfo subclasses' TargetMachine members away by Dan Gohman · 17 years ago
  36. 6381a13 Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mingw) by Anton Korobeynikov · 17 years ago
  37. 32b952a Reapply 56585:56589 with proper fix for some gcc versions by Anton Korobeynikov · 17 years ago
  38. 688535e Temporarily backing out 56585:56589 to unbreak the build. by Evan Cheng · 17 years ago
  39. 621cdf0 Get rid of virtual inheritance for ARM TAI by Anton Korobeynikov · 17 years ago
  40. 00181a3 Get rid of ReadOnlySection duplicate by Anton Korobeynikov · 17 years ago
  41. 6481873 Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection by Anton Korobeynikov · 17 years ago
  42. 36133dd Get rid of duplicate char*/Section* stuff for TLS sections by Anton Korobeynikov · 17 years ago
  43. 315690e Get rid of duplicate char*/Section* DataSection by Anton Korobeynikov · 17 years ago
  44. b2dfb89 Fix logic for not emitting no-dead-strip for some by Dale Johannesen · 17 years ago
  45. 0f3cc65 Switch ARM to new section handling stuff by Anton Korobeynikov · 17 years ago
  46. 428ac54 Add StringConstantPrefix to control what the by Dale Johannesen · 17 years ago
  47. cfbb2f0 A quick nm audit turned up several fixed tables and objects that were by Dan Gohman · 17 years ago
  48. 0661145 Add \t after .set. Fix by Jay Freeman. by Evan Cheng · 17 years ago
  49. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  50. ca4571e Support non-POSIX hosts by removing use of strncasecmp. by Dale Johannesen · 18 years ago
  51. fe4afb1 Enable indirect encoding for the personality function by Bill Wendling · 18 years ago
  52. 61718a6 Define AsmTransCBE for ARM. by Lauro Ramos Venancio · 18 years ago
  53. 69642f1 Enable aliases on arm-linux. by Lauro Ramos Venancio · 18 years ago
  54. e8e5495 Debug support for arm-linux. Patch by Raul Herbster. by Lauro Ramos Venancio · 18 years ago
  55. 67cf561 Add some support for (Darwin) code-generating directives in getInlineAsmLength. by Dale Johannesen · 18 years ago
  56. 23c9684 remove unused variable by Dale Johannesen · 18 years ago
  57. 0a18173 Enable protected visibility on ARM. by Lauro Ramos Venancio · 18 years ago
  58. 8650199 Make ARM-specific version of getInlineAsmLength by Dale Johannesen · 18 years ago
  59. 64f4fa5 ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. by Lauro Ramos Venancio · 18 years ago
  60. 24fb52d add isThumb (unused as yet) by Dale Johannesen · 18 years ago
  61. 98ded76 For Darwin, put constant data into .const, .const_data, .literal{4|8|16} by Evan Cheng · 18 years ago
  62. 6d7dd8e Use init_array/fini_array sections for static contructors/destructors when the ABI is AAPCS. by Lauro Ramos Venancio · 18 years ago
  63. c33f674 Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll) by Lauro Ramos Venancio · 19 years ago
  64. b267ca1 Darwin -static should codegen static ctors / dtors to .constructor / .destructor sections. by Evan Cheng · 19 years ago
  65. ea9fc58 Some asm directives fixes for ELF. by Lauro Ramos Venancio · 19 years ago
  66. fce1765 Fix Data16bitsDirective for ELF. by Lauro Ramos Venancio · 19 years ago
  67. a6f567c Darwin HiddenDirective is .private_extern. by Evan Cheng · 19 years ago
  68. e433ea9 Darwin doesn't support .bss, but it does have .zerofill by Evan Cheng · 19 years ago
  69. 8e1185b Modify emission of jump tables on darwin to emit an extra "l" label that by Evan Cheng · 19 years ago
  70. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 19 years ago
  71. da4842e Define StaticCtorsSection and StaticDtorsSection for ARM. by Lauro Ramos Venancio · 19 years ago
  72. 392b1b2 print weak references by Rafael Espindola · 19 years ago
  73. 8e8de8f Break out target asm info into separate files. by Jim Laskey · 19 years ago