[llvm-commits] [llvm] r129518 - in /llvm/trunk: include/llvm/CodeGen/AsmPrinter.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp lib/CodeGen/AsmPrinter/DwarfCFIException.cpp lib/Target/TargetLoweringObjectFile.cpp lib/Target/X86/X86FrameLowering.cpp lib/T

NAKAMURA Takumi geek4civic at gmail.com
Thu Apr 14 19:53:24 PDT 2011


Rafael,

It seems you broke several buildbot tests. Could you investigate? Or
may I revert yours?

...Takumi

On Fri, Apr 15, 2011 at 12:18 AM, Rafael Espindola
<rafael.espindola at gmail.com> wrote:
> Author: rafael
> Date: Thu Apr 14 10:18:53 2011
> New Revision: 129518
>
> URL: http://llvm.org/viewvc/llvm-project?rev=129518&view=rev
> Log:
> Change ELF systems to use CFI for producing the EH tables. This reduces the
> size of the clang binary in Debug builds from 690MB to 679MB.
>
> Removed:
>    llvm/trunk/test/CodeGen/X86/2008-12-12-PrivateEHSymbol.ll
> Modified:
>    llvm/trunk/include/llvm/CodeGen/AsmPrinter.h
>    llvm/trunk/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
>    llvm/trunk/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
>    llvm/trunk/lib/Target/TargetLoweringObjectFile.cpp
>    llvm/trunk/lib/Target/X86/X86FrameLowering.cpp
>    llvm/trunk/lib/Target/X86/X86MCAsmInfo.cpp
>    llvm/trunk/test/CodeGen/X86/2007-05-05-Personality.ll
>    llvm/trunk/test/CodeGen/X86/aliases.ll




More information about the llvm-commits mailing list