- Mar 01, 2010
-
-
Chris Lattner authored
with "address taken of label in protected scope, jump to it would have unknown effect on scope" llvm-svn: 97495
-
Douglas Gregor authored
llvm-svn: 97494
-
Devang Patel authored
llvm-svn: 97493
-
Chris Lattner authored
llvm-svn: 97492
-
Chris Lattner authored
llvm-svn: 97491
-
Chris Lattner authored
llvm-svn: 97490
-
Devang Patel authored
Delete dead testcase. llvm-svn: 97489
-
Ted Kremenek authored
llvm-svn: 97488
-
Devang Patel authored
llvm-svn: 97487
-
Chris Lattner authored
llvm-svn: 97486
-
Chris Lattner authored
llvm-svn: 97485
-
Chris Lattner authored
llvm-svn: 97484
-
Chris Lattner authored
tantalyzing enough that people keep trying to use it. llvm-svn: 97483
-
Ted Kremenek authored
Fixes <rdar://problem/7700339>. llvm-svn: 97482
-
Johnny Chen authored
bit should be set to 0 instead of 1. llvm-svn: 97481
-
Devang Patel authored
Remove this test because it checks wheter optimizer handled @llvm.dbg.global_variable appropriately or not. LLVM does not use this scheme to encode debug info for global variables any more. llvm-svn: 97480
-
John McCall authored
llvm-svn: 97479
-
Douglas Gregor authored
llvm-svn: 97478
-
Devang Patel authored
Remove test to check bugfix in handing debug info for global variables using intrinsics. Now, debug info for global variable is encoded using metadata. The old code path is now history and there is no need to have a test to check a bug fix in old code path. llvm-svn: 97477
-
Chris Lattner authored
with a release-asserts build on x86-64-darwin10: LLC Size: Old: 15,426,852 New: 12,759,140 (down 2.7M) LLI Size: Old: 9,926,876 New: 8,864,292 (down 1.1M) X86ISelDAGToDAG.o size: Old: 1,401,232 New: 162,868 (down 1.3M) Time to build X86ISelDAGToDAG.o: Old: 67.147u 2.060s 1:09.78 New: 4.234u 0.387s 0:04.77 llvm-svn: 97475
-
Devang Patel authored
llvm-svn: 97474
-
Devang Patel authored
llvm-svn: 97473
-
Torok Edwin authored
llvm-svn: 97472
-
Douglas Gregor authored
enumeration constants get placed into the local instantiation hash table. Fixes PR6375. llvm-svn: 97471
-
Torok Edwin authored
isel (defaults it to generate comments). This reduces the size of the generated source file. llvm-svn: 97470
-
Chris Lattner authored
OPC_SwitchOpcode to use a table lookup instead of having to go through the interpreter for this. llvm-svn: 97469
-
Devang Patel authored
These two tests check whether oprimizer safely ignores @llvm.dbg.stoppoint intrinsic or not. This intrinsic is not used anymore. llvm-svn: 97468
-
John McCall authored
an APInt. llvm-svn: 97467
-
Devang Patel authored
This test checks whether LICM ignores @llvm.dbg.stoppoint intrinsics appropriately or not. Now, llvm does not use this intrinsic. Remove this test. llvm-svn: 97466
-
Devang Patel authored
llvm-svn: 97465
-
Devang Patel authored
Remove this generic debug info intrinsic test. LLVM does not use this llvm.dbg.stoppoint intrinsic anymore. There are tests to check new implementation, which attaches location information directly with an instruction using metadata. llvm-svn: 97464
-
Douglas Gregor authored
template definition. Do this both by being more tolerant of errors in our asserts and by not dropping a variable declaration completely when its initializer is ill-formed. Fixes the crash-on-invalid in PR6375, but not the original issue. llvm-svn: 97463
-
John McCall authored
signal an error. This can happen even when the current token is '::' if this is a ::new or ::delete expression. This was an oversight in my recent parser refactor; fixes PR 5825. llvm-svn: 97462
-
Dan Gohman authored
by Micah Villmow for PR6335. llvm-svn: 97461
-
Dan Gohman authored
llvm-svn: 97460
-
Dan Gohman authored
llvm-svn: 97459
-
Dan Gohman authored
llvm-svn: 97458
-
Dan Gohman authored
llvm-svn: 97457
-
Dan Gohman authored
llvm-svn: 97456
-
Dan Gohman authored
llvm-svn: 97455
-