summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* include/llvm/Config: Reorder LLVM_HAS_ATOMICS along config.h.in for consistency.NAKAMURA Takumi2011-09-20
* include/llvm/Config/config.h.cmake: Unbreak CMake build to tweak LLVM_HAS_ATO...NAKAMURA Takumi2011-09-20
* ARM isel bug fix for adds/subs operands.Andrew Trick2011-09-20
* whitespaceAndrew Trick2011-09-20
* Remove empty directories.Benjamin Kramer2011-09-20
* Remove some missed references to dead intrinsics.Bill Wendling2011-09-20
* Update the EH doc to reflect the new EH model.Bill Wendling2011-09-20
* Nuke obsolete test file.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for WFE/WFI/YIELD.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UXTAB/UXTAB16/UXTH/UXTB/UXTB16/UXTH.Jim Grosbach2011-09-20
* More llvmc bits. Spotted by Benjamin on IRC.Eric Christopher2011-09-20
* Remove from cmake too.Eric Christopher2011-09-20
* Remove more of llvmc and dependencies.Eric Christopher2011-09-20
* Thumb2 assembly parsing and encoding for USUB8/USUB16.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for USAX.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for USAT16.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for USAT.Jim Grosbach2011-09-20
* Remove incorrect comments. These are not disassmebly only patterns.Jim Grosbach2011-09-20
* Tidy up.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UQSAD8/USADA8.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UQSUB16/UQSUB8.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UQASX/UQSAX.Jim Grosbach2011-09-20
* Thumb2 assembly parsing and encoding for UQADD16/UQADD8.Jim Grosbach2011-09-20
* Remove llvmc from CMake as well.Eric Christopher2011-09-20
* Thumb1 convenience aliases for disassembler round-trip testing. CPS instruction.Jim Grosbach2011-09-20
* Attempt to fix -mtriple=i686-{cygwin|mingw|win32} regressions. Nakamura,Bruno Cardoso Lopes2011-09-20
* Thumb CPS definition is not disassembler only.Jim Grosbach2011-09-20
* Thumb2 range check on CPS mode immediate.Jim Grosbach2011-09-19
* tMOVSr is not allowed in an IT block either.Owen Anderson2011-09-19
* Update to the new EH syntax.Bill Wendling2011-09-19
* CPS instructions are UNPREDICTABLE inside IT blocks.Owen Anderson2011-09-19
* Dramatically reduce this testcase.Bill Wendling2011-09-19
* Tidy up comments.Jim Grosbach2011-09-19
* Fix PR10949. Fix the encoding of VMOVPQIto64rr.Bruno Cardoso Lopes2011-09-19
* Based on the small opt Zvi's patch was trying to achieve, eliminateBruno Cardoso Lopes2011-09-19
* Tidy up a bit.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UMAAL/UMLAL/UMULL.Jim Grosbach2011-09-19
* Revert r140083 and r140084 until buildbots can be fixed.Bill Wendling2011-09-19
* Remove llvmc and assorted build machinery for it.Eric Christopher2011-09-19
* Thumb2 assembly parsing and encoding for UHSUB16/UHSUB8.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UHASX/UHSAX.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UHADD16/UHADD8.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UBFX.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UASX.Jim Grosbach2011-09-19
* Update test to remove the 'unwind' instruction.Bill Wendling2011-09-19
* If we are extracting a basic block that ends in an invoke call, we must alsoBill Wendling2011-09-19
* Fix copy/past-o. Gotta remember that 'modify' step...Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UADD16/UADD8.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for TST.Jim Grosbach2011-09-19
* Thumb2 TBB and TBH instructions are only allowed at the end of IT blocks, not...Owen Anderson2011-09-19