llvm-6502/include/llvm/Target
Anton Korobeynikov 2365f51ed0 Long live the exception handling!
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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39855 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-14 14:06:15 +00:00
..
MRegisterInfo.h Long live the exception handling! 2007-07-14 14:06:15 +00:00
SubtargetFeature.h Add an "implies" field to features. This indicates that, if the current 2007-05-04 20:38:40 +00:00
TargetAsmInfo.h Eliminate some redundant newlines in asm output. 2007-06-14 15:00:27 +00:00
TargetData.h Fix typo in comment. 2007-05-06 13:37:16 +00:00
TargetELFWriterInfo.h The TargetELFWriterInfo class holds target-specific information for the ELF writer. 2007-01-27 02:53:50 +00:00
TargetFrameInfo.h
TargetInstrInfo.h Add OptionalDefOperand. Remove clobbersPred. Also add DefinesPredicate to be used by if-converter. 2007-07-10 18:06:29 +00:00
TargetInstrItineraries.h
TargetJITInfo.h
TargetLowering.h Add new TargetLowering code to provide the final register type that an 2007-06-28 23:29:44 +00:00
TargetMachine.h Make stable_sort in tail merging actually be stable (it never was, but didn't 2007-05-29 23:47:50 +00:00
TargetMachineRegistry.h
TargetMachOWriterInfo.h More Mach-O writer improvements. 2007-02-28 07:40:50 +00:00
TargetOptions.h Remove redundant declarations. 2007-07-06 13:59:28 +00:00
TargetSubtarget.h