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