- Jul 31, 2007
-
-
Devang Patel authored
llvm-svn: 40626
-
- Jul 30, 2007
-
-
Devang Patel authored
llvm-svn: 40602
-
- Jun 08, 2007
-
-
Devang Patel authored
llvm-svn: 37502
-
- Jun 07, 2007
-
-
Devang Patel authored
This allows faster immediate domiantor walk. llvm-svn: 37500
-
- Jun 05, 2007
-
-
Dan Gohman authored
by LICM. llvm-svn: 37435
-
- Jun 04, 2007
-
-
Devang Patel authored
llvm-svn: 37407
-
- Jun 03, 2007
-
-
Devang Patel authored
llvm-svn: 37403
-
- Jun 02, 2007
-
-
Devang Patel authored
llvm-svn: 37390
-
- May 30, 2007
-
-
Devang Patel authored
llvm-svn: 37360
-
- May 06, 2007
-
-
Nick Lewycky authored
llvm-svn: 36873
-
- May 03, 2007
-
-
Devang Patel authored
llvm-svn: 36662
-
- May 02, 2007
-
-
Devang Patel authored
Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652
-
- May 01, 2007
-
-
Devang Patel authored
llvm-svn: 36632
-
- Apr 25, 2007
-
-
Devang Patel authored
llvm-svn: 36444
-
- Apr 24, 2007
-
-
Owen Anderson authored
my approach to this, so hopefully I'll find a way to do this without making this slower. llvm-svn: 36392
-
- Apr 21, 2007
-
-
Owen Anderson authored
llvm-svn: 36299
-
- Apr 20, 2007
-
-
Owen Anderson authored
llvm-svn: 36271
-
- Apr 18, 2007
-
-
Owen Anderson authored
llvm-svn: 36254
-
- Apr 17, 2007
-
-
Dan Gohman authored
gets called. llvm-svn: 36208
-
- Apr 15, 2007
-
-
Chris Lattner authored
llvm-svn: 36031
-
- Mar 22, 2007
-
-
Dan Gohman authored
llvm-svn: 35265
-
- Mar 07, 2007
-
-
Devang Patel authored
llvm-svn: 35001
-
- Feb 06, 2007
-
-
Reid Spencer authored
the Transforms library. This reduces debug library size by 132 KB, debug binary size by 376 KB, and reduces link time for llvm tools slightly. llvm-svn: 33939
-
- Feb 02, 2007
-
-
Reid Spencer authored
This feature is needed in order to support shifts of more than 255 bits on large integer types. This changes the syntax for llvm assembly to make shl, ashr and lshr instructions look like a binary operator: shl i32 %X, 1 instead of shl i32 %X, i8 1 Additionally, this should help a few passes perform additional optimizations. llvm-svn: 33776
-
- Jan 31, 2007
-
-
Chris Lattner authored
llvm-svn: 33680
-
- Dec 23, 2006
-
-
Reid Spencer authored
This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751
-
- Dec 19, 2006
-
-
Chris Lattner authored
converted, we lose a static initializer. This also allows GCC to emit warnings about unused statistics. llvm-svn: 32690
-
- Dec 06, 2006
-
-
Chris Lattner authored
is 'unsigned'. llvm-svn: 32279
-
- Nov 27, 2006
-
-
Reid Spencer authored
The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding changes throughout LLVM are provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the exception of 175.vpr which fails only on a slight floating point output difference. llvm-svn: 31931
-
- Nov 26, 2006
-
-
Bill Wendling authored
llvm-svn: 31923
-
- Sep 12, 2006
-
-
Chris Lattner authored
Handle this. This fixes PR908 and Transforms/LICM/2006-09-12-DeadUserOfSunkInstr.ll llvm-svn: 30275
-
- Aug 28, 2006
-
-
Chris Lattner authored
llvm-svn: 29925
-
- Jun 26, 2006
-
-
Chris Lattner authored
llvm-svn: 28914
-
- Jan 23, 2006
-
-
Chris Lattner authored
llvm-svn: 25514
-
- Jun 20, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22265
-
- Jun 18, 2005
-
-
Andrew Lenharth authored
llvm-svn: 22254
-
- Apr 22, 2005
-
-
Misha Brukman authored
llvm-svn: 21427
-
- Mar 25, 2005
-
-
Chris Lattner authored
a pointer value out of a loop causing it to be duplicated. llvm-svn: 20828
-
- Mar 23, 2005
-
-
Chris Lattner authored
llvm-svn: 20788
-
- Dec 15, 2004
-
-
Chris Lattner authored
llvm-svn: 18958
-