- Sep 08, 2009
-
-
Chris Lattner authored
This fixes PR4905 llvm-svn: 81174
-
Chris Lattner authored
llvm-svn: 81173
-
Dan Gohman authored
llvm-svn: 81172
-
Dan Gohman authored
from floating-point to integer first, and bitcast the result back to floating-point. Previously, this test was passing by falling back to SelectionDAG lowering. The resulting code isn't as nice, but it's correct and CodeGen now stays on the fast path. llvm-svn: 81171
-
Dan Gohman authored
compile-time constant integers or that are out of bounds for their corresponding static array types. These can cause aliasing that GlobalOpt assumes won't happen. llvm-svn: 81165
-
Dan Gohman authored
an aggregate store overlapping a different aggregate store, despite the stores having distinct addresses. llvm-svn: 81164
-
Dan Gohman authored
is missing the inbounds flag. This is slightly conservative, but it avoids problems with two constants pointing to the same address but getting distinct entries in the Memory DenseMap. llvm-svn: 81163
-
Dan Gohman authored
into a getelementptr ConstantExpr. llvm-svn: 81162
-
Dan Gohman authored
llvm-svn: 81161
-
- Sep 07, 2009
-
-
Nick Lewycky authored
llvm-svn: 81157
-
Nick Lewycky authored
llvm-svn: 81156
-
Duncan Sands authored
equivalent to SIG_IGN. llvm-svn: 81144
-
Daniel Dunbar authored
- Hopefully this unbreaks some llvm-gcc bootstraps. llvm-svn: 81141
-
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
-
Duncan Sands authored
llvm-svn: 81128
-
Duncan Sands authored
llvm-svn: 81127
-
Duncan Sands authored
llvm-svn: 81126
-
Duncan Sands authored
llvm-svn: 81124
-
Duncan Sands authored
disabled. llvm-svn: 81122
-
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
doesn't warn about unreachable instructions. Patch by Erick Tryzelaar (#111). llvm-svn: 81110
-
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
-
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
-
Evan Cheng authored
llvm-svn: 81101
-
Daniel Dunbar authored
breaks MiniSAT on x86_64. llvm-svn: 81098
-
- Sep 05, 2009
-
-
Devang Patel authored
Do not use DenseMap operator[] because it inserts new entry if lookup fails. Use find() to check an entry in a DenseMap first. llvm-svn: 81058
-
Devang Patel authored
llvm-svn: 81055
-
- Sep 04, 2009
-
-
Devang Patel authored
MDNode's operand list does not include all elements. llvm-svn: 81045
-
Andreas Neustifter authored
llvm-svn: 81044
-
Lang Hames authored
a new class, MachineInstrIndex, which hides arithmetic details from most clients. This is a step towards allowing the register allocator to update/insert code during allocation. llvm-svn: 81040
-
Andreas Neustifter authored
(See http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20090831/086219.html) llvm-svn: 81007
-
Andreas Neustifter authored
into llvm/ADT. llvm-svn: 81001
-