aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make changes to avoid creating nested CALLSEQ_START/END constructs, which aren'tAkira Hatanaka2011-09-191-12/+22
* Nope, there's another one!Benjamin Kramer2011-09-191-1/+1
* Missed one instance of implicit pointer conversion.Benjamin Kramer2011-09-191-1/+1
* Silence -Wsign-compare warnings from GCC.Benjamin Kramer2011-09-191-2/+2
* Try to make MSVC 2010 happy.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-192-2/+2
* ARM asm parsing should handle pre-indexed writeback w/o immediate.Jim Grosbach2011-09-191-0/+7
* Better Error ReportingDavid Greene2011-09-191-0/+4
* X86 has asterisk-free inline asm support now.Jakob Stoklund Olesen2011-09-191-4/+1
* Handle STRT (and friends) like LDRT (and friends) for decoding purposes. Por...Owen Anderson2011-09-192-0/+153
* Thumb2 assembly parsing and encoding for SXTAB/SXTAB16/SXTAH.Jim Grosbach2011-09-192-0/+61
* Add a MachO-specific "mode" to llvm-objdump, that, if enabled, gathers additi...Benjamin Kramer2011-09-196-205/+671
* 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-192-0/+22
* Thumb2 assembly parsing and encoding for SVC.Jim Grosbach2011-09-191-0/+14
* Thumb2 assembly parsing and encoding for SUB(register).Jim Grosbach2011-09-191-1/+13
* Added regression test for bug #10869.Stepan Dyatkovskiy2011-09-191-0/+6
* Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman!NAKAMURA Takumi2011-09-191-2/+33
* Claimed.Jakob Stoklund Olesen2011-09-191-0/+2
* 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-182-1/+13
* Remove obsolete .pod files.Bill Wendling2011-09-182-161/+0
* Fix up the formating and change llvm-gcc to clang.Bill Wendling2011-09-181-25/+32
* Remove mention of llvm-gcc/llvm-g++ from doc.Bill Wendling2011-09-181-27/+36
* When promoting integer vectors we often create ext-loads. This patch adds aNadav Rotem2011-09-182-3/+168
* white space cleanupsNadav Rotem2011-09-181-5/+4
* Fix typo by changing Lower256IntVETCC to Lower256IntVSETCC.Craig Topper2011-09-181-3/+3
* Apply Duncan's test fix from r139986 to the avx version of that test too.Benjamin Kramer2011-09-181-4/+4
* Synthesize x86 max/min instructions also for vectors (i.e. produceDuncan Sands2011-09-173-11/+46
* 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
* Add a testcase for another corner-case decoding.Owen Anderson2011-09-161-0/+2
* Fix bitfield decoding based on Eli's feedback.Owen Anderson2011-09-161-4/+3
* Add ImmutableMapRef and ImmutableSetRef, which consolidate Immutable[Map,Set]...Ted Kremenek2011-09-162-0/+286
* Thumb2 assembly parsing and encoding for SUB(immediate).Jim Grosbach2011-09-164-7/+57
* 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-162-0/+6
* Thumb2 assembly parsing and encoding for STRT.Jim Grosbach2011-09-161-0/+14
* Thumb2 assembly parsing and encoding for LDRHT/STRHT.Jim Grosbach2011-09-161-0/+28
* Thumb2 assembly parsing and encoding for STREX/STREXB/STREXH/STREXD.Jim Grosbach2011-09-161-0/+18
* Thumb2 assembly parsing and encoding for STRD.Jim Grosbach2011-09-161-0/+18
* Simplify comment. There's no Thumb LDRD(register) encoding. That's ARM only.Jim Grosbach2011-09-161-1/+1
* Add fixed bits to correctly distinguish Thumb2 SSAT/SSAT16's.Owen Anderson2011-09-162-0/+8
* Thumb2 assembly parsing and encoding for STRBT.Jim Grosbach2011-09-161-0/+14
* Thumb2 assembly parsing and encoding for STRH.Jim Grosbach2011-09-161-0/+46
* Remove test of undocumented format.Jim Grosbach2011-09-161-9/+0
* Thumb2 assembly parsing and encoding for STRB.Jim Grosbach2011-09-161-0/+46
* Add mayLoad attribute to AVX convert instructions, since non of themBruno Cardoso Lopes2011-09-161-0/+1
* Shuffle a few more thumb2 tests to match the comment headings.Jim Grosbach2011-09-161-24/+24