summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add --enable-docs. Patch by NAKAMURA Takumi.Rafael Espindola2010-11-12
* When the definition of an address value is in a different blockDan Gohman2010-11-12
* accept lret as an alias for lretl, fixing the reopened part of PR8592Chris Lattner2010-11-12
* Remove what looks like dead code in the production of debug lines.Rafael Espindola2010-11-12
* typo (4th checkin for one fix)Andrew Trick2010-11-12
* Emacs auto-fill bug.Andrew Trick2010-11-12
* Fill in the default predication bits for ARM unconditional branch.Jim Grosbach2010-11-12
* Test case for PR8287: SD scheduling time. Fixed in r118904.Andrew Trick2010-11-12
* Encoding for ARM LDRSB instructions.Jim Grosbach2010-11-12
* Fixes PR8287: SD scheduling time. The fix is a failsafe that preventsAndrew Trick2010-11-12
* implement PR8592: empirically "lretq" is a "lret" with a rex.w prefix.Chris Lattner2010-11-12
* tidy up.Chris Lattner2010-11-12
* gnu as support both % and @ before types, do the same.Rafael Espindola2010-11-12
* Re-disable TBAA for now; it broke MultiSource/Applications/JM/lencod,Dan Gohman2010-11-12
* Fix memory access lowering on SPU, addingKalle Raiskila2010-11-12
* Fix up a few more spots of addrmode2 (or not) changes that wereEric Christopher2010-11-12
* Enable TBAA.Dan Gohman2010-11-12
* Fix some style issues in PBQP. Patch by David Blaikie.Lang Hames2010-11-12
* Enhance DSE to handle the case where a free call makes more thanDan Gohman2010-11-12
* Filecheckize.Dan Gohman2010-11-12
* Remove possibly useful info from comment, per Chris.Dale Johannesen2010-11-12
* Enable mips32 mul instruction. Patch by Akira Hatanaka <ahatanaka@mips.com>Bruno Cardoso Lopes2010-11-12
* describe the preferred approach to silencing 'unused variable warnings' due t...Chris Lattner2010-11-12
* add operand iterator apis to MachineInstr, patch by ether zhhb.Chris Lattner2010-11-12
* Start of support for binary emit of 16-it Thumb instructions.Jim Grosbach2010-11-11
* Fill out support for Thumb2 encodings of NEON instructions.Owen Anderson2010-11-11
* The BRK instruction in the MicroBlaze is a branch-and-link.Wesley Peck2010-11-11
* DoxygenifyNick Lewycky2010-11-11
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-11
* Fix tblgen instruction errors exposed by MC asm parser testsWesley Peck2010-11-11
* Add correct Thumb2 encodings for NEON vst[1,2,3,4] and vld[1,2,3,4].Owen Anderson2010-11-11
* Don't forget the TBAA info, if available.Dan Gohman2010-11-11
* Factor out Instruction::isSafeToSpeculativelyExecute's code forDan Gohman2010-11-11
* Flesh out tests for Thumb2 encodings of NEON instructions.Owen Anderson2010-11-11
* Delete unneeded ssp attributes.Dan Gohman2010-11-11
* Revert the accidental commit I made reverting the previous commit.Eric Christopher2010-11-11
* Trailing whitespace.Jim Grosbach2010-11-11
* ARM fixup encoding for direct call instructions (BL).Jim Grosbach2010-11-11
* Revert this temporarily.Eric Christopher2010-11-11
* Change the prologue and epilogue to use push/pop for the low ARM registers.Eric Christopher2010-11-11
* Avoid calling alias on non-pointer values.Dan Gohman2010-11-11
* Add support for Thumb2 encodings of NEON data processing instructions, using ...Owen Anderson2010-11-11
* Mark labels declared in tls sections as STT_TLS. This matches the behavior ofRafael Espindola2010-11-11
* Fixed some bugs in MBlaze asm parser that were introduced when removing Ownin...Wesley Peck2010-11-11
* add a noteChris Lattner2010-11-11
* Initial comdat implementation.Rafael Espindola2010-11-11
* TBAA-enable ArgumentPromotion.Dan Gohman2010-11-11
* Add a FIXME comment.Dan Gohman2010-11-11
* Encoding of destination fixup for ARM branch and conditional branchJim Grosbach2010-11-11
* Check TRI->getReservedRegs because other allocators do it. Even thoughAndrew Trick2010-11-11