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