"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "5a66bb75070387f11ba8f1af9675557336287936"
- Mar 04, 2006
-
-
Chris Lattner authored
Testcase here: Transforms/Reassociate/mulfactor.ll llvm-svn: 26524
-
- Jan 23, 2006
-
-
Chris Lattner authored
llvm-svn: 25514
-
- Sep 02, 2005
-
-
Chris Lattner authored
in building maximal expressions before simplifying them. In particular, i cases like this: X-(A+B+X) the code would consider A+B+X to be a maximal expression (not understanding that the single use '-' would be turned into a + later), simplify it (a noop) then later get simplified again. Each of these simplify steps is where the cost of reassociation comes from, so this patch should speed up the already fast pass a bit. Thanks to Dan for noticing this! llvm-svn: 23214
-
Chris Lattner authored
to where we need it when converting -(A+B+C) -> -A + -B + -C. llvm-svn: 23213
-
Chris Lattner authored
Ops vector out of range llvm-svn: 23211
-
- Aug 24, 2005
-
-
Chris Lattner authored
llvm-svn: 23019
-
- Aug 08, 2005
-
-
Chris Lattner authored
easier to understand? :) llvm-svn: 22706
-
- Jul 27, 2005
-
-
Jeff Cohen authored
llvm-svn: 22523
-
- May 10, 2005
-
-
Chris Lattner authored
llvm-svn: 21839
-
- May 08, 2005
-
-
Chris Lattner authored
llvm-svn: 21788
-
Chris Lattner authored
llvm-svn: 21786
-
Chris Lattner authored
llvm-svn: 21785
-
Chris Lattner authored
This makes reassociate realize that loads should be treated as unmovable, and gives distinct ranks to distinct values defined in the same basic block, allowing reassociate to do its thing. llvm-svn: 21783
-
Chris Lattner authored
llvm-svn: 21781
-
Chris Lattner authored
llvm-svn: 21780
-
Chris Lattner authored
llvm-svn: 21778
-
Chris Lattner authored
llvm-svn: 21772
-
Chris Lattner authored
llvm-svn: 21771
-
- May 07, 2005
-
-
Chris Lattner authored
of trying to do local reassociation tweaks at each level, only process an expression tree once (at its root). This does not improve the reassociation pass in any real way. llvm-svn: 21768
-
Chris Lattner authored
Reassociate/shifttest.ll llvm-svn: 21761
-
Chris Lattner authored
llvm-svn: 21759
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21427
-
- Mar 15, 2005
-
-
Chris Lattner authored
using Function::arg_{iterator|begin|end}. Likewise Module::g* -> Module::global_*. This patch is contributed by Gabor Greif, thanks! llvm-svn: 20597
-
- Sep 02, 2004
-
-
Reid Spencer authored
Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
-
- Jul 29, 2004
-
-
Misha Brukman authored
llvm-svn: 15328
-
- Jul 15, 2004
-
-
Chris Lattner authored
llvm-svn: 14839
-
- Jul 01, 2004
-
-
Brian Gaeke authored
llvm-svn: 14541
-
- Jan 09, 2004
-
-
Chris Lattner authored
llvm-svn: 10725
-
- Nov 11, 2003
-
-
Brian Gaeke authored
llvm-svn: 9903
-
- Nov 07, 2003
-
-
Misha Brukman authored
llvm-svn: 9768
-
- Oct 20, 2003
-
-
John Criswell authored
Header files will be on the way. llvm-svn: 9298
-
- Oct 19, 2003
-
-
Chris Lattner authored
Change the Opcode enum for PHI nodes from "Instruction::PHINode" to "Instruction::PHI" to be more consistent with the other instructions. llvm-svn: 9269
-
- Oct 15, 2003
-
-
Chris Lattner authored
llvm-svn: 9135
-
- Sep 22, 2003
-
-
Misha Brukman authored
llvm-svn: 8662
-
- Aug 18, 2003
-
-
Misha Brukman authored
llvm-svn: 7944
-
- Aug 13, 2003
-
-
Chris Lattner authored
llvm-svn: 7813
-
- Aug 12, 2003
-
-
Chris Lattner authored
llvm-svn: 7792
-
Chris Lattner authored
llvm-svn: 7787
-
- Aug 02, 2003
-
-
Chris Lattner authored
llvm-svn: 7492
-
- May 02, 2003
-
-
Chris Lattner authored
llvm-svn: 5983
-