Remove use of ltdl
[oota-llvm.git] / lib / CodeGen /
2008-02-13 Evan ChengSome code clean up.
2008-02-13 Evan ChengSimplify.
2008-02-13 Evan ChengFix a potential serious problem where kills belonging...
2008-02-13 Evan Cheng* Cannot safely commute an instruction there are other...
2008-02-13 Chris LattnerIn SDISel, for targets that support FORMAL_ARGUMENTS...
2008-02-13 Chris Lattnerteach dag combiner how to eliminate MERGE_VALUES nodes.
2008-02-13 Nate BegemanSupport legalizing insert_vector_elt on targets where...
2008-02-13 Evan ChengInitial support for copy elimination by commuting its...
2008-02-13 Evan Cheng- Added removeValNo() to remove all live ranges of...
2008-02-13 Evan ChengcommuteInstr() can now commute non-ssa machine instrs.
2008-02-13 Evan ChengAdded debugging routine dumpUses.
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-12 Duncan SandsGeneralize getCopyFromParts and getCopyToParts to
2008-02-11 Duncan SandsGeneralize the handling of call and return arguments,
2008-02-11 Dan GohmanFrom Chris' review: use isa instead of explicitly using...
2008-02-11 Dan GohmanFrom Chris' review: minor corrections in comments.
2008-02-11 Dan GohmanFrom Chris' review: use cast instead of dyn_cast with...
2008-02-11 Dan GohmanFrom Chris' review: fix 80 column violations
2008-02-11 Ted KremenekAdded "Profile" method to APFloat for use with FoldingSet.
2008-02-11 Duncan SandsAdd a isBigEndian method to complement isLittleEndian.
2008-02-11 Evan ChengDetermine whether a spill kills the register it's spill...
2008-02-10 Dan GohmanRename MRegisterInfo to TargetRegisterInfo.
2008-02-10 Duncan SandsAdd truncate and AssertZext result expansion.
2008-02-10 Bill WendlingReturn "(c1 + c2)" instead of yet another ADD node...
2008-02-10 Chris Lattneradd anote
2008-02-09 Evan ChengRemove unused hidden option.
2008-02-08 Dan GohmanChange ConstantSDNode to store an APInt instead of...
2008-02-08 Evan ChengForgot these files.
2008-02-08 Evan ChengAlso print alignment.
2008-02-08 Dan GohmanAvoid needlessly casting away const qualifiers.
2008-02-07 Evan ChengRemove remnant of load folding in local register alloca...
2008-02-07 Dan GohmanFollow Chris' suggestion; change the PseudoSourceValue...
2008-02-07 Dan GohmanDon't abort if a MemOperand is missing a SourceValue...
2008-02-07 Nick LewyckyDon't make up new directives. (".set_foobar")
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-02-06 Evan ChengFix a number of local register allocator issues: PR1609.
2008-02-06 Evan ChengRegAllocaLocal still *requires* LiveVariables since...
2008-02-05 Evan ChengFix PR1975: dag isel emitter produces patterns that...
2008-02-05 Evan ChengIf a vr is already marked alive in a bb, then it has...
2008-02-04 Evan ChengTypo.
2008-02-04 Evan ChengDwarf requires variable entries to be in the source...
2008-02-04 Duncan SandsI don't see how NodeUpdated can be called with a
2008-02-03 Chris LattnerFix typo
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 LattnerGeneralize the SDOperand->SDOperand form of
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 Evan ChengSDIsel processes llvm.dbg.declare by recording the...
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 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 LambAdd more thorough error checking for NULL register...
2008-01-31 Evan ChengMRegisterInfo::getLocation() is a really bad idea....
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 Dan GohmanFactor the addressing mode and the load/store VT out...
2008-01-29 Duncan SandsWhen expanding an operand, it's not the result value
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 a typo in a comment.
2008-01-29 Duncan SandsUse getPreferredAlignmentLog or getPreferredAlignment
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-27 Chris LattnerFix PowerPC/./2007-10-18-PtrArithmetic.ll
2008-01-27 Chris Lattnerfix a crash on CodeGen/X86/vector-rem.ll
2008-01-27 Owen AndersonReg alloc doesn't really need LiveVariables.
2008-01-27 Chris LattnerImplement some dag combines that allow doing fneg/fabs...
2008-01-27 Chris LattnerFor long double constants, print an approximation of...
2008-01-26 Chris LattnerInfer alignment of loads and increase their alignment...
2008-01-26 Chris LattnerFix some bugs in SimplifyNodeWithTwoResults where it...
2008-01-26 Chris Lattnerdon't bother making x&-1 only to simplify it in dag...
2008-01-25 Chris Lattnerreduce indentation
2008-01-25 Chris Lattnerfix long lines.
2008-01-25 Chris LattnerAdd skeletal code to increase the alignment of loads...
2008-01-25 Chris Lattnermove MachineFrameInfo::CreateFixedObject out of line...
2008-01-25 Chris Lattnerinclude alignment and volatility information in -view...
2008-01-24 Chris LattnerDon't dump the function!
2008-01-24 Chris Lattnerclarify a comment, thanks Duncan.
2008-01-24 Chris LattnerFix this buggy transformation. Two observations:
2008-01-24 Chris LattnerThe dag combiner is missing revisiting nodes that it...
2008-01-24 Chris Lattnerfold fp_round(fp_round(x)) -> fp_round(x).
2008-01-24 Owen AndersonMove some functionality for adding flags to MachineInst...
2008-01-24 Evan ChengForgot these.
2008-01-23 Duncan SandsThe last pieces needed for loading arbitrary
2008-01-22 Owen AndersonFix an iterator invalidation issue.
2008-01-22 Chris LattnerSimplify SelectionDAG::getNode so that a big switch...
next