- Sep 07, 2009
-
-
Benjamin Kramer authored
llvm-svn: 81147
-
Duncan Sands authored
equivalent to SIG_IGN. llvm-svn: 81144
-
Mike Stump authored
llvm-svn: 81143
-
Daniel Dunbar authored
llvm-svn: 81142
-
Daniel Dunbar authored
- Hopefully this unbreaks some llvm-gcc bootstraps. llvm-svn: 81141
-
Daniel Dunbar authored
llvm-svn: 81140
-
Daniel Dunbar authored
output. - Also, cleanup code to output inline asm references. llvm-svn: 81139
-
Eric Christopher authored
llvm-svn: 81138
-
- Sep 06, 2009
-
-
Anton Korobeynikov authored
dependent. Hopefully, this will fix PR3801. llvm-svn: 81132
-
Duncan Sands authored
when the new method gives the same result as the original (as far as I can see). This will hopefully pacify icc. llvm-svn: 81131
-
Fariborz Jahanian authored
situations. llvm-svn: 81129
-
Duncan Sands authored
llvm-svn: 81128
-
Duncan Sands authored
llvm-svn: 81127
-
Duncan Sands authored
llvm-svn: 81126
-
Duncan Sands authored
llvm-svn: 81124
-
Anders Carlsson authored
for (unsigned i = numargs; i < NumArgs; ++i) Args[0] = 0; ;) llvm-svn: 81123
-
Duncan Sands authored
disabled. llvm-svn: 81122
-
Duncan Sands authored
by icc (#82). Patch by Erick Tryzelaar. llvm-svn: 81117
-
Duncan Sands authored
Patch by Erick Tryzelaar. llvm-svn: 81116
-
Duncan Sands authored
about by icc (#593, partial). Patch by Erick Tryzelaar. llvm-svn: 81115
-
Benjamin Kramer authored
1. DUPMAX is defined in regcomp.c, no need to redefine it in regutils. 2. MSVC doesn't like snprintf, use _snprintf instead. llvm-svn: 81114
-
Duncan Sands authored
(#411). Patch by Erick Tryzelaar. llvm-svn: 81113
-
Benjamin Kramer authored
llvm-svn: 81112
-
Duncan Sands authored
warnings (#174). Patch by Erick Tryzelaar. llvm-svn: 81111
-
Duncan Sands authored
doesn't warn about unreachable instructions. Patch by Erick Tryzelaar (#111). llvm-svn: 81110
-
Benjamin Kramer authored
llvm-svn: 81109
-
Benjamin Kramer authored
llvm-svn: 81108
-
Duncan Sands authored
Patch by Erick Tryzelaar. llvm-svn: 81107
-
Duncan Sands authored
icc (#177, partial). Patch by Erick Tryzelaar. llvm-svn: 81106
-
Duncan Sands authored
icc (#1170). Patch by Erick Tryzelaar. llvm-svn: 81104
-
Daniel Dunbar authored
- I think there are more instances of this, but I think they are fixed in Dan's incoming patch. This one was preventing me from doing a bugpoint reduction though. llvm-svn: 81103
-
Daniel Dunbar authored
llvm-svn: 81102
-
Evan Cheng authored
llvm-svn: 81101
-
Daniel Dunbar authored
destroying the CXXConstructExpr.", this is causing test failures across the board. llvm-svn: 81100
-
Daniel Dunbar authored
llvm-svn: 81099
-
Daniel Dunbar authored
breaks MiniSAT on x86_64. llvm-svn: 81098
-
Daniel Dunbar authored
llvm-svn: 81097
-
Anders Carlsson authored
Initialize default CXXConstructExpr arguments to 0. Fixes a crash when destroying the CXXConstructExpr. llvm-svn: 81096
-
- Sep 05, 2009
-
-
Nick Lewycky authored
equality. Prefer EXPECT_EQ(foo, Full) over EXPECT_TRUE(foo.isFullSet()) because the former will print out the contents of the constant range that failed. llvm-svn: 81094
-
Jeffrey Yasskin authored
This can break when there are implicit conversions from types raw_ostream understands but std::ostream doesn't, but it increases the number of cases that Just Work. llvm-svn: 81093
-