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