summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix inverted conditional in SaveReg and SaveXMM. Err when the frame pointer isCharles Davis2011-05-27
* One more debug line number miss in instcombine (although the code in question...Eli Friedman2011-05-27
* Fix copy+pastos.Dan Gohman2011-05-27
* Final step of instcombine debuginfo; switch a couple more places over to Inse...Eli Friedman2011-05-27
* Fix warning about || and && without explicit grouping.Chandler Carruth2011-05-26
* Do not insert anything after terminator.Devang Patel2011-05-26
* Renamed llvm.x86.sse42.crc32 intrinsics; crc64 doesn't exist. Chad Rosier2011-05-26
* Comment cleanup.Eric Christopher2011-05-26
* Do not move DBG_VALUE in middle of PHI nodes.Devang Patel2011-05-26
* If llvm.dbg.value and the value instruction it refers to are far apart then i...Devang Patel2011-05-26
* Add comment.Devang Patel2011-05-26
* 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
* Make few ExecutionEngine tests XFAIL for ARM, since ExecutionEngine is broken...Galina Kistanova2011-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
* Fix test on Windows.Eli Friedman2011-05-26
* Revert r132111. I built Release (without Asserts), so I didn't know about theCharles Davis2011-05-26
* Fix definitions of UOP_SaveXMM128, UOP_SaveXMM128Big, and UOP_PushMachFrameCharles Davis2011-05-26
* Align Win64 EH Table sections to 4 bytes.Charles Davis2011-05-26
* Add a test for the chained directives that I forgot last time.Charles Davis2011-05-26
* Fix MSVC warning regarding mkdir function usage.Francois Pichet2011-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 3 MSVC warnings: Francois Pichet2011-05-25
* Fix MSVC warning: "is out of range for enum constant" Francois Pichet2011-05-25
* Fix some issues Duncan found in the previous commit.Rafael Espindola2011-05-25