- Sep 24, 2008
-
-
Devang Patel authored
llvm-svn: 56513
-
Devang Patel authored
Function Notes also. Function notes are stored at index ~0. llvm-svn: 56511
-
Ted Kremenek authored
llvm-svn: 56510
-
Dan Gohman authored
correctly, it's not necessary to explicitly remove registers from their use-def lists. llvm-svn: 56509
-
- Sep 23, 2008
-
-
Dan Gohman authored
object. This will be needed to support debug info. llvm-svn: 56508
-
Daniel Dunbar authored
- readonly and readwrite are mutually exclusive. - assign, copy, and retain are mutually exclusive. - copy and retain are invalid on non-object types. - Warn about using default 'assign' property on object types (attempting to follow gcc behavior). llvm-svn: 56507
-
Dan Gohman authored
efficient implementation possible, but it's pretty simple and good enough for the time being. llvm-svn: 56504
-
-
Chris Lattner authored
llvm-svn: 56502
-
Chris Lattner authored
llvm-svn: 56501
-
Steve Naroff authored
llvm-svn: 56500
-
Steve Naroff authored
Since we don't have DeclGroup's and location information for types, there is some fancy footwork to do this fairly reliably. O.K...it's a kludge. One day, we can use this as motivation to do this more gracefully:-) llvm-svn: 56499
-
Dan Gohman authored
track of the number of live registers, which is all the set was being used for. llvm-svn: 56498
-
Dan Gohman authored
instruction opcodes are now numbered. No functionality change. llvm-svn: 56497
-
Dan Gohman authored
llvm-svn: 56496
-
Dan Gohman authored
llvm-svn: 56495
-
Dan Gohman authored
X86ISelDAGToDAG.cpp and into X86InstrInfo.cpp. This will allow it to be reused by FastISel. llvm-svn: 56494
-
Ted Kremenek authored
llvm-svn: 56493
-
Ted Kremenek authored
Fix PR 2819: Compute dataflow values for all CFG blocks by not relying on having the "Exit" block being reachable by all (or any) of the blocks in the CFG. llvm-svn: 56492
-
Daniel Dunbar authored
- PR2824 llvm-svn: 56491
-
Duncan Sands authored
-callgraph => print-callgraph -callscc => print-callgraph-sccs -cfgscc => print-cfg-sccs -externalfnconstants => print-externalfnconstants -print => print-function -print-alias-sets (no change) -print-callgraph => dot-callgraph -print-cfg => dot-cfg -print-cfg-only => dot-cfg-only -print-dom-info (no change) -printm => print-module -printusedtypes => print-used-types llvm-svn: 56487
-
Matthijs Kooijman authored
llvm-svn: 56486
-
Owen Anderson authored
llvm-svn: 56485
-
Ted Kremenek authored
llvm-svn: 56484
-
Evan Cheng authored
llvm-svn: 56483
-
Daniel Dunbar authored
for type. - PR2817 llvm-svn: 56482
-
Dale Johannesen authored
llvm-svn: 56481
-
Dan Gohman authored
load address has an offset from the base of the constant pool entry. llvm-svn: 56479
-
Dale Johannesen authored
llvm-svn: 56478
-
Devang Patel authored
llvm-svn: 56477
-
Evan Cheng authored
llvm-svn: 56476
-
Evan Cheng authored
llvm-svn: 56475
-
Evan Cheng authored
llvm-svn: 56474
-
- Sep 22, 2008
-
-
Owen Anderson authored
just use LI::MergeValueAsValue, as its behavior in the presence of overlapping ranges isn't what StrongPHIElimination wants. llvm-svn: 56472
-
Dale Johannesen authored
default. llvm-svn: 56471
-
Daniel Dunbar authored
llvm-svn: 56470
-
Evan Cheng authored
llvm-svn: 56469
-
Dale Johannesen authored
llvm-svn: 56468
-
Mikhail Glushenkov authored
llvm-svn: 56467
-
Mikhail Glushenkov authored
llvm-svn: 56466
-