| Age | Commit message (Expand) | Author |
| 2009-07-26 | Rearrange all the SectionKinds and structure them into a hierarchical | 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 | add the most expedient hack to fix PR4619, along with a testcase. | Chris Lattner |
| 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 | move ELF-specific code into ELFTargetAsmInfo. | Chris Lattner |
| 2009-07-24 | tidy up | Chris Lattner |
| 2009-07-24 | split the ELF-specific section flag inference-from-name code out | Chris Lattner |
| 2009-07-24 | make SectionFlagsForGlobal a private static function instead of a public | Chris Lattner |
| 2009-07-24 | move a method up in the file, GV is always non-null, so remove a check. | Chris Lattner |
| 2009-07-24 | There is no need to pass the name into lib/Target/TargetAsmInfo.cpp | Chris Lattner |
| 2009-07-24 | Another getName -> getNameStr | Daniel Dunbar |
| 2009-07-24 | hoist section name uniquing logic up to the top-level SectionForGlobal | Chris Lattner |
| 2009-07-24 | Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. | Chris Lattner |
| 2009-07-24 | reduce api exposure: clients shouldn't call SectionKindForGlobal directly. | 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-07-22 | Switch some clients to Value::getName(), and other getName() user | Daniel Dunbar |
| 2009-07-22 | Fix indentation. | Daniel Dunbar |
| 2009-07-22 | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner |
| 2009-07-22 | reimplement Constant::ContainsRelocations as | Chris Lattner |
| 2009-07-21 | simplify code now that it is inlined. | Chris Lattner |
| 2009-07-21 | Now that RelocBehaviour() is never overloaded, it doesn't need to be | Chris Lattner |
| 2009-07-21 | minor cleanups. | Chris Lattner |
| 2009-07-21 | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner |
| 2009-07-21 | fix indentation | Chris Lattner |
| 2009-07-20 | Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes | David Greene |
| 2009-07-18 | Revert 76177 for now. It's messing up ARM asm printing. Also this significant... | Evan Cheng |
| 2009-07-17 | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner |
| 2009-07-17 | Add logic to align instruction operands to columns for pretty-printing. | David Greene |
| 2009-07-15 | Remove StringConstantPrefix now that the only user | Duncan Sands |
| 2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
| 2009-07-13 | As Chris pointed out, this doesn't actually need an LLVMContext to operate. | Owen Anderson |
| 2009-07-13 | Add infrastructure to allow post instruction printing action triggers. | David Greene |
| 2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
| 2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
| 2009-06-19 | merge the common darwin settings from the X86/PPC/ARM targets | Chris Lattner |
| 2009-06-18 | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner |
| 2009-06-18 | simplify macro debug info directive handling. | Chris Lattner |
| 2009-04-13 | Reapply 68847. | Devang Patel |
| 2009-04-11 | Revert r68847. It breaks the build on non-Darwin targets, with this message | Dan Gohman |
| 2009-04-11 | Keep track of inlined functions and their locations. This information is coll... | Devang Patel |
| 2009-03-30 | Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl... | Anton Korobeynikov |
| 2009-03-30 | Add data.rel stuff | Anton Korobeynikov |