|  | Commit message (Collapse) | Author | Age | Files | Lines | 
|---|
| | 
| 
| 
| 
| 
| | section, remove the target-specific code that performs this.
llvm-svn: 98580 | 
| | 
| 
| 
| | llvm-svn: 98577 | 
| | 
| 
| 
| 
| 
| 
| | MCSectionMachO is already fine (yay for fixed size arrays?),
MCSectionCOFF still leaks.
llvm-svn: 98537 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | where we used ot create an MCSymbol for ".".  Now emit an assembler
temporary label and reference it instead of "." textually.
rdar://7739457
llvm-svn: 98292 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | an MCExpr and not an MCSymbol.  Change it to take an MCStreamer,
which is currently unused.
No functionality change.
llvm-svn: 98278 | 
| | 
| 
| 
| 
| 
| 
| 
| | indicates that an MCSymbol is external or not. (It's true if it's external.)
This will be used to specify the correct information to add to non-lazy
pointers. That will be explained further when this bit is used.
llvm-svn: 98199 | 
| | 
| 
| 
| 
| 
| 
| | semantic instead of syntactic.  This completes MCization of
darwin/x86[-64]!
llvm-svn: 98145 | 
| | 
| 
| 
| | llvm-svn: 98124 | 
| | 
| 
| 
| | llvm-svn: 97895 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| 
| 
| 
| | --- Reverse-merging r97592 into '.':
U    lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm-svn: 97657 | 
| | 
| 
| 
| 
| 
| | Place the LSDA into the TEXT section on Mach-O. This saves space.
llvm-svn: 97592 | 
| | 
| 
| 
| | llvm-svn: 97295 | 
| | 
| 
| 
| 
| 
| 
| 
| 
| | 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 | 
| | 
| 
| 
| 
| 
| | ARM and Thumb tests.
llvm-svn: 96680 | 
| | 
| 
| 
| 
| 
| | This hopefulyl should unbreak EH on PPC/Darwin.
llvm-svn: 96637 | 
|  | llvm-svn: 96288 |