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