Build more debugger/selectiondag libraries as archives instead of .o files.
[oota-llvm.git] / lib / CodeGen /
2006-07-21 Chris LattnerBuild more debugger/selectiondag libraries as archives...
2006-07-20 Evan ChengIf a shuffle is unary, i.e. one of the vector argument...
2006-07-20 Chris LattnerMems can be in the output list also. This is the secon...
2006-07-20 Andrew Lenharth80 cols
2006-07-20 Andrew LenharthReduce number of exported symbols
2006-07-20 Andrew LenharthFix linking on Alpha
2006-07-19 Chris LattnerAdd an out-of-line virtual method for the sdnode class...
2006-07-15 Chris LattnerOn 64-bit targets like ppc64, we should use .quad to...
2006-07-14 Chris LattnerAdd an out-of-line virtual function to home class.
2006-07-13 Jim LaskeyFixed a bug handling void function types.
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-07-11 Jim Laskey1. Support for c++ mangled names.
2006-07-11 Chris LattnerFix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and...
2006-07-07 Evan ChengFix a typo that causes 2006-07-07-ComputeMaskedBits...
2006-06-29 Evan ChengUgly hack! Add helper functions InsertInFlightSetEntry and
2006-06-29 Evan ChengAdd support to print 4-, 8-, and 16- byte constant...
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-28 Chris LattnerShave another 27K off libllvmgcc.dylib with visibility...
2006-06-28 Chris LattnerMark these two classes as hidden, shrinking libllbmgcc...
2006-06-28 Chris LattnerFix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll
2006-06-27 Reid SpencerFor PR801:
2006-06-23 Jim LaskeyAdd and sort "sections" in debug lines. This always...
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
next