Age | Commit message (Expand) | Author |
2008-10-22 | Port from LegalizeDAG the logic to only generate | Duncan Sands |
2008-10-22 | Add some comments explaining the meaning of a boolean | Duncan Sands |
2008-10-22 | Temporarily allow the operands of a BUILD_VECTOR | Duncan Sands |
2008-10-22 | Move Print*Pass to use raw_ostream. | Daniel Dunbar |
2008-10-21 | Privatize PrintModulePass and PrintFunctionPass and add | Daniel Dunbar |
2008-10-21 | Add an SSE2 algorithm for uint64->f64 conversion. | Dale Johannesen |
2008-10-21 | Fix SelectionDAGBuild lowering of Select instructions to | Dan Gohman |
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 | CMake: updated lib/CodeGen/CMakeLists.txt | Oscar Fuentes |
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 | Fast-isel no longer an experiment. | Dan Gohman |
2008-10-20 | Add a register class -> virtual registers map. | Evan Cheng |
2008-10-20 | Support operations like fp_to_uint with a vector | 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-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 | 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 | Factor out the code for mapping LLVM IR condition opcodes to | Dan Gohman |
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 | Fix PR2356 on PowerPC: if we have an input and output that are tied together | Chris Lattner |
2008-10-17 | refactor some code into a helper method, no functionality change. | Chris Lattner |
2008-10-17 | Keep track of *which* input constraint matches an output | Chris Lattner |
2008-10-17 | add an assert so that PR2356 explodes instead of running off an | Chris Lattner |
2008-10-17 | Fix a very subtle spiller bug: UpdateKills should not forget to track defs of... | Evan Cheng |
2008-10-17 | Define patterns for shld and shrd that match immediate | Dan Gohman |
2008-10-16 | Rename AliasSet to SubRegs, to reflect changes in the surrounding code. | Dan Gohman |
2008-10-16 | Move the include of MachineLocation.h into MachineModuleInfo.h | Dan Gohman |
2008-10-16 | Fix a subtle bug in DeadMachineInstructionElim's liveness | Dan Gohman |
2008-10-15 | Adjust whitespace in debug messages to be more consistent | Dan Gohman |
2008-10-15 | - Add target lowering hooks that specify which setcc conditions are illegal, | Evan Cheng |
2008-10-14 | FastISel support for exception-handling constructs. | Dan Gohman |