- Feb 17, 2010
-
-
Jakob Stoklund Olesen authored
llvm-svn: 96496
-
Chris Lattner authored
"Fix and issue in SparcAsmPrinter where multiple identical .LLGETPCHn symbols could be emitted in the same file (it was uniqued by block number, but not by function number). " Patch by Nathan Keynes! llvm-svn: 96495
-
Chris Lattner authored
and add a sparc implementation that knows about delay slots. Patch by Nathan Keynes! llvm-svn: 96492
-
Chris Lattner authored
llvm-svn: 96490
-
Chris Lattner authored
llvm-svn: 96489
-
Chris Lattner authored
llvm-svn: 96488
-
Sanjiv Gupta authored
cloned functions. llvm-svn: 96485
-
Duncan Sands authored
llvm-svn: 96480
-
Duncan Sands authored
cases that are not part of the enum. llvm-svn: 96477
-
Eric Christopher authored
r95605 | dpatel | 2010-02-08 15:27:46 -0800 (Mon, 08 Feb 2010) | 2 lines test case for r95604. Which was the testcase for the patch reverted from llvm-gcc. llvm-svn: 96474
-
Chris Lattner authored
llvm-svn: 96466
-
Sanjiv Gupta authored
with mangled names). llvm-svn: 96465
-
Chris Lattner authored
llvm-svn: 96464
-
Sanjiv Gupta authored
Renamed PIC16FrameOverlay namespace to PIC16OVERLAY. Renamed PIC16FrameOverlay class to PIC16Overlay. llvm-svn: 96463
-
Johnny Chen authored
A8.6.18 BFI - Bitfield insert (Encoding A1) llvm-svn: 96462
-
Chris Lattner authored
tblgen splatted code into the implementation. llvm-svn: 96460
-
Chris Lattner authored
I'd like to eventually rip it out, but for now producing the same selections as the old matcher is more important. llvm-svn: 96458
-
Chris Lattner authored
resolving a fixme. llvm-svn: 96457
-
Chris Lattner authored
reverse engineering what they are. llvm-svn: 96456
-
Anton Korobeynikov authored
Hopefully, this will fix the remaining issues seen there. llvm-svn: 96454
-
Chris Lattner authored
functionality change. llvm-svn: 96453
-
Lang Hames authored
Removed an early out which was causing the PBQP allocator to not compute live-in sets or run the rewriter. llvm-svn: 96450
-
Dan Gohman authored
case where there are loop-invariant instructions somehow left inside the loop, and in a position where they won't dominate the IV increment position. llvm-svn: 96448
-
Devang Patel authored
Before setting scope end marker, pay attention to scope begin marker and existing scope end marker, if any. Scope must begin before it ends and nested inlined scope do not truncate surrounding scope. llvm-svn: 96445
-
Chris Lattner authored
'ischaincompatible' when a pattern has more than one input chain. Need to do some commenting and cleanup now that I understand how this works. llvm-svn: 96443
-
Chris Lattner authored
llvm-svn: 96440
-
Chris Lattner authored
It's not clear why this is really required, but it was explicitly added in r48808 with no real explanation or rdar #. llvm-svn: 96438
-
Chris Lattner authored
llvm-svn: 96437
-
Chris Lattner authored
variables. Use the fancy OpNo variable instead of i, which has the right index including chains. llvm-svn: 96436
-
Sanjiv Gupta authored
This pass is supposed to be run on the linked .bc module. It traveses the module call graph twice. Once starting from the main function and marking each reached function as "ML". Again, starting from the ISR and cloning any reachable function that was marked as "ML". After cloning the function, it remaps all the call sites in IL functions to call the cloned functions. Currently only marking is being done. llvm-svn: 96435
-
Dan Gohman authored
llvm-svn: 96434
-
Chris Lattner authored
llvm-svn: 96433
-
Dan Gohman authored
llvm-svn: 96432
-
Dan Gohman authored
llvm-svn: 96429
-
Dan Gohman authored
have overflowed. llvm-svn: 96428
-
Chris Lattner authored
CheckComplexPattern function. Though it is logically const, I don't have the fortitude to clean up all the targets now, and it not being const doesn't block anything. llvm-svn: 96426
-
Chris Lattner authored
llvm-svn: 96422
-
Dan Gohman authored
64 bits, fixing a variety of problems. llvm-svn: 96421
-
Chris Lattner authored
for evaluating complex patterns. Some cleanup has to happen before this can be used though. llvm-svn: 96419
-
Bob Wilson authored
indentation. No functional changes. llvm-svn: 96418
-