- Oct 11, 2011
-
-
Daniel Dunbar authored
paths). The -nostdinc behavior is now -nostdsysteminc + -nobuiltininc. llvm-svn: 141691
-
Anna Zaks authored
llvm-svn: 141690
-
Devang Patel authored
For example, MachineLICM should not hoist a load that is not guaranteed to be executed. Radar 10254254. llvm-svn: 141689
-
Lang Hames authored
llvm-svn: 141687
-
John McCall authored
llvm-svn: 141686
-
Richard Smith authored
llvm-svn: 141685
-
Owen Anderson authored
Expose MachOObjectFile externally, like we do for COFF. First step in reducing the amount of special-purpose code needed for llvm-objdump. llvm-svn: 141684
-
Anna Zaks authored
[analyzer] CheckerContext updates checkDst in it's destructor, so make sure the object is destructed before checkDst is used. llvm-svn: 141683
-
Jim Grosbach authored
llvm-svn: 141682
-
Argyrios Kyrtzidis authored
llvm-svn: 141681
-
Kaelyn Uhrain authored
llvm-svn: 141680
-
Anna Zaks authored
llvm-svn: 141678
-
Greg Clayton authored
builds on all systems. llvm-svn: 141677
-
Duncan Sands authored
llvm-svn: 141674
-
Howard Hinnant authored
llvm-svn: 141672
-
Jim Grosbach authored
llvm-svn: 141671
-
Nadav Rotem authored
llvm-svn: 141667
-
Richard Osborne authored
This fixes an assert due to the operands of the DBG_VALUE instruction not being as expected (PR11105). llvm-svn: 141666
-
Kalle Raiskila authored
llvm-svn: 141665
-
NAKAMURA Takumi authored
llvm-svn: 141664
-
NAKAMURA Takumi authored
llvm-svn: 141663
-
NAKAMURA Takumi authored
llvm-svn: 141662
-
Nadav Rotem authored
Add support for legalization of vector trunc-store where the saved scalar type is illegal (for example, v2i16 on systems where the smallest store size is i32) llvm-svn: 141661
-
Nadav Rotem authored
llvm-svn: 141659
-
Bill Wendling authored
llvm-svn: 141657
-
Craig Topper authored
llvm-svn: 141656
-
Bill Wendling authored
pass in the tree. Also some minor formatting changes. PR9413 llvm-svn: 141655
-
Craig Topper authored
llvm-svn: 141654
-
Nick Lewycky authored
that into account and test for no U's showing up in the middle, which is what we really wanted to test for. llvm-svn: 141653
-
Craig Topper authored
llvm-svn: 141652
-
Craig Topper authored
llvm-svn: 141651
-
Alexis Hunt authored
llvm-svn: 141650
-
Bill Wendling authored
keyword in LLVM for externally visible linkage. PR10636 llvm-svn: 141649
-
Bill Wendling authored
Patch by Michael Ilseman! llvm-svn: 141648
-
Cameron Zwarich authored
llvm-svn: 141647
-
Cameron Zwarich authored
lowering of NEON code. It provides little-to-no benefit now and only introduces additional complexity. llvm-svn: 141646
-
Alexis Hunt authored
llvm-svn: 141645
-
Bill Wendling authored
llvm-svn: 141644
-
Anna Zaks authored
[analyzer] Warn about the use of insecure, deprecated vfork() function PR11053 (http://llvm.org/bugs/show_bug.cgi?id=11053). A patch by Graham Lee! llvm-svn: 141643
-
Craig Topper authored
Fix disassembling of popcntw. Also remove some code that says it accounts for 64BIT_REXW_XD not existing, but it does exist. llvm-svn: 141642
-