| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove SectionFlags::Small: it is only used on Xcore, and we'll find | Chris Lattner | 2009-07-22 | 1 | -2/+0 |
| * | Revert commit 76707, it was breaking the llvm-gcc build | Duncan Sands | 2009-07-22 | 1 | -2/+1 |
| * | inline the two MergeableConstSection implementations into their | Chris Lattner | 2009-07-22 | 1 | -8/+5 |
| * | set the ELF "small" flag on objects that end up in .rodata.cst4 consistently, | Chris Lattner | 2009-07-22 | 1 | -1/+2 |
| * | don't set the small flag yet. | Chris Lattner | 2009-07-22 | 1 | -2/+1 |
| * | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner | 2009-07-22 | 1 | -18/+26 |
| * | reimplement Constant::ContainsRelocations as | Chris Lattner | 2009-07-22 | 1 | -9/+9 |
| * | simplify code now that it is inlined. | Chris Lattner | 2009-07-21 | 1 | -4/+2 |
| * | Now that RelocBehaviour() is never overloaded, it doesn't need to be | Chris Lattner | 2009-07-21 | 1 | -1/+7 |
| * | inline a trivial method into its only call site and fix indentation of cases | Chris Lattner | 2009-07-21 | 1 | -21/+16 |
| * | Remove some overridden functions in XCoreTargetAsmInfo that are | Chris Lattner | 2009-07-21 | 1 | -3/+2 |
| * | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -0/+1 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -3/+3 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -3/+4 |
| * | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
| * | Fix thinko: put stuff with both global and local relocations into data.rel{.r... | Anton Korobeynikov | 2009-03-30 | 1 | -3/+3 |
| * | Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl... | Anton Korobeynikov | 2009-03-30 | 1 | -0/+24 |
| * | Add data.rel stuff | Anton Korobeynikov | 2009-03-30 | 1 | -0/+15 |
| * | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands | 2009-03-07 | 1 | -3/+5 |
| * | Treat [1 x i8] zeroinitializer as a C string, placing such stuff into | Anton Korobeynikov | 2009-01-27 | 1 | -2/+1 |
| * | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+1 |
| * | Rename getABITypeSize to getTypePaddedSize, as | Duncan Sands | 2009-01-12 | 1 | -2/+2 |
| * | squash warnings. | Devang Patel | 2009-01-05 | 1 | -0/+2 |
| * | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -5/+4 |
| * | 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 | -4/+4 |
| * | Cleanup | Anton Korobeynikov | 2008-09-24 | 1 | -1/+1 |
| * | Get rid of duplicate char*/Section* stuff for TLS sections | Anton Korobeynikov | 2008-09-24 | 1 | -5/+5 |
| * | Cleanup, no functionality change | Anton Korobeynikov | 2008-09-24 | 1 | -2/+2 |
| * | Get rid of duplicate char*/Section* DataSection | Anton Korobeynikov | 2008-09-24 | 1 | -2/+1 |
| * | Get rid of duplicate char*/Section* TextSection | Anton Korobeynikov | 2008-09-24 | 1 | -2/+1 |
| * | Reduce heap trashing due to std::string construction / concatenation via cach... | Anton Korobeynikov | 2008-08-16 | 1 | -1/+1 |
| * | Undo most of r54519. | Evan Cheng | 2008-08-08 | 1 | -2/+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/+2 |
| * | Print section flags ok on platforms, which use '@' as comment string. Fix test. | Anton Korobeynikov | 2008-08-07 | 1 | -3/+9 |
| * | Add assertion for easy debugging of missing stuff | Anton Korobeynikov | 2008-08-07 | 1 | -0/+2 |
| * | Add hook for constant pool section selection for darwin. | Anton Korobeynikov | 2008-08-07 | 1 | -3/+1 |
| * | Select section for constant pool entries | Anton Korobeynikov | 2008-08-07 | 1 | -3/+16 |
| * | Tie small stuff to non-small by default on ELF platforms | Anton Korobeynikov | 2008-07-22 | 1 | -0/+5 |
| * | Use better variable names | Anton Korobeynikov | 2008-07-21 | 1 | -3/+3 |
| * | Don't use larger alignment. | Anton Korobeynikov | 2008-07-21 | 1 | -1/+1 |
| * | Add TargetAsmInfo for all ELF-based targets | Anton Korobeynikov | 2008-07-19 | 1 | -0/+164 |