aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2008-10-22Port from LegalizeDAG the logic to only generateDuncan Sands
2008-10-22Add some comments explaining the meaning of a booleanDuncan Sands
2008-10-22Temporarily allow the operands of a BUILD_VECTORDuncan Sands
2008-10-22Move Print*Pass to use raw_ostream.Daniel Dunbar
2008-10-21Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar
2008-10-21Add an SSE2 algorithm for uint64->f64 conversion.Dale Johannesen
2008-10-21Fix SelectionDAGBuild lowering of Select instructions toDan Gohman
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-21CMake: updated lib/CodeGen/CMakeLists.txtOscar Fuentes
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-20Fast-isel no longer an experiment.Dan Gohman
2008-10-20Add a register class -> virtual registers map.Evan Cheng
2008-10-20Support operations like fp_to_uint with a vectorDuncan 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-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-18Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman
2008-10-18Revert r57699. It's causing regressions inDan Gohman
2008-10-17Factor out the code for mapping LLVM IR condition opcodes toDan Gohman
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-17Fix PR2356 on PowerPC: if we have an input and output that are tied togetherChris Lattner
2008-10-17refactor some code into a helper method, no functionality change.Chris Lattner
2008-10-17Keep track of *which* input constraint matches an outputChris Lattner
2008-10-17add an assert so that PR2356 explodes instead of running off anChris Lattner
2008-10-17Fix a very subtle spiller bug: UpdateKills should not forget to track defs of...Evan Cheng
2008-10-17Define patterns for shld and shrd that match immediateDan Gohman
2008-10-16Rename AliasSet to SubRegs, to reflect changes in the surrounding code.Dan Gohman
2008-10-16Move the include of MachineLocation.h into MachineModuleInfo.hDan Gohman
2008-10-16Fix a subtle bug in DeadMachineInstructionElim's livenessDan Gohman
2008-10-15Adjust whitespace in debug messages to be more consistentDan Gohman
2008-10-15- Add target lowering hooks that specify which setcc conditions are illegal,Evan Cheng
2008-10-14FastISel support for exception-handling constructs.Dan Gohman