summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* During branch folding avoid inserting redundant DBG_VALUE machine instructions.Devang Patel2011-05-26
* Use MachineFrameInfo::hasCalls instead of MipsFunctionInfo::hasCall to check ifAkira Hatanaka2011-05-26
* Fix some dwarf register numbers.Rafael Espindola2011-05-26
* Fix LTO builds with xcode 4.Rafael Espindola2011-05-26
* Add support for C++ exception handling.Akira Hatanaka2011-05-26
* Reorganize these slightly according to operand type.Eric Christopher2011-05-26
* Set HasSetDirective to true.Akira Hatanaka2011-05-26
* Revert r132111. I built Release (without Asserts), so I didn't know about theCharles Davis2011-05-26
* Align Win64 EH Table sections to 4 bytes.Charles Davis2011-05-26
* Reverting 132105: it broke some LLVM-GCC DejaGNU tests.Stuart Hastings2011-05-26
* Mark tBX as an indirect branch rather than a return.Cameron Zwarich2011-05-26
* Test .seh_startchained and .seh_endchained parsing.Charles Davis2011-05-26
* Correctly handle a one-word struct passed byval on x86_64.Stuart Hastings2011-05-26
* indvars: incremental fixes for -disable-iv-rewrite and testcases.Andrew Trick2011-05-26
* Add a RAGreedy::canEvict function.Jakob Stoklund Olesen2011-05-25
* Rewrite fast-isel integer cast handling to handle more cases, and to be simpl...Eli Friedman2011-05-25
* Define WeakRefDirective.Akira Hatanaka2011-05-25
* PR9998: ashr exact %x, 31 is not equivalent to sdiv exact %x, -2147483648.Eli Friedman2011-05-25
* Remove unused statistical counter.Devang Patel2011-05-25
* Convert tBX_CALL / tBXr9_CALL to actual pseudoinstructions.Cameron Zwarich2011-05-25
* Add tests for .seh_setframe and .seh_handlerdata parsing. Fix issues withCharles Davis2011-05-25
* Clean up comment a bit.Eric Christopher2011-05-25
* Implement the 'm' modifier. Note that it only works for memory operands.Eric Christopher2011-05-25
* Remove MipsTargetLowering::LowerFP_TO_SINT. Patterns for fp_to_sint have alreadyAkira Hatanaka2011-05-25
* Custom-lower FCOPYSIGN nodes.Akira Hatanaka2011-05-25
* Prepare ARMFastISel::SelectSIToFP for getRegForValue returning registers for ...Eli Friedman2011-05-25
* Simplify r132022 based on Cameron's feedback.Evan Cheng2011-05-25
* Update MaxCallFrameSize regardless of the relocation model selected.Akira Hatanaka2011-05-25
* Change initial value of MaxCallFrameSize. MipsFI::getMaxCallFrameSize() shouldAkira Hatanaka2011-05-25
* Coding style fixes. Added comments.Akira Hatanaka2011-05-25
* Remove unused OpcodeMask enumerator.Francois Pichet2011-05-25
* Fix MSVC warning: "is out of range for enum constant" Francois Pichet2011-05-25
* Add tests for .seh_savereg and .seh_savexmm parsing. Once again, fix theCharles Davis2011-05-25
* Restore an accidentally removed comment.Cameron Zwarich2011-05-25
* Move some code to a more logical place.Cameron Zwarich2011-05-25
* Make tTAILJMPr/tTAILJMPrND emit a tBX without a preceding MOV of PC to LR. ThisCameron Zwarich2011-05-25
* Change the order of tBX's operands so that the predicate operands come after theCameron Zwarich2011-05-25
* Rename tBX_Rm to tBX.Cameron Zwarich2011-05-25
* Rename the existing tBX/tBXr9 instructions to tBX_CALL/tBXr9_CALL to betterCameron Zwarich2011-05-25
* indvars: fixed IV cloning in -disable-iv-rewrite mode with associatedAndrew Trick2011-05-25
* Add a test for .seh_pushframe parsing. Fix the bug exposed by it (and anotherCharles Davis2011-05-25
* Replace the -unwind-tables option with a per function flag. This is moreRafael Espindola2011-05-25
* Fix lowering of DYNAMIC_STACKALLOC nodes.Akira Hatanaka2011-05-25
* Add a test for the .seh_handler directive. Fix problems with the parsingCharles Davis2011-05-25
* Fix PR9762Bruno Cardoso Lopes2011-05-25
* Forgot dyn_cast check.Evan Cheng2011-05-24
* Implement the arm 'L' asm modifier.Eric Christopher2011-05-24
* Implement the immediate part of the 'B' modifier.Eric Christopher2011-05-24
* Fix LoopUnswitch bug. RewriteLoopBodyWithConditionConstant can delete a deadEvan Cheng2011-05-24
* Add more unimplemented asm modifiers and some documentation of what theyEric Christopher2011-05-24