- Jun 19, 2007
-
-
Evan Cheng authored
Avoid if-converting simple block that ends with unconditional branch or fallthrough unless it branches / falls to the 'false' block. Not profitable, may end up increasing code size. llvm-svn: 37660
-
Evan Cheng authored
llvm-svn: 37659
-
Chris Lattner authored
llvm-svn: 37658
-
Dan Gohman authored
deleteValueFromRecords and loosen the types to all it to accept Value* instead of just Instruction*, since this is what ScalarEvolution uses internally anyway. This allows more flexibility for future uses. llvm-svn: 37657
-
Dan Gohman authored
for needing the DAG node to print pre-legalize extended value types, and to get better debug messages with target-specific nodes. llvm-svn: 37656
-
Owen Anderson authored
Handle constants in phi nodes properly. This fixes test/Transforms/GVNPRE/2007-06-18-ConstantInPhi.ll llvm-svn: 37655
-
Chris Lattner authored
llvm-svn: 37654
-
Owen Anderson authored
llvm-svn: 37653
-
Chris Lattner authored
llvm-svn: 37652
-
Chris Lattner authored
llvm-svn: 37651
-
Chris Lattner authored
llvm-svn: 37650
-
Chris Lattner authored
llvm-svn: 37649
-
Owen Anderson authored
llvm-svn: 37648
-
Owen Anderson authored
Be careful to erase values from all of the appropriate sets when they're not needed anymore. This fixes a few more memory-related issues. llvm-svn: 37647
-
Owen Anderson authored
Thanks to Nicholas for valgrinding this. llvm-svn: 37646
-
Owen Anderson authored
Refactor GVNPRE to use a much smart method of uniquing value sets, and centralize a lot of the value numbering information. No functionality change. llvm-svn: 37645
-
Dan Gohman authored
with a general target hook to identify rematerializable instructions. Some instructions are only rematerializable with specific operands, such as loads from constant pools, while others are always rematerializable. This hook allows both to be identified as being rematerializable with the same mechanism. llvm-svn: 37644
-
Evan Cheng authored
llvm-svn: 37643
-
Evan Cheng authored
llvm-svn: 37642
-
Chris Lattner authored
Anton for half of this patch. llvm-svn: 37641
-
Chris Lattner authored
llvm-svn: 37640
-
Chris Lattner authored
llvm-svn: 37639
-
Chris Lattner authored
llvm-svn: 37638
-
Evan Cheng authored
llvm-svn: 37637
-
Evan Cheng authored
Look for VECTOR_SHUFFLE that's identity operation on either LHS or RHS. This can happen before DAGCombiner catches it. llvm-svn: 37636
-
Tanya Lattner authored
llvm-svn: 37635
-
Evan Cheng authored
llvm-svn: 37634
-
Evan Cheng authored
llvm-svn: 37633
-
Tanya Lattner authored
Fix up Annotate attribute test case. Fix DebugFilename.c test case to look for right file name. llvm-svn: 37632
-
- Jun 18, 2007
-
-
Chris Lattner authored
llvm-svn: 37631
-
Devang Patel authored
llvm-svn: 37630
-
Chris Lattner authored
by making it non-recursive llvm-svn: 37629
-
Dan Gohman authored
add operands after constant operands. The recent change to recognize sign-extend expressions caused this to be exposed more often. llvm-svn: 37628
-
Anton Korobeynikov authored
llvm-svn: 37627
-
Dan Gohman authored
llvm-svn: 37626
-
Dan Gohman authored
llvm-svn: 37625
-
Dan Gohman authored
llvm-svn: 37624
-
Evan Cheng authored
llvm-svn: 37623
-
Owen Anderson authored
llvm-svn: 37622
-
Owen Anderson authored
llvm-svn: 37621
-