summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove noisy semicolons.Benjamin Kramer2011-05-20
* Fix PR9960 by teaching SimpleRegisterCoalescing::AdjustCopiesBackFrom() to pr...Cameron Zwarich2011-05-20
* indvars: minor cleanup in preparation for sign/zero extend elimination.Andrew Trick2011-05-20
* Fix bug in which nodes that write to argument registers do not get glued with...Akira Hatanaka2011-05-20
* Remove code that creates unnecessary frame objects.Akira Hatanaka2011-05-20
* Define variables and functions in MipsFunctionInfo.Akira Hatanaka2011-05-20
* Don't attempt to tail call optimize for Win64.Chad Rosier2011-05-20
* Revert r131664 and fix it in instcombine instead. rdar://9467055Evan Cheng2011-05-20
* Fix PR9955 by only attaching load memory operands to load instructions andCameron Zwarich2011-05-19
* Add fast-isel support for zeroext and signext ret instructions on x86.Eli Friedman2011-05-19
* Looks like OS X assemblers (including MC) don't likeRafael Espindola2011-05-19
* Misc code refactorings:Rafael Espindola2011-05-19
* Oddly people want to use the 'r' constraint for fp constants on x86.Eric Christopher2011-05-19
* Implement the EndProlog Win64 EH method on the base MCStreamer.Charles Davis2011-05-19
* This fixes one divergence between LLVM and binutils for ARM in theJason W Kim2011-05-19
* Reapply r131605. This time with a fix, which is to use NoFolder.Devang Patel2011-05-19
* ADD64ri32 sign extends its argument, so we need to use a R_X86_64_32S.Rafael Espindola2011-05-19
* Align i64 arguments to 64 bit boundaries.Akira Hatanaka2011-05-19
* Implement the Win64 EH prolog instruction methods on the base MCStreamer.Charles Davis2011-05-19
* crc32 with 64-bit output zeros upper 32-bits. rdar://9467055Evan Cheng2011-05-19
* Update some currently-disabled code, preparing for eventual use.Stuart Hastings2011-05-19
* Increase number of available registers when target is MIPS32.Akira Hatanaka2011-05-19
* Add comment.Evan Cheng2011-05-19
* Simplify CC_MipsO32 and merge it with CC_MipsO32_VarArgs. Patch by Sasa Stank...Akira Hatanaka2011-05-19
* Reapply 131644 including the missing header changes:Joerg Sonnenberger2011-05-19
* Reverting 131641 to investigate 'bot complaint.Stuart Hastings2011-05-19
* Revert r131644; it's breaking the build.Eli Friedman2011-05-19
* Turns out GAS does have Win64 EH directives. (It also supports WinCE EH.) MakeCharles Davis2011-05-19
* 80 columns.Jim Grosbach2011-05-19
* Introduce -fatal-assembler-warnings for the obvious purposeJoerg Sonnenberger2011-05-19
* Fix data layout string. i64 is aligned to 64 bit boundaries.Akira Hatanaka2011-05-19
* Revise MOVSX16rr8/MOVZX16rr8 (and rm variants) to no longer beStuart Hastings2011-05-19
* Use the correct register class for Cell varargs spilling. This fixes all of theCameron Zwarich2011-05-19
* Fixed sdiv and udiv for <4 x i16>. The test from r125402 still applies for t...Mon P Wang2011-05-19
* Implement the StartChained and EndChained Win64 EH methods on MCStreamer.Charles Davis2011-05-19
* Make CodeGen/PowerPC/2007-09-11-RegCoalescerAssert.ll pass with the verifier.Cameron Zwarich2011-05-19
* Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointlessCameron Zwarich2011-05-19
* Reuse the TargetInstrDesc.Cameron Zwarich2011-05-19
* Implement the StartProc and EndProc Win64 EH methods on the base MCStreamer.Charles Davis2011-05-19
* revert 131605 to fix PR9946.Rafael Espindola2011-05-19
* Correctly constrain a register class when computing frame offsets, as the Thumb2Cameron Zwarich2011-05-19
* Revert r128961 because it didn't include a test and causes the verifier to failCameron Zwarich2011-05-19
* Make the demanded bits/elements optimizations preserve debug line information.Eli Friedman2011-05-19
* Avoid a Twine that referenced a tmp (which proceded to go out of scope beforeJim Grosbach2011-05-19
* Use IRBuilder.Devang Patel2011-05-19
* Use IRBuilder while simplifying unreachable.Devang Patel2011-05-19
* Revert my previous patch. The cmake build had already been fixed.Rafael Espindola2011-05-19
* Use IRBuilder while simplifying conditional branch.Devang Patel2011-05-18
* More instcombine cleanup, towards improving debug line info.Eli Friedman2011-05-18
* Restore sanity to 131601.Jim Grosbach2011-05-18