summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Thumb1 convenience aliases for disassembler round-trip testing. CPS instruction.Jim Grosbach2011-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
* CPS instructions are UNPREDICTABLE inside IT blocks.Owen Anderson2011-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
* 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
* Thumb2 assembly parsing and encoding for UHASX/UHSAX.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for UASX.Jim Grosbach2011-09-19
* If we are extracting a basic block that ends in an invoke call, we must alsoBill Wendling2011-09-19
* Thumb2 TBB and TBH instructions are only allowed at the end of IT blocks, not...Owen Anderson2011-09-19
* Thumb2 assembly parsing and encoding for TBB/TBH.Jim Grosbach2011-09-19
* Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...Eli Friedman2011-09-19
* Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fixBruno Cardoso Lopes2011-09-19
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-19
* Tidy up a bit.Jim Grosbach2011-09-19
* Thumb2 assembly parsing and encoding for SXTB/SXTB16/SXTH.Jim Grosbach2011-09-19
* Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren'tAkira Hatanaka2011-09-19
* Silence -Wsign-compare warnings from GCC.Benjamin Kramer2011-09-19
* Specify an additional fixed bit in the Thumb2 SSAT encoding to prevent the de...Owen Anderson2011-09-19
* Fix a typo in the bitcode reader in the handling of atomic stores. Reported ...Eli Friedman2011-09-19
* ARM asm parsing should handle pre-indexed writeback w/o immediate.Jim Grosbach2011-09-19
* Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson2011-09-19
* Thumb2 assembly parsing and encoding for SXTAB/SXTAB16/SXTAH.Jim Grosbach2011-09-19
* MCInstrAnalysis: Don't crash on instructions with no operands.Benjamin Kramer2011-09-19
* [indvars] Fix PR10946: SCEV cannot handle Vector IVs.Andrew Trick2011-09-19
* Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!NAKAMURA Takumi2011-09-19
* Fix typos in my prev commit, found by Tobi.Nadav Rotem2011-09-18
* setOperationAction should be done on the return value of the type, not the op...Nadav Rotem2011-09-18
* When promoting integer vectors we often create ext-loads. This patch adds aNadav Rotem2011-09-18
* white space cleanupsNadav Rotem2011-09-18
* Fix typo by changing Lower256IntVETCC to Lower256IntVSETCC.Craig Topper2011-09-18
* Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands2011-09-17
* Describe more AVX 128-bit convert instructions without patterns to haveBruno Cardoso Lopes2011-09-16
* Bitfield mask instructions are unpredictable if the encoded LSB is higher tha...Owen Anderson2011-09-16
* Fix bitfield decoding based on Eli's feedback.Owen Anderson2011-09-16
* Thumb2 assembly parsing and encoding for SUB(immediate).Jim Grosbach2011-09-16
* Thumb2 pre-indexed loads/stores use the restricted GPR set for Rt.Owen Anderson2011-09-16
* Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32).Owen Anderson2011-09-16
* Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.Owen Anderson2011-09-16
* Add mayLoad attribute to AVX convert instructions, since non of themBruno Cardoso Lopes2011-09-16
* Thumb2 assembly parsing and encoding for STR.Jim Grosbach2011-09-16
* Tidy up. 80 columns.Jim Grosbach2011-09-16
* Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson2011-09-16
* Thumb2 assembly parsing and encoding for STR(immediate).Jim Grosbach2011-09-16
* Fix PR10884.Bruno Cardoso Lopes2011-09-16
* Thumb2 assembly parsing and encoding for STMIA.Jim Grosbach2011-09-16