| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
different pointer sizes on a per address space basis.
llvm-svn: 165941
|
| |
|
|
| |
llvm-svn: 165747
|
| |
|
|
|
|
| |
per address space pointer sizes to be optimized correctly.
llvm-svn: 165726
|
| |
|
|
| |
llvm-svn: 165402
|
| |
|
|
| |
llvm-svn: 160475
|
| |
|
|
|
|
|
|
|
|
| |
TargetLoweringObjectFileELF. Use this to support it on X86. Unlike ARM,
on X86 it is not easy to find out if .init_array should be used or not, so
the decision is made via TargetOptions and defaults to off.
Add a command line option to llc that enables it.
llvm-svn: 158692
|
| |
|
|
|
|
| |
compiled to run on a simulator.
llvm-svn: 155435
|
| |
|
|
|
|
|
|
|
|
| |
member
of instantiated C++ templates.
Patch by Kristof Beyls!
llvm-svn: 151250
|
| |
|
|
|
|
| |
guessing that it's the same as the size.
llvm-svn: 150813
|
| |
|
|
|
|
|
|
|
| |
ld sulk. GNU ld is perfectly happy with it, which is worrying for a whole other set of reasons...
Thanks to Anton, Duncan and Rafael for helping me track this down.
Pointy hat to Rafael for introducing the bug in the first place.
llvm-svn: 150811
|
| |
|
|
| |
llvm-svn: 150628
|
| |
|
|
|
|
|
|
|
| |
method. This allows the target lowering code to not have to deal with MDNodes.
Also, avoid leaking memory like a sieve by not creating a global variable for
the image info section, but just emitting the code directly.
llvm-svn: 150624
|
| |
|
|
|
|
|
|
| |
The MachO back-end needs to emit the garbage collection flags specified in the
module flags. This is a WIP, so the front-end hasn't been modified to emit these
flags just yet. Documentation and front-end switching to occur soon.
llvm-svn: 150507
|
| |
|
|
|
|
| |
Patch by Kai Nacke!
llvm-svn: 150307
|
| |
|
|
|
|
|
|
| |
and let linker handle the rest.
This finally fixes PR5329
llvm-svn: 148990
|
| |
|
|
| |
llvm-svn: 148578
|
| |
|
|
|
|
|
|
| |
non_lazy_symbol_pointers section (__IMPORT,__pointers). Ignore the 'hidden' part
since that will place it in the wrong section.
<rdar://problem/10443720>
llvm-svn: 145356
|
| |
|
|
| |
llvm-svn: 144648
|
| |
|
|
|
|
|
| |
table. A hidden variable could potentially end up in both lists.
<rdar://problem/10336715>
llvm-svn: 142869
|
| |
|
|
|
|
|
| |
There is still a bit more refactoring left to do in Targets. But we are now very
close to fixing all the layering issues in MC.
llvm-svn: 135611
|
| |
|
|
|
|
|
|
| |
TargetLoweringObjectFileImpl down to MCObjectFileInfo.
TargetAsmInfo is done to one last method. It's *almost* gone!
llvm-svn: 135569
|
| |
|
|
| |
llvm-svn: 135535
|
| |
|
|
| |
llvm-svn: 135068
|
| |
|
|
|
|
| |
supports compact unwind info instead of having a separate flag indicating this.
llvm-svn: 133685
|
| |
|
|
| |
llvm-svn: 133662
|
| |
|
|
|
|
|
|
| |
If the linker supports it, this will hold the CIE and FDE information in a
compact format. The implementation of the compact unwinding emission is coming
soon.
llvm-svn: 133658
|
| |
|
|
|
|
| |
having.
llvm-svn: 132898
|
| |
|
|
|
|
| |
Fixes PR10095.
llvm-svn: 132735
|
| |
|
|
|
|
| |
this. XFAIL'd, because the COFF AsmParser can't handle .section yet.
llvm-svn: 132220
|
| |
|
|
|
|
| |
assert that prevented setting alignment on section creation.
llvm-svn: 132113
|
| |
|
|
| |
llvm-svn: 132111
|
| |
|
|
| |
llvm-svn: 131952
|
| |
|
|
| |
llvm-svn: 131951
|
| |
|
|
| |
llvm-svn: 131765
|
| |
|
|
| |
llvm-svn: 131763
|
| |
|
|
|
|
|
|
| |
who used this flag, and it now emits CFI and doesn't emit this anymore. All
other targets left this flag "false".
<rdar://problem/8486371>
llvm-svn: 130918
|
| |
|
|
|
|
| |
-fno-dwarf2-cfi-asm. Implement the same behavior.
llvm-svn: 130637
|
| |
|
|
| |
llvm-svn: 130343
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
give it a bit more responsibility. Also implement it for MachO.
If hacked to use cfi, 32 bit MachO will produce
.cfi_personality 155, L___gxx_personality_v0$non_lazy_ptr
and 64 bit will produce
.cfi_presonality ___gxx_personality_v0
The general idea is that .cfi_personality gets passed the final symbol. It is
up to codegen to produce it if using indirect representation (like 32 bit
MachO), but it is up to MC to decide which relocations to create.
llvm-svn: 130341
|
| |
|
|
| |
llvm-svn: 130331
|
| |
|
|
| |
llvm-svn: 129844
|
| |
|
|
|
|
| |
triple component.
llvm-svn: 129838
|
| |
|
|
|
|
|
|
|
| |
- There is a minor semantic change here (evidenced by the test change) for
Darwin triples that have no version component. I debated changing the default
behavior of isOSVersionLT, but decided it made more sense for triples to be
explicit.
llvm-svn: 129802
|
| |
|
|
|
|
| |
error in foo.o; no .eh_frame_hdr table will be created.
llvm-svn: 129635
|
| |
|
|
| |
llvm-svn: 127944
|
| |
|
|
| |
llvm-svn: 127943
|
| |
|
|
| |
llvm-svn: 127939
|
| |
|
|
|
|
|
|
|
|
|
| |
The problem was codegen guessing the wrong values and printing
.section .eh_frame,"aMS",@progbits,4
It is not clear at all if Codegen should try to guess, MC is the
one that should know the default flags.
llvm-svn: 126421
|
| |
|
|
| |
llvm-svn: 126163
|
| |
|
|
|
|
| |
Radar 9012638.
llvm-svn: 126127
|