oota-llvm.git
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...
2011-05-24 Evan Cheng- Teach SelectionDAG::isKnownNeverZero to return true...
2011-05-24 Evan ChengRemove dead option.
2011-05-24 Andrew TrickFileCheck-ize a couple of IV unit tests.
2011-05-24 Rafael EspindolaFix cmake dependencies.
2011-05-24 Akira HatanakaSimplify offset calculation of stack frame objects...
2011-05-24 Devang PatelFix debug info for blocks' variable.
2011-05-24 Andrew TrickTest case for r130799 - indvars: Added canExpandBackEdg...
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 GohmanDocument llvm.exp and llvm.pow.
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 PatelTest case for r131908.
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 Duncan SandsThe dragonegg option to disable LLVM optimizations...
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 Bill WendlingUse a more efficient data structure for the "operand...
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...
next