| Age | Commit message (Expand) | Author |
| 2009-07-26 | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner |
| 2009-07-26 | remove a bunch of helper functions, just use SectionKind::get instead. | Chris Lattner |
| 2009-07-26 | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner |
| 2009-07-26 | precreate 4/8/16 byte mergable sections to simplify code. | Chris Lattner |
| 2009-07-26 | introduce specialized mergable const sectionkinds for elements of size 4/8/16 to | Chris Lattner |
| 2009-07-26 | Rearrange all the SectionKinds and structure them into a hierarchical | Chris Lattner |
| 2009-07-26 | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar |
| 2009-07-26 | fix isReadOnly predicate to not include data that has to be | Chris Lattner |
| 2009-07-26 | remove a dead enum case. | Chris Lattner |
| 2009-07-26 | put normal data into .data instead of .data.rel on elf systems. | Chris Lattner |
| 2009-07-26 | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar |
| 2009-07-26 | Add TargetRegistry::lookupTarget. | Daniel Dunbar |
| 2009-07-26 | finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobal | Chris Lattner |
| 2009-07-26 | simplify some predicates, add isMergableString() | Chris Lattner |
| 2009-07-25 | make SectionKind be a first-class pod struct instead of just | Chris Lattner |
| 2009-07-25 | this is (unfortunately) several changes mixed together: | Chris Lattner |
| 2009-07-25 | document some invariants. | Chris Lattner |
| 2009-07-25 | Simplify JIT target selection. | Daniel Dunbar |
| 2009-07-25 | Add new helpers for registering targets. | Daniel Dunbar |
| 2009-07-24 | fix some predicates | Chris Lattner |
| 2009-07-24 | change SectionKindForGlobal from being a public (and | Chris Lattner |
| 2009-07-24 | make SectionKindForGlobal target independent, and therefore non-virtual. | Chris Lattner |
| 2009-07-24 | we already know the sectionkind when invoking SelectSectionForGlobal, | Chris Lattner |
| 2009-07-24 | make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ... | Chris Lattner |
| 2009-07-24 | Add support for promoting SETCC operations. | Jakob Stoklund Olesen |
| 2009-07-24 | move ELF-specific code into ELFTargetAsmInfo. | Chris Lattner |
| 2009-07-24 | make SectionFlagsForGlobal a private static function instead of a public | Chris Lattner |
| 2009-07-24 | Remove unused member functions. | Eli Friedman |
| 2009-07-24 | Implement getSectionPrefixForUniqueGlobal to return null, indicating that | Chris Lattner |
| 2009-07-24 | Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. | Chris Lattner |
| 2009-07-24 | document SectionFlags::Named better and make it more easily greppable by | Chris Lattner |
| 2009-07-24 | use section flags more correctly. | 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-24 | Remove the IA-64 backend. | Dan Gohman |
| 2009-07-22 | remove SectionFlags::Small: it is only used on Xcore, and we'll find | Chris Lattner |
| 2009-07-22 | inline the two MergeableConstSection implementations into their | Chris Lattner |
| 2009-07-22 | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner |
| 2009-07-22 | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng |
| 2009-07-21 | Now that RelocBehaviour() is never overloaded, it doesn't need to be | Chris Lattner |
| 2009-07-21 | Change ELFCodeEmitter logic to emit the constant pool and jump tables to | Bruno Cardoso Lopes |
| 2009-07-21 | make some stuff private. | Chris Lattner |
| 2009-07-21 | improve comments. | Chris Lattner |
| 2009-07-21 | inline a trivial method into its only call site and fix indentation of cases | Chris Lattner |
| 2009-07-21 | Remove some overridden functions in XCoreTargetAsmInfo that are | Chris Lattner |
| 2009-07-21 | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman |
| 2009-07-21 | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner |
| 2009-07-20 | Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes | David Greene |
| 2009-07-20 | Remove FIXME that was already fixed. | Eli Friedman |
| 2009-07-20 | Add MCAsmParser interface. | Daniel Dunbar |