Directly print to a raw_ostream instead of printing to a buffer first.
[oota-llvm.git] / lib / Target /
2011-06-18 Benjamin KramerRemove unused but set variables.
2011-06-18 Jakob Stoklund OlesenDelete unneeded allocation order override.
2011-06-18 Jakob Stoklund OlesenSwitch ARM to using AltOrders instead of MethodBodies.
2011-06-18 Jakob Stoklund OlesenSwitch x86 to using AltOrders instead of MethodBodies.
2011-06-18 Jakob Stoklund OlesenReserve D16-D13 on subtargets that don't support them.
2011-06-17 Jakob Stoklund OlesenZap the last reference to allocation_order_begin().
2011-06-17 Jakob Stoklund OlesenSI, DI, BP, and SP don't have 8-bit sub-registers in...
2011-06-17 Bill WendlingUse the verbose asm flag instead of a new flag for...
2011-06-17 Evan ChengAdd an alternative rev16 pattern. We should figure...
2011-06-17 Bill WendlingAdd an option that allows one to "decode" the LSDA.
2011-06-17 Roman DivackyFix a few places where 32bit instructions/registerset...
2011-06-17 Justin HolewinskiPTX: Adjust rounding modes
2011-06-17 Jakob Stoklund OlesenAllocate SystemZ callee-saved registers backwards:...
2011-06-17 Cameron ZwarichUpdate an insertion point iterator after replacing...
2011-06-17 Jakob Stoklund OlesenExplicitly invoke ArrayRef constructor to keep gcc...
2011-06-16 Jakob Stoklund OlesenRename TRI::getAllocationOrder() to getRawAllocationOrd...
2011-06-16 Owen AndersonChange the REG_SEQUENCE SDNode to take an explict regis...
2011-06-16 Bruno Cardoso LopesMark ldrexd/strexd w/ volatile memory by default
2011-06-16 Justin HolewinskiPTX: Finish new calling convention implementation
2011-06-16 Justin HolewinskiPTX: Rename register classes for readability and combin...
2011-06-16 Dan GohmanAdd a comment describing why transforming (shl x, 1...
2011-06-16 Justin HolewinskiPTX: Fix whitespace errors
2011-06-16 Bruno Cardoso LopesAdd AVX suport for fpextend.
2011-06-16 Chad RosierRevision r128665 added an optimization to make use...
2011-06-16 Bruno Cardoso LopesSilence warnings in non assert builds. Patch by David...
2011-06-15 Jakob Stoklund OlesenUse set operations instead of plain lists to enumerate...
2011-06-15 John McCallAdd a new function attribute, nonlazybind, which inhibi...
2011-06-15 Jakob Stoklund OlesenRemove custom allocation orders in SystemZ.
2011-06-15 Evan ChengAnother revsh pattern. rdar://9609059
2011-06-15 Roman DivackyMake PPC64CompilationCallback compilable no non-darwin...
2011-06-15 Owen AndersonReplace the statically generated hashtables for checkin...
2011-06-15 Bob WilsonA minor simplification: no functional change.
2011-06-15 Evan ChengPerformBFICombine - (bfi A, (and B, Mask1), Mask2)...
2011-06-14 Tanya LattnerAdd an optimization that looks for a specific pair...
2011-06-14 Anna ZaksAnna's test commit (#2).
2011-06-14 Eli FriedmanPR10136: fix PPCTargetLowering::LowerCall_SVR4 so that...
2011-06-14 Anna ZaksAnna's test commit.
2011-06-14 Evan ChengAlso recognize ARM v4t and v5e variants.
2011-06-14 Bruno Cardoso LopesAdd one more argument to the prefetch intrinsic to...
2011-06-14 Nick LewyckyFit banner in 80-col and adjust whitespace. No function...
2011-06-13 Jim GrosbachClean up a few 80 column violations.
2011-06-13 Jim GrosbachFix coordination for using R4 in Thumb1 as a scratch...
2011-06-13 Benjamin KramerInstCombine: Fold A-b == C --> b == A-C if A and C...
2011-06-12 Rafael EspindolaAnalyzeBranch doesn't change which successors a bb...
2011-06-12 Charles DavisPut FrameSetup flag on x86 instructions that set up...
2011-06-11 Eli FriedmanMake sure to pass OpFlags into MachineInstrBuilder...
2011-06-10 Eli FriedmanAdd full x86 fast-isel support for memcpy and memset.
2011-06-10 Cameron ZwarichProvide an ARMCCState subclass of CCState so that ARM...
2011-06-10 Eli FriedmanPR10092 (second try): Don't crash on a load without...
2011-06-09 Eli FriedmanChris fixed this README a while back by changing how...
2011-06-09 Cameron ZwarichA CCState was being created without setting whether...
2011-06-09 Roman DivackyFix emission of PPC64 assembler on non-darwin platforms...
2011-06-09 Eli FriedmanRevert 132789; it breaks tests. My mistake.
2011-06-09 Eli FriedmanAdd a check to make sure we don't crash with strange...
2011-06-09 Jakob Stoklund OlesenRemove custom allocation order boilerplate that is...
2011-06-09 Eric ChristopherSpeculatively revert 132758 and 132768 to try to fix...
2011-06-09 Duncan SandsEnable printf() to iprintf() optimization for the TCE...
2011-06-09 Akira HatanakaInitial support for inline asm memory operand constraints.
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-06-08 Akira HatanakaFix bug in lowering of DYNAMIC_STACKALLOC nodes. The...
2011-06-08 Akira HatanakaReorganize code in MipsTargetLowering::LowerCall to...
2011-06-07 Akira HatanakaRefactor MipsTargetLowering::EmitInstrWithCustomInserter.
2011-06-07 Akira HatanakaPut back removed line.
2011-06-07 Akira HatanakaCoding style fixes.
2011-06-07 Akira HatanakaUse tabs to separate opcode and operand strings.
2011-06-07 Akira HatanakaAdd comments for wrapper node patterns in MipsInstrInfo.td.
2011-06-07 Akira HatanakaAdd test case for C++ exception handling and fix the...
2011-06-07 Andrew TrickFix for setjmp/longjmp exception handling on ARM. setjm...
2011-06-06 Stuart HastingsFollowup to 132458, omit unnecessary stack copy when...
2011-06-03 Stuart HastingsReapply 132424 with fixes. This fixes PR10068.
2011-06-03 Jakob Stoklund OlesenBlackfin always uses a reserved call frame.
2011-06-03 Eric ChristopherMake the Uv constraint a memory operand. This doesn...
2011-06-03 Roman DivackyFix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
2011-06-03 Eli FriedmanAdd ARM fast-isel support for materializing the address...
2011-06-02 Eric ChristopherHave LowerOperandForConstraint handle multiple characte...
2011-06-02 Jakob Stoklund OlesenFlag unallocatable register classes instead of giving...
2011-06-02 Jakob Stoklund OlesenMake it possible to have unallocatable register classes.
2011-06-02 Tanya LattnerFix encoding for VEXTdf.
2011-06-02 Rafael EspindolaRevert 132424 to fix PR10068.
2011-06-02 Stuart HastingsOmit unnecessary stack copy when x87 input is a load.
2011-06-02 Jakob Stoklund OlesenUse TRI::has{Sub,Super}ClassEq() where possible.
2011-06-02 Rafael EspindolaDon't hardcode the %reg format in the streamer.
2011-06-02 Akira HatanakaDetect FI|cst pattern in MipsDAGToDAGISel::SelectAddr...
2011-06-02 Akira HatanakaCustom-lower FRAMEADDR. Patch by Sasa Stankovic.
2011-06-01 Stuart HastingsRecommit 132404 with fixes. rdar://problem/5993888
2011-06-01 Stuart HastingsRevert 132404 to appease a buildbot. rdar://problem...
2011-06-01 Stuart HastingsAdd support for x86 CMPEQSS and friends. These instruc...
2011-06-01 Jakob Stoklund OlesenFix PR10059 and future variations by handling all regis...
2011-06-01 Stuart HastingsFGETSIGN support for x86, using movmskps/pd. Will...
2011-05-31 Bruno Cardoso LopesFix uninitialized variables and silence warnings
2011-05-31 Richard OsborneFix 80 column violations.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc8.
2011-05-31 Richard OsborneAdd XCore intrinsic for crc32.
2011-05-31 Bruno Cardoso LopesFix ssat and ssat16 encodings for ARM and Thumb. The...
2011-05-31 Bruno Cardoso LopesThis patch implements atomic intrinsics atomic.load...
2011-05-31 Bruno Cardoso LopesThis patch implements the thread local storage. Impleme...
2011-05-30 Rafael EspindolaUse the dwarf->llvm mapping to print register names...
2011-05-30 Rafael EspindolaSplit ppc dwarf regnums into ppc64 and ppc32 flavours.
2011-05-30 Rafael EspindolaIntroduce the DwarfRegAlias class for declaring that...
2011-05-30 Rafael EspindolaMark the 32 bit registers as invalid in 64 bit mode...
next