Age | Commit message (Expand) | Author |
2010-04-30 | Remove the -disable-16bit command-line option, which is now obsolete. | Dan Gohman |
2010-04-28 | Fixed the word sized Bit Scan Forward/Reverse instructions, they needed the | Kevin Enderby |
2010-04-28 | Enable i16 to i32 promotion by default. | Evan Cheng |
2010-04-28 | Rather than having a ton of patterns for double shift instructions, e.g. SHLD... | Evan Cheng |
2010-04-27 | Fix obvious typos. | Evan Cheng |
2010-04-21 | isel (i32 anyext i16) as insert_subreg when 16-bit ops are being promoted. | Evan Cheng |
2010-04-17 | More work to allow dag combiner to promote 16-bit ops to 32-bit. | Evan Cheng |
2010-04-05 | Fix ADD32rr_alt instruction encoding bug. Patch by Marius Wachtler. | Evan Cheng |
2010-04-02 | Separate out the AES-NI instructions from the SSE4.2 instructions. Add | Eric Christopher |
2010-03-28 | revert r99743, this is saying that the repmovs instructinos have an | Chris Lattner |
2010-03-28 | claiming to return other is pointless. | Chris Lattner |
2010-03-28 | fix some modelling problems exposed by a patch I'm working on. bsr/bsf/ptest | Chris Lattner |
2010-03-27 | eliminate the last of the parallel's! | Chris Lattner |
2010-03-27 | eliminate almost all the rest of the x86-32 parallels. | Chris Lattner |
2010-03-25 | Teach TableGen to understand X.Y notation in the TSFlagsFields strings. | Jakob Stoklund Olesen |
2010-03-25 | eliminate a bunch more parallels now that scheduling | Chris Lattner |
2010-03-25 | Disable folding loads into tail call in 32-bit PIC mode. It can introduce ill... | Evan Cheng |
2010-03-24 | Switch INC8r to defining its pattern in terms of X86inc_flag | Chris Lattner |
2010-03-24 | switch SDTBinaryArithWithFlags to be a multiple-result node as well. | Chris Lattner |
2010-03-24 | Switch SDTUnaryArithWithFlags to being modeled as a two-result | Chris Lattner |
2010-03-24 | remove useless or_is_add parallel's. | Chris Lattner |
2010-03-24 | reduce nesting. | Chris Lattner |
2010-03-19 | remove the patterns that I commented out in r98930, Dan verified | Chris Lattner |
2010-03-19 | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner |
2010-03-19 | comment out a bunch of parallel store patterns that apparently | Chris Lattner |
2010-03-19 | Now that tblgen can handle matching implicit defs of instructions | Chris Lattner |
2010-03-18 | outs come before ins. | Chris Lattner |
2010-03-16 | fix the encoding of TAILJMPd. This fixes Benchmarks/Olden/bisort | Chris Lattner |
2010-03-14 | fix PR6605, X86ISD::CMP always returns i32 (EFLAGS), not | Chris Lattner |
2010-03-14 | add support for pentium class CPUs which do not have cmov, | Chris Lattner |
2010-03-14 | Do not force indirect tailcall through fixed registers: eax, r11. Add support... | Evan Cheng |
2010-03-09 | MC/X86: Rename alternate spellings of ADD{8,16,32} and mark as "code gen only... | Daniel Dunbar |
2010-03-09 | MC/X86: Rename alternate spellings of CMP{8,16,32} and mark as "code gen only... | Daniel Dunbar |
2010-03-08 | Fix the vmxon entry in the X86InstrInfo.td so it has the correct prefix bytes | Kevin Enderby |
2010-03-08 | X86: Fix encoding for TEST{8,16,32}rr. | Daniel Dunbar |
2010-03-08 | Correct immediate sizes. | Chris Lattner |
2010-03-06 | Describe what's going on with mingw alloca and why do we need separate instru... | Anton Korobeynikov |
2010-03-06 | Lower dynamic stack allocation on mingw32 to separate instruction. | Anton Korobeynikov |
2010-03-04 | Fix the remaining MUL8 and DIV8 to define AX instead of AL,AH. | Jakob Stoklund Olesen |
2010-03-03 | remove nvload and two patterns that use it which are | Chris Lattner |
2010-03-03 | factor the 'in the default address space' check out to a single | Chris Lattner |
2010-03-03 | factor the 'sign extended from 8 bit' patterns better so | Chris Lattner |
2010-02-27 | The mayHaveSideEffects flag is no longer used. | Dan Gohman |
2010-02-24 | DIV8r must define %AX since X86DAGToDAGISel::Select() sometimes uses it | Jakob Stoklund Olesen |
2010-02-23 | remove a bunch of dead named arguments in input patterns, | Chris Lattner |
2010-02-13 | Added the rdtscp instruction to the x86 instruction | Sean Callanan |
2010-02-13 | Fixed encodings for invlpg, invept, and invvpid. | Sean Callanan |
2010-02-13 | remove special cases for vmlaunch, vmresume, vmxoff, and swapgs | Chris Lattner |
2010-02-12 | enhance the immediate field encoding to know whether the immediate | Chris Lattner |
2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |