Add a newline to the end of this file.
[oota-llvm.git] / lib / CodeGen / SelectionDAG /
2007-09-25 Dan GohmanMove the setOperationAction(ISD::DEBUG_LOC, MVT::Other...
2007-09-25 Evan ChengAdded major new capabilities to scheduler (only BURR...
2007-09-24 Dan GohmanUse the correct result value type instead of using...
2007-09-22 Chris Lattnerinitialize isstore/isload fields in ctor, fixing PR1695
2007-09-21 Dale JohannesenChange APFloat::convertFromInteger to take the incoming
2007-09-21 Chris Lattnerinitialize SetCCResultContents, fixing PR1693
2007-09-19 Dale JohannesenMore long double fixes. x86_64 should build now.
2007-09-19 Dale JohannesenFix longdouble -> uint conversion.
2007-09-19 Evan ChengUse struct SDep instead of std::pair for SUnit pred...
2007-09-18 Evan ChengFix a bogus splat xform:
2007-09-18 Dale JohannesenPrevent crash on long double.
2007-09-17 Devang PatelDo not hide APInt::dump() inside #ifndef NDEBUG.
2007-09-17 Devang PatelThis is not ideal but unbreaks build failure.
2007-09-16 Dale JohannesenAdjust per revew comments.
2007-09-14 Dale JohannesenRemove the assumption that FP's are either float or
2007-09-13 Chris LattnerFix build problems on Cygwin (PR1652), patch by Patrick...
2007-09-13 Evan ChengBug fixes.
2007-09-12 Evan ChengRemove dead code.
2007-09-12 Evan ChengYet another getTargetNode variant.
2007-09-12 Dale JohannesenRevise previous patch per review comments.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-10 Chris LattnerEmit:
2007-09-10 Chris Lattner1. Don't call Value::getName(), which is slow.
2007-09-08 Dale JohannesenImplement misaligned FP loads and stores.
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-05 Duncan SandsFix PR1628. When exception handling is turned on,
2007-09-04 Evan ChengFix for PR1632. EHSELECTION always produces a i32 value.
2007-08-31 Dale JohannesenAdd mod, copysign, abs operations to APFloat.
2007-08-31 Dale JohannesenRevise per review of previous patch.
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-29 Anton KorobeynikovFix use of declaration inside case block
2007-08-29 Anton KorobeynikovLower FRAME_TO_ADDR_OFFSET to zero by default (if not...
2007-08-28 Dan GohmanAdd an option, -view-sunit-dags, for viewing the actual...
2007-08-27 Dan GohmanMake DAGCombiner's global alias analysis query more...
2007-08-27 Dan GohmanIf the source and destination pointers in an llvm.memmo...
2007-08-27 Duncan SandsThere is an impedance matching problem between LLVM and
2007-08-26 Dale JohannesenRevise per review comments.
2007-08-25 Dale JohannesenAdd APFloat interface to ConstantFPSDNode. Change
2007-08-25 Chris LattnerAllow target constants to be illegal types. The target...
2007-08-25 Chris LattnerTeach the dag scheduler to handle inline asm nodes...
2007-08-25 Chris Lattnerrename isOperandValidForConstraint to LowerAsmOperandFo...
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Dale JohannesenUse APFloat internally for ConstantFPSDNode.
2007-08-23 Anton KorobeynikovPerform correct codegen for eh_dwarf_cfa intrinsic.
2007-08-20 Dan GohmanMinor cleanups to reduce some spurious differences...
2007-08-20 Rafael EspindolaPartial implementation of calling functions with byval...
2007-08-18 Evan ChengFold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending...
2007-08-17 Evan ChengAvoid issue on 64-bit hosts.
2007-08-17 David GreeneFix GLIBCXX_DEBUG error of comparing two singular iterators
2007-08-16 Evan ChengIf dynamic_stackalloc alignment is > stack alignment...
2007-08-16 Evan Cheng- If a dynamic_stackalloc alignment requirement is...
2007-08-15 Lauro Ramos VenancioImplement FPOWI ExpandOp.
2007-08-10 Dan GohmanFix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VEC...
2007-08-10 Rafael Espindolapropagate struct size and alignment of byval arguments...
2007-08-09 Dale JohannesenUpdate per review comments.
2007-08-09 Dale Johannesenlong double 9 of N. This finishes up the X86-32 bits
2007-08-08 Scott MichelIf a target really needs to custom lower constants...
2007-08-04 Chandler CarruthThis is the patch to provide clean intrinsic function...
2007-08-02 Chris Lattnerdon't redefine a parameter
2007-08-02 Evan ChengDo not emit copies for physical register output if...
2007-08-02 Scott MichelStyle police: Expand the tabs to spaces!
2007-08-02 Evan ChengInstead of adding copyfromreg's to handle physical...
2007-08-01 Lauro Ramos VenancioExpand unaligned loads/stores when the target doesn...
2007-07-30 Scott Michel- Allow custom lowering for CTPOP, CTTZ, CTLZ.
2007-07-30 Dan GohmanFix a bug in getCopyFromParts turned up in the testcase...
2007-07-27 Duncan SandsSupport for trampolines, except for X86 codegen which is
2007-07-26 Dan GohmanFix the alias analysis query in DAGCombiner to not...
2007-07-26 Christopher LambTeach DAG scheduling how to properly emit subreg insert...
2007-07-26 Christopher LambAdd selection DAG nodes for subreg insert/extract....
2007-07-26 Christopher LambFix infinite recursion for when extract_vector_elt...
2007-07-24 Dan GohmanAdd const to CanBeFoldedBy, CheckAndMask, and CheckOrMask.
2007-07-23 Dan GohmanFix some uses of dyn_cast to be uses of cast.
2007-07-19 Duncan SandsAs pointed out by g++-4.2, the original code didn't do
2007-07-18 Dan GohmanIt's not necessary to do rounding for alloca operations...
2007-07-16 Dan GohmanFix comments about vectors to use the current wording.
2007-07-14 Nick LewyckyFix the build. Patch from Holger Schurig.
2007-07-14 Anton KorobeynikovLong live the exception handling!
2007-07-13 Dan GohmanFix the comment for LegalizeOp to more accurately refle...
2007-07-13 Dan GohmanDon't call SimplifyVBinOp for non-vector operations...
2007-07-13 Dale JohannesenSkeleton of post-RA scheduler; doesn't do anything...
2007-07-10 Dan GohmanChange the peep for EXTRACT_VECTOR_ELT of BUILD_PAIR...
2007-07-10 Evan ChengIf the operand is marked M_OPTIONAL_DEF_OPERAND, then...
2007-07-10 Dan GohmanFix a bug in the folding of binary operators to undef.
2007-07-10 Dan GohmanFix the folding of undef in several binary operators...
2007-07-10 Evan ChengWhen a node value is only used by a CopyToReg, use...
2007-07-10 Evan ChengMove DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp...
2007-07-09 Dan GohmanPreserve volatililty and alignment information when...
2007-07-09 Dan GohmanChange getCopyToParts and getCopyFromParts to always...
2007-07-09 Dan GohmanInitialize the IndexedModeActions array with memset...
2007-07-09 Chris LattnerFix this warning:
2007-07-06 Duncan SandsThe exception handling intrinsics return values,
2007-07-06 Rafael EspindolaAdd the byval attribute
2007-07-06 Duncan SandsRemove propagateEHRegister in favour of a more limited
2007-07-06 Duncan SandsRemove ExtractGlobalVariable - use StripPointerCasts
2007-07-06 Evan ChengWorkaround of getCopyToRegs and getCopyFromRegs bugs...
next