"git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "b90ed2233c9fac46bac53de5833dd5e35db10acf"
- Dec 07, 2006
-
-
Bill Wendling authored
llvm-svn: 32320
-
- Dec 06, 2006
-
-
Chris Lattner authored
llvm-svn: 32280
-
Chris Lattner authored
is 'unsigned'. llvm-svn: 32279
-
- Dec 02, 2006
-
-
Jeff Cohen authored
llvm-svn: 32113
-
- Nov 23, 2006
-
-
Nick Lewycky authored
Remove predicate simplifier from default gcc3 pipeline. New design is too slow to enable by default. Add new testcases for problems encountered in development. llvm-svn: 31895
-
- Nov 05, 2006
-
-
Jeff Cohen authored
llvm-svn: 31464
-
Nick Lewycky authored
llvm-svn: 31460
-
- Nov 02, 2006
-
-
Reid Spencer authored
Replace the REM instruction with UREM, SREM and FREM. llvm-svn: 31369
-
- Oct 26, 2006
-
-
Reid Spencer authored
Make necessary changes to support DIV -> [SUF]Div. This changes llvm to have three division instructions: signed, unsigned, floating point. The bytecode and assembler are bacwards compatible, however. llvm-svn: 31195
-
Nick Lewycky authored
produce an EQ property. llvm-svn: 31193
-
Nick Lewycky authored
Fix and comment the "or", "and" and "xor" transformations. llvm-svn: 31189
-
- Oct 25, 2006
-
-
Chris Lattner authored
llvm-svn: 31184
-
- Oct 24, 2006
-
-
Chris Lattner authored
passes llvm-gcc bootstrap. llvm-svn: 31146
-
- Oct 23, 2006
-
-
Nick Lewycky authored
property is added by running through the list of uses of the value and adding resolved properties to the property set. llvm-svn: 31126
-
Nick Lewycky authored
llvm-svn: 31123
-
- Oct 22, 2006
-
-
Nick Lewycky authored
llvm-svn: 31121
-
Nick Lewycky authored
optimization opportunity pointed out by Chris Lattner. llvm-svn: 31118
-
Nick Lewycky authored
opportunity pointed out by Andrew Lewycky. llvm-svn: 31115
-
- Oct 12, 2006
-
-
Nick Lewycky authored
compile-time performance. llvm-svn: 30896
-
- Oct 03, 2006
-
-
Nick Lewycky authored
Ensure that we copy KnownProperties before calling visitBasicBlock, else we may leak properties into blocks where they don't belong. llvm-svn: 30705
-
Nick Lewycky authored
Fix SwitchInst where dest-block is the same as one of the cases. llvm-svn: 30700
-
Nick Lewycky authored
optimize in more cases. llvm-svn: 30699
-
- Sep 29, 2006
-
-
Chris Lattner authored
Eliminate ConstantBool::True and ConstantBool::False. Instead, provide ConstantBool::getTrue() and ConstantBool::getFalse(). llvm-svn: 30665
-
- Sep 23, 2006
-
-
Nick Lewycky authored
llvm-svn: 30588
-
- Sep 21, 2006
-
-
Nick Lewycky authored
llvm-svn: 30552
-
Nick Lewycky authored
with the right answer. llvm-svn: 30550
-
- Sep 20, 2006
-
-
Nick Lewycky authored
Fixes infinite loop in resolve(). llvm-svn: 30540
-
- Sep 18, 2006
-
-
Nick Lewycky authored
that we can't modify the CFG any more, at least not until it's possible to update the dominator tree (PR217). llvm-svn: 30469
-
- Sep 13, 2006
-
-
Nick Lewycky authored
llvm-svn: 30305
-
Nick Lewycky authored
llvm-svn: 30304
-
Nick Lewycky authored
llvm-svn: 30298
-
- Sep 11, 2006
-
-
Nick Lewycky authored
llvm-svn: 30251
-
- Sep 10, 2006
-
-
Nick Lewycky authored
operations (like findProperties) should be faster, at the expense of unionSets being slower in cases that are rare in practise. Don't erase a dead Instruction. This fixes a memory corruption issue. llvm-svn: 30235
-
- Sep 02, 2006
-
-
Nick Lewycky authored
Reorder operations to remove duplicated work. Fix to leave floating-point types out of the optimization. Add tests to predsimplify.ll for SwitchInst and SelectInst handling. llvm-svn: 30055
-
- Sep 01, 2006
-
-
Nick Lewycky authored
corrects missing optimization opportunity removing cases from a switch. llvm-svn: 30009
-
- Aug 31, 2006
-
-
Nick Lewycky authored
another Value) weren't being found by findProperties. This fixes predsimplify.ll test6, a missed optimization opportunity. llvm-svn: 29991
-
- Aug 30, 2006
-
-
Nick Lewycky authored
If a branch's condition has become a ConstantBool, simplify it immediately. Removing the edge saves work and exposes up more optimization opportunities in the pass. Add support for SelectInst. llvm-svn: 29970
-
- Aug 29, 2006
-
-
Nick Lewycky authored
and simplifies expressions. This implements the optimization described in PR807. llvm-svn: 29947
-