- May 12, 2007
-
-
Reid Spencer authored
llvm-svn: 37005
-
Chris Lattner authored
llvm-svn: 37004
-
Chris Lattner authored
llvm-svn: 37003
-
Chris Lattner authored
llvm-svn: 37002
-
Chris Lattner authored
llvm-svn: 37001
-
Lauro Ramos Venancio authored
llvm-svn: 37000
-
Chris Lattner authored
the functions which haven't been read. llvm-svn: 36999
-
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049516.htmlDevang Patel authored
llvm-svn: 36998
-
Devang Patel authored
llvm-svn: 36997
-
Chris Lattner authored
llvm-svn: 36996
-
- May 11, 2007
-
-
Dan Gohman authored
llvm-svn: 36995
-
Dan Gohman authored
llvm-svn: 36994
-
Dan Gohman authored
llvm-svn: 36993
-
Dan Gohman authored
llvm-svn: 36992
-
Dan Gohman authored
llvm-svn: 36991
-
Dan Gohman authored
with unknown trip counts. This is left off by default, and a command-line option enables it. It also begins to separate loop unrolling into a utility routine; eventually it might be made usable from other passes. It currently works by inserting conditional branches between each unrolled iteration, unless it proves that the trip count is a multiple of a constant integer > 1, which it currently only does in the rare case that the trip count expression is a Mul operator with a ConstantInt operand. Eventually this information might be provided by other sources, for example by a pass that peels/splits the loop for this purpose. llvm-svn: 36990
-
Chris Lattner authored
Transforms/InstCombine/2006-12-08-ICmp-Combining.ll llvm-svn: 36989
-
Anton Korobeynikov authored
llvm-svn: 36988
-
Anton Korobeynikov authored
llvm-svn: 36987
-
Reid Spencer authored
Don't try to use {} bracketing when setting a variable in site.exp llvm-svn: 36985
-
Chris Lattner authored
llvm-svn: 36984
-
Chris Lattner authored
llvm-svn: 36983
-
Devang Patel authored
llvm-svn: 36982
-
Chris Lattner authored
llvm-svn: 36981
-
Chris Lattner authored
multiple of the page size, due to a bug in MappedFile llvm-svn: 36980
-
Dale Johannesen authored
failures on PPC (can happen only when prologue code is null) llvm-svn: 36979
-
Anton Korobeynikov authored
llvm-svn: 36978
-
Anton Korobeynikov authored
llvm-svn: 36977
-
- May 10, 2007
-
-
Duncan Sands authored
llvm-svn: 36975
-
Anton Korobeynikov authored
llvm-svn: 36974
-
Anton Korobeynikov authored
llvm-svn: 36973
-
Chris Lattner authored
llvm-svn: 36972
-
Chris Lattner authored
llvm-svn: 36971
-
Dale Johannesen authored
llvm-svn: 36967
-
Dale Johannesen authored
llvm-svn: 36966
-
Chris Lattner authored
llvm-svn: 36965
-
- May 09, 2007
-
-
Evan Cheng authored
llvm-svn: 36963
-
Evan Cheng authored
llvm-svn: 36962
-
Anton Korobeynikov authored
Do not assert, when case range split metric is zero and JTs are not allowed: just emit binary tree in this case. This fixes PR1403. llvm-svn: 36959
-
Lauro Ramos Venancio authored
llvm-svn: 36958
-