Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The TType is always absptr on Mach-O...at least for now. | Bill Wendling | 2010-02-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 97295 | |||||
* | It turned out that we failed to emit proper symbol stubs on non-x86/darwin ↵ | Anton Korobeynikov | 2010-02-21 | 1 | -1/+29 | |
| | | | | | | | | | for ages (we emitted a reference to a stub, but no stub was emitted). The code inside x86-32/macho target objfile lowering should actually be the generic one - move it there. This (I really, really hope) should fix EH issues on ppc/darwin and arm/darwin. llvm-svn: 96755 | |||||
* | Revert Anton's most recent EH patch (r96637), since it breaks a lot of | Bob Wilson | 2010-02-19 | 1 | -17/+0 | |
| | | | | | | ARM and Thumb tests. llvm-svn: 96680 | |||||
* | Use the same encoding for EH stuff uniformly on all MachO targets. | Anton Korobeynikov | 2010-02-19 | 1 | -0/+17 | |
| | | | | | | This hopefulyl should unbreak EH on PPC/Darwin. llvm-svn: 96637 | |||||
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -0/+874 | |
llvm-svn: 96288 |