oota-llvm.git
2011-05-27 Charles DavisAssorted fixes for Win64 EH unwind info emission:
2011-05-27 Rafael EspindolaRemove dwarf numbers from subregs. We should use DW_OP_...
2011-05-27 Benjamin KramerInstCombine: Make switch folding with equality compares...
2011-05-27 Cameron ZwarichFix PR10029 - VerifyCoalescing failure on patterns_dfa...
2011-05-27 Charles DavisAdd a test for Win64 EH unwind information emission.
2011-05-27 Eric ChristopherMake the branch encoding for tBcc more obvious that...
2011-05-27 Eric ChristopherFix comment.
2011-05-27 Charles DavisStart keeping track of where the various unwind instruc...
2011-05-27 Charles DavisAdd missing break statements. Align UNWIND_INFO and...
2011-05-27 Charles DavisMy attempt at fixing the leak reported by the valgrind...
2011-05-27 Charles DavisFix inverted conditional in SaveReg and SaveXMM. Err...
2011-05-27 Eli FriedmanOne more debug line number miss in instcombine (althoug...
2011-05-27 Dan GohmanFix copy+pastos.
2011-05-27 Eli FriedmanFinal step of instcombine debuginfo; switch a couple...
2011-05-26 Chandler CarruthFix warning about || and && without explicit grouping.
2011-05-26 Devang PatelDo not insert anything after terminator.
2011-05-26 Chad RosierRenamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn...
2011-05-26 Eric ChristopherComment cleanup.
2011-05-26 Devang PatelDo not move DBG_VALUE in middle of PHI nodes.
2011-05-26 Devang PatelIf llvm.dbg.value and the value instruction it refers...
2011-05-26 Devang PatelAdd comment.
2011-05-26 Devang PatelDuring branch folding avoid inserting redundant DBG_VAL...
2011-05-26 Akira HatanakaUse MachineFrameInfo::hasCalls instead of MipsFunctionI...
2011-05-26 Rafael EspindolaFix some dwarf register numbers.
2011-05-26 Galina KistanovaMake few ExecutionEngine tests XFAIL for ARM, since...
2011-05-26 Rafael EspindolaFix LTO builds with xcode 4.
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 Eli FriedmanFix test on Windows.
2011-05-26 Charles DavisRevert r132111. I built Release (without Asserts),...
2011-05-26 Charles DavisFix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big...
2011-05-26 Charles DavisAlign Win64 EH Table sections to 4 bytes.
2011-05-26 Charles DavisAdd a test for the chained directives that I forgot...
2011-05-26 Francois PichetFix MSVC warning regarding mkdir function usage.
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 Charles DavisTest .seh_startchained and .seh_endchained parsing.
2011-05-26 Stuart HastingsCorrectly handle a one-word struct passed byval on...
2011-05-26 Andrew Trickindvars: incremental fixes for -disable-iv-rewrite...
2011-05-25 Jakob Stoklund... Add a RAGreedy::canEvict function.
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
2011-05-25 Akira HatanakaDefine WeakRefDirective.
2011-05-25 Eli FriedmanPR9998: ashr exact %x, 31 is not equivalent to sdiv...
2011-05-25 Devang PatelRemove unused statistical counter.
2011-05-25 Cameron ZwarichConvert tBX_CALL / tBXr9_CALL to actual pseudoinstructions.
2011-05-25 Charles DavisAdd tests for .seh_setframe and .seh_handlerdata parsin...
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 Evan ChengSimplify r132022 based on Cameron's feedback.
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 3 MSVC warnings:
2011-05-25 Francois PichetFix MSVC warning: "is out of range for enum constant"
2011-05-25 Rafael EspindolaFix some issues Duncan found in the previous commit.
2011-05-25 Frits van BommelFix warning in the CMake build about redefining LLVM_PA...
2011-05-25 Argyrios Kyrtzidis[tablegen] A couple of changes to ClangDiagnosticEmmitter.
2011-05-25 Charles DavisAdd tests for .seh_savereg and .seh_savexmm parsing...
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 Andrew Trickindvars: fixed IV cloning in -disable-iv-rewrite mode...
2011-05-25 Charles DavisAdd a test for .seh_pushframe parsing. Fix the bug...
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 Charles DavisAdd a test for the .seh_handler directive. Fix problems...
2011-05-25 Bruno Cardoso... Fix PR9762
2011-05-24 Evan ChengForgot dyn_cast check.
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 Evan ChengFix LoopUnswitch bug. RewriteLoopBodyWithConditionConst...
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 Dan GohmanUpdate documentation: -basicaa does chaining these...
2011-05-24 Akira HatanakaTest case for r132003.
2011-05-24 Charles DavisTest basic SEH directive-parsing functionality. Fix...
2011-05-24 Akira HatanakaEnable printing of immediates that do not fit in 16...
2011-05-24 Eli FriedmanChange condition for determining whether a function...
2011-05-24 Charles DavisImplement the rest of the SEH directive-parsing methods...
2011-05-24 Akira HatanakaFix test case.
2011-05-24 Akira HatanakaRevision 131986 test case.
2011-05-24 Akira HatanakaImplement byval structure argument passing. The followi...
2011-05-24 Eli FriedmanMake instcombine O(N) instead of O(N^2) in code where...
2011-05-24 Devang PatelRemove dead code.
2011-05-24 Cameron ZwarichFix "make check" in Release by removing debug-only...
2011-05-24 Dan GohmanMake DecomposeGEPExpression check SimplifyInstruction...
2011-05-24 Charles DavisAdd a method to TargetRegisterInfo to get the register...
2011-05-24 Cameron ZwarichClean up the lazy initialization of DIBuilder a bit.
2011-05-24 Jakob Stoklund... Work around code generation bug in Visual Studio 2010.
2011-05-24 Cameron ZwarichMake LoadAndStorePromoter preserve debug info and creat...
2011-05-24 Rafael EspindolaExplain FIXME.
2011-05-24 Rafael EspindolaFix the defaults for .eh_frame. We were marking it...
next