aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix a major regression on COFF targets introduced by r103267: 'discardable' s...Anton Korobeynikov2010-07-061-1/+1
* MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by MichaelDaniel Dunbar2010-07-011-55/+55
* Revert r107205 and r107207.Bill Wendling2010-06-291-4/+3
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-3/+4
* Add support for initialized global data for darwin tls. Update commentsEric Christopher2010-05-251-3/+2
* Add full bss data support for darwin tls variables.Eric Christopher2010-05-221-2/+8
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-171-0/+6
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-171-1/+15
* add COFF support for COMDAT sections, patch by Nathan Jeffords!Chris Lattner2010-05-071-4/+16
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-54/+115
* add llvm codegen support for -ffunction-sections and -fdata-sections,Chris Lattner2010-04-131-2/+36
* delete a forwarding function.Chris Lattner2010-04-081-89/+87
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-19/+1
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-081-89/+102
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-081-32/+4
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-4/+4
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-2/+2
* Now that the default for Darwin platforms is to place the LSDA into the TEXTBill Wendling2010-03-151-3/+3
* use Mang->getSymbol() more.Chris Lattner2010-03-151-35/+17
* fix MCSectionELF to not leak memory, just like I did for MCSymbol.Chris Lattner2010-03-151-4/+6
* fix a fixme in TargetLoweringObjectFile::getExprForDwarfReferenceChris Lattner2010-03-111-3/+3
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-111-10/+12
* Add a bit along with the MCSymbols stored in the MachineModuleInfo maps thatBill Wendling2010-03-101-8/+18
* move three lowering hooks from MAI to TLOF and make one of themChris Lattner2010-03-101-0/+8
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-4/+10
* tidy upChris Lattner2010-03-071-10/+10
* Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. ThisCharles Davis2010-03-051-1/+1
* Revert...Bill Wendling2010-03-031-3/+3
* Okay. One last attempt:Bill Wendling2010-03-021-3/+3
* The TType is always absptr on Mach-O...at least for now.Bill Wendling2010-02-271-1/+1
* It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov2010-02-211-1/+29
* Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson2010-02-191-17/+0
* Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov2010-02-191-0/+17
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-0/+874