Align Win64 EH Table sections to 4 bytes.
[oota-llvm.git] / lib /
2011-05-26 Charles DavisAlign Win64 EH Table sections to 4 bytes.
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 OlesenAdd 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 MSVC warning: "is out of range for enum constant"
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 LopesFix 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 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 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 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 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...
2011-05-24 Evan Cheng- Teach SelectionDAG::isKnownNeverZero to return true...
2011-05-24 Akira HatanakaSimplify offset calculation of stack frame objects...
2011-05-24 Devang PatelFix debug info for blocks' variable.
2011-05-23 Devang PatelRemove unnecessary comment.
2011-05-23 Akira HatanakaExpand f64 FPOW.
2011-05-23 Akira HatanakaAdd pattern for double-to-integer conversion. Patch...
2011-05-23 Devang PatelRevert 121907 (it causes llc crash) and apply original...
2011-05-23 Akira HatanakaFixes related to coding style.
2011-05-23 Dan GohmanWhen checking for signed multiplication overflow, watch...
2011-05-23 Jim GrosbachPropagate error correctly in the MC Asm parser for...
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 Devang PatelPreserve debug info during iSel by keeping DanglingDebu...
2011-05-23 Devang PatelWhile replacing all uses of a SDValue with another...
2011-05-23 Devang PatelClear list of instructions without DebugLoc.
2011-05-23 Charles DavisImplement .seh_stackalloc and .seh_pushframe parsing.
2011-05-23 Chris Lattnerfix a really nasty basicaa mod/ref calculation bug...
2011-05-23 Cameron ZwarichFix <rdar://problem/9476260> by having tail calls alway...
2011-05-23 Chris Lattnerrearrange two transforms, since one subsumes the other...
2011-05-23 Chris LattnerTransform any logical shift of a power of two into...
2011-05-23 Chris Lattneruse the valuetracking isPowerOfTwo function, which...
2011-05-23 Chris LattnerTeach valuetracking that byval arguments with a specifi...
2011-05-22 Chris Lattneradd a helper method to get the byval alignment of an...
2011-05-22 Chris LattnerEliminate some temporary variables, and don't call...
2011-05-22 Chris Lattneradd a missing alias to make us more bug compatible...
2011-05-22 Chris Lattnerimplement PR9315, constant folding exp2 in terms of...
2011-05-22 Renato GolinRTABI chapter 4.3.4 specifies __eabi_mem* calls. Specif...
2011-05-22 Charles DavisAdd methods to parse the SEH directives to the COFFAsmP...
2011-05-22 Chris Lattneradd a note.
2011-05-22 Chris Lattneradd some random notes.
2011-05-22 Evan ChengTeach ValueTracking about x86 crc32 intrinsics.
2011-05-22 Chris LattnerCarve out a place in instcombine to put transformations...
2011-05-22 Johnny ChenFix Bug 9386 - ARM disassembler failed to disassemble...
2011-05-22 Chris LattnerFix PR9815: I was trying to get out of "generating...
2011-05-22 Frits van BommelAdd a parameter to ConstantFoldTerminator() that caller...
2011-05-22 Chris Lattnerfix PR9856, an incorrectly conservative assertion:...
2011-05-22 Chris Lattnerfix PR9841 by having GVN not process dead loads. This was
2011-05-22 Chris Lattnerfix a bug for hosts without round, PR8893.
2011-05-22 Chris Lattnermove PR9408 here.
2011-05-22 Nick LewyckyTeach the inliner to emit llvm.lifetime.start/end,...
2011-05-22 Chris Lattnerswitch to using a smallvector to avoid allocations...
2011-05-22 Chris Lattnertidy some things up.
2011-05-22 Charles DavisImplement emission of all Win64 exception tables. Make...
next