Fix PR1975: dag isel emitter produces patterns that isel wrong flag result.
[oota-llvm.git] / lib /
2008-02-05 Evan ChengFix PR1975: dag isel emitter produces patterns that...
2008-02-05 Evan ChengMove to getCALLSEQ_END to ensure CALLSEQ_END node produ...
2008-02-05 Chris LattnerMake RenamePass faster by making the 'is this a new...
2008-02-05 Dale JohannesenImplement sseregparm.
2008-02-05 Evan ChengIf a vr is already marked alive in a bb, then it has...
2008-02-05 Nate BegemanIdent mnemonics appropriately
2008-02-05 Chris LattnerFix a bug compiling PR1978 (perhaps not the only one...
2008-02-05 Owen AndersonFix an obscure read-after-free bug that Duncan found.
2008-02-04 Evan ChengTypo.
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-04 Nate BegemanThis method should be virtual
2008-02-04 Nate BegemanEliminate some redundant code.
2008-02-04 Ted KremenekAdded "bucket_iterators" to FoldingSet. Bucket iterato...
2008-02-04 Devang PatelSet error message.
2008-02-04 Ted KremenekFixed 80 col. violation.
2008-02-04 Duncan SandsI don't see how NodeUpdated can be called with a
2008-02-04 Nate BegemanThe rest of the SSE4.1 intrinsic patterns that are...
2008-02-04 Nate BegemanSome more SSE 4.1 intrinsic patterns.
2008-02-04 Owen AndersonBe more precise when eliminating pointers bue to memcpy...
2008-02-04 Owen AndersonAllow GVN to hack on memcpy's, making them open to...
2008-02-03 Nick LewyckyThere are some cases where icmp(add) can be folded...
2008-02-03 Nick LewyckyHack on vectors too.
2008-02-03 Nick LewyckyFold away one multiply in instcombine. This would norma...
2008-02-03 Chris LattnerFix typo
2008-02-03 Nate BegemanSSE 4.1 Intrinsics and detection
2008-02-03 Chris Lattnerhandle the case where a node can become ready to process
2008-02-03 Chris LattnerUse the new infrastructure for listening to node updates to
2008-02-03 Chris Lattnerthe world doesn't need my debugging code.
2008-02-03 Chris LattnerChange the 'global modification' APIs in SelectionDAG...
2008-02-03 Chris Lattnerexplicitly include Compiler.h instead of getting it...
2008-02-03 Chris LattnerGeneralize the SDOperand->SDOperand form of
2008-02-03 Chris Lattnerdon't do ReplaceUses on a result that doesn't exist.
2008-02-03 Chris Lattneradd a -view-legalize-types-dags option, for viewing...
2008-02-02 Evan ChengGet rid of the annoying blank lines before labels.
2008-02-02 Nick LewyckyDon't use uninitialized values. Fixes vec_align.ll...
2008-02-02 Evan ChengUnbreak ppc debug support.
2008-02-02 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
2008-02-02 Devang PatelAdd comment explaining what is lower level analysis...
2008-02-02 Gordon HenriksenFixing a bug creating floating point constants of type...
2008-02-02 Evan ChengFrame index can be negative.
2008-02-01 Lauro Ramos VenancioCBackend: Implement unaligned load/store.
2008-02-01 Duncan SandsDon't drop function/call return attributes like 'nounwind'.
2008-02-01 Evan ChengRemove the nasty LABEL hack with a much less evil one...
2008-02-01 Evan ChengRename RecordLabel to RecordSourceLine because that...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Dale JohannesenChris' change to print an approximation to long doubles
2008-01-31 Evan ChengAdd a comment for a nasty short term hack.
2008-01-31 Evan ChengAdd an extra operand to LABEL nodes which distinguishes...
2008-01-31 Christopher LambAllow ComplexExpressions in InstrInfo.td files to be...
2008-01-31 Christopher LambAdd more thorough error checking for NULL register...
2008-01-31 Evan ChengAdd x86 specific getFrameIndexOffset(). This fixes...
2008-01-31 Evan ChengMRegisterInfo::getLocation() is a really bad idea....
2008-01-31 Evan ChengMakes the same change in ppc backend: avoid inserting...
2008-01-31 Dan GohmanAvoid unnecessarily casting away const, fixing a FIXME.
2008-01-31 Dan GohmanAvoid unnecessarily casting away const.
2008-01-31 Dan GohmanRename ISD::FLT_ROUNDS to ISD::FLT_ROUNDS_ to avoid...
2008-01-31 Evan ChengAlso avoid adding callee save code before debug labels.
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-30 Evan ChengFixed a bug in MergeValueInAsValue() pointed out by...
2008-01-30 Evan ChengTreat the label for the first @llvm.dbg.stoppoint the...
2008-01-30 Dale JohannesenAdjust loop per review feedback.
2008-01-30 Evan ChengA semi-gross fix for a debug info issue. When inserting...
2008-01-30 Dale JohannesenAccept getelementptr starting at GV with all 0 indices...
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
2008-01-30 Dan GohmanAdd a new PseudoSourceValue class, which will be used...
2008-01-30 Nick LewyckyRemove a couple more cases of "getNumUses() == 0"....
2008-01-30 Nick LewyckyUse empty() instead of comparing size() with zero.
2008-01-30 Nick LewyckyDon't DCE FreeInst's. We were using those! Patch from...
2008-01-30 Evan ChengSkip over the label which marks the beginning of the...
2008-01-30 Scott MichelBack out mods to llvmAsmParser, incorrectly committed
2008-01-30 Scott MichelMore cleanups for CellSPU:
2008-01-30 Owen AndersonMake DSE much more aggressive by performing DCE earlier...
2008-01-30 Owen AndersonFix an issue where, under very specific circumstances...
2008-01-30 Chris LattnerFix a bug where scalarrepl would discard offset if...
2008-01-30 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-29 Evan ChengWork in progress. This patch *fixes* x86-64 calls which...
2008-01-29 Duncan SandsWhen expanding an operand, it's not the result value
2008-01-29 Chris LattnerDon't let globalopt hack on volatile loads or stores.
2008-01-29 Dan GohmanUse empty() instead of comparing size() with zero.
2008-01-29 Dan GohmanFix a typo in a comment.
2008-01-29 Dan GohmanFix 80-col violations.
2008-01-29 Dan GohmanRemove top-level const qualifiers from casts, avoiding...
2008-01-29 Dan GohmanFix a typo in a comment.
2008-01-29 Dan GohmanAdd explicit keywords.
2008-01-29 Chris Lattnereliminate additions of 0.0 when they are obviously...
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
2008-01-29 Owen AndersonAdd support for eliminating memcpy's at the end of...
2008-01-29 Owen AndersonRegAllocBigBlock doesn't need LiveVariables either.
2008-01-29 Nate BegemanProperly expand extract-element for non-power-of-2...
2008-01-29 Dale JohannesenHandle 'X' constraint in asm's better.
2008-01-29 Devang PatelFilter loops that subtract induction variables.
2008-01-29 Scott MichelOverhaul Cell SPU's addressing mode internals so that...
2008-01-28 Lauro Ramos VenancioSimplify the code and fix a typo.
2008-01-28 Lauro Ramos VenancioFix fpcmp infinite loop when comparing "29-266" with...
2008-01-28 Bill WendlingIf the function has no machine instructions, then emit...
2008-01-28 Chris LattnerTransform calls to memcpy into llvm.memcpy calls, patch...
2008-01-28 Nick LewyckyHandle some more combinations of extend and icmp. Fixes...
2008-01-28 Chris LattnerFix PR1932 by disabling an xform invalid for fdiv.
2008-01-28 Chris LattnerFix PR1938 by forcing the code that uses an undefined...
2008-01-27 Chris LattnerFix PowerPC/./2007-10-18-PtrArithmetic.ll
next