| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86-32 long doubles are 4-byte aligned on the stack | Dale Johannesen | 2007-12-14 | 1 | -1/+1 |
* | Fix bsf / bsr jit encoding. | Evan Cheng | 2007-12-14 | 2 | -6/+6 |
* | Oops. Forgot these. | Evan Cheng | 2007-12-14 | 1 | -4/+6 |
* | Add explicit keywords, and fix a minor typo that they uncovered. | Dan Gohman | 2007-12-14 | 8 | -10/+11 |
* | Don't redirect stderr when it isn't needed. | Dan Gohman | 2007-12-14 | 1 | -5/+5 |
* | Fix a typo in a comment. | Dan Gohman | 2007-12-14 | 1 | -1/+1 |
* | Fix a typo in a comment. | Dan Gohman | 2007-12-14 | 1 | -1/+1 |
* | Fix Intel asm syntax for the bsr and bsf instructions. | Dan Gohman | 2007-12-14 | 2 | -12/+12 |
* | Fix ctlz and cttz. llvm definition requires them to return number of bits in ... | Evan Cheng | 2007-12-14 | 3 | -15/+53 |
* | Bug fix. Must also match ResNo when matching an operand with a user. | Evan Cheng | 2007-12-14 | 1 | -1/+1 |
* | All MMX shift instructions took a <2 x i32> vector as the shift amount parame... | Anders Carlsson | 2007-12-14 | 3 | -8/+105 |
* | Implement ctlz and cttz with bsr and bsf. | Evan Cheng | 2007-12-14 | 5 | -9/+119 |
* | Add flags to indicate that there are "never" side effects or that there "may be" | Bill Wendling | 2007-12-14 | 5 | -3/+29 |
* | Make it more clear that some things that can't be done in .td files can | Dan Gohman | 2007-12-13 | 1 | -7/+7 |
* | Make these loops follow GetGEPOperands() behavior. | Wojciech Matyjewicz | 2007-12-13 | 1 | -11/+13 |
* | Fix typo. | Evan Cheng | 2007-12-13 | 1 | -1/+1 |
* | Add register pairs to the list to check for local interferences. | Owen Anderson | 2007-12-13 | 1 | -4/+10 |
* | Remove ugly and horrible code. It's not necessary for correctness, and can b... | Owen Anderson | 2007-12-13 | 1 | -47/+7 |