Add support for function types.
[oota-llvm.git] / lib / CodeGen /
2006-06-20 Jim LaskeyAdd support for function types.
2006-06-19 Jim LaskeyReferences need to be section relative.
2006-06-19 Jim LaskeyReferences need to be section relative.
2006-06-19 Jim LaskeyHandle versioning of compile unit.
2006-06-16 Jim Laskey1. Revise vector debug support.
2006-06-15 Chris LattnerTeach the local allocator to know that live-in values...
2006-06-15 Jim Laskey1. Support standard dwarf format (was bootstrapping...
2006-06-15 Jim LaskeyWas pointed out that structure alignment and type align...
2006-06-15 Jim LaskeyAlignment of globals has not been quite right. Needed...
2006-06-15 Evan ChengConsistency. EXTRACT_ELEMENT index operand should have...
2006-06-15 Evan ChengAssert. Rather than silently stop printing.
2006-06-15 Evan ChengInstructions with variable operands (variable_ops)...
2006-06-14 Jim LaskeyChange versioning to per debug info descriptor (merged...
2006-06-14 Jim LaskeyPlace dwarf headers at earliest possible point. Well...
2006-06-13 Chris LattnerPort some bugfixes in shift handling from SimplifyDeman...
2006-06-13 Jim LaskeyTargetLowering::ComputeMaskedBits was not clearing...
2006-06-12 Chris LattnerMake sure to update the CFG correctly if a switch only...
2006-06-12 Andrew LenharthStart on my todo list
2006-06-08 Chris LattnerFix X86/inline-asm.ll:test2, a case where an input...
2006-06-08 Chris LattnerFix Regression/CodeGen/X86/inline-asm.ll, a case where...
2006-06-08 Chris LattnerFix an assert-on-inline-inline-asm bug.
2006-06-05 Reid SpencerFor PR798:
2006-06-05 Reid SpencerFor PR798:
2006-06-01 Reid SpencerPrevent the -pedantic option from causing Mac OS/X...
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-31 Evan ChengcommuteInstruction() does not always create a new MI!
2006-05-31 Evan ChengEliminate a memory leak.
2006-05-31 Evan ChengvisitVBinOp: Can't fold divide by zero!
2006-05-30 Evan ChengMake sure the register pressure reduction schedulers...
2006-05-30 Evan ChengWhen a priority_queue is empty, the behavior of top...
2006-05-27 Chris LattnerFix a nasty dag combiner bug that caused nondeterminsti...
2006-05-26 Evan ChengMake CALL node consistent with RET node. Signness of...
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-26 Evan ChengRemove a bogus cast.
2006-05-25 Evan ChengTurn on -sched-commute-nodes by default.
2006-05-25 Evan ChengCALL node change: now including signness of every argument.
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-23 Evan Cheng-enable-unsafe-fp-math implies -enable-finite-only...
2006-05-23 Vladimir PrusFix missing include
2006-05-23 Evan ChengIncorrect SETCC CondCode used for FP comparisons.
2006-05-18 Evan Chenglib/Target/Target.td
2006-05-17 Chris LattnerFix the result of the call to use a correct vbitconvert...
2006-05-17 Chris LattnerCorrect a previous patch which broke CodeGen/PowerPC...
2006-05-17 Evan ChengAnother typo. Pointed out by Nate Begeman.
2006-05-17 Evan ChengFixed a LowerCallTo and LowerArguments bug. They were...
2006-05-17 Evan ChengFix an obvious bug in getPackedTypeBreakdown. Return...
2006-05-17 Chris LattnerWhen we legalize target nodes, do not use getNode to...
2006-05-17 Chris LattnerAdd an assertion, avoid some unneeded work for each...
2006-05-16 Chris LattnerAdd support for calls that pass and return legal vectors.
2006-05-16 Chris LattnerAdd a new ISD::CALL node, make the default impl of...
2006-05-16 Andrew Lenharththis should be 128 I think
2006-05-16 Andrew LenharthMove this code to a common place
2006-05-16 Chris LattnerAdd a chain to FORMAL_ARGUMENTS. This is a minimal...
2006-05-16 Chris LattnerMove function-live-in-handling code from the sdisel...
2006-05-16 Chris LattnerPrint the vreg that livein physregs are live in
2006-05-16 Chris LattnerLegalize FORMAL_ARGUMENTS nodes correctly, we don't...
2006-05-13 Evan ChengFixing 2006-05-01-SchedCausingSpills.ll; some clean up
2006-05-13 Evan ChengRevert an un-intended change
2006-05-13 Chris LattnerMerge identical code.
2006-05-12 Evan ChengIf the register allocator cannot find a register to...
2006-05-12 Chris LattnerRemove dead vars
2006-05-12 Chris Lattnerremove dead vars
2006-05-12 Chris LattnerRemove dead variable
2006-05-12 Chris LattnerComment out dead variables
2006-05-12 Chris LattnerRemove dead var
2006-05-12 Chris LattnerCompile:
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-12 Evan ChengBacking out fix for PR770. Need to re-apply it after...
2006-05-12 Evan ChengDuh. That could take a long time.
2006-05-12 Chris LattnerTwo simplifications for token factor nodes: simplify...
2006-05-12 Evan ChengAdd capability to scheduler to commute nodes for profit.
2006-05-11 Evan ChengRefactor scheduler code. Move register-reduction list...
2006-05-11 Evan ChengSet weight of zero length intervals to infinite to...
2006-05-11 Evan ChengBacking out previous check-in.
2006-05-10 Evan ChengIf the live interval legnth is essentially zero, i...
2006-05-10 Evan ChengTemplatify RegReductionPriorityQueue
2006-05-09 Nate BegemanFix PR773
2006-05-09 Chris LattnerFix a regression in my patch from last night that broke...
2006-05-09 Evan ChengAdd pseudo dependency to force a def&use operand to...
2006-05-09 Evan ChengDebugging info
2006-05-09 Evan ChengPR 770 - permit coallescing of registers in subset...
2006-05-09 Chris LattnerImplement MASM sections correctly, without a "has masm...
2006-05-09 Chris LattnerOh yeah, there are two of these now, unify both.
2006-05-09 Chris LattnerSetting SwitchToSectionDirective properly in the MASM...
2006-05-09 Chris LattnerDon't prefix section directives with a tab. Doing...
2006-05-09 Chris LattnerMake the masm codepath work like the normal code path.
2006-05-09 Chris LattnerThe MASM asmprinter has been fixed, these hacks are...
2006-05-09 Chris LattnerSplit SwitchSection into SwitchTo{Text|Data}Section...
2006-05-08 Chris LattnerMake the case I just checked in stronger. Now we compi...
2006-05-08 Chris LattnerImplement and_sext.ll:test3, generating:
2006-05-08 Chris LattnerCompile this:
2006-05-08 Chris LattnerFold shifts with undef operands.
2006-05-08 Chris LattnerWhen tracking demanded bits, if any bits from the sext...
2006-05-08 Nate BegemanMake emission of jump tables a bit less conservative...
2006-05-08 Nate BegemanFix PR772
2006-05-06 Chris LattnerUse ComputeMaskedBits to determine # sign bits as a...
2006-05-06 Chris LattnerAdd some more sign propagation cases
2006-05-06 Chris LattnerSimplify some code, add a couple minor missed folds
2006-05-06 Chris Lattnerconstant fold sign_extend_inreg
2006-05-06 Chris Lattnerremove cases handled elsewhere
next