aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Thumb2 assembly parsing and encoding for UHASX/UHSAX.Jim Grosbach2011-09-191-0/+4
* Thumb2 assembly parsing and encoding for UASX.Jim Grosbach2011-09-191-0/+2
* If we are extracting a basic block that ends in an invoke call, we must alsoBill Wendling2011-09-191-1/+8
* Thumb2 TBB and TBH instructions are only allowed at the end of IT blocks, not...Owen Anderson2011-09-191-0/+2
* Thumb2 assembly parsing and encoding for TBB/TBH.Jim Grosbach2011-09-195-4/+82
* Fix an infinite loop where a transform in InstCombiner::visitAnd claims a con...Eli Friedman2011-09-191-21/+22
* Match X86ISD::FSETCCsd and X86ISD::FSETCCss while in AVX mode. This fixBruno Cardoso Lopes2011-09-191-60/+31
* Rename LLVM_MULTITHREADED define and fix build without threads.Eric Christopher2011-09-192-9/+9
* Tidy up a bit.Jim Grosbach2011-09-191-4/+2
* Thumb2 assembly parsing and encoding for SXTB/SXTB16/SXTH.Jim Grosbach2011-09-192-10/+40
* Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren'tAkira Hatanaka2011-09-191-12/+22
* Silence -Wsign-compare warnings from GCC.Benjamin Kramer2011-09-191-2/+2
* Specify an additional fixed bit in the Thumb2 SSAT encoding to prevent the de...Owen Anderson2011-09-191-0/+1
* Fix a typo in the bitcode reader in the handling of atomic stores. Reported ...Eli Friedman2011-09-191-1/+1
* ARM asm parsing should handle pre-indexed writeback w/o immediate.Jim Grosbach2011-09-191-0/+7
* Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson2011-09-191-0/+3
* Thumb2 assembly parsing and encoding for SXTAB/SXTAB16/SXTAH.Jim Grosbach2011-09-191-0/+8
* MCInstrAnalysis: Don't crash on instructions with no operands.Benjamin Kramer2011-09-191-1/+2
* [indvars] Fix PR10946: SCEV cannot handle Vector IVs.Andrew Trick2011-09-191-0/+6
* Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!NAKAMURA Takumi2011-09-191-2/+33
* Fix typos in my prev commit, found by Tobi.Nadav Rotem2011-09-181-2/+2
* setOperationAction should be done on the return value of the type, not the op...Nadav Rotem2011-09-181-1/+1
* When promoting integer vectors we often create ext-loads. This patch adds aNadav Rotem2011-09-181-3/+86
* white space cleanupsNadav Rotem2011-09-181-5/+4
* Fix typo by changing Lower256IntVETCC to Lower256IntVSETCC.Craig Topper2011-09-181-3/+3
* Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands2011-09-171-4/+7
* Describe more AVX 128-bit convert instructions without patterns to haveBruno Cardoso Lopes2011-09-161-4/+15
* Bitfield mask instructions are unpredictable if the encoded LSB is higher tha...Owen Anderson2011-09-161-1/+4
* Fix bitfield decoding based on Eli's feedback.Owen Anderson2011-09-161-4/+3
* Thumb2 assembly parsing and encoding for SUB(immediate).Jim Grosbach2011-09-163-7/+29
* Thumb2 pre-indexed loads/stores use the restricted GPR set for Rt.Owen Anderson2011-09-161-1/+1
* Fix disassembly of Thumb2 BFI instructions with bit range of [0, 32).Owen Anderson2011-09-161-0/+4
* Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.Owen Anderson2011-09-161-0/+1
* Add mayLoad attribute to AVX convert instructions, since non of themBruno Cardoso Lopes2011-09-161-0/+1
* Thumb2 assembly parsing and encoding for STR.Jim Grosbach2011-09-163-21/+74
* Tidy up. 80 columns.Jim Grosbach2011-09-161-6/+12
* Fix disassembly of Thumb2 LDRSH with a #-0 offset.Owen Anderson2011-09-162-2/+7
* Thumb2 assembly parsing and encoding for STR(immediate).Jim Grosbach2011-09-161-0/+16
* Fix PR10884.Bruno Cardoso Lopes2011-09-162-9/+1
* Thumb2 assembly parsing and encoding for STMIA.Jim Grosbach2011-09-162-1/+17
* Thumb2 assembly parsing and encoding for SSAX.Jim Grosbach2011-09-161-0/+2
* Fix a minor bug in fs::create_directories. Patch by Albert Wong.Eli Friedman2011-09-161-1/+1
* Thumb2 assembly parsing and encoding for SSAT.Jim Grosbach2011-09-161-2/+9
* Thumb2 assembly parsing and encoding for SRS.Jim Grosbach2011-09-161-20/+18
* Thumb2 assembly parsing and encoding for SMMULL.Jim Grosbach2011-09-161-3/+3
* Thumb2 assembly parsing and encoding for SMLSLD/SMLSLDX.Jim Grosbach2011-09-161-3/+3
* Thumb2 assembly parsing and encoding for SMLALD/SMLALDX.Jim Grosbach2011-09-161-4/+4
* Kill some dead code.Jim Grosbach2011-09-161-45/+0
* Tidy up a bit.Jim Grosbach2011-09-161-5/+4
* Thumb2 assembly parsing and encoding for SMLAL.Jim Grosbach2011-09-161-3/+4