- Mar 16, 2010
-
-
Devang Patel authored
llvm-svn: 98675
-
Daniel Dunbar authored
llvm-svn: 98662
-
Chris Lattner authored
llvm-svn: 98656
-
Bill Wendling authored
llvm-svn: 98604
-
Bill Wendling authored
"used outside of the block". If the block ends in a return, then it won't be used outside of it. llvm-svn: 98599
-
Chris Lattner authored
to LLVM IR changes with addr label weirdness. In the testcase, we generate references to the two bb's when codegen'ing the first function: _test1: ## @test1 leaq Ltmp0(%rip), %rax .. leaq Ltmp1(%rip), %rax Then continue to codegen the second function where the blocks get merged. We're now smart enough to emit both labels, producing this code: _test_fun: ## @test_fun ## BB#0: ## %entry Ltmp1: ## Block address taken Ltmp0: ## BB#1: ## %ret movl $-1, %eax ret Rejoice. llvm-svn: 98595
-
- Mar 15, 2010
-
-
Bill Wendling authored
section, remove the target-specific code that performs this. llvm-svn: 98580
-
Chris Lattner authored
label is generated, but then the block is deleted. Since the value is undefined, we just emit the label right after the entry label of the function. It might matter that the label is in the same section as the function was afterall. llvm-svn: 98579
-
Chris Lattner authored
llvm-svn: 98577
-
Devang Patel authored
This is a work in progress. Patch by Dale Johannesen! llvm-svn: 98568
-
Chris Lattner authored
function, then the BB is RAUW'd before the definition is emitted. There are still two cases not being handled, but this should improve us back to the situation before I touched anything. llvm-svn: 98566
-
Chris Lattner authored
llvm-svn: 98558
-
Devang Patel authored
This is a work in progress. llvm-svn: 98556
-
Chris Lattner authored
llvm-svn: 98550
-
Chris Lattner authored
llvm-svn: 98548
-
Chris Lattner authored
not all unary nodes necessarily have a simple result type. llvm-svn: 98547
-
Chris Lattner authored
MCSectionMachO is already fine (yay for fixed size arrays?), MCSectionCOFF still leaks. llvm-svn: 98537
-
Chris Lattner authored
llvm-svn: 98526
-
- Mar 14, 2010
-
-
Benjamin Kramer authored
llvm-svn: 98519
-
Duncan Sands authored
with ppc_f128 type by having the type legalizer turn these back into a call to copysignl. llvm-svn: 98514
-
Evan Cheng authored
llvm-svn: 98513
-
Chris Lattner authored
fixing PR6607 llvm-svn: 98512
-
Chris Lattner authored
no functionality change. llvm-svn: 98511
-
Chris Lattner authored
llvm-svn: 98509
-
Anton Korobeynikov authored
llvm-svn: 98501
-
Anton Korobeynikov authored
llvm-svn: 98500
-
Chris Lattner authored
label instead of trying to form one based on the BB name (which causes collisions if the name is empty). This fixes PR6608 llvm-svn: 98495
-
Chris Lattner authored
to get unique assembler temporary labels. llvm-svn: 98489
-
Chris Lattner authored
llvm-svn: 98485
-
Chris Lattner authored
llvm-svn: 98484
-
Chris Lattner authored
llvm-svn: 98483
-
Chris Lattner authored
contain an MCSymbol instead of a label index. llvm-svn: 98482
-
Chris Lattner authored
with an MCSymbol instead of an immediate. llvm-svn: 98481
-
Chris Lattner authored
llvm-svn: 98477
-
Chris Lattner authored
not from MMI. llvm-svn: 98475
-
Chris Lattner authored
llvm-svn: 98474
-
Chris Lattner authored
llvm-svn: 98471
-
Chris Lattner authored
llvm-svn: 98470
-
Chris Lattner authored
an MCSymbol. Make the EH_LABEL MachineInstr hold its label with an MCSymbol instead of ID. Fix a bug in MMI.cpp which would return labels named "Label4" instead of "label4". llvm-svn: 98463
-
Chris Lattner authored
them with a counter. llvm-svn: 98462
-