- Aug 01, 2007
-
-
Evan Cheng authored
llvm-svn: 40688
-
Lauro Ramos Venancio authored
llvm-svn: 40687
-
Lauro Ramos Venancio authored
llvm-svn: 40682
-
Christopher Lamb authored
llvm-svn: 40681
-
Chris Lattner authored
llvm-svn: 40680
-
Chris Lattner authored
llvm-svn: 40675
-
Owen Anderson authored
llvm-svn: 40674
-
Dan Gohman authored
llvm-svn: 40673
-
Dan Gohman authored
llvm-svn: 40672
-
Dan Gohman authored
intended to be overridden. llvm-svn: 40671
-
Owen Anderson authored
llvm-svn: 40668
-
Owen Anderson authored
llvm-svn: 40667
-
Owen Anderson authored
llvm-svn: 40666
-
David Greene authored
Update generated files. llvm-svn: 40663
-
David Greene authored
New CallInst interface to address GLIBCXX_DEBUG errors caused by indexing an empty std::vector. Updates to all clients. llvm-svn: 40660
-
Evan Cheng authored
llvm-svn: 40658
-
Evan Cheng authored
llvm-svn: 40657
-
Owen Anderson authored
llvm-svn: 40655
-
Evan Cheng authored
llvm-svn: 40654
-
- Jul 31, 2007
-
-
Owen Anderson authored
removal of redundant phis. llvm-svn: 40650
-
Lauro Ramos Venancio authored
llvm-svn: 40649
-
Dan Gohman authored
mnemonics from their operands instead of single spaces. This makes the assembly output a little more consistent with various other compilers (f.e. GCC), and slightly easier to read. Also, update the regression tests accordingly. llvm-svn: 40648
-
David Greene authored
Fix GLIBCXX_DEBUG error owing to dereference of end iterator. There's no guarantee that an instruction returned by getDependency exists in the maps. llvm-svn: 40647
-
Owen Anderson authored
llvm-svn: 40642
-
Dan Gohman authored
directly, because the insert point used by the SCEVExpander may vary from what LSR originally computes. llvm-svn: 40641
-
Devang Patel authored
llvm-svn: 40638
-
Chris Lattner authored
llvm-svn: 40636
-
Christopher Lamb authored
llvm-svn: 40635
-
Reid Spencer authored
llvm-svn: 40634
-
Reid Spencer authored
llvm-svn: 40633
-
Reid Spencer authored
permitted on function results. So, revert the last patch to make it illegal. llvm-svn: 40632
-
Devang Patel authored
llvm-svn: 40629
-
Evan Cheng authored
Redo and generalize previously removed opt for pinsrw: (vextract (v4i32 bc (v4f32 s2v (f32 load ))), 0) -> (i32 load ) llvm-svn: 40628
-
Devang Patel authored
Use simple analysis interface to preserve analysis info maintained by other loop passes. llvm-svn: 40627
-
Devang Patel authored
llvm-svn: 40626
-
Devang Patel authored
Right now, this interface provides hooks for only to operations, 1) clone basic block 2) delete value. llvm-svn: 40625
-
Christopher Lamb authored
llvm-svn: 40624
-
Christopher Lamb authored
llvm-svn: 40623
-
Reid Spencer authored
llvm-svn: 40621
-
Reid Spencer authored
function result to be passed in a register. This implements the GCC regparm function attribute for llvm by translation to the InReg parameter attribute and fixes test/CFrontend/2002-07-30-SubregSetAssertion.c llvm-svn: 40619
-