Remove some of the obvious v9-specific cruft
[oota-llvm.git] / include / llvm / CodeGen /
2006-04-20 Chris LattnerRemove some of the obvious v9-specific cruft
2006-04-18 Nate BegemanFix a copy & paste error from long ago.
2006-04-17 Chris LattnerAdd some convenience methods.
2006-04-12 Reid SpencerMake sure both member variables are initialized in...
2006-04-11 Chris Lattnernew dag node
2006-04-11 Chris LattnerAdd helper methods.
2006-04-08 Chris LattnerAdd a new VSELECT node.
2006-04-07 Jim LaskeyMake sure that debug labels are defined within the...
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-04-04 Chris LattnerMake sure to consider alignment of variable sized objects.
2006-04-03 Chris LattnerKeep track of max stack alignment as objects are added...
2006-04-02 Chris Lattnersimplify this method
2006-03-28 Chris LattnerAdd a new node
2006-03-28 Jim LaskeyRefactor address attributes. Add base register to...
2006-03-28 Evan ChenggetVectorTyppe(MVT::i64, 2) ==> MVT::v2i64.
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-27 Chris Lattneradd a new iPTR ValueType for tblgen use
2006-03-27 Evan ChengChange isBuildVectorAllOnesInteger to isBuildVectorAllO...
2006-03-27 Nate BegemanSelectionDAGISel can now natively handle Switch instruc...
2006-03-26 Jim LaskeyHow to be dumb on $5/day. Need a tri-state to track...
2006-03-26 Evan ChengAdd ISD::isBuildVectorAllZeros predicate
2006-03-25 Chris LattnerAdd a predicate
2006-03-24 Chris Lattneradd a new intrinsic node
2006-03-23 Jim LaskeyMake sure types are allocated in the scope of their...
2006-03-23 Jim LaskeyGenerate local variable and scope information and equiv...
2006-03-23 Jim LaskeySupport for locating of debug items in frames.
2006-03-22 Chris LattnerFix comments
2006-03-22 Chris Lattneradd a new node
2006-03-21 Chris Lattneradd some nodes for extractelement
2006-03-20 Chris LattnerAdd another helper
2006-03-19 Chris Lattneradd a node
2006-03-19 Chris LattnerAdd a helper method
2006-03-19 Chris Lattnerimprove comments, add a new MVT::getVectorBaseType...
2006-03-19 Chris LattnerRename ConstantVec -> BUILD_VECTOR and VConstant -...
2006-03-18 Chris LattnerUpdate comments.
2006-03-17 Chris Lattneradd a couple of enum values
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-16 Chris LattnerAdd markers for the first and last vector value type.
2006-03-15 Jim LaskeyExpand subprogram and added block descriptor.
2006-03-10 Chris Lattnerremove ShouldEmitDebugFunctions, a hack to support...
2006-03-10 Chris LattnerMove simple-selector-specific types to the simple selector.
2006-03-10 Chris LattnerSimplify the interface to the schedulers, to not pass...
2006-03-10 Chris LattnerMove some simple-sched-specific instance vars to the...
2006-03-10 Chris Lattnermove some simple scheduler methods into the simple...
2006-03-10 Chris LattnerMake EmitNode take a SDNode instead of a NodeInfo*
2006-03-10 Chris LattnerStore VRBase in a map, not in NodeInfo.
2006-03-10 Chris Lattnermake some methods protected instead of private
2006-03-09 Jim LaskeyForgot this on last check in.
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-07 Jim LaskeySwitch to using a numeric id for anchors.
2006-03-06 Chris LattnerHoist the HazardRecognizer out of the ScheduleDAGList...
2006-03-05 Chris Lattneradd an emitnoop method
2006-03-05 Jim LaskeyBreathe some life into a comment.
2006-03-05 Chris LattnerAdd a new scheduling type. This is, of course, a hack...
2006-03-05 Chris LattnerAdd a copysign node
2006-03-03 Jim LaskeyAdding basic structure support.
2006-03-03 Evan ChengAdd more vector NodeTypes: VSDIV, VUDIV, VAND, VOR...
2006-03-03 Evan ChengSDOperand::isOperand should not be a forwarding. It...
2006-03-03 Evan ChengAdded isOperand(N): true if this is an operand of N
2006-03-03 Chris Lattnerupdate comment
2006-03-03 Chris LattnerSplit this out of Target.td
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-03-02 Chris LattnerFix a compilation error with GCC 4.1. Thanks to Vladim...
2006-03-01 Jim LaskeySupport for enumerations.
2006-03-01 Jim LaskeyRemove extra comma from enum list.
2006-03-01 Jim LaskeySwitch back to using actual dwarf tags. Simplifies...
2006-03-01 Jim LaskeyUse context and not compile unit.
2006-03-01 Jim LaskeyBasic array support.
2006-03-01 Evan Cheng- Added v2f32, not used by any target currently. Only...
2006-03-01 Evan Cheng- Added VConstant as an abstract version of ConstantVec.
2006-02-28 Jim LaskeyAdd const, volatile, restrict support.
2006-02-27 Jim LaskeySupporting multiple compile units.
2006-02-27 Jim LaskeyRe-orging file.
2006-02-25 Evan ChengAdded an offset field to ConstantPoolSDNode.
2006-02-24 Chris LattnerAdd a PrintAsmMemoryOperand method for printing addresses
2006-02-24 Chris Lattneradd a method
2006-02-24 Jim LaskeyAdd pointer and reference types. Added short-term...
2006-02-24 Jeff CohenGet VC++ building again.
2006-02-24 Chris LattnerAdd some hooks for selecting memory addresses.
2006-02-23 Jim LaskeyAdded basic support for typedefs.
2006-02-23 Jim LaskeyDwarfWriter reading basic type information from llvm...
2006-02-22 Jim LaskeyCoordinate activities with llvm-gcc4 and dwarf.
2006-02-22 Chris LattnerMake the LLVM headers "-ansi -pedantic -Wno-long-long...
2006-02-20 Evan ChengAdded x86 integer vector types: 64-bit packed byte...
2006-02-17 Chris Lattneradd a new method
2006-02-17 Nate Begemankill ADD_PARTS & SUB_PARTS and replace them with fancy...
2006-02-13 Jim LaskeySync up the tag numbers with gcc4.
2006-02-13 Jim LaskeyRename to better reflect usage (current and planned.)
2006-02-13 Chris LattnerAdd a method
2006-02-11 Jim LaskeyReorg for integration with gcc4. Old style debug info...
2006-02-09 Evan ChengAdded SelectionDAG::InsertISelMapEntry(). This is used...
2006-02-09 Evan ChengMore changes to reduce frame size.
2006-02-09 Chris Lattnerinstead of keeping track of Constant/alignment pairs...
2006-02-09 Chris LattnerUse a MachineConstantPoolEntry struct instead of a...
2006-02-09 Chris LattnerAssert invariants
2006-02-09 Chris LattnerRequire an alignment.
2006-02-09 Chris LattnerAdd a comment: value is log2
2006-02-08 Chris LattnerAdd support for assembler directives that wrap inline asm
2006-02-08 Chris LattnerAdd some happy helper methods.
2006-02-07 Jeff CohenFix some truncation warnings.
next