aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
Commit message (Expand)AuthorAgeFilesLines
* More data/parsing support for tls directives. Add a few more testcasesEric Christopher2010-05-171-3/+7
* Add some section and constant support for darwin TLS.Eric Christopher2010-05-171-0/+13
* switch MCSectionCOFF from a syntactic to semantic representation,Chris Lattner2010-05-071-8/+5
* delete a forwarding function.Chris Lattner2010-04-081-5/+0
* move elf section uniquing to MCContext. Along the wayChris Lattner2010-04-081-3/+2
* remove the TargetLoweringObjectFileMachO::getMachoSectionChris Lattner2010-04-081-14/+0
* move macho section uniquing from MCParser and TLOF to MCContext whereChris Lattner2010-04-081-4/+2
* rename getSymbolForDwarf* to getExprForDwarf* since it returnsChris Lattner2010-03-111-6/+8
* It turned out that we failed to emit proper symbol stubs on non-x86/darwin fo...Anton Korobeynikov2010-02-211-0/+5
* Revert Anton's most recent EH patch (r96637), since it breaks a lot ofBob Wilson2010-02-191-5/+0
* Use the same encoding for EH stuff uniformly on all MachO targets.Anton Korobeynikov2010-02-191-0/+5
* Move TLOF implementations to libCodegen to resolve layering violation.Anton Korobeynikov2010-02-151-0/+202