Age | Commit message (Expand) | Author |
2008-10-21 | Don't create TargetGlobalAddress nodes with offsets that don't fit | Dan Gohman |
2008-10-21 | Optimized FCMP_OEQ and FCMP_UNE for x86. | Dan Gohman |
2008-10-21 | When the coalescer is doing rematerializing, have it remove | Dan Gohman |
2008-10-21 | Make the NaN test come second, heuristically assuming | Dan Gohman |
2008-10-21 | Use Function::getEntryBlock() instead of Function::front(), for clarity. | Dan Gohman |
2008-10-21 | CMake: updated lib/CodeGen/CMakeLists.txt | Oscar Fuentes |
2008-10-21 | Fix a bug that prevented llvm-extract -delete from working. | Dan Gohman |
2008-10-21 | Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts | Chris Lattner |
2008-10-20 | Add skeleton for the pre-register allocation live interval splitting pass. | Evan Cheng |
2008-10-20 | Update the stub and callback code to handle lazy compilation. The stub | Jim Grosbach |
2008-10-20 | Fast-isel no longer an experiment. | Dan Gohman |
2008-10-20 | Add a register class -> virtual registers map. | Evan Cheng |
2008-10-20 | This forward declaration is unnecessary. | Evan Cheng |
2008-10-20 | Support operations like fp_to_uint with a vector | Duncan Sands |
2008-10-20 | Teach getTypeToTransformTo to return something | Duncan Sands |
2008-10-20 | LegalizeTypes support for atomic operation promotion. | Duncan Sands |
2008-10-20 | Use DAG.getIntPtrConstant rather than DAG.getConstant | Duncan Sands |
2008-10-20 | Always use either MVT::i1 or getSetCCResultType for | Duncan Sands |
2008-10-20 | Formatting - no functional change. | Duncan Sands |
2008-10-20 | Don't use a random type for the select condition, | Duncan Sands |
2008-10-20 | Fix a typo in a comment. | Dan Gohman |
2008-10-20 | Have X86 custom lowering for LegalizeTypes use | Duncan Sands |
2008-10-20 | Fix typo in a comment. | Matthijs Kooijman |
2008-10-20 | Remove another stale comment. | Matthijs Kooijman |
2008-10-20 | Remove an inappropriate (probably outdated) comment. | Matthijs Kooijman |
2008-10-20 | Fix spelling error. | Matthijs Kooijman |
2008-10-19 | Set N->OperandList to 0 after deletion. Otherwise, it's possible that it will | Bill Wendling |
2008-10-19 | Fix comment. Other formatting changes. No functionality changes. | Bill Wendling |
2008-10-19 | Vector shuffle mask elements may be "undef". Handle | Duncan Sands |
2008-10-19 | Use a legal integer type for vector shuffle mask | Duncan Sands |
2008-10-18 | Reapply r57699 with a fix to not crash on asms with multiple results. Unlike | Chris Lattner |
2008-10-18 | Don't truncate GlobalAddress offsets to int in debug output. | Dan Gohman |
2008-10-18 | By min, I mean max. | Evan Cheng |
2008-10-18 | When creating intervals, leave min(1, numdefs) holes after each instruction. | Evan Cheng |
2008-10-18 | Make llvm memory barrier available as an intrinsic | Mon P Wang |
2008-10-18 | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman |
2008-10-18 | Revert r57699. It's causing regressions in | Dan Gohman |
2008-10-17 | Use the opcode predicates, instead of duplicating the code. | Dan Gohman |
2008-10-17 | This is now partly done. | Dan Gohman |
2008-10-17 | This is done. | Dan Gohman |
2008-10-17 | Factor out the code for mapping LLVM IR condition opcodes to | Dan Gohman |
2008-10-17 | Add implicit defs of XMM8 to XMM15 on 32-bit call instructions. While this is... | Evan Cheng |
2008-10-17 | Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ... | Evan Cheng |
2008-10-17 | Fix PR2898. Spiller delete a store for reuse before it knows for sure the reu... | Evan Cheng |
2008-10-17 | add support for 128 bit aggregates. | Chris Lattner |
2008-10-17 | The Dwarf writer was comparing mangled and unmangled names for C++ code when we | Bill Wendling |
2008-10-17 | Added MemIntrinsicNode which is useful to represent target intrinsics that | Mon P Wang |
2008-10-17 | Factor out the code for mapping LLVM IR condition opcodes to | Dan Gohman |
2008-10-17 | add support for 128 bit inputs on both x86-64 and x86-32. | Chris Lattner |
2008-10-17 | Fix a bug where the x86 backend would reject 64-bit r constraints when | Chris Lattner |