aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBCNate Begeman2006-02-171-7/+15
* Rework the SelectionDAG-based implementations of SimplifyDemandedBitsNate Begeman2006-02-161-17/+55
* Rename maxStoresPerMemSet to maxStoresPerMemset, etc.Evan Cheng2006-02-141-6/+6
* Fix typo that caused build failures for things trying to use m_Or.Chris Lattner2006-02-131-2/+2
* Sync up the tag numbers with gcc4.Jim Laskey2006-02-131-9/+1
* Rename to better reflect usage (current and planned.)Jim Laskey2006-02-131-2/+3
* Add a methodChris Lattner2006-02-131-0/+12
* Reorg for integration with gcc4. Old style debug info will not be passed thoughJim Laskey2006-02-111-59/+169
* Remove a level of indirection.Chris Lattner2006-02-101-9/+8
* Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gccEvan Cheng2006-02-091-2/+8
* More changes to reduce frame size.Evan Cheng2006-02-091-236/+72
* instead of keeping track of Constant/alignment pairs, actually compute theChris Lattner2006-02-091-17/+15
* Use a MachineConstantPoolEntry struct instead of a pair to holdChris Lattner2006-02-091-5/+15
* Assert invariantsChris Lattner2006-02-091-0/+3
* Require an alignment.Chris Lattner2006-02-091-6/+3
* Add a comment: value is log2Chris Lattner2006-02-091-0/+3
* Add support for assembler directives that wrap inline asmChris Lattner2006-02-081-0/+5
* Add some happy helper methods.Chris Lattner2006-02-081-1/+15
* getConstraintType should be virtual.Chris Lattner2006-02-071-1/+3
* add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner2006-02-073-2/+9
* Fix some truncation warnings.Jeff Cohen2006-02-071-16/+16
* fix an error compiling with -pedanticChris Lattner2006-02-071-1/+1
* Change the prototype of PrintAsmOperandChris Lattner2006-02-061-1/+1
* Goodbye nasty macro.Jim Laskey2006-02-061-3/+1
* Edit requests from Sabre.Jim Laskey2006-02-061-25/+26
* Changing model for the construction of debug information.Jim Laskey2006-02-062-100/+331
* * Added SDNode::isOnlyUse().Evan Cheng2006-02-051-1/+4
* add a new method, getPreferredAlignmentLog.Chris Lattner2006-02-051-0/+4
* Refactor a bunch of code into a non-inlined methodChris Lattner2006-02-041-33/+6
* Get rid of some memory leaks identified by ValgrindEvan Cheng2006-02-041-5/+20
* add a methodChris Lattner2006-02-041-0/+2
* Add some methods for inline asm support.Chris Lattner2006-02-041-3/+16
* Add a framework for eliminating instructions that produces undemanded bits.Nate Begeman2006-02-031-0/+9
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,Chris Lattner2006-02-022-18/+18
* add a new isStoreToStackSlot methodChris Lattner2006-02-021-1/+10
* add an instance var and argument.Chris Lattner2006-02-021-1/+6
* add a new PrintAsmOperand method, move some stuff around for ease of reading.Chris Lattner2006-02-011-9/+16
* Beef up the interface to inline asm constraint parsing, making it moreChris Lattner2006-02-011-3/+27
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-313-11/+24
* One more getTargetNode() variant shouldn't hurt...Evan Cheng2006-01-301-0/+16
* Clear the OpAction field before setting it. This allows a target to setChris Lattner2006-01-301-0/+1
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-301-0/+14
* Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,Chris Lattner2006-01-301-6/+14
* Pass the address of the main MaskedValueIsZero function to allow recursion.Chris Lattner2006-01-301-3/+5
* Remove extra qualifier.Jim Laskey2006-01-291-1/+1
* Clean up the interface to ValueTypeActions, allowing Legalize to use a copyChris Lattner2006-01-291-11/+36
* revert an accidental commitChris Lattner2006-01-291-5/+1
* remove some methodsChris Lattner2006-01-291-5/+0
* Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. AllowChris Lattner2006-01-293-6/+16
* remove the getBR2Way_CC methodChris Lattner2006-01-291-15/+0