| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | additional missing feature | Nate Begeman | 2008-02-11 | 1 | -0/+1 |
* | Fix scalarrepl to not 'miscompile' undefined code, part #2. | Chris Lattner | 2008-02-10 | 1 | -1/+1 |
* | xmm0 variable blends | Nate Begeman | 2008-02-10 | 1 | -2/+27 |
* | Rename MRegisterInfo to TargetRegisterInfo. | Dan Gohman | 2008-02-10 | 88 | -521/+536 |
* | Add truncate and AssertZext result expansion. | Duncan Sands | 2008-02-10 | 3 | -0/+33 |
* | Return "(c1 + c2)" instead of yet another ADD node (which made this a | Bill Wendling | 2008-02-10 | 1 | -1/+1 |
* | add anote | Chris Lattner | 2008-02-10 | 1 | -0/+7 |
* | Match GCC's behaviour for these sections. | Nick Lewycky | 2008-02-10 | 1 | -2/+2 |
* | memopv16i8 had wrong alignment requirement, would have broken pabsb | Nate Begeman | 2008-02-09 | 1 | -129/+193 |
* | We should check that existing cast operation has the appropriate opcode befor... | Wojciech Matyjewicz | 2008-02-09 | 1 | -19/+21 |
* | Remove unused hidden option. | Evan Cheng | 2008-02-09 | 1 | -6/+1 |
* | Skeleton of insert and extract matching, more to come | Nate Begeman | 2008-02-09 | 1 | -2/+62 |
* | Tablegen support for insert & extract element matching | Nate Begeman | 2008-02-09 | 1 | -0/+16 |
* | check that terminators only occur at the end of a block. This catches the | Chris Lattner | 2008-02-09 | 1 | -0/+5 |
* | Change ConstantSDNode to store an APInt instead of a uint64_t, and | Dan Gohman | 2008-02-08 | 1 | -3/+10 |
* | Fix PR 1995. | Devang Patel | 2008-02-08 | 1 | -21/+17 |
* | Forgot these files. | Evan Cheng | 2008-02-08 | 3 | -4/+4 |
* | Also print alignment. | Evan Cheng | 2008-02-08 | 1 | -1/+1 |
* | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng | 2008-02-08 | 14 | -33/+101 |
* | 64-bit (MMX) vectors do not need restrictive alignment. | Dale Johannesen | 2008-02-08 | 1 | -6/+4 |
* | Avoid needlessly casting away const qualifiers. | Dan Gohman | 2008-02-08 | 4 | -8/+8 |
* | Avoid needlessly casting away const qualifiers. | Dan Gohman | 2008-02-08 | 1 | -2/+2 |
* | Added missing entries in X86 load / store folding tables. | Evan Cheng | 2008-02-08 | 1 | -0/+8 |
* | Remove remnant of load folding in local register allocator. Patch by Holger S... | Evan Cheng | 2008-02-07 | 1 | -7/+1 |
* | Follow Chris' suggestion; change the PseudoSourceValue accessors | Dan Gohman | 2008-02-07 | 5 | -39/+39 |
* | Add SourceValue information for outgoing argument stores on x86. | Dan Gohman | 2008-02-07 | 1 | -2/+4 |
* | Don't abort if a MemOperand is missing a SourceValue; just print it | Dan Gohman | 2008-02-07 | 1 | -9/+13 |
* | Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ... | Evan Cheng | 2008-02-07 | 5 | -49/+30 |
* | In some cases, e.g. ADD32ri, no transformation is made. Guide against it. | Evan Cheng | 2008-02-07 | 1 | -0/+2 |
* | Don't make up new directives. (".set_foobar") | Nick Lewycky | 2008-02-07 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2008-02-07 | 1 | -1/+1 |
* | Add support to FoldingSet for hashing APInt objects. | Dan Gohman | 2008-02-06 | 1 | -0/+4 |
* | Re-apply the memory operand changes, with a fix for the static | Dan Gohman | 2008-02-06 | 12 | -144/+345 |
* | Temporarily reverting: | Bill Wendling | 2008-02-06 | 1 | -82/+0 |
* | Fix a number of local register allocator issues: PR1609. | Evan Cheng | 2008-02-06 | 1 | -14/+16 |
* | RegAllocaLocal still *requires* LiveVariables since it runs PHIElimination, f... | Evan Cheng | 2008-02-06 | 1 | -1/+3 |
* | Throttle the non-local dependence analysis for basic blocks with more than 50... | Tanya Lattner | 2008-02-06 | 1 | -7/+20 |
* | Fix PR1975: dag isel emitter produces patterns that isel wrong flag result. | Evan Cheng | 2008-02-05 | 1 | -4/+0 |
* | Move to getCALLSEQ_END to ensure CALLSEQ_END node produces a flag. This is co... | Evan Cheng | 2008-02-05 | 1 | -2/+7 |
* | Make RenamePass faster by making the 'is this a new phi node' | Chris Lattner | 2008-02-05 | 1 | -11/+11 |
* | Implement sseregparm. | Dale Johannesen | 2008-02-05 | 2 | -4/+18 |
* | If a vr is already marked alive in a bb, then it has PHI uses that are visite... | Evan Cheng | 2008-02-05 | 1 | -2/+3 |
* | Ident mnemonics appropriately | Nate Begeman | 2008-02-05 | 1 | -4/+4 |
* | Fix a bug compiling PR1978 (perhaps not the only one though) which | Chris Lattner | 2008-02-05 | 1 | -54/+5 |
* | Fix an obscure read-after-free bug that Duncan found. | Owen Anderson | 2008-02-05 | 1 | -10/+20 |
* | Typo. | Evan Cheng | 2008-02-04 | 1 | -1/+1 |
* | Dwarf requires variable entries to be in the source order. Right now, since w... | Evan Cheng | 2008-02-04 | 9 | -12/+7 |
* | This method should be virtual | Nate Begeman | 2008-02-04 | 1 | -1/+1 |
* | Eliminate some redundant code. | Nate Begeman | 2008-02-04 | 1 | -7/+1 |
* | Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration | Ted Kremenek | 2008-02-04 | 1 | -1/+7 |