| Commit message (Expand) | Author | Age | Files | Lines |
* | Rewrote backpatcher. Backpatcher now stores the "has final pointer" | Ted Kremenek | 2007-11-01 | 2 | -53/+67 |
* | Added typedef "value_type" to DenseMap (similar typedef appears in std::map). | Ted Kremenek | 2007-11-01 | 1 | -5/+11 |
* | constified several pointer arguments for methods in the Deserializer. | Ted Kremenek | 2007-10-31 | 2 | -5/+8 |
* | 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 | 2 | -6/+34 |
* | Added Serializer::EmitRef to deal with emitting arbitrary references. | Ted Kremenek | 2007-10-31 | 2 | -4/+7 |
* | Changed access control within FoldingSet for some ivars from "private" | 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 | 3 | -3/+3 |
* | fix validation | Chris Lattner | 2007-10-31 | 1 | -1/+1 |
* | okay, fine, make me finish this chapter. :) | Chris Lattner | 2007-10-31 | 1 | -32/+977 |
* | add the code for expression code that we'll add, though most of the | Chris Lattner | 2007-10-31 | 1 | -1/+265 |
* | Add the first half of chapter 5: if/then/else. | Chris Lattner | 2007-10-31 | 3 | -1/+524 |
* | __main is dead along with llvm-gcc3. | Chris Lattner | 2007-10-31 | 1 | -25/+0 |
* | Add the skeleton of a better PHI elimination pass. | Owen Anderson | 2007-10-31 | 2 | -0/+120 |
* | Some fixes to get MachineDomTree working better. | Owen Anderson | 2007-10-31 | 4 | -18/+62 |
* | 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 |
* | Added member function "size()" to FoldingSet to return the number of | Ted Kremenek | 2007-10-30 | 1 | -1/+4 |
* | New test. | Devang Patel | 2007-10-30 | 1 | -0/+6 |
* | It's not safe to tell SplitCriticalEdge to merge identical edges. It may dele... | Evan Cheng | 2007-10-30 | 2 | -11/+57 |
* | Add missing SSE builtins: CVTPD2PI, CVTPS2PI, | Dale Johannesen | 2007-10-30 | 2 | -0/+64 |
* | Typo. | Evan Cheng | 2007-10-30 | 1 | -1/+1 |
* | Add support for folding binary operators with vector zero operands. | Dan Gohman | 2007-10-30 | 2 | -19/+64 |
* | Fix for visibility warnings generated by gcc-4.2. | Duncan Sands | 2007-10-30 | 2 | -2/+2 |
* | Add support for expanding trunc stores. Consider | Duncan Sands | 2007-10-30 | 1 | -62/+126 |
* | If a call to getTruncStore is for a normal store, | Duncan Sands | 2007-10-30 | 1 | -3/+5 |
* | Fix argument types for PSLLQ, PSRLQ. | Dale Johannesen | 2007-10-30 | 1 | -2/+2 |
* | Add missing MMX PSUBQ. | Dale Johannesen | 2007-10-30 | 1 | -0/+1 |
* | - Bug fixes. | Evan Cheng | 2007-10-29 | 2 | -10/+104 |
* | Updated VC++ build system | Hartmut Kaiser | 2007-10-29 | 3 | -0/+16 |
* | Fix a DAGCombiner abort on a bitcast from a scalar to a vector. | Dan Gohman | 2007-10-29 | 2 | -1/+12 |
* | Don't bitcast from pointer-to-vector to pointer-to-array when | Dan Gohman | 2007-10-29 | 1 | -20/+4 |
* | Use an array instead of a fixed-length std::vector. | Dan Gohman | 2007-10-29 | 1 | -6/+8 |
* | Do a real assert if there is an unhandled vector instruction instead | Dan Gohman | 2007-10-29 | 1 | -3/+3 |
* | Enable more fold (sext (load x)) -> (sext (truncate (sextload x))) | Evan Cheng | 2007-10-29 | 5 | -24/+166 |
* | Add explicit keywords. | Dan Gohman | 2007-10-29 | 3 | -4/+4 |
* | Update a comment to reflect the current code. | Dan Gohman | 2007-10-29 | 1 | -2/+2 |
* | Remove an unused function argument. | Dan Gohman | 2007-10-29 | 1 | -6/+6 |
* | Fix a typo in a comment. | Dan Gohman | 2007-10-29 | 1 | -1/+1 |
* | Avoid calling ValidStride when not all uses are addresses. | Dan Gohman | 2007-10-29 | 1 | -6/+5 |
* | Fixed warning concerning implicit conversion from a NULL pointer | Ted Kremenek | 2007-10-29 | 1 | -1/+1 |
* | update testcase | Chris Lattner | 2007-10-29 | 1 | -1/+1 |
* | Avoid doing something dumb like rewriting using a 64-bit iv in 32-bit mode. | Evan Cheng | 2007-10-29 | 1 | -1/+5 |
* | add a note. | Chris Lattner | 2007-10-29 | 1 | -0/+33 |
* | Model stacksave and stackrestore as both writing memory, since we | Chris Lattner | 2007-10-29 | 2 | -1/+51 |