My attempt at fixing the leak reported by the valgrind buildbots. Valgrind will
[oota-llvm.git] / lib / Target /
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-26 Akira HatanakaUse MachineFrameInfo::hasCalls instead of MipsFunctionI...
2011-05-26 Rafael EspindolaFix some dwarf register numbers.
2011-05-26 Akira HatanakaAdd support for C++ exception handling.
2011-05-26 Eric ChristopherReorganize these slightly according to operand type.
2011-05-26 Akira HatanakaSet HasSetDirective to true.
2011-05-26 Stuart HastingsReverting 132105: it broke some LLVM-GCC DejaGNU tests.
2011-05-26 Cameron ZwarichMark tBX as an indirect branch rather than a return.
2011-05-26 Stuart HastingsCorrectly handle a one-word struct passed byval on...
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
2011-05-25 Akira HatanakaDefine WeakRefDirective.
2011-05-25 Cameron ZwarichConvert tBX_CALL / tBXr9_CALL to actual pseudoinstructions.
2011-05-25 Eric ChristopherClean up comment a bit.
2011-05-25 Eric ChristopherImplement the 'm' modifier. Note that it only works...
2011-05-25 Akira HatanakaRemove MipsTargetLowering::LowerFP_TO_SINT. Patterns...
2011-05-25 Akira HatanakaCustom-lower FCOPYSIGN nodes.
2011-05-25 Eli FriedmanPrepare ARMFastISel::SelectSIToFP for getRegForValue...
2011-05-25 Akira HatanakaUpdate MaxCallFrameSize regardless of the relocation...
2011-05-25 Akira HatanakaChange initial value of MaxCallFrameSize. MipsFI::getMa...
2011-05-25 Akira HatanakaCoding style fixes. Added comments.
2011-05-25 Francois PichetRemove unused OpcodeMask enumerator.
2011-05-25 Francois PichetFix MSVC warning: "is out of range for enum constant"
2011-05-25 Cameron ZwarichRestore an accidentally removed comment.
2011-05-25 Cameron ZwarichMove some code to a more logical place.
2011-05-25 Cameron ZwarichMake tTAILJMPr/tTAILJMPrND emit a tBX without a precedi...
2011-05-25 Cameron ZwarichChange the order of tBX's operands so that the predicat...
2011-05-25 Cameron ZwarichRename tBX_Rm to tBX.
2011-05-25 Cameron ZwarichRename the existing tBX/tBXr9 instructions to tBX_CALL...
2011-05-25 Rafael EspindolaReplace the -unwind-tables option with a per function...
2011-05-25 Akira HatanakaFix lowering of DYNAMIC_STACKALLOC nodes.
2011-05-25 Bruno Cardoso LopesFix PR9762
2011-05-24 Eric ChristopherImplement the arm 'L' asm modifier.
2011-05-24 Eric ChristopherImplement the immediate part of the 'B' modifier.
2011-05-24 Eric ChristopherAdd more unimplemented asm modifiers and some documenta...
2011-05-24 Eric ChristopherAdd support for the arm 'y' asm modifier.
2011-05-24 Akira HatanakaEnable printing of immediates that do not fit in 16...
2011-05-24 Akira HatanakaImplement byval structure argument passing. The followi...
2011-05-24 Devang PatelRemove dead code.
2011-05-24 Charles DavisAdd a method to TargetRegisterInfo to get the register...
2011-05-24 Evan Cheng- Teach SelectionDAG::isKnownNeverZero to return true...
2011-05-24 Akira HatanakaSimplify offset calculation of stack frame objects...
2011-05-23 Akira HatanakaExpand f64 FPOW.
2011-05-23 Akira HatanakaAdd pattern for double-to-integer conversion. Patch...
2011-05-23 Akira HatanakaFixes related to coding style.
2011-05-23 Akira HatanakaFix MipsAsmPrinter::printSavedRegsBitmaskChange. Remove...
2011-05-23 Chris Lattnerclarify this, apparently it is confusing :)
2011-05-23 Akira HatanakaChange StackDirection from StackGrowsUp to StackGrowsDown.
2011-05-23 Cameron ZwarichFix <rdar://problem/9476260> by having tail calls alway...
2011-05-22 Chris Lattneradd a missing alias to make us more bug compatible...
2011-05-22 Renato GolinRTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif...
2011-05-22 Chris Lattneradd a note.
2011-05-22 Johnny ChenFix Bug 9386 - ARM disassembler failed to disassemble...
2011-05-22 Chris Lattnermove PR9408 here.
2011-05-21 Chris Lattneradd a copy ctor to TargetLibraryInfo.
2011-05-21 Benjamin KramerX86: smulo -> add is now done target-independently...
2011-05-21 Cameron ZwarichFix PR9978 by adding RIP to GR64_TC so it can be used...
2011-05-21 Akira HatanakaUse the correct register to access stack frame objects.
2011-05-21 Akira HatanakaInsert instructions that copy $sp to or from $fp at...
2011-05-20 Akira HatanakaChange the order fixed objects are created in MipsTarge...
2011-05-20 Eli FriedmanAdd fast-isel support for byval calls on x86.
2011-05-20 Akira HatanakaIn CC_MipsO32, allocate a stack space regardless of...
2011-05-20 Akira HatanakaDefine functions that get/set maximum call frame size.
2011-05-20 Rafael Espindolaadds some attributes to attribute section when cpu...
2011-05-20 Rafael Espindolafixes target address tBL and tBLX and sets relocation...
2011-05-20 Stuart HastingsRe-commit 131641 with fixes; de-pseudoize MOVSX16rr8...
2011-05-20 Akira HatanakaMake $fp and $ra callee-saved registers and let PrologE...
2011-05-20 Evan ChengRevert accidental commit.
2011-05-20 Benjamin KramerRename the "sandybridge" subtarget to "corei7-avx"...
2011-05-20 Benjamin KramerRemove noisy semicolons.
2011-05-20 Akira HatanakaFix bug in which nodes that write to argument registers...
2011-05-20 Akira HatanakaRemove code that creates unnecessary frame objects.
2011-05-20 Akira HatanakaDefine variables and functions in MipsFunctionInfo.
2011-05-20 Chad RosierDon't attempt to tail call optimize for Win64.
2011-05-20 Evan ChengRevert r131664 and fix it in instcombine instead. rdar...
2011-05-19 Eli FriedmanAdd fast-isel support for zeroext and signext ret instr...
2011-05-19 Eric ChristopherOddly people want to use the 'r' constraint for fp...
2011-05-19 Jason W KimThis fixes one divergence between LLVM and binutils...
2011-05-19 Rafael EspindolaADD64ri32 sign extends its argument, so we need to...
2011-05-19 Akira HatanakaAlign i64 arguments to 64 bit boundaries.
2011-05-19 Evan Chengcrc32 with 64-bit output zeros upper 32-bits. rdar...
2011-05-19 Akira HatanakaIncrease number of available registers when target...
2011-05-19 Akira HatanakaSimplify CC_MipsO32 and merge it with CC_MipsO32_VarArg...
2011-05-19 Stuart HastingsReverting 131641 to investigate 'bot complaint.
2011-05-19 Jim Grosbach80 columns.
2011-05-19 Akira HatanakaFix data layout string. i64 is aligned to 64 bit bounda...
2011-05-19 Stuart HastingsRevise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no...
2011-05-19 Cameron ZwarichUse the correct register class for Cell varargs spillin...
2011-05-19 Mon P WangFixed sdiv and udiv for <4 x i16>. The test from r1254...
2011-05-19 Cameron ZwarichMake CodeGen/PowerPC/2007-09-11-RegCoalescerAssert...
2011-05-19 Cameron ZwarichFix PR8828 by removing the explicit def in MovePCToLR...
2011-05-19 Cameron ZwarichReuse the TargetInstrDesc.
2011-05-19 Cameron ZwarichCorrectly constrain a register class when computing...
2011-05-18 Eli FriedmanRevert unintentional commit.
2011-05-18 Eli FriedmanMore instcombine simplifications towards better debug...
2011-05-18 Cameron ZwarichAdd missing mayLoad / mayStore flags to instruction...
2011-05-18 Cameron ZwarichReserve the segment registers on x86 to fix verifier...
2011-05-18 Cameron ZwarichReserve r29 on Alpha. This fixes all verifier failures...
2011-05-18 Tanya LattnerHandle perfect shuffle case that generates a vrev for...
2011-05-18 Cameron ZwarichFix more of PR8825. Now all of CodeGen/ARM passes with...
2011-05-18 Johnny ChenDisassembly of tBcc was wrongly adding 4 to the SignExt...
next