aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-02-23add a new flagChris Lattner
2006-02-23Added basic support for typedefs.Jim Laskey
2006-02-23DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey
2006-02-22- Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng
2006-02-22Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey
2006-02-22Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner
2006-02-22split register class handling from explicit physreg handling.Chris Lattner
2006-02-21expose the set of values types holdable in a regclass to clientsChris Lattner
2006-02-21Pass in a value type to getRegForInlineAsmConstraint, allowing targets toChris Lattner
2006-02-20Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng
2006-02-18Move PICEnabled declaration here.Evan Cheng
2006-02-17add a new methodChris Lattner
2006-02-17Fix a nit sabre noticedNate Begeman
2006-02-17kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBCNate Begeman
2006-02-16Rework the SelectionDAG-based implementations of SimplifyDemandedBitsNate Begeman
2006-02-14Rename maxStoresPerMemSet to maxStoresPerMemset, etc.Evan Cheng
2006-02-13Fix typo that caused build failures for things trying to use m_Or.Chris Lattner
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-10Remove a level of indirection.Chris Lattner
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-07getConstraintType should be virtual.Chris Lattner
2006-02-07add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner
2006-02-07Fix some truncation warnings.Jeff Cohen
2006-02-07fix an error compiling with -pedanticChris Lattner
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-04Refactor a bunch of code into a non-inlined methodChris Lattner
2006-02-04Get rid of some memory leaks identified by ValgrindEvan Cheng
2006-02-04add a methodChris Lattner
2006-02-04Add some methods for inline asm support.Chris Lattner
2006-02-03Add a framework for eliminating instructions that produces undemanded bits.Nate Begeman
2006-02-02Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,Chris Lattner
2006-02-02add a new isStoreToStackSlot methodChris Lattner
2006-02-02add an instance var and argument.Chris Lattner
2006-02-01add a new PrintAsmOperand method, move some stuff around for ease of reading.Chris Lattner