Allow targets to legalize operations (with illegal operands) that produces multiple...
[oota-llvm.git] / lib /
2009-01-21 Sanjiv GuptaAllow targets to legalize operations (with illegal...
2009-01-21 Evan ChengFavors generating "not" over "xor -1". For example.
2009-01-21 Dale JohannesenMake special cases (0 inf nan) work for frem.
2009-01-21 Owen AndersonBe more aggressive about renumbering vregs after splitt...
2009-01-21 Devang PatelEncode member accessibility.
2009-01-20 Devang PatelAppropriately mark fowrad decls.
2009-01-20 Evan ChengFix PR3243: a LiveVariables bug. When HandlePhysRegKill...
2009-01-20 Duncan SandsFix typo. Patch by Alexei Svitkine.
2009-01-20 Bill WendlingUse "SINT_TO_FP" instead of "UINT_TO_FP" when getting...
2009-01-20 Devang PatelFix struct member's debug info.
2009-01-20 Devang PatelNeed only one set of debug info versions enum.
2009-01-20 Evan ChengChange TargetInstrInfo::isMoveInstr to return source...
2009-01-20 Devang PatelFix global variable's address in a DIE.
2009-01-20 Devang PatelEnable debug info for enums.
2009-01-20 Dale JohannesenAdd an IEEE remainder function, which is not
2009-01-20 Chris Lattnerimprove compatibility with various versions of graphviz...
2009-01-20 Chris LattnerEliminate use of uint32_t to improve compatibility...
2009-01-20 Devang PatelEnable debug info for composite types.
2009-01-20 Evan ChengRefactor code. No functionality change.
2009-01-20 Bill WendlingShift types need to match.
2009-01-20 Chris Lattneranother fix for PR3354
2009-01-20 Dan GohmanAdd a README entry noticed while investigating PR3216.
2009-01-20 Dan GohmanFix a dagcombine to not generate loads of non-round...
2009-01-20 Devang PatelDo not use DenseMap because the iterator is invalidated...
2009-01-20 Nick LewyckyMake the Interpreter use libffi if it's available....
2009-01-20 Evan ChengMake linear scan's trivial coalescer slightly more...
2009-01-19 Bill WendlingDoxygen-ify comments.
2009-01-19 Devang PatelVerify debug info.
2009-01-19 Chris LattnerFix a problem exposed by PR3354: simplifycfg was making...
2009-01-19 Dan GohmanRemove SDNode's virtual destructor. This makes it impos...
2009-01-19 Chris Lattnerimprove compatibility with cygwin, patch by Jay Foad!
2009-01-19 Chris Lattnerdiv/rem by zero and div/rem overflow are both undefined...
2009-01-19 Dan GohmanFix SelectionDAG::ReplaceAllUsesWith to behave correctl...
2009-01-19 Chris LattnerFix PR3353, infinitely jump threading an infinite loop...
2009-01-19 Dale Johannesencompile-time fmod was done incorrectly. PR 3316.
2009-01-19 Devang PatelVerify Intrinsic::dbg_declare.
2009-01-19 Evan ChengDIVREM isel deficiency: If sign bit is known zero,...
2009-01-19 Evan ChengFix 80 col violations.
2009-01-19 Evan ChengHandle ISD::DECLARE with PIC relocation model.
2009-01-19 Nick LewyckyFix typo, sentence fragment.
2009-01-19 Bill WendlingTemporarily revert r62487. It's causing this error...
2009-01-19 Evan ChengMinor tweak to LowerUINT_TO_FP_i32. Bias (after scalar_...
2009-01-19 Evan ChengNow not UINT_TO_FP is legal (it's marked custom), dag...
2009-01-19 Chris LattnerFix PR3016, a bug which can occur do to an invalid...
2009-01-19 Chris Lattnerreduce indentation by using 'continue', no functionalit...
2009-01-19 Chris LattnerFix some problems in SpeculativelyExecuteBB. Basically,
2009-01-18 Chris LattnerMake this a bit more explicit about which cases need the
2009-01-18 Chris LattnerFix rdar://6505632, an llc crash on 483.xalancbmk
2009-01-18 Sanjiv GuptaFew targets like PIC16 wants libcall generation for...
2009-01-18 Oscar FuentesCMake: Add lib/Analysis/CaptureTracking.cpp
2009-01-18 Duncan SandsBasicAliasAnalysis and FunctionAttrs were both
2009-01-18 Mon P WangSimplify extract element based on comments from Duncan...
2009-01-18 Nick LewyckyFix copy and pasted typos that prevented strtok_r,...
2009-01-18 Gabor Greifadd a comment
2009-01-17 Gabor Greifswitch over some other methods from indices to iterators
2009-01-17 Devang PatelRemove tabs.
2009-01-17 Devang PatelRefactor code
2009-01-17 Bill WendlingExtend thi
2009-01-17 Evan ChengFix MatchAddress bug that's preventing negative displac...
2009-01-17 Devang PatelAssign argument type to appropriate DIE.
2009-01-17 Devang PatelRemove dead code.
2009-01-17 Devang PatelDisable composite type debug info for now.
2009-01-17 Bill WendlingTemporarily revert my last change. It is causing a...
2009-01-17 Bill WendlingImplement a special algorithm for converting uint_to_fp...
2009-01-17 Oscar FuentesCMake: Add lib/Target/IA64/IA64Subtarget.cpp
2009-01-17 Gabor Greifspeed up iterative loop by using iterators. changes...
2009-01-17 Gabor Greifintroduce typedef for complicated vector, and use it too
2009-01-17 Mon P WangSimplify extract element of a scalar to vector.
2009-01-16 Gabor Greiftypo
2009-01-16 Evan ChengFix PPC ISD::Declare isel and eliminate the need for...
2009-01-16 Mikhail GlushenkovSupport for multi-valued options in CommandLine
2009-01-16 Dan GohmanGive IA64 a TargetSubtarget subclass, so that it can
2009-01-16 Dan GohmanInstead of adding dependence edges between terminator...
2009-01-16 Dan GohmanIf an anti-dependence uses a non-allocatable register...
2009-01-16 Dan GohmanUse the getNode() accessor instead of accessing the...
2009-01-16 Dan GohmanFix the check for an empty basic block to check for...
2009-01-16 Chris Lattnernew nodes should be added to the worklist, not old...
2009-01-16 Devang PatelFix comments.
2009-01-16 Evan ChengCreateVirtualRegisters does trivial copy coalescing...
2009-01-16 Chris Lattnerdon't assert and die on out of range (undefined) shifts...
2009-01-16 Chris LattnerFix PR3335 by not turning a store to one address space...
2009-01-16 Chris Lattnerreduce indentation by using early exits, no functionali...
2009-01-16 Devang PatelUse lightweight DebugInfo objects directly.
2009-01-16 Bill WendlingAdd support for non-zero __builtin_return_address value...
2009-01-16 Evan ChengChange isGVCompilationDisabled() semantics again. It...
2009-01-16 Gabor Greifuse specialized accessor instead of plain getOperand(0)
2009-01-16 Devang PatelAlign source code.
2009-01-16 Dan GohmanFix a "comparison between signed and unsigned integer...
2009-01-16 Nick LewyckyReinstate r60509 from Dale:
2009-01-16 Mikhail GlushenkovRegistry.h should not depend on CommandLine.h.
2009-01-16 Mikhail GlushenkovDelete trailing whitespace.
2009-01-16 Evan ChengARMCompilationCallback should not save / restore vfp...
2009-01-16 Devang PatelValidate debug info values only if DwarfDebug is initia...
2009-01-16 Evan ChengClean up previous cast optimization a bit. Also make...
2009-01-16 Devang PatelAny debug info symbol is only valid if atleast one...
2009-01-16 Dan GohmanInitial hazard recognizer support in post-pass scheduli...
2009-01-16 Devang PatelDo not stumble over forward declared struct member.
2009-01-15 Devang PatelValidate dbg_* intrinsics before lowering them.
2009-01-15 Mon P WangAdded missing support to widen an operand from a bit...
2009-01-15 Dan GohmanGeneralize the HazardRecognizer interface so that it...
next