- Nov 09, 2006
-
-
Evan Cheng authored
llvm-svn: 31583
-
- Nov 08, 2006
-
-
Evan Cheng authored
llvm-svn: 31569
-
Jim Laskey authored
llvm-svn: 31561
-
Jim Laskey authored
llvm-svn: 31549
-
Evan Cheng authored
about whether the new base ptr would be live below the load/store. Let two address pass split it back to non-indexed ops. - Minor tweaks / fixes. llvm-svn: 31544
-
Evan Cheng authored
llvm-svn: 31543
-
Reid Spencer authored
This patch converts the old SHR instruction into two instructions, AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not dependent on the sign of their operands. llvm-svn: 31542
-
Evan Cheng authored
llvm-svn: 31537
-
Chris Lattner authored
LBB1_57: #bb207.i movl 72(%esp), %ecx movb (%ecx,%eax), %cl movl 80(%esp), %edx movb %cl, 1(%edx,%eax) incl %eax cmpl $143, %eax jne LBB1_57 #bb207.i jmp LBB1_64 #cond_next255.i intead of: LBB1_57: #bb207.i movl 72(%esp), %ecx movb (%ecx,%eax), %cl movl 80(%esp), %edx movb %cl, 1(%edx,%eax) incl %eax cmpl $143, %eax je LBB1_64 #cond_next255.i jmp LBB1_57 #bb207.i This eliminates a branch per iteration of the loop. This hurted PPC particularly, because the extra branch meant another dispatch group for each iteration of the loop. llvm-svn: 31530
-
- Nov 07, 2006
-
-
Jim Laskey authored
llvm-svn: 31516
-
Jim Laskey authored
llvm-svn: 31514
-
Jim Laskey authored
llvm-svn: 31512
-
Jim Laskey authored
empty ranges. 2. Reorg how MachineDebugInfo maintains changes to debug labels. 3. Have dwarf writer use debug label info to simplify scopes and source line coorespondence. 4. Revert the merging of compile units until I can get the bugs ironed out. llvm-svn: 31507
-
Chris Lattner authored
by 40%, FreeBench/fourinarow by 20%, and many other programs 10-25%. On PPC, this speeds up fourinarow by 18%, and probably other things as well. llvm-svn: 31504
-
Jim Laskey authored
llvm-svn: 31500
-
Evan Cheng authored
llvm-svn: 31498
-
Chris Lattner authored
X86. If happy, I'll enable this by default. llvm-svn: 31493
-
Reid Spencer authored
llvm-svn: 31492
-
Chris Lattner authored
The low part goes in the first operand of expandop, not the second one. llvm-svn: 31487
-
- Nov 06, 2006
-
-
Evan Cheng authored
llvm-svn: 31478
-
Jim Laskey authored
NOTE: There doesn't seem to be consistency for whether a leading tab is present in a section heading. llvm-svn: 31475
-
Jim Laskey authored
llvm-svn: 31474
-
Evan Cheng authored
llvm-svn: 31473
-
- Nov 05, 2006
-
-
Jeff Cohen authored
llvm-svn: 31464
-
Evan Cheng authored
llvm-svn: 31459
-
Evan Cheng authored
llvm-svn: 31458
-
- Nov 04, 2006
-
-
Jim Laskey authored
their scope are being deleted. Workaround is to widen scope to full function. llvm-svn: 31454
-
Evan Cheng authored
llvm-svn: 31453
-
Evan Cheng authored
there may be other def(s) apart from the use&def two-address operand. We need to check if the register reuse for a use&def operand may conflicts with another def. Provide a mean to recover from the conflict if it is detected when the defs are processed later. llvm-svn: 31439
-
- Nov 03, 2006
-
-
Chris Lattner authored
llvm-svn: 31419
-
Chris Lattner authored
llvm-svn: 31417
-
Evan Cheng authored
llvm-svn: 31414
-
Evan Cheng authored
llvm-svn: 31413
-
Reid Spencer authored
llvm-svn: 31412
-
Evan Cheng authored
llvm-svn: 31410
-
Evan Cheng authored
llvm-svn: 31409
-
Evan Cheng authored
llvm-svn: 31408
-
Chris Lattner authored
llvm-svn: 31397
-
Reid Spencer authored
llvm-svn: 31387
-
- Nov 02, 2006
-
-
Jim Laskey authored
1. Hash not quite right for DIEValues. 2. Not going to use Usage (no significant benefit.) llvm-svn: 31384
-