#
71c30c16 |
| 10-Mar-2010 |
Chris Lattner <sabre@nondot.org> |
move three lowering hooks from MAI to TLOF and make one of them semantic instead of syntactic. This completes MCization of darwin/x86[-64]!
llvm-svn: 98145
|
#
ac2361a9 |
| 10-Mar-2010 |
Chris Lattner <sabre@nondot.org> |
set the temporary bit on MCSymbols correctly.
llvm-svn: 98124
|
#
ef2f8047 |
| 07-Mar-2010 |
Chris Lattner <sabre@nondot.org> |
tidy up
llvm-svn: 97895
|
#
8545afe0 |
| 05-Mar-2010 |
Charles Davis <cdavis@mines.edu> |
Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This is a workaround for <rdar://problem/7672401/> (which I filed).
This let's us build Wine on Darwin, and it gets the Qt bu
Don't emit global symbols into the (__TEXT,__ustring) section on Darwin. This is a workaround for <rdar://problem/7672401/> (which I filed).
This let's us build Wine on Darwin, and it gets the Qt build there a little bit further (so Doug says).
llvm-svn: 97845
show more ...
|
#
182eea8f |
| 03-Mar-2010 |
Bill Wendling <isanbard@gmail.com> |
Revert... --- Reverse-merging r97592 into '.': U lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm-svn: 97657
|
#
ce153aff |
| 02-Mar-2010 |
Bill Wendling <isanbard@gmail.com> |
Okay. One last attempt:
Place the LSDA into the TEXT section on Mach-O. This saves space.
llvm-svn: 97592
|
#
e7179e8b |
| 27-Feb-2010 |
Bill Wendling <isanbard@gmail.com> |
The TType is always absptr on Mach-O...at least for now.
llvm-svn: 97295
|
#
31a9212b |
| 21-Feb-2010 |
Anton Korobeynikov <asl@math.spbu.ru> |
It turned out that we failed to emit proper symbol stubs on non-x86/darwin for ages (we emitted a reference to a stub, but no stub was emitted). The code inside x86-32/macho target objfile lowering s
It turned out that we failed to emit proper symbol stubs on non-x86/darwin 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
show more ...
|
#
336c0a1c |
| 19-Feb-2010 |
Bob Wilson <bob.wilson@apple.com> |
Revert Anton's most recent EH patch (r96637), since it breaks a lot of ARM and Thumb tests.
llvm-svn: 96680
|
#
9baeb020 |
| 19-Feb-2010 |
Anton Korobeynikov <asl@math.spbu.ru> |
Use the same encoding for EH stuff uniformly on all MachO targets. This hopefulyl should unbreak EH on PPC/Darwin.
llvm-svn: 96637
|
#
ab663a0b |
| 15-Feb-2010 |
Anton Korobeynikov <asl@math.spbu.ru> |
Move TLOF implementations to libCodegen to resolve layering violation.
llvm-svn: 96288
|