| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -27/+0 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 1 | -1/+1 |
* | now that JumpTableDirective can differentate picness itself, MIPS TAI | Chris Lattner | 2009-08-11 | 1 | -2/+1 |
* | split "JumpTableDirective" (an existing hack) into a PIC and nonPIC | Chris Lattner | 2009-08-11 | 1 | -3/+1 |
* | Remove -disable-mips-abicall and -enable-mips-absolute-call command-line | Eli Friedman | 2009-08-03 | 1 | -3/+1 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 1 | -3/+1 |
* | .rdata == .rodata on mips. | Chris Lattner | 2009-08-01 | 1 | -1/+0 |
* | REmove dead fields of TAI. | Chris Lattner | 2009-08-01 | 1 | -2/+0 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -2/+0 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 1 | -1/+1 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 1 | -2/+1 |
* | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner | 2009-07-26 | 1 | -2/+3 |
* | remove more bits of small section support. | Chris Lattner | 2009-07-24 | 1 | -9/+4 |
* | Remove SectionKind::Small*. This was only used on mips, and is apparently | Chris Lattner | 2009-07-24 | 1 | -48/+2 |
* | remove SectionFlags::Small: it is only used on Xcore, and we'll find | Chris Lattner | 2009-07-22 | 1 | -8/+0 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -1/+1 |
* | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -1/+1 |
* | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -1/+1 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -1/+1 |
* | Rename isWeakForLinker to mayBeOverridden. Use it | Duncan Sands | 2008-09-29 | 1 | -1/+1 |
* | Get rid of ReadOnlySection duplicate | Anton Korobeynikov | 2008-09-24 | 1 | -3/+3 |
* | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov | 2008-09-24 | 1 | -1/+0 |
* | Undo most of r54519. | Evan Cheng | 2008-08-08 | 1 | -1/+1 |
* | It's not legal to output a GV in a coalesced section if it's used in an ARM P... | Evan Cheng | 2008-08-08 | 1 | -1/+1 |
* | Provide convenient helpers | Anton Korobeynikov | 2008-08-07 | 1 | -2/+2 |
* | Trim #includes. | Dan Gohman | 2008-08-05 | 1 | -0/+1 |
* | Removed small section flag for mips, the assembler doesnt support this flag | Bruno Cardoso Lopes | 2008-07-30 | 1 | -4/+12 |
* | Added floating point lowering for setcc and brcond. | Bruno Cardoso Lopes | 2008-07-28 | 1 | -2/+1 |
* | Minor fixes. | Bruno Cardoso Lopes | 2008-07-23 | 1 | -9/+12 |
* | simplified small section logic | Bruno Cardoso Lopes | 2008-07-22 | 1 | -35/+19 |
* | Added small section asm emition logic for mips. | Bruno Cardoso Lopes | 2008-07-22 | 1 | -0/+63 |
* | Added initial support for small sections on Mips. | Bruno Cardoso Lopes | 2008-07-21 | 1 | -0/+1 |
* | Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. | Anton Korobeynikov | 2008-07-19 | 1 | -2/+3 |
* | Fixed call stack alignment. Improved AsmPrinter alignment issues. | Bruno Cardoso Lopes | 2008-07-15 | 1 | -1/+1 |
* | Added Subtarget support into RegisterInfo | Bruno Cardoso Lopes | 2008-07-14 | 1 | -11/+13 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Setting GlobalDirective in TargetAsmInfo by default rather than | Gordon Henriksen | 2007-12-23 | 1 | -1/+0 |
* | Added JumpTable support | Bruno Cardoso Lopes | 2007-11-12 | 1 | -3/+19 |
* | Initial Mips support, here we go! =) | Bruno Cardoso Lopes | 2007-06-06 | 1 | -0/+22 |