Fix some compilation errors on msvc:
[oota-llvm.git] / lib / Target /
2008-03-09 Chris Lattnerteach X86InstrInfo::copyRegToReg how to copy into ST...
2008-03-09 Chris Lattneradd some code to support cross-register class copying...
2008-03-09 Chris Lattnerrearrange some code, no functionality change.
2008-03-09 Chris Lattnerclaim ST(x) registers are 80 bits, which is true. ...
2008-03-09 Chris Lattnerrename FP_SETRESULT -> FP_SET_ST0
2008-03-09 Chris Lattnerrename FpGETRESULT32 -> FpGET_ST0_32 etc. Add support for
2008-03-09 Chris LattnerFinish implementing a readme entry: when inserting...
2008-03-09 Chris Lattneradd a note
2008-03-09 Chris LattnerImplement a readme entry, compiling
2008-03-08 Chris Lattner1) Improve comments.
2008-03-08 Chris Lattnerminor simplifications to this code, don't create a...
2008-03-08 Chris LattnerThis one looks easy, add a note.
2008-03-08 Chris Lattnermove these to the appropriate file
2008-03-08 Dale JohannesenMore ppc32 byval handling (bug fixes). Things
2008-03-08 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
2008-03-08 Dan GohmanAdd support for calls with i128 return values on ppc64.
2008-03-07 Bill WendlingPPC64 passes arguments of integral type in i64 register...
2008-03-07 Dan GohmanAdd support for lowering 128-bit shifts on ppc64.
2008-03-07 Dale JohannesenNext bits of PPC byval handling. Basically functional
2008-03-07 Chris LattnerAdd support for ppc64 shifts with 7-bit (oversized...
2008-03-07 Chris LattnerReplace SDT_PPCShiftOp in favor of SDTIntBinOps. This...
2008-03-07 Chris Lattnermark frem as expand for all legal fp types on x86,...
2008-03-06 Gabor Greifsome more spelling changes
2008-03-06 Scott MichelRefine Cell's i64 constant generation code to cover...
2008-03-05 Andrew Lenharthgcc likes things spelled correctly
2008-03-05 Dale JohannesenNext bit of PPC ByVal handling; call-site code seems
2008-03-05 Scott Michel- Fix support for "special" i64 immediates that can...
2008-03-05 Chris Lattnerevan implemented this.
2008-03-05 Evan ChengisTwoAddress = 1 -> Constraints.
2008-03-05 Evan ChengPSLLWri etc. are two-address instructions.
2008-03-05 Chris Lattneradd a note
2008-03-05 Evan ChengIgnore debugging related instructions if they get this...
2008-03-05 Evan ChengRather than asserting. Dump out the MI that we are...
2008-03-05 Evan ChengAdd a target lowering hook to control whether it's...
2008-03-05 Andrew Lenharth64bit CAS on 32bit x86.
2008-03-05 Evan ChengRefactor code. Remove duplicated functions that basical...
2008-03-04 Bill WendlingRemoved spurious EnablePPCRS check.
2008-03-04 Dale JohannesenMove PPC lowering functions into PPCTargetLowering
2008-03-04 Bill WendlingUse a command-line option to turn register scavenging...
2008-03-04 Andrew Lenharthx86-64 atomics
2008-03-04 Evan Cheng80 column violations.
2008-03-04 Evan ChengRemove -always-fold-and-in-test.
2008-03-03 Dan GohmanAdd support for lowering i64 SRA_PARTS and friends...
2008-03-03 Bill WendlingThis is the initial check-in for adding register scaven...
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.
next