s/isReturnStruct()/hasStructRetAttr()/g
[oota-llvm.git] / lib / Target /
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-03-02 Chris Lattneranother random note
2008-03-02 Chris Lattneradd a note
2008-03-02 Chris LattnerEvan implemented these.
2008-03-02 Chris LattnerEvan implemented this.
2008-03-02 Chris Lattneradd support for lvsl, fixing PR1481
2008-03-02 Chris Lattneradd support for the sse.cmp.* intrinsics, which fixes...
2008-03-02 Chris Lattnerrefactor intrinsic handling code out into its own method.
2008-03-02 Chris Lattnerfix printing of undef vectors, this fixes "simple"...
2008-03-02 Chris Lattnerinsertelement got the wrong operands.
2008-03-02 Chris LattnerSeveral changes:
2008-03-02 Chris LattnerFix a bug I introduced in constant array and constant...
2008-03-02 Chris Lattnerimplement shufflevector.
2008-03-02 Chris Lattnerimplement extractelement.
2008-03-02 Chris Lattnerimplement insertelement.
2008-03-02 Chris Lattnerrespect isSigned for vector types, fixing sdiv of vecto...
2008-03-02 Chris Lattnerprint the attribute in the right place, this fixes...
2008-03-02 Chris Lattnervector types are simple types. This fixes div/rem...
2008-03-02 Chris LattnerPrint vector types appropriately. This gets basic...
2008-03-02 Chris Lattnerrename PT -> VT for VectorTypes.
2008-03-02 Chris LattnerPrint i32/i64 integer constants as 1u instead of (...
2008-03-02 Chris LattnerMove pr717 to here.
2008-03-01 Andrew Lenharthgood catch anton
2008-03-01 Andrew Lenharthmake CAS work
2008-03-01 Andrew Lenharthall but CAS working on x86
2008-03-01 Andrew LenharthAdd lock prefix support to x86. Also add the instructi...
2008-02-29 Anton KorobeynikovUse enumeration for preffered EH dwarf encoding reason
2008-02-29 Anders CarlssonUse the correct instruction encodings for the 64-bit...
2008-02-28 Evan ChengAdded option -align-loops=<true/false> to disable loop...
2008-02-28 Dale JohannesenInterface of getByValTypeAlignment differed between
2008-02-28 Lauro Ramos VenancioInitialize TextAlignFillValue. Fix revision 47703.
2008-02-28 Lauro Ramos VenancioAvoid collisions in value names.
2008-02-28 Chris Lattneradd a note
2008-02-28 Evan ChengSet to default: x86 no longer fold and into test if...
2008-02-28 Chris LattnerSparc backend doesn't support debug info yet, mark...
2008-02-28 Chris LattnerFix CodeGen/Generic/storetrunc-fp.ll on sparc, PR2105
2008-02-28 Chris Lattnerfix CodeGen/Generic/2008-01-25-dag-combine-mul.ll on...
2008-02-28 Chris Lattnertarget-indep codegen memcpy lowering issue.
2008-02-28 Chris LattnerAdd a random not very important note
2008-02-28 Evan ChengAdd a quick and dirty "loop aligner pass". x86 uses...
2008-02-28 Eli FriedmanA few more small things I've run into.
2008-02-27 Anton KorobeynikovEHPreferredDataFormat hook for PPC targets. Looks like...
2008-02-27 Anton KorobeynikovPreparation step for some cleanup/generalization in...
2008-02-27 Dan GohmanDon't hard-code the mask size to be 32, which is incorr...
2008-02-27 Evan ChengThis is done.
2008-02-27 Bill WendlingFinal de-tabification.
2008-02-27 Chris LattnerMake X86TargetLowering::LowerSINT_TO_FP return without...
2008-02-27 Chris Lattnerthis code is correct but strange looking ;-)
2008-02-27 Chris LattnerCompile x86-64-and-mask.ll into:
2008-02-27 Evan ChengSpiller now remove unused spill slots.
2008-02-27 Dan GohmanConvert the last remaining users of the non-APInt form of
2008-02-27 Chris Lattneradd a note
2008-02-26 Arnold SchwaighoferRefactor according to Evan's and Anton's suggestions.
2008-02-26 Bill WendlingRename PrintableName to Name.
2008-02-26 Bill WendlingChange "Name" to "AsmName" in the target register info...
2008-02-26 Arnold SchwaighoferCorrect function comments.
2008-02-26 Bill WendlingDe-tabify
2008-02-26 Arnold SchwaighoferAdd support for intermodule tail calls on x86/32bit...
2008-02-26 Arnold SchwaighoferChange the lowering of arguments for tail call optimized
2008-02-25 Dan GohmanRevert the assert for MUL_LOHI with an unused high...
2008-02-25 Dale JohannesenRevise previous patch per review.
2008-02-25 Dan GohmanAdd an assert to verify that we don't see an
2008-02-25 Dan GohmanRemove the hack that turned an {S,U}MUL_LOHI with an...
2008-02-25 Dan GohmanConvert MaskedValueIsZero and all its users to use...
2008-02-25 Dale JohannesenExpand removal of MMX memory copies to allow 1 level
2008-02-24 Bill WendlingSome platforms use the same name for 32-bit and 64...
2008-02-23 Scott MichelMerge current work back to tree to minimize diffs and...
2008-02-23 Evan ChengTurning on remat of pic loads.
2008-02-23 Evan ChengNo need recognize load from a fixed argument slot as...
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-22 Dale JohannesenMMX vectors are passed 4-byte aligned.
2008-02-22 Evan ChengAllow re-materialization of pic load (controlled by...
2008-02-22 Chris Lattnercopy mmx values from/to memory with GPRs on x86-32
2008-02-22 Chris LattnerStart using GPR's to copy around mmx value instead...
2008-02-21 Eli FriedmanA few minor updates, removing implemented stuff and...
2008-02-21 Chris LattnerDan implemented one multiply issue. Replace it with...
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-20 Evan ChengPoorly named option.
2008-02-20 Evan ChengTemporarily backing out r47337. It breaks a number...
2008-02-20 Anton KorobeynikovFix newly-introduced 4.3 warnings
2008-02-20 Anton KorobeynikovFix code style
2008-02-20 Anton KorobeynikovRemove bunch of gcc 4.3-related warnings from Target
2008-02-20 Anton KorobeynikovUnbreak build with gcc 4.3: provide missed includes...
2008-02-20 Evan ChengDisable for now. This is pessimizing code.
2008-02-19 Evan ChengAdd hidden option -x86-fold-and-in-test to test the...
2008-02-19 Andrew Lenharthfix some byval problems in the cbe. Closes PR2065
2008-02-19 Chris LattnerDon't fold and's into test instructions if they have...
2008-02-19 Evan ChengMe not like duplicated comments.
2008-02-18 Evan Cheng- When DAG combiner is folding a bit convert into a...
2008-02-18 Dan GohmanChris pointed out that it's not necessary to set i64...
2008-02-18 Chris Lattnerupgrade some tests.
2008-02-18 Nate BegemanAdd a note
2008-02-18 Chris LattnerAdd a note about sext from i1 plus flags use.
2008-02-18 Dan GohmanDon't mark scalar integer multiplication as Expand...
2008-02-17 Chris Lattnermove PR2053 to here.
2008-02-16 Andrew LenharthI cannot find a libgcc function for this builtin. ...
2008-02-16 Andrew Lenharthllvm.memory.barrier, and impl for x86 and alpha
2008-02-15 Chris LattnerHandle \n's in value names for more targets. The asm...
2008-02-15 Chris LattnerIf the llvm name contains an unprintable character...
2008-02-15 Dale JohannesenCosmetics.
next