llvm with tablegen backend for capstone disassembler
Go to file
Dale Johannesen 4d887f7ca7 Propagate the AlignStack bit in InlineAsm's to the
PrologEpilog code, and use it to determine whether
the asm forces stack alignment or not.  gcc consistently
does not do this for GCC-style asms; Apple gcc inconsistently
sometimes does it for asm blocks.  There is no
convenient place to put a bit in either the SDNode or
the MachineInstr form, so I've added an extra operand
to each; unlovely, but it does allow for expansion for
more bits, should we need it.  PR 5125.  Some
existing testcases are affected.
The operand lists of the SDNode and MachineInstr forms
are indexed with awesome mnemonics, like "2"; I may
fix this someday, but not now.  I'm not making it any
worse.  If anyone is inspired I think you can find all
the right places from this patch.

llvm-svn: 107506
2010-07-02 20:16:09 +00:00
clang Don't visit implicitly defined functions (default constructors and the 2010-07-02 19:07:50 +00:00
compiler-rt Tests for soft-float comparison functions 2010-07-01 18:35:50 +00:00
libcxx Updated chart with weekly test results 2010-07-01 21:39:12 +00:00
lldb Implement GetProgramFileSpec(). 2010-07-02 19:38:10 +00:00
llvm Propagate the AlignStack bit in InlineAsm's to the 2010-07-02 20:16:09 +00:00