summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Rename maxStoresPerMemSet to maxStoresPerMemset, etc.Evan Cheng2006-02-14
* Fix typo that caused build failures for things trying to use m_Or.Chris Lattner2006-02-13
* Sync up the tag numbers with gcc4.Jim Laskey2006-02-13
* Rename to better reflect usage (current and planned.)Jim Laskey2006-02-13
* Add a methodChris Lattner2006-02-13
* Reorg for integration with gcc4. Old style debug info will not be passed thoughJim Laskey2006-02-11
* Remove a level of indirection.Chris Lattner2006-02-10
* Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gccEvan Cheng2006-02-09
* More changes to reduce frame size.Evan Cheng2006-02-09
* instead of keeping track of Constant/alignment pairs, actually compute theChris Lattner2006-02-09
* Use a MachineConstantPoolEntry struct instead of a pair to holdChris Lattner2006-02-09
* Assert invariantsChris Lattner2006-02-09
* Require an alignment.Chris Lattner2006-02-09
* Add a comment: value is log2Chris Lattner2006-02-09
* Add support for assembler directives that wrap inline asmChris Lattner2006-02-08
* Add some happy helper methods.Chris Lattner2006-02-08
* getConstraintType should be virtual.Chris Lattner2006-02-07
* add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner2006-02-07
* Fix some truncation warnings.Jeff Cohen2006-02-07
* fix an error compiling with -pedanticChris Lattner2006-02-07
* Change the prototype of PrintAsmOperandChris Lattner2006-02-06
* Goodbye nasty macro.Jim Laskey2006-02-06
* Edit requests from Sabre.Jim Laskey2006-02-06
* Changing model for the construction of debug information.Jim Laskey2006-02-06
* * Added SDNode::isOnlyUse().Evan Cheng2006-02-05
* add a new method, getPreferredAlignmentLog.Chris Lattner2006-02-05
* Refactor a bunch of code into a non-inlined methodChris Lattner2006-02-04
* Get rid of some memory leaks identified by ValgrindEvan Cheng2006-02-04
* add a methodChris Lattner2006-02-04
* Add some methods for inline asm support.Chris Lattner2006-02-04
* Add a framework for eliminating instructions that produces undemanded bits.Nate Begeman2006-02-03
* Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,Chris Lattner2006-02-02
* add a new isStoreToStackSlot methodChris Lattner2006-02-02
* add an instance var and argument.Chris Lattner2006-02-02
* add a new PrintAsmOperand method, move some stuff around for ease of reading.Chris Lattner2006-02-01
* Beef up the interface to inline asm constraint parsing, making it moreChris Lattner2006-02-01
* Allow the specification of explicit alignments for constant pool entries.Evan Cheng2006-01-31
* One more getTargetNode() variant shouldn't hurt...Evan Cheng2006-01-30
* Clear the OpAction field before setting it. This allows a target to setChris Lattner2006-01-30
* Add AddSymbol() method to DynamicLibrary to work around Windows limitationJeff Cohen2006-01-30
* Move MaskedValueIsZero from the DAGCombiner to the TargetLowering interface,Chris Lattner2006-01-30
* Pass the address of the main MaskedValueIsZero function to allow recursion.Chris Lattner2006-01-30
* Remove extra qualifier.Jim Laskey2006-01-29
* Clean up the interface to ValueTypeActions, allowing Legalize to use a copyChris Lattner2006-01-29
* revert an accidental commitChris Lattner2006-01-29
* remove some methodsChris Lattner2006-01-29
* Make ConstantFP legalize into TargetConstantFP like other leaf nodes do. AllowChris Lattner2006-01-29
* remove the getBR2Way_CC methodChris Lattner2006-01-29
* add another variantChris Lattner2006-01-28
* Add some methodsChris Lattner2006-01-28