| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin | 2009-07-08 | 1 | -1/+1 |
| * | Split thumb-related stuff into separate classes. | Anton Korobeynikov | 2009-06-26 | 1 | -2/+2 |
| * | Move up dwarf writer initialization in common AsmPrinter class. | Devang Patel | 2009-06-19 | 1 | -0/+2 |
| * | merge the common darwin settings from the X86/PPC/ARM targets | Chris Lattner | 2009-06-19 | 1 | -41/+0 |
| * | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner | 2009-06-18 | 1 | -24/+26 |
| * | simplify macro debug info directive handling. | Chris Lattner | 2009-06-18 | 1 | -2/+2 |
| * | On Darwin, ams printer should output a second label before a jump table so th... | Evan Cheng | 2009-06-18 | 1 | -4/+4 |
| * | fix PR3785, a valgrind error on test/CodeGen/ARM/pr3502.ll | Chris Lattner | 2009-03-11 | 1 | -1/+5 |
| * | Clean up some ARM GV asm printing out; minor fixes to match what gcc does. | Evan Cheng | 2008-12-06 | 1 | -0/+1 |
| * | Fix bug 3140. | Rafael Espindola | 2008-12-03 | 1 | -0/+1 |
| * | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -2/+2 |
| * | Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi... | Anton Korobeynikov | 2008-10-05 | 1 | -9/+4 |
| * | Reapply 56585:56589 with proper fix for some gcc versions | Anton Korobeynikov | 2008-09-25 | 1 | -22/+22 |
| * | Temporarily backing out 56585:56589 to unbreak the build. | Evan Cheng | 2008-09-25 | 1 | -15/+22 |
| * | Get rid of virtual inheritance for ARM TAI | Anton Korobeynikov | 2008-09-24 | 1 | -22/+15 |
| * | Get rid of ReadOnlySection duplicate | Anton Korobeynikov | 2008-09-24 | 1 | -2/+0 |
| * | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov | 2008-09-24 | 1 | -5/+0 |
| * | Get rid of duplicate char*/Section* stuff for TLS sections | Anton Korobeynikov | 2008-09-24 | 1 | -2/+0 |
| * | Get rid of duplicate char*/Section* DataSection | Anton Korobeynikov | 2008-09-24 | 1 | -1/+0 |
| * | Fix logic for not emitting no-dead-strip for some | Dale Johannesen | 2008-09-09 | 1 | -0/+1 |
| * | Switch ARM to new section handling stuff | Anton Korobeynikov | 2008-08-07 | 1 | -77/+89 |
| * | Add StringConstantPrefix to control what the | Dale Johannesen | 2008-06-03 | 1 | -0/+1 |
| * | A quick nm audit turned up several fixed tables and objects that were | Dan Gohman | 2008-03-25 | 1 | -1/+2 |
| * | Add \t after .set. Fix by Jay Freeman. | Evan Cheng | 2008-03-24 | 1 | -1/+1 |
| * | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -3/+2 |
| * | Support non-POSIX hosts by removing use of strncasecmp. | Dale Johannesen | 2007-10-25 | 1 | -44/+53 |
| * | Enable indirect encoding for the personality function | Bill Wendling | 2007-09-11 | 1 | -0/+1 |
| * | Define AsmTransCBE for ARM. | Lauro Ramos Venancio | 2007-06-08 | 1 | -0/+25 |
| * | Enable aliases on arm-linux. | Lauro Ramos Venancio | 2007-05-14 | 1 | -0/+1 |
| * | Debug support for arm-linux. | Lauro Ramos Venancio | 2007-05-03 | 1 | -0/+17 |
| * | Add some support for (Darwin) code-generating directives in getInlineAsmLength. | Dale Johannesen | 2007-05-02 | 1 | -17/+111 |
| * | remove unused variable | Dale Johannesen | 2007-04-30 | 1 | -1/+0 |
| * | Enable protected visibility on ARM. | Lauro Ramos Venancio | 2007-04-30 | 1 | -0/+1 |
| * | Make ARM-specific version of getInlineAsmLength | Dale Johannesen | 2007-04-29 | 1 | -0/+51 |
| * | ARM TLS: implement "general dynamic", "initial exec" and "local exec" models. | Lauro Ramos Venancio | 2007-04-27 | 1 | -0/+2 |
| * | add isThumb (unused as yet) | Dale Johannesen | 2007-04-23 | 1 | -0/+3 |
| * | For Darwin, put constant data into .const, .const_data, .literal{4|8|16} | Evan Cheng | 2007-03-08 | 1 | -0/+3 |
| * | Use init_array/fini_array sections for static contructors/destructors when th... | Lauro Ramos Venancio | 2007-03-05 | 1 | -2/+7 |
| * | Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll) | Lauro Ramos Venancio | 2007-02-01 | 1 | -0/+1 |
| * | Darwin -static should codegen static ctors / dtors to .constructor / .destruc... | Evan Cheng | 2007-01-30 | 1 | -2/+7 |
| * | Some asm directives fixes for ELF. | Lauro Ramos Venancio | 2007-01-26 | 1 | -8/+7 |
| * | Fix Data16bitsDirective for ELF. | Lauro Ramos Venancio | 2007-01-26 | 1 | -1/+0 |
| * | Darwin HiddenDirective is .private_extern. | Evan Cheng | 2007-01-23 | 1 | -0/+1 |
| * | Darwin doesn't support .bss, but it does have .zerofill | Evan Cheng | 2007-01-19 | 1 | -5/+7 |
| * | Modify emission of jump tables on darwin to emit an extra "l" label that | Evan Cheng | 2007-01-19 | 1 | -0/+7 |
| * | ARM backend contribution from Apple. | Evan Cheng | 2007-01-19 | 1 | -8/+40 |
| * | Define StaticCtorsSection and StaticDtorsSection for ARM. | Lauro Ramos Venancio | 2006-12-28 | 1 | -0/+2 |
| * | print weak references | Rafael Espindola | 2006-12-06 | 1 | -0/+1 |
| * | Break out target asm info into separate files. | Jim Laskey | 2006-09-07 | 1 | -0/+26 |