Really, really fix PointerUnion3::is
[oota-llvm.git] / include / llvm / CodeGen /
2009-03-30 Dan GohmanExcept in asm-verbose mode, avoid printing labels for...
2009-03-30 Dan GohmanConstify arguments in isSuccessor and isLayoutSuccessor.
2009-03-27 Dan GohmanRevert r67844. This fixes the llvm-gcc-4.2 build on...
2009-03-27 Duncan SandsReapply r66415, which was reverted in r66426 for
2009-03-25 Evan ChengCodeGen still defaults to non-verbose asm, but llc...
2009-03-23 Evan ChengFix PR3391 and PR3864. Reg allocator infinite looping.
2009-03-23 Dan GohmanAdd a new bit to SUnit to record whether a node has...
2009-03-23 Dan GohmanClarify a comment.
2009-03-19 Sebastian RedlFix the Win32 VS2008 build:
2009-03-19 Evan ChengAdded MachineInstr::isRegTiedToDefOperand to check...
2009-03-19 Dan GohmanSADDO and UADDO are commutative.
2009-03-13 Dan GohmanFix FastISel's assumption that i1 values are always...
2009-03-13 Evan ChengFix some significant problems with constant pools that...
2009-03-11 Evan ChengTwo coalescer fixes in one.
2009-03-10 Bill WendlingRefine the Dwarf writer timers so that they measure...
2009-03-10 Bill WendlingAdd a timer to the DwarfWriter pass that measures the...
2009-03-10 Chris Lattnerwire up support for emitting "special" values from...
2009-03-09 Bill WendlingRevert r66415. It's causing failures during bootstrap...
2009-03-09 Bob WilsonAdd a constructor for BuildVectorSDNode and revert...
2009-03-09 Gabor Greifin builds without asserts we do not need to allocate...
2009-03-06 Tanya LattnerAdd default constructor to SDNode to make gcc 3.4.6...
2009-03-06 Gabor Greifdo not close friendship with every odd class
2009-03-04 Gabor Greifooops, forgot to include the pointless-write eliminator...
2009-03-04 Gabor GreifGive sentinel traits the right to determine the policy...
2009-03-04 Gabor Greif"Ghostify" embedded sentinels. This is a real win in...
2009-03-03 Dan GohmanFix a bunch of Doxygen syntax issues. Escape special...
2009-03-02 Bob WilsonGeneralize BuildVectorSDNode::isConstantSplat to use...
2009-03-01 Bob WilsonCombine PPC's GetConstantBuildVectorBits and isConstant...
2009-02-25 Evan ChengRevert BuildVectorSDNode related patches: 65426, 65427...
2009-02-25 Evan ChengClean up dwarf writer, part 1. This eliminated the...
2009-02-25 Scott MichelExpand tabs to spaces (overlooked in previous commit)
2009-02-25 Scott MichelRemove all "cached" data from BuildVectorSDNode, prefer...
2009-02-24 Bill WendlingOverhaul my earlier submission due to feedback. It...
2009-02-24 Bill Wendling- Use the "Fast" flag instead of "OptimizeForSize"...
2009-02-22 Scott MichelIntroduce the BuildVectorSDNode class that encapsulates...
2009-02-20 Bill WendlingAdd an accessor method to DwarfWriter to tell of debugg...
2009-02-20 Bill WendlingAdd a default debug location object to the Machine...
2009-02-19 Bill WendlingPrint out a new label only if the debug location *tuple...
2009-02-18 Bill WendlingPut code that generates debug labels into TableGen...
2009-02-18 Nate BegemanAdd support to the JIT for true non-lazy operation...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-18 Dan GohmanEliminate several more unnecessary intptr_t casts.
2009-02-17 Scott MichelRemove trailing whitespace to reduce later commit patch...
2009-02-17 Bill Wendling--- Merging (from foreign repository) r64714 into '.':
2009-02-14 Cedric VenetUnbreak the build on win32.
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI.
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-11 Dan GohmanIt isn't necessary to explicitly clear the contents...
2009-02-10 Dan GohmanFactor out more code for computing register live-range...
2009-02-08 Evan ChengFix PR3486. Fix a bug in code that manually patch physi...
2009-02-08 Evan ChengStrengthen the previous check.
2009-02-08 Evan Chenggit-svn-id: https://llvm.org/svn/llvm-project/llvm...
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-07 Dale JohannesenMake SDNode constructors take a DebugLoc always.
2009-02-07 Dale JohannesenDeleted one line too many. oops.
2009-02-07 Dale JohannesenRemove now-unused constructors.
2009-02-07 Dale JohannesenGet rid of the last non-DebugLoc versions of getNode!
2009-02-06 Bill WendlingConstify operators.
2009-02-06 Dale JohannesenRemove more non-DebugLoc getNode variants. Use
2009-02-06 Dale JohannesenRemove more non-DebugLoc versions of getNode.
2009-02-06 Bill WendlingAdd comparison operators to DebugLoc.
2009-02-06 Dale JohannesenEliminate remaining non-DebugLoc version of getTargetNode.
2009-02-06 Dan GohmanRename SelectionDAGISel::Schedule to
2009-02-06 Dan GohmanMove ScheduleDAGSDNodes.h to be a private header. Front...
2009-02-06 Dan GohmanMove ScheduleDAGInstrs.h to be a private header. Front...
2009-02-06 Dan GohmanTidy up the ScheduleDAG class definition a little....
2009-02-06 Roman LevensteinDon't pass BitVectors by value, pass them by reference.
2009-02-06 Dale Johannesenget rid of some non-DebugLoc getTargetNode variants.
2009-02-06 Dale JohannesenGet rid of one more non-DebugLoc getNode and
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-05 Dan GohmanDelete some trailing whiespaces.
2009-02-05 Dale JohannesenRemove 3 non-DebugLoc variants of getNode.
2009-02-05 Dale JohannesenGet rid of 3 non-DebugLoc getNode variants.
2009-02-05 Dale JohannesenRemove non-DebugLoc versions of getMergeValues, ZeroExt...
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of CopyToReg and CopyFromReg.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-02-04 Stuart HastingsSince I'm obliged to work with a development OS that...
2009-02-04 Dale JohannesenRemove non-DebugLoc forms of the exotic forms
2009-02-04 Dale JohannesenRemove some more non-DebugLoc versions of construction
2009-02-04 Dale JohannesenRemove a few non-DebugLoc versions of node creation
2009-02-04 Bill WendlingConstify and don't return a reference.
2009-02-03 Dale JohannesenDebugLoc propagation; adjustment to things omitted
2009-02-03 Bill WendlingAdd getDebugLocTuple to retrieve the DebugLocTuple...
2009-02-03 Bill WendlingAdd getter for the index.
2009-02-03 Dale JohannesenAdd some DL propagation to places that didn't
2009-02-03 Devang PatelRemove dead code.
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-02-03 Dale JohannesenPropagation in TargetLowering. Includes passing a DL
2009-02-03 Dan GohmanUse the SubclassData field to hold ExtType, isTrunc...
2009-02-02 Owen AndersonMergeValueInto is too smart: it might choose to do...
2009-02-02 Dale JohannesenCommit missing files.
2009-02-02 Dan GohmanReposition the DebugLoc field to reduce padding space
2009-02-01 Duncan SandsFix PR3453 and probably a bunch of other potential
2009-01-31 Duncan SandsFix PR3401: when using large integers, the type
2009-01-31 Dale JohannesenMove CurDebugLoc into SelectionDAGLowering.
2009-01-30 Bill WendlingGet rid of the non-DebugLoc-ified getNOT() method.
2009-01-30 Bill WendlingPropagate debug loc info for some of the *_EXTEND funct...
2009-01-30 Bill WendlingDebugLoc form of getNOT().
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
next