- Jul 16, 2009
-
-
Rafael Espindola authored
llvm-svn: 75924
-
- Jul 06, 2009
-
-
Stuart Hastings authored
llvm-svn: 74829
-
- Jul 01, 2009
-
-
Stuart Hastings authored
variable is present. llvm-svn: 74610
-
- Jun 22, 2009
-
-
Dale Johannesen authored
std::pair<double, float*> is 16 bytes on darwin-powerpc, but not always. See testcase for full weirdness. llvm-svn: 73874
-
- Jun 17, 2009
-
-
Dale Johannesen authored
llvm-svn: 73565
-
- May 27, 2009
-
-
Dale Johannesen authored
llvm-svn: 72443
-
- May 04, 2009
-
-
Duncan Sands authored
llvm-svn: 70875
-
- Apr 29, 2009
-
-
Bill Wendling authored
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to use the old behavior, the flag is -O0. This change allows for finer-grained control over which optimizations are run at different -O levels. Most of this work was pretty mechanical. The majority of the fixes came from verifying that a "fast" variable wasn't used anymore. The JIT still uses a "Fast" flag. I'll change the JIT with a follow-up patch. llvm-svn: 70343
-
- Apr 28, 2009
-
-
Bill Wendling authored
llvm-svn: 70275
-
Bill Wendling authored
use the old behavior, the flag is -O0. This change allows for finer-grained control over which optimizations are run at different -O levels. Most of this work was pretty mechanical. The majority of the fixes came from verifying that a "fast" variable wasn't used anymore. The JIT still uses a "Fast" flag. I'm not 100% sure if it's necessary to change it there... llvm-svn: 70270
-
- Apr 23, 2009
-
-
Dale Johannesen authored
llvm-svn: 69901
-
- Apr 21, 2009
-
-
Devang Patel authored
llvm-svn: 69684
-
- Mar 25, 2009
-
-
Duncan Sands authored
llvm-svn: 67689
-
- Mar 18, 2009
-
-
Bill Wendling authored
llvm-svn: 67215
-
Evan Cheng authored
llvm-svn: 67143
-
- Mar 17, 2009
-
-
Devang Patel authored
llvm-svn: 67096
-
- Mar 13, 2009
-
-
Devang Patel authored
llvm-svn: 66963
-
Bill Wendling authored
llvm-svn: 66866
-
- Feb 24, 2009
-
-
Bill Wendling authored
a DBG_LABEL or not. We want to fall back to the original way of emitting debug info when we're in -O0/-fast mode. - Add plumbing in to pass the "Fast" flag to places that need it. - XFAIL DebugInfo/deaddebuglabel.ll. This is finding 11 labels instead of 8. I need to investigate still. llvm-svn: 65367
-
Bill Wendling authored
llvm-svn: 65355
-
- Feb 19, 2009
-
-
Bill Wendling authored
llvm-svn: 64987
-
- Feb 17, 2009
-
-
Devang Patel authored
Testcase for rev. 64704 llvm-svn: 64705
-
- Feb 16, 2009
-
-
Devang Patel authored
llvm-svn: 64649
-
- Feb 08, 2009
-
-
Chris Lattner authored
llvm-svn: 64050
-
- Feb 02, 2009
-
-
Devang Patel authored
llvm-svn: 63548
-
Duncan Sands authored
llvm-svn: 63508
-
- Jan 22, 2009
-
-
Duncan Sands authored
by Gabor. llvm-svn: 62765
-
Duncan Sands authored
llvm-svn: 62764
-
- Jan 15, 2009
-
-
Devang Patel authored
llvm-svn: 62276
-
- Jan 14, 2009
-
-
Devang Patel authored
llvm-svn: 62243
-
- Jan 08, 2009
-
-
Chris Lattner authored
check242, which invalidates this test. This test is an x86-32 ABI test that is trying to be run in a target-independent way, which is not going to work very well. Just remove the test. llvm-svn: 61921
-
- Dec 19, 2008
-
-
Bill Wendling authored
llvm-svn: 61254
-
- Dec 18, 2008
-
-
Bill Wendling authored
llvm-svn: 61219
-
Bill Wendling authored
llvm-svn: 61176
-
Bill Wendling authored
llvm-svn: 61174
-
- Dec 17, 2008
-
-
Devang Patel authored
XFAIL for now. llvm-svn: 61167
-
- Dec 12, 2008
-
-
Devang Patel authored
llvm-svn: 60968
-
Devang Patel authored
llvm-svn: 60959
-
- Oct 29, 2008
-
-
Duncan Sands authored
llvm-svn: 58389
-
- Jun 13, 2008
-
-
Matthijs Kooijman authored
XFAIL some tests that became failing due to the extra error reporting recently. PR's are created for these. llvm-svn: 52250
-