| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix debug info and globals filled with zeros. | Nick Lewycky | 2007-07-25 | 1 | -11/+24 |
| | | | | | llvm-svn: 40483 | ||||
| * | For Darwin, put constant data into .const, .const_data, .literal{4|8|16} | Evan Cheng | 2007-03-08 | 1 | -0/+3 |
| | | | | | | | sections. llvm-svn: 35017 | ||||
| * | Add TAI field for exception table section. | Jim Laskey | 2007-02-21 | 1 | -0/+1 |
| | | | | | llvm-svn: 34477 | ||||
| * | Support for non-landing pad exception handling. | Jim Laskey | 2007-02-01 | 1 | -0/+3 |
| | | | | | llvm-svn: 33755 | ||||
| * | Darwin -static should codegen static ctors / dtors to .constructor / ↵ | Evan Cheng | 2007-01-30 | 1 | -2/+7 |
| | | | | | | | .destructor sections. llvm-svn: 33657 | ||||
| * | Landing pad-less eh for PPC. | Jim Laskey | 2007-01-29 | 1 | -0/+2 |
| | | | | | llvm-svn: 33622 | ||||
| * | Modify emission of jump tables on darwin to emit an extra "l" label that | Chris Lattner | 2007-01-18 | 1 | -0/+7 |
| | | | | | | | | delimits the boundaries of jump tables. This lets the linker's dead code stripping optimization do a better job. llvm-svn: 33315 | ||||
| * | Instead of yet another enum indicating the "assembly language flavor", | Bill Wendling | 2007-01-16 | 1 | -8/+1 |
| | | | | | | | just use the one that's in the subtarget. llvm-svn: 33255 | ||||
| * | Fix for PR1095: | Bill Wendling | 2007-01-16 | 1 | -0/+8 |
| | | | | | | | | | LLVM would miscompile ASM dialects when compiling for PPC. Added dialects for the X86 and PPC backends. It defaults to "0", the first variant of a compound inline asm expression. llvm-svn: 33246 | ||||
| * | add support for hidden visibility to darwin/ppc and linux/ppc targets | Chris Lattner | 2007-01-14 | 1 | -0/+1 |
| | | | | | llvm-svn: 33200 | ||||
| * | Changes from Nick Lewycky with a simplified PPCTargetAsmInfo. | Jim Laskey | 2006-12-21 | 1 | -12/+31 |
| | | | | | llvm-svn: 32735 | ||||
| * | Add weak reference directive. | Evan Cheng | 2006-12-01 | 1 | -0/+1 |
| | | | | | llvm-svn: 32091 | ||||
| * | Place cstrings in .cstring section. | Evan Cheng | 2006-10-26 | 1 | -0/+1 |
| | | | | | llvm-svn: 31207 | ||||
| * | Use S_debug for dwarf info. | Jim Laskey | 2006-10-17 | 1 | -11/+11 |
| | | | | | llvm-svn: 30994 | ||||
| * | Don't bother setting JumpTableTextSection, it is about to disappear | Chris Lattner | 2006-10-05 | 1 | -1/+0 |
| | | | | | llvm-svn: 30745 | ||||
| * | Move getSectionForFunction to AsmPrinter, change it to return a string. | Chris Lattner | 2006-10-05 | 1 | -11/+0 |
| | | | | | llvm-svn: 30735 | ||||
| * | implement DarwinTargetAsmInfo::getSectionForFunction, use it when outputting | Chris Lattner | 2006-10-05 | 1 | -1/+13 |
| | | | | | | | function bodies llvm-svn: 30733 | ||||
| * | Compile: | Chris Lattner | 2006-09-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | int x __attribute__((used)); to: .data .comm _x,4 ; 'x' .no_dead_strip _x on both x86 and ppc darwin targets. llvm-svn: 30605 | ||||
| * | Missing tab | Jim Laskey | 2006-09-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 30188 | ||||
| * | Break out target asm info into separate files. | Jim Laskey | 2006-09-07 | 1 | -0/+51 |
| llvm-svn: 30161 | |||||

