| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix typos. | Christopher Lamb | 2007-12-18 | 2 | -2/+2 |
* | Fold certain additions through selects (and their compares) so as to eliminat... | Christopher Lamb | 2007-12-18 | 3 | -18/+99 |
* | FIX for PR1799: When a load is unfolded from an instruction, check if it is a... | Evan Cheng | 2007-12-18 | 2 | -26/+71 |
* | SelectionDAG::dump() should print SrcValue of LoadSDNode and StoreSDNode. | Evan Cheng | 2007-12-18 | 1 | -0/+18 |
* | avoid confusing terminology (what is a "word"?), fix scary markup, add sectio... | Chris Lattner | 2007-12-18 | 1 | -21/+12 |
* | Don't forget to print address space qualifiers when printing out the type tab... | Christopher Lamb | 2007-12-18 | 2 | -2/+5 |
* | Testcase for preceding FE fix | Dale Johannesen | 2007-12-18 | 1 | -0/+18 |
* | add a missed case. | Chris Lattner | 2007-12-18 | 1 | -0/+18 |
* | Remove int_x86_sse2_movl_dq. It's replaced with a string compare. | Evan Cheng | 2007-12-18 | 2 | -7/+3 |
* | These have matching builtin's in 4.2. | Evan Cheng | 2007-12-18 | 1 | -2/+2 |
* | i32 immediate constant test case for CellSPU | Scott Michel | 2007-12-17 | 1 | -0/+70 |
* | s/hasSideEffects/hasUnmodelledSideEffects/g | Bill Wendling | 2007-12-17 | 1 | -3/+4 |
* | Add "mayHaveSideEffects" and "neverHasSideEffects" flags to some instructions. I | Bill Wendling | 2007-12-17 | 7 | -21/+57 |
* | Bring back int_x86_sse2_movl_dq intrinsic for backward compatibility. Make sure | Evan Cheng | 2007-12-17 | 6 | -26/+78 |
* | - Restore some i8 functionality in CellSPU | Scott Michel | 2007-12-17 | 9 | -63/+612 |
* | Modified Deserializer::ReadCStr to allow C-strings to be read into a | Ted Kremenek | 2007-12-17 | 2 | -4/+11 |
* | LD_Fp64m should have "isRematerializable" set. | Bill Wendling | 2007-12-17 | 1 | -1/+2 |
* | Add "hasSideEffects" method to MachineInstrInfo class. | Bill Wendling | 2007-12-17 | 1 | -1/+10 |
* | Add MachineLICM.cpp | Bill Wendling | 2007-12-17 | 1 | -0/+2 |
* | As per feedback, revised comments to (hopefully) make the different side effect | Bill Wendling | 2007-12-17 | 2 | -14/+38 |
* | Add cast operators in LLVMFoldingBuilder. | Devang Patel | 2007-12-17 | 1 | -0/+123 |
* | cleanup this code, making it more "llvm-like". | Chris Lattner | 2007-12-17 | 1 | -85/+80 |
* | Make invokes of inline asm legal. Teach codegen | Duncan Sands | 2007-12-17 | 5 | -22/+39 |
* | GLIBCXX_DEBUG fix. std::vector<>::end() is invalidated by erase. | David Greene | 2007-12-17 | 1 | -1/+1 |
* | Get rid of annoying spaces. | David Greene | 2007-12-17 | 1 | -1/+1 |
* | Fix GLIBCXX_DEBUG errors. Erase invalidates std::vector iterators | David Greene | 2007-12-17 | 1 | -4/+3 |
* | Disabling a RUN line that's broken until addrspace roundtrips | Gordon Henriksen | 2007-12-17 | 1 | -1/+1 |
* | C and Ocaml bindings for address spaces, for that burgeoning market | Gordon Henriksen | 2007-12-17 | 6 | -18/+63 |
* | regenerate. | Christopher Lamb | 2007-12-17 | 5 | -4715/+3411 |
* | Change the PointerType api for creating pointer types. The old functionality ... | Christopher Lamb | 2007-12-17 | 32 | -137/+172 |
* | Make it clear in the LangRef that allocation instructions only operated on th... | Christopher Lamb | 2007-12-17 | 2 | -2/+16 |
* | Revert this part of r45073 until the verifier is | Duncan Sands | 2007-12-16 | 1 | -2/+3 |
* | don't violate C TBAA rules, use FloatToBits instead. | Chris Lattner | 2007-12-16 | 1 | -22/+10 |
* | fix a questionable cast, thanks to Mike Stump for pointing this out. | Chris Lattner | 2007-12-16 | 1 | -1/+1 |
* | Fix the JIT encoding of cmp*ss, which aborts with this assertion currently: | Chris Lattner | 2007-12-16 | 2 | -4/+6 |
* | Make instcombine promote inline asm calls to 'nounwind' | Duncan Sands | 2007-12-16 | 7 | -4/+35 |
* | Remove spurious warnings from GCC: | Bill Wendling | 2007-12-16 | 1 | -75/+79 |
* | Break local interferences in StrongPHIElimination. One step closer... | Owen Anderson | 2007-12-16 | 1 | -0/+135 |
* | A few more comments. | Owen Anderson | 2007-12-16 | 1 | -1/+6 |
* | Define addString() and lookup() out-of-line to dissuade the C++ compiler from... | Anton Korobeynikov | 2007-12-16 | 1 | -65/+71 |
* | Provide GraphTraits and DOTGraphTraits interface for Trie. | Anton Korobeynikov | 2007-12-16 | 1 | -54/+109 |
* | Constify graph arguments | Anton Korobeynikov | 2007-12-16 | 1 | -6/+7 |
* | Use references in DF iterators. This eliminates copy-ctor calls on huge objec... | Anton Korobeynikov | 2007-12-15 | 2 | -18/+22 |
* | These are more correctly called signaling NaNs. | Duncan Sands | 2007-12-15 | 1 | -1/+1 |
* | Make better use of instructions that clear high bits; fix various 2-wide shuf... | Evan Cheng | 2007-12-15 | 7 | -47/+245 |
* | __builtin_ia32_movqv4si is now expanded to a shuffle. | Evan Cheng | 2007-12-15 | 1 | -2/+0 |
* | Start committing working test cases for CellSPU. | Scott Michel | 2007-12-15 | 5 | -4/+322 |
* | Actually, MOVPQIto64mr is a dup of MOVPQI2QImr, MOV64toPQIrm is a dup of MOVQ... | Evan Cheng | 2007-12-14 | 2 | -11/+2 |
* | Fix (mem) <-> low 64-bits of xmm bugs pointed out by David Greene. Mac OS X L... | Evan Cheng | 2007-12-14 | 1 | -8/+8 |
* | Teach the interpreter to read and write memory in the | Duncan Sands | 2007-12-14 | 3 | -59/+256 |