add a note for something evan noticed
[oota-llvm.git] / include /
2006-03-03 Jim LaskeyAdding basic structure support.
2006-03-03 Evan ChengAdd more vector NodeTypes: VSDIV, VUDIV, VAND, VOR...
2006-03-03 Evan ChengNumber of NodeTypes now exceeds 128.
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 Lattnerinitial checkin of the intrinsic description file
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-03 Chris LattnerSplit memcpy/memset/memmove intrinsics into i32/i64...
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 LaskeyRemove 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 Chris LattnerAdd interfaces for targets to provide target-specific...
2006-03-01 Evan ChengMissing a cast previously.
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 LaskeyQualify dwarf namespace inside llvm namespace.
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-24 Chris LattnerAdd C_Memory operand type
2006-02-23 Chris Lattneradd a new flag
2006-02-23 Jim LaskeyAdded basic support for typedefs.
2006-02-23 Jim LaskeyDwarfWriter reading basic type information from llvm...
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
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-22 Chris Lattnersplit register class handling from explicit physreg...
2006-02-21 Chris Lattnerexpose the set of values types holdable in a regclass...
2006-02-21 Chris LattnerPass in a value type to getRegForInlineAsmConstraint...
2006-02-20 Evan ChengAdded x86 integer vector types: 64-bit packed byte...
2006-02-18 Evan ChengMove PICEnabled declaration here.
2006-02-17 Chris Lattneradd a new method
2006-02-17 Nate BegemanFix a nit sabre noticed
2006-02-17 Nate Begemankill ADD_PARTS & SUB_PARTS and replace them with fancy...
2006-02-16 Nate BegemanRework the SelectionDAG-based implementations of Simpli...
2006-02-14 Evan ChengRename maxStoresPerMemSet to maxStoresPerMemset, etc.
2006-02-13 Chris LattnerFix typo that caused build failures for things trying...
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-10 Chris LattnerRemove a level of indirection.
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 Chris LattnergetConstraintType should be virtual.
2006-02-07 Chris Lattneradd a new Type::getIntegralTypeMask() method, which...
2006-02-07 Jeff CohenFix some truncation warnings.
2006-02-07 Chris Lattnerfix an error compiling with -pedantic
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 Chris LattnerRefactor a bunch of code into a non-inlined method
2006-02-04 Evan ChengGet rid of some memory leaks identified by Valgrind
2006-02-04 Chris Lattneradd a method
2006-02-04 Chris LattnerAdd some methods for inline asm support.
2006-02-03 Nate BegemanAdd a framework for eliminating instructions that produ...
2006-02-02 Chris LattnerMove isLoadFrom/StoreToStackSlot from MRegisterInfo...
2006-02-02 Chris Lattneradd a new isStoreToStackSlot method
2006-02-02 Chris Lattneradd an instance var and argument.
2006-02-01 Chris Lattneradd a new PrintAsmOperand method, move some stuff aroun...
2006-02-01 Chris LattnerBeef up the interface to inline asm constraint parsing...
2006-01-31 Evan ChengAllow the specification of explicit alignments for...
2006-01-30 Evan ChengOne more getTargetNode() variant shouldn't hurt...
2006-01-30 Chris LattnerClear the OpAction field before setting it. This allow...
2006-01-30 Jeff CohenAdd AddSymbol() method to DynamicLibrary to work around...
2006-01-30 Chris LattnerMove MaskedValueIsZero from the DAGCombiner to the...
2006-01-30 Chris LattnerPass the address of the main MaskedValueIsZero function...
2006-01-29 Jim LaskeyRemove extra qualifier.
2006-01-29 Chris LattnerClean up the interface to ValueTypeActions, allowing...
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 Lattnerremove this method I just added, now is not the time.
2006-01-28 Chris Lattneradd a new callback
2006-01-28 Nate BegemanImplement Promote for VAARG, and allow it to be custom...
next