- Aug 03, 2010
-
-
Jakob Stoklund Olesen authored
When the normalizeSpillWeights function was introduced, I forgot to remove this normalization. This change could affect register allocation. Hopefully for the better. llvm-svn: 110119
-
Chris Lattner authored
llvm-svn: 110117
-
Dan Gohman authored
llvm-svn: 110115
-
Chris Lattner authored
llvm-svn: 110114
-
Peter Collingbourne authored
llvm-svn: 110113
-
Dan Gohman authored
around std::min vs static const friction. llvm-svn: 110112
-
Michael J. Spencer authored
Patch by Cameron Esfahani! llvm-svn: 110104
-
Michael J. Spencer authored
This reverts commit r110100 Wrong path caps. llvm-svn: 110103
-
Michael J. Spencer authored
llvm-svn: 110101
-
Michael J. Spencer authored
Patch by Cameron Esfahani! llvm-svn: 110100
-
Michael J. Spencer authored
llvm-svn: 110097
-
Dan Gohman authored
llvm-svn: 110091
-
Dan Gohman authored
are unknown. llvm-svn: 110090
-
Dan Gohman authored
of Value deletions and RAUWs, instead of relying on ScalarEvolution's Scalars map being notified, as that's complicated at best, and insufficient in general. This means SCEVUnknown needs a non-trivial destructor, so introduce a mechanism to allow ScalarEvolution to locate all the SCEVUnknowns. llvm-svn: 110086
-
Dan Gohman authored
llvm-svn: 110077
-
Dan Gohman authored
a redundant check from checkInstruction. llvm-svn: 110076
-
Dan Gohman authored
llvm-svn: 110075
-
Dan Gohman authored
llvm-svn: 110074
-
Devang Patel authored
llvm-svn: 110072
-
Bill Wendling authored
llvm-svn: 110069
-
- Aug 02, 2010
-
-
Dan Gohman authored
llvm-svn: 110056
-
Devang Patel authored
llvm-svn: 110045
-
Kalle Raiskila authored
llvm-svn: 110038
-
Kalle Raiskila authored
duplicate the instructions and operate on half vectors. Also reorder code in SPUInstrInfo.td for better coherency. llvm-svn: 110037
-
Owen Anderson authored
llvm-svn: 110036
-
Kalle Raiskila authored
such registers in SPU, this support boils down to "emulating" them by duplicating instructions on the general purpose registers. This adds the most basic operations on v2i32: passing parameters, addition, subtraction, multiplication and a few others. llvm-svn: 110035
-
Oscar Fuentes authored
Fixes potential ambiguity problems on VS 2010. Patch by nobled! llvm-svn: 110029
-
Daniel Dunbar authored
llvm-svn: 110022
-
Nick Lewycky authored
Start cleaning up MergeFunctions to look more like the rest of LLVM. The primary change here is to move the methods responsible for comparison into the new FunctionComparator object. Some comments added. There's more to do. llvm-svn: 110021
-
Eli Friedman authored
ISD::AND case of TargetLowering::SimplifyDemandedBits. llvm-svn: 110019
-
Eli Friedman authored
llvm-svn: 109998
-
- Aug 01, 2010
-
-
Eli Friedman authored
improves the generated code in some cases. llvm-svn: 109985
-
Benjamin Kramer authored
llvm-svn: 109971
-
Bill Wendling authored
llvm-svn: 109966
-
- Jul 31, 2010
-
-
Daniel Dunbar authored
llvm-svn: 109956
-
Daniel Dunbar authored
like my instcombine patch.", in an attempt to fix Clang i386 bootstrap. - Also PR7719. llvm-svn: 109953
-
Michael J. Spencer authored
llvm-svn: 109949
-
Bob Wilson authored
the jtblock_operand print methods. This avoids extra newlines in the disassembler's output. PR7757. llvm-svn: 109948
-
Michael J. Spencer authored
llvm-svn: 109947
-
Bob Wilson authored
llvm-svn: 109946
-