aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/TargetAsmInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert 76177 for now. It's messing up ARM asm printing. Also this significant...Evan Cheng2009-07-181-2/+0
* Untangle a snarl that I discovered when updating the mangler,Chris Lattner2009-07-171-1/+1
* Add logic to align instruction operands to columns for pretty-printing.David Greene2009-07-171-0/+2
* Remove StringConstantPrefix now that the only userDuncan Sands2009-07-151-1/+0
* llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin2009-07-141-2/+2
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-131-3/+3
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-131-0/+1
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-131-3/+3
* assert(0) -> LLVM_UNREACHABLE.Torok Edwin2009-07-111-2/+3
* merge the common darwin settings from the X86/PPC/ARM targetsChris Lattner2009-06-191-7/+2
* move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner2009-06-181-0/+1
* simplify macro debug info directive handling.Chris Lattner2009-06-181-2/+1
* Reapply 68847.Devang Patel2009-04-131-0/+2
* Revert r68847. It breaks the build on non-Darwin targets, with this messageDan Gohman2009-04-111-1/+0
* Keep track of inlined functions and their locations. This information is coll...Devang Patel2009-04-111-0/+1
* Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl...Anton Korobeynikov2009-03-301-21/+6
* Add data.rel stuffAnton Korobeynikov2009-03-301-8/+35
* Honour relocation behaviour stuff for ro objectsAnton Korobeynikov2009-03-291-3/+22
* Introduce new linkage types linkonce_odr, weak_odr, common_odrDuncan Sands2009-03-071-2/+2
* Treat [1 x i8] zeroinitializer as a C string, placing such stuff intoAnton Korobeynikov2009-01-271-2/+21
* Make the Dwarf macro information section optional; CellSPU's assemblerScott Michel2009-01-261-0/+1
* Revert r61415 and r61484. Duncan was correct that these weren't needed.Bill Wendling2009-01-051-2/+0
* squash warnings.Devang Patel2009-01-051-0/+1
* Linux wants the FDE initial location and address range to be forced to 32-bit.Bill Wendling2008-12-291-0/+1
* Darwin likes for the EH frame to be non-local.Bill Wendling2008-12-241-0/+1
* GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding on Darwin. I'm not sureBill Wendling2008-12-241-0/+1
* Fix bug 3140.Rafael Espindola2008-12-031-0/+1
* Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman2008-11-031-5/+2
* Rename isWeakForLinker to mayBeOverridden. Use itDuncan Sands2008-09-291-2/+2
* Reapply 56585:56589 with proper fix for some gcc versionsAnton Korobeynikov2008-09-251-90/+98
* Temporarily backing out 56585:56589 to unbreak the build.Evan Cheng2008-09-251-98/+90
* Use crazy template-based inheritance instead of virtual one.Anton Korobeynikov2008-09-241-90/+98
* Get rid of ReadOnlySection duplicateAnton Korobeynikov2008-09-241-3/+2
* Get rid of now unused {Four,Eight,Sixteen}ByteConstantSectionAnton Korobeynikov2008-09-241-6/+0
* Get rid of duplicate char*/Section* stuff for TLS sectionsAnton Korobeynikov2008-09-241-4/+2
* Get rid of duplicate char*/Section* DataSectionAnton Korobeynikov2008-09-241-5/+4
* Get rid of duplicate char*/Section* TextSectionAnton Korobeynikov2008-09-241-4/+3
* Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.Anton Korobeynikov2008-09-241-8/+2
* Fix logic for not emitting no-dead-strip for someDale Johannesen2008-09-091-0/+1
* Add interface for section override. Use this for Sparc, since it should use n...Anton Korobeynikov2008-08-161-4/+6
* Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th...Anton Korobeynikov2008-08-161-0/+23
* Reduce heap trashing due to std::string construction / concatenation via cach...Anton Korobeynikov2008-08-161-1/+14
* Undo most of r54519.Evan Cheng2008-08-081-4/+4
* It's not legal to output a GV in a coalesced section if it's used in an ARM P...Evan Cheng2008-08-081-4/+4
* Provide convenient helpersAnton Korobeynikov2008-08-071-8/+2
* Select section for constant pool entriesAnton Korobeynikov2008-08-071-0/+7
* Provide default implementation of different small-sections related stuffAnton Korobeynikov2008-07-221-3/+21
* Basic support for small sectionsBruno Cardoso Lopes2008-07-221-0/+3
* TargetAsmInfo::SectionForGlobal showed up in a profile. Simplify it a little.Dan Gohman2008-07-151-5/+3
* Use only 'subset' of flagsAnton Korobeynikov2008-07-091-11/+3