Fix fallout from my last patch: don't reject varargs functions :)
[oota-llvm.git] / lib / Target /
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-28 Chris LattnerWork around a GCC bug, producing this code:
2007-11-28 Chris LattnerImplement ExpandOperationResult for ppc i64 fp->int...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Chris Lattnerseveral entries got significantly better, though they...
2007-11-27 Chris Lattnerimplement a trivial readme entry.
2007-11-27 Chris LattnerFix a crash on invalid code due to memcpy lowering.
2007-11-27 Nate BegemanSupport returning non-power-of-2 vectors to unblock...
2007-11-27 Andrew Lenharthsomething wrong with this opt
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-25 Chris LattnerFix a long standing deficiency in the X86 backend:...
2007-11-24 Chris Lattneradd a immAllZerosV_bc pattern fragment for consistency...
2007-11-24 Chris Lattnerremove bogus assertion that broke CodeGen/Generic/cast...
2007-11-24 Chris LattnerSeveral changes:
2007-11-24 Chris Lattneradd a note
2007-11-21 Dale JohannesenFix compiler warning.
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-11-17 Nate BegemanAdd support for vectors to int <-> float casts.
2007-11-16 Anton KorobeynikovImplement codegen for flt_rounds on x86
2007-11-14 Evan ChengOops. Debugging code shouldn't have been checked in.
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-14 Duncan SandsEliminate the recently introduced CCAssignToStackABISiz...
2007-11-14 Evan ChengClean up sub-register implementation by moving subReg...
2007-11-13 Dale JohannesenRevert previous; these files aren't ready to go in...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-13 Evan ChengFix x86-64 jit: remove reliance on Dwarf numbers.
2007-11-13 Bill WendlingUnifacalize the CALLSEQ{START,END} stuff.
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-12 Anton KorobeynikovCompletely forgot, that we have some debug information...
2007-11-12 Bruno Cardoso LopesAdded JumpTable support
2007-11-12 Owen AndersonAdd a flag for indirect branch instructions.
2007-11-11 Anton KorobeynikovClarify the meaning of '-2' register number
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
2007-11-10 Dale JohannesenAdd CCAssignToStackABISizeAlign for convenience in
2007-11-10 Arnold SchwaighoferUpdate tailcall code to include inline attribute operan...
2007-11-09 Evan ChengUnbreak x86-64 jumptable.
2007-11-09 Anton KorobeynikovSilence a warning
2007-11-09 Dale JohannesenRevert previous rewrite per chris's comments.
2007-11-09 Evan ChengMuch improved pic jumptable codegen:
2007-11-09 Dale JohannesenRewrite Dwarf number handling per review comments.
2007-11-08 Lauro Ramos Venancio[ARM] Implement __builtin_thread_pointer.
2007-11-07 Dale JohannesenComplete conditionalization of Dwarf reg numbers.
2007-11-07 Dale JohannesenInterchange Dwarf numbers of ESP and EBP on x86 Darwin.
2007-11-06 Bruno Cardoso LopesBetter processor definition
2007-11-05 Rafael EspindolaMove the LowerMEMCPY and LowerMEMCPYCall to a common...
2007-11-05 Lauro Ramos Venancio[ARM] Fix code generation for:
2007-11-05 Evan ChengUse movups to spill / restore SSE registers on targets...
2007-11-05 Bruno Cardoso LopesAdded support for PIC code with "explicit relocations...
2007-11-05 Duncan SandsEliminate the remaining uses of getTypeSize. This
2007-11-04 Chris LattnerFix PR1761 by not printing (rip) suffix when in -static...
2007-11-04 Nick LewyckyFix crash before main on ppc/linux with static construc...
2007-11-04 Chris LattnerFix PR1763 by allowing the 'q' constraint to work with...
2007-11-02 Evan ChengUnbreak tailcall opt.
2007-11-02 Chris Lattneradd a note
2007-11-02 Evan ChengMissing a getNumOperands check.
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-11-01 Bill WendlingSilence, accersed warning
2007-10-31 Rafael EspindolaMake ARM and X86 LowerMEMCPY identical by moving the...
2007-10-31 Rafael EspindolaMake ARM an X86 memcpy expansion more similar to each...
2007-10-31 Dale JohannesenMake i64=expand_vector_elt(v2i64) work in 32-bit mode.
2007-10-30 Dale JohannesenAdd missing SSE builtins: CVTPD2PI, CVTPS2PI,
2007-10-30 Duncan SandsFix for visibility warnings generated by gcc-4.2.
2007-10-30 Dale JohannesenAdd missing MMX PSUBQ.
2007-10-29 Evan ChengEnable more fold (sext (load x)) -> (sext (truncate...
2007-10-29 Evan ChengAvoid doing something dumb like rewriting using a 64...
2007-10-29 Chris Lattneradd a note.
2007-10-29 Chris LattnerAdd support for the x86-64 'q' regigster modifier,...
2007-10-29 Chris LattnerFix PR1749 and InstCombine/2007-10-28-EmptyField.ll...
2007-10-28 Evan ChengNew entry.
2007-10-26 Anton KorobeynikovFix off-by-one stack offset computations (dwarf informa...
2007-10-26 Eric Christopherclo/clz aren't supported on mips I. Keep them around...
2007-10-26 Evan ChengLoosen up iv reuse to allow reuse of the same stride...
2007-10-25 Dale JohannesenSupport non-POSIX hosts by removing use of strncasecmp.
2007-10-23 Dale JohannesenDisable a couple more things for ppcf128.
2007-10-23 Evan ChengTemporary solution: added a different set of BCTRL_Mach...
2007-10-22 Evan ChengFix memcpy lowering when addresses are 4-byte aligned...
2007-10-22 Dan GohmanFix the folding of multiplication into addresses on...
2007-10-22 Evan ChengUse ptr type in the immediate field of a BxA instructio...
2007-10-22 Evan ChengFix an unfolding bug.
2007-10-21 Dale JohannesenAllow for copysign having f80 second argument.
2007-10-19 Evan ChengResolve unfold tables ambiguity.
2007-10-19 Evan ChengLocal spiller optimization:
2007-10-19 Rafael Espindolasplit LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYI...
2007-10-19 Rafael EspindolaAdd support for byval function whose argument is not...
2007-10-19 Chris Lattnercomment fixes
2007-10-19 Chris LattnerAdd an easy microoptimization I noticed.
2007-10-19 Dale JohannesenMore ppcf128 issues (maybe the last)?
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-18 Christopher LambFix a misnamed parameter.
2007-10-18 Christopher LambFix a typo
2007-10-18 Gordon HenriksenWork around downrev gccs which do not inherit visibilit...
2007-10-18 Chris Lattnerlegalizing the ret operation on f64 shouldn't introduce...
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-17 Chris LattnerChange fp to sint legalization on x86-32 to do 2 x i32
2007-10-17 Chris Lattnerfix some funny indentation, add comments.
2007-10-16 Dale JohannesenCheck for invalid cc's in f80 select.
next