add a couple of enum values
[oota-llvm.git] / include / llvm / CodeGen /
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.
2006-02-06 Chris LattnerChange the prototype of PrintAsmOperand
2006-02-06 Jim LaskeyGoodbye nasty macro.
2006-02-06 Jim LaskeyEdit requests from Sabre.
2006-02-06 Jim LaskeyChanging model for the construction of debug information.
2006-02-05 Evan Cheng* Added SDNode::isOnlyUse().
2006-02-05 Chris Lattneradd a new method, getPreferredAlignmentLog.
2006-02-04 Evan ChengGet rid of some memory leaks identified by Valgrind
2006-02-01 Chris Lattneradd a new PrintAsmOperand method, move some stuff aroun...
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-30 Evan ChengOne more getTargetNode() variant shouldn't hurt...
2006-01-29 Jim LaskeyRemove extra qualifier.
2006-01-29 Chris Lattnerrevert an accidental commit
2006-01-29 Chris Lattnerremove some methods
2006-01-29 Chris LattnerMake ConstantFP legalize into TargetConstantFP like...
2006-01-29 Chris Lattnerremove the getBR2Way_CC method
2006-01-28 Chris Lattneradd another variant
2006-01-28 Chris LattnerAdd some methods
2006-01-28 Chris LattnerThe 'target-independent' ISD::CALL isn't. Nuke it...
2006-01-27 Jim LaskeyUsing bit size of integers instead of ambiguous "long...
2006-01-27 Jim LaskeySorry - really folowing convention.
2006-01-27 Jim LaskeyImprove visibility/correctness of operand indices in...
2006-01-27 Chris Lattneradd a method
2006-01-26 Jim LaskeyDropped DwarfWriter::
2006-01-26 Chris LattnerAdd new INLINEASM node
2006-01-26 Jim LaskeyUse global information to fill out Dwarf compile units.
2006-01-26 Jeff CohenImprove compatibility with VC2005, patch by Morten...
2006-01-26 Jim LaskeySet up MachineDebugInfo to scan for debug information...
2006-01-26 Evan ChengDuh.
2006-01-25 Evan ChengNo need to keep track of top and bottom nodes in a...
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-25 Evan ChengSome minor scheduler changes.
2006-01-24 Chris Lattneradd a method
2006-01-24 Jim LaskeyCrude Dwarf global variable debugging.
2006-01-23 Andrew Lenharthanother couple selects
2006-01-23 Andrew Lenharthanother selectto
next