summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ELFTargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove SectionFlags::Small: it is only used on Xcore, and we'll findChris Lattner2009-07-221-2/+0
* Revert commit 76707, it was breaking the llvm-gcc buildDuncan Sands2009-07-221-2/+1
* inline the two MergeableConstSection implementations into theirChris Lattner2009-07-221-8/+5
* set the ELF "small" flag on objects that end up in .rodata.cst4 consistently,Chris Lattner2009-07-221-1/+2
* don't set the small flag yet.Chris Lattner2009-07-221-2/+1
* remove the SelectSectionForMachineConst hook, replacing it withChris Lattner2009-07-221-18/+26
* reimplement Constant::ContainsRelocations as Chris Lattner2009-07-221-9/+9
* simplify code now that it is inlined.Chris Lattner2009-07-211-4/+2
* Now that RelocBehaviour() is never overloaded, it doesn't need to beChris Lattner2009-07-211-1/+7
* inline a trivial method into its only call site and fix indentation of casesChris Lattner2009-07-211-21/+16
* Remove some overridden functions in XCoreTargetAsmInfo that areChris Lattner2009-07-211-3/+2
* Add plumbing for the `linker_private' linkage type. This type is meant forBill Wendling2009-07-201-0/+1
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-3/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-3/+4
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-2/+2
* Fix thinko: put stuff with both global and local relocations into data.rel{.r...Anton Korobeynikov2009-03-301-3/+3
* Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...Anton Korobeynikov2009-03-301-0/+24
* Add data.rel stuffAnton Korobeynikov2009-03-301-0/+15
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-3/+5
* Treat [1 x i8] zeroinitializer as a C string, placing such stuff intoAnton Korobeynikov2009-01-271-2/+1
* Add the private linkage.Rafael Espindola2009-01-151-1/+1
* Rename getABITypeSize to getTypePaddedSize, asDuncan Sands2009-01-121-2/+2
* squash warnings.Devang Patel2009-01-051-0/+2
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-5/+4
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-1/+1
* Get rid of ReadOnlySection duplicateAnton Korobeynikov2008-09-241-4/+4
* CleanupAnton Korobeynikov2008-09-241-1/+1
* Get rid of duplicate char*/Section* stuff for TLS sectionsAnton Korobeynikov2008-09-241-5/+5
* Cleanup, no functionality changeAnton Korobeynikov2008-09-241-2/+2
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-241-2/+1
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-241-2/+1
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-161-1/+1
* Undo most of r54519.Evan Cheng2008-08-081-2/+1
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-081-1/+2
* Print section flags ok on platforms, which use '@' as comment string. Fix test.Anton Korobeynikov2008-08-071-3/+9
* Add assertion for easy debugging of missing stuffAnton Korobeynikov2008-08-071-0/+2
* Add hook for constant pool section selection for darwin.Anton Korobeynikov2008-08-071-3/+1
* Select section for constant pool entriesAnton Korobeynikov2008-08-071-3/+16
* Tie small stuff to non-small by default on ELF platformsAnton Korobeynikov2008-07-221-0/+5
* Use better variable namesAnton Korobeynikov2008-07-211-3/+3
* Don't use larger alignment.Anton Korobeynikov2008-07-211-1/+1
* Add TargetAsmInfo for all ELF-based targetsAnton Korobeynikov2008-07-191-0/+164
OpenPOWER on IntegriCloud