aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen
AgeCommit message (Expand)Author
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2006-02-20Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng
2006-02-17add a new methodChris Lattner
2006-02-17kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBCNate Begeman
2006-02-13Sync up the tag numbers with gcc4.Jim Laskey
2006-02-13Rename to better reflect usage (current and planned.)Jim Laskey
2006-02-13Add a methodChris Lattner
2006-02-11Reorg for integration with gcc4. Old style debug info will not be passed thoughJim Laskey
2006-02-09Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gccEvan Cheng
2006-02-09More changes to reduce frame size.Evan Cheng
2006-02-09instead of keeping track of Constant/alignment pairs, actually compute theChris Lattner
2006-02-09Use a MachineConstantPoolEntry struct instead of a pair to holdChris Lattner
2006-02-09Assert invariantsChris Lattner
2006-02-09Require an alignment.Chris Lattner
2006-02-09Add a comment: value is log2Chris Lattner
2006-02-08Add support for assembler directives that wrap inline asmChris Lattner
2006-02-08Add some happy helper methods.Chris Lattner
2006-02-07Fix some truncation warnings.Jeff Cohen
2006-02-06Change the prototype of PrintAsmOperandChris Lattner
2006-02-06Goodbye nasty macro.Jim Laskey
2006-02-06Edit requests from Sabre.Jim Laskey
2006-02-06Changing model for the construction of debug information.Jim Laskey
2006-02-05* Added SDNode::isOnlyUse().Evan Cheng
2006-02-05add a new method, getPreferredAlignmentLog.Chris Lattner
2006-02-04Get rid of some memory leaks identified by ValgrindEvan Cheng
2006-02-01add a new PrintAsmOperand method, move some stuff around for ease of reading.Chris Lattner
2006-01-31Allow the specification of explicit alignments for constant pool entries.Evan Cheng
2006-01-30One more getTargetNode() variant shouldn't hurt...Evan Cheng
2006-01-29Remove extra qualifier.Jim Laskey
2006-01-29revert an accidental commitChris Lattner
2006-01-29remove some methodsChris Lattner
2006-01-29Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. AllowChris Lattner
2006-01-29remove the getBR2Way_CC methodChris Lattner
2006-01-28add another variantChris Lattner
2006-01-28Add some methodsChris Lattner
2006-01-28The 'target-independent' ISD::CALL isn't. Nuke it, making way for Nate'sChris Lattner
2006-01-27Using bit size of integers instead of ambiguous "long" et all.Jim Laskey
2006-01-27Sorry - really folowing convention.Jim Laskey
2006-01-27Improve visibility/correctness of operand indices in "llvm.db" objects.Jim Laskey
2006-01-27add a methodChris Lattner
2006-01-26Dropped DwarfWriter::Jim Laskey
2006-01-26Add new INLINEASM nodeChris Lattner
2006-01-26Use global information to fill out Dwarf compile units.Jim Laskey
2006-01-26Improve compatibility with VC2005, patch by Morten Ofstad!Jeff Cohen
2006-01-26Set up MachineDebugInfo to scan for debug information form "llvm.db"g globals.Jim Laskey
2006-01-26Duh.Evan Cheng
2006-01-25No need to keep track of top and bottom nodes in a group since the vector isEvan Cheng
2006-01-25First part of bug 680:Nate Begeman
2006-01-25Some minor scheduler changes.Evan Cheng
2006-01-24add a methodChris Lattner