| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
llvm-svn: 53313
|
|
|
|
| |
llvm-svn: 53312
|
|
|
|
|
|
| |
generalized in the future.
llvm-svn: 53311
|
|
|
|
| |
llvm-svn: 53307
|
|
|
|
| |
llvm-svn: 53306
|
|
|
|
| |
llvm-svn: 53305
|
|
|
|
| |
llvm-svn: 53304
|
|
|
|
| |
llvm-svn: 53303
|
|
|
|
| |
llvm-svn: 53302
|
|
|
|
| |
llvm-svn: 53301
|
|
|
|
| |
llvm-svn: 53300
|
|
|
|
| |
llvm-svn: 53299
|
|
|
|
| |
llvm-svn: 53298
|
|
|
|
| |
llvm-svn: 53297
|
|
|
|
| |
llvm-svn: 53296
|
|
|
|
|
|
| |
emitted into
llvm-svn: 53295
|
|
|
|
|
|
|
|
|
| |
moves in order to get correct debug info. Since
I can't imagine how any target could possibly
be any different, I've just stripped out the
option: now all the world's like Darwin!
llvm-svn: 53134
|
|
|
|
|
|
| |
debug information is being output, because it's leet!
llvm-svn: 52994
|
|
|
|
|
|
| |
assembler names of string constants look like.
llvm-svn: 51909
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on x86-64 linux. This causes no regressions on
32 bit linux and 32 bit ppc. More tests pass
on 64 bit ppc with no regressions. I didn't
turn on eh on 64 bit linux because the intrinsics
needed to compile the eh runtime aren't done
yet. But if you turn it on and link with the
mainline runtime then eh seems to work fine
on x86-64 linux with this patch. Thanks to
Dale for testing. The main point of the patch
is that if you output that some object is
encoded using 4 bytes you had better not output
8 bytes for it: the patch makes everything
consistent.
llvm-svn: 50825
|
|
|
|
| |
llvm-svn: 50649
|
|
|
|
|
|
|
|
|
| |
the code being generated does not require an executable stack.
Also, add target-specific code to make use of this on Linux
on x86.
llvm-svn: 50634
|
|
|
|
|
|
|
|
| |
Specifically, introduction of XXX::Create methods
for Users that have a potentially variable number of
Uses.
llvm-svn: 49277
|
|
|
|
|
|
|
|
| |
llvm's output .s files will go through gcc -std=c99
without triggering preprocesser errors. Approach
suggested by Daveed Vandevoorde.
llvm-svn: 48808
|
|
|
|
|
|
|
| |
marked read-write. Use const so that they can be allocated in a
read-only segment.
llvm-svn: 48800
|
|
|
|
|
|
| |
attribute instead of ".protected".
llvm-svn: 48516
|
|
|
|
| |
llvm-svn: 47770
|
|
|
|
|
|
| |
16-byte boundaries.
llvm-svn: 47703
|
|
|
|
|
|
| |
provide TAI hook for selection of EH data emission format. Currently unused.
llvm-svn: 47699
|
|
|
|
|
|
|
|
|
| |
ShortenEHDataFor64Bits as a not-very-accurate
abstraction to cover all the changes in DwarfWriter.
Some cosmetic changes to Darwin assembly code for
gcc testsuite compatibility.
llvm-svn: 46029
|
|
|
|
|
|
|
| |
Cosmetic changes to spacing to match gcc (some dejagnu
tests actually care).
llvm-svn: 45848
|
|
|
|
|
|
|
| |
because assembler/linker can't cope with weak absolutes.
PR 1880.
llvm-svn: 45811
|
|
|
|
| |
llvm-svn: 45418
|
|
|
|
|
|
| |
for Darwin PPC, but it's not fully working yet.
llvm-svn: 44258
|
|
|
|
| |
llvm-svn: 44057
|
|
|
|
|
|
|
|
| |
to use different mappings for EH and debug info;
no functional change yet.
Fix warning in X86CodeEmitter.
llvm-svn: 44056
|
|
|
|
|
|
| |
information for EH.
llvm-svn: 41852
|
|
|
|
|
|
| |
that global stub instead of doing the ".set" thingy we were doing before.
llvm-svn: 41838
|
|
|
|
| |
llvm-svn: 41284
|
|
|
|
| |
llvm-svn: 41208
|
|
|
|
|
|
|
|
| |
LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future.
This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported.
llvm-svn: 40807
|
|
|
|
|
|
|
| |
- Split EH and debug infiormation
- Make DwarfWriter more verbose in some cases
llvm-svn: 40481
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch fills the last necessary bits to enable exceptions
handling in LLVM. Currently only on x86-32/linux.
In fact, this patch adds necessary intrinsics (and their lowering) which
represent really weird target-specific gcc builtins used inside unwinder.
After corresponding llvm-gcc patch will land (easy) exceptions should be
more or less workable. However, exceptions handling support should not be
thought as 'finished': I expect many small and not so small glitches
everywhere.
llvm-svn: 39855
|
|
|
|
| |
llvm-svn: 37756
|
|
|
|
|
|
|
|
|
|
| |
1. Fix PR1380
2. Apply Duncan's patch from PR1410
3. Insert workaround for "one personality function per module" as noted in PR1414
4. Emit correct debug frames for x86/linux. This partly fixes DebugInfo/2006-11-06-StackTrace.cpp: stack trace is
shown correctly, but arguments for function on top of stack are displayed incorrectly.
llvm-svn: 37015
|
|
|
|
|
|
| |
some small cleanup was made.
llvm-svn: 36780
|
|
|
|
|
|
|
|
| |
flag for ELF on x86 so that duplicate constants can be eliminated by
the linker. This matches what GCC does with its -fmerge-constants
option, which is enabled at most -O levels.
llvm-svn: 36666
|
|
|
|
|
|
|
| |
1. Correct output offsets on Linux
2. Fix "style" of personality function. It shouldn't be indirect.
llvm-svn: 36633
|
|
|
|
| |
llvm-svn: 36628
|
|
|
|
| |
llvm-svn: 36627
|