llvm-6502/lib
Dan Gohman a779a9899a Add AsmPrinter support for emitting a directive to declare that
the code being generated does not require an executable stack.

Also, add target-specific code to make use of this on Linux
on x86. 


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50634 91177308-0d34-0410-b5e6-96231b3b80d8
2008-05-05 00:28:39 +00:00
..
Analysis Implement destructor for PostDominatorTree to eliminate a memory leak. 2008-05-03 20:25:26 +00:00
Archive
AsmParser regenerate 2008-05-04 17:18:47 +00:00
Bitcode Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989 2008-04-25 16:53:59 +00:00
CodeGen Add AsmPrinter support for emitting a directive to declare that 2008-05-05 00:28:39 +00:00
Debugger Make these variables static. 2008-04-23 23:15:23 +00:00
ExecutionEngine PR2202: LLVMCreateInterpreter creates a JIT 2008-04-25 02:52:30 +00:00
Linker Revert r49614. As Dan pointed out, some of these aren't correct. 2008-04-14 17:38:21 +00:00
Support Suppress -Wshorten-64-to-32 warnings for 64-bit hosts. 2008-05-02 21:15:08 +00:00
System Restore code to disable crash catcher on older OS X systems 2008-04-12 00:47:46 +00:00
Target Add AsmPrinter support for emitting a directive to declare that 2008-05-05 00:28:39 +00:00
Transforms processStore may delete the instruction, avoid 2008-05-04 08:51:25 +00:00
VMCore Use (void) instead of () in C code. 2008-05-04 12:55:34 +00:00
Makefile