| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Eliminate the remaining uses of getTypeSize. This | Duncan Sands | 2007-11-05 | 14 | -51/+52 |
* | Another step of stronger PHI elimination down. | Owen Anderson | 2007-11-04 | 1 | -0/+88 |
* | Deleting -emitbitcode option which did nothing. | Gordon Henriksen | 2007-11-04 | 1 | -6/+5 |
* | Fix PR1761 by not printing (rip) suffix when in -static mode. | Chris Lattner | 2007-11-04 | 1 | -1/+2 |
* | Fix crash before main on ppc/linux with static constructors. PR1771 | Nick Lewycky | 2007-11-04 | 2 | -0/+4 |
* | Finishing initial docs for all transformations in Passes.html. | Gordon Henriksen | 2007-11-04 | 5 | -22/+20 |
* | Change uses of getTypeSize to getABITypeSize, getTypeStoreSize | Duncan Sands | 2007-11-04 | 1 | -44/+56 |
* | If an interval is being undone clear its preference as well since the source ... | Evan Cheng | 2007-11-04 | 1 | -1/+6 |
* | Fix PR1763 by allowing the 'q' constraint to work with 64-bit | Chris Lattner | 2007-11-04 | 1 | -1/+3 |
* | Disable tail duplication of call instructions. The cost | Chris Lattner | 2007-11-04 | 1 | -0/+5 |
* | There are times when the coalescer would not coalesce away a copy but the copy | Evan Cheng | 2007-11-03 | 2 | -9/+122 |
* | Add std:: to sort calls. | Dan Gohman | 2007-11-02 | 2 | -2/+2 |
* | Change illegal uses of ++ to uses of STLExtra.h's next function. | Dan Gohman | 2007-11-02 | 2 | -2/+3 |
* | Unbreak tailcall opt. | Evan Cheng | 2007-11-02 | 1 | -1/+1 |
* | One more extract_subreg coalescing bug. | Evan Cheng | 2007-11-02 | 1 | -5/+33 |
* | add a note | Chris Lattner | 2007-11-02 | 1 | -0/+20 |
* | Fix a thinko. | Duncan Sands | 2007-11-02 | 1 | -3/+2 |
* | Remove some unnecessary C-style statics. | Neil Booth | 2007-11-02 | 1 | -6/+8 |
* | Missing a getNumOperands check. | Evan Cheng | 2007-11-02 | 1 | -22/+25 |
* | Add back line whose removal somehow crept into prior patch | Neil Booth | 2007-11-01 | 1 | -0/+1 |
* | When converting to integer, do bit manipulations in the destination | Neil Booth | 2007-11-01 | 1 | -71/+107 |
* | Removed ReadVal from SerializeTrait<T>, and also removed it from | Ted Kremenek | 2007-11-01 | 1 | -3/+1 |
* | Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize. | Duncan Sands | 2007-11-01 | 23 | -132/+93 |
* | Don't barf on empty basic blocks. Do not rely on assert | Duncan Sands | 2007-11-01 | 1 | -9/+21 |
* | Silence a warning saying that the variables always resolve to "true" in an | Bill Wendling | 2007-11-01 | 1 | -4/+4 |
* | Silence, accersed warning | Bill Wendling | 2007-11-01 | 1 | -1/+1 |
* | - Coalesce extract_subreg when both intervals are relatively small. | Evan Cheng | 2007-11-01 | 1 | -23/+46 |
* | Fix test/Transforms/DeadStoreElimination/PartialStore.ll, which had been | Owen Anderson | 2007-11-01 | 1 | -4/+12 |
* | remove verifier command line option: this should be part of the API, not | Chris Lattner | 2007-11-01 | 1 | -11/+0 |
* | Now with less tabs! | Owen Anderson | 2007-11-01 | 1 | -5/+5 |
* | Fix InstCombine/2007-10-31-StringCrash.ll by removing an obvious | Chris Lattner | 2007-11-01 | 1 | -12/+8 |
* | Fix InstCombine/2007-10-31-RangeCrash.ll | Chris Lattner | 2007-11-01 | 1 | -0/+8 |
* | Rewrote backpatcher. Backpatcher now stores the "has final pointer" | Ted Kremenek | 2007-11-01 | 1 | -21/+19 |
* | constified several pointer arguments for methods in the Deserializer. | Ted Kremenek | 2007-10-31 | 1 | -3/+3 |
* | Fix a regression in test/CodeGen/X86/2007-04-24-VectorCrash.ll introduced | Dan Gohman | 2007-10-31 | 1 | -4/+3 |
* | Add a preverifier pass to check that every basic block ends in a terminator, ... | Owen Anderson | 2007-10-31 | 1 | -1/+20 |
* | Implemented deserialization of references. References are handled | Ted Kremenek | 2007-10-31 | 1 | -1/+13 |
* | Added Serializer::EmitRef to deal with emitting arbitrary references. | Ted Kremenek | 2007-10-31 | 1 | -1/+1 |
* | Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa... | Rafael Espindola | 2007-10-31 | 4 | -23/+16 |
* | Fix a typo in a comment. | Dan Gohman | 2007-10-31 | 1 | -1/+1 |
* | Make ARM an X86 memcpy expansion more similar to each other. | Rafael Espindola | 2007-10-31 | 5 | -11/+11 |
* | Promotion of sdiv/srem/udiv/urem. | Duncan Sands | 2007-10-31 | 1 | -0/+32 |
* | Add a newline at the end of the file. | Duncan Sands | 2007-10-31 | 2 | -2/+2 |
* | Add the skeleton of a better PHI elimination pass. | Owen Anderson | 2007-10-31 | 1 | -0/+112 |
* | Some fixes to get MachineDomTree working better. | Owen Anderson | 2007-10-31 | 1 | -0/+24 |
* | Make i64=expand_vector_elt(v2i64) work in 32-bit mode. | Dale Johannesen | 2007-10-31 | 2 | -1/+7 |
* | At end of LSR, replace uses of now constant (as result of SplitCriticalEdge) ... | Evan Cheng | 2007-10-30 | 1 | -9/+33 |
* | It's not safe to tell SplitCriticalEdge to merge identical edges. It may dele... | Evan Cheng | 2007-10-30 | 1 | -11/+9 |
* | Add missing SSE builtins: CVTPD2PI, CVTPS2PI, | Dale Johannesen | 2007-10-30 | 1 | -0/+51 |
* | Typo. | Evan Cheng | 2007-10-30 | 1 | -1/+1 |