llvm-6502/lib
Bill Wendling a99ec28134 PR8919 - LLVM incorrectly generates "_alloca" as the stack probing call. That
works only on MinGW32. On 64-bit, the function to call is "__chkstk".
Patch by KS Sreeram!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122934 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-06 00:50:34 +00:00
..
Analysis Reorder, rename, and document some members to make this easier to follow. 2011-01-05 23:26:22 +00:00
Archive
AsmParser
Bitcode
CodeGen Optimize: 2011-01-05 23:06:49 +00:00
CompilerDriver
ExecutionEngine
Linker include the module identifier when emitting this warning, PR8865. 2010-12-30 02:49:45 +00:00
MC Fix PR8878. 2011-01-01 19:05:35 +00:00
Object
Support Support/PathV2: Implement remove_all. 2011-01-05 16:39:38 +00:00
Target PR8919 - LLVM incorrectly generates "_alloca" as the stack probing call. That 2011-01-06 00:50:34 +00:00
Transforms Stop reallocating SunkAddrs for each basic block. When we move to an instruction 2011-01-06 00:42:50 +00:00
VMCore Silence a warning from non-standard warning avoidance code. 2011-01-05 21:50:21 +00:00
Makefile