- Aug 01, 2007
-
-
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
-
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
-
Christopher Lamb authored
llvm-svn: 40635
-
Reid Spencer authored
llvm-svn: 40634
-
Reid Spencer authored
permitted on function results. So, revert the last patch to make it illegal. llvm-svn: 40632
-
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
-
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
-
Reid Spencer authored
front end converts regparm attribute on the gcc function into InReg attribute on the llvm function. This fixes test/CFrontend/2002-07-30-SubrefSetAssertion.c llvm-svn: 40618
-
Evan Cheng authored
llvm-svn: 40617
-
Chris Lattner authored
llvm-svn: 40616
-
Reid Spencer authored
llvm-svn: 40613
-
Reid Spencer authored
Fix the comment for WSNL to describe its actual function. llvm-svn: 40612
-
Reid Spencer authored
llvm-svn: 40611
-
Reid Spencer authored
Make the AsmParser auto-upgrade the old zext and sext keywords for parameter attributes and handle the end-of-line ambiguity. llvm-svn: 40610
-
Devang Patel authored
llvm-svn: 40609
-
Anton Korobeynikov authored
things, it wasn't designed to handle. llvm-svn: 40608
-
- Jul 30, 2007
-
-
Owen Anderson authored
llvm-svn: 40607
-
Devang Patel authored
llvm-svn: 40606
-
Scott Michel authored
- Fixed an existing unexpanded tab. llvm-svn: 40605
-
Devang Patel authored
llvm-svn: 40604
-
Devang Patel authored
llvm-svn: 40603
-
Devang Patel authored
llvm-svn: 40602
-
Anton Korobeynikov authored
JITer (short path is added for darwin). This is needed to properly JIT llvm-gcc-4.2-built binaries, since cxa_atexit is enabled by default on much more targets. llvm-svn: 40600
-
Reid Spencer authored
llvm-svn: 40599
-
Dan Gohman authored
llvm-svn: 40598
-
Owen Anderson authored
use up the entire 32-bit address space. llvm-svn: 40596
-