rearrange some code, no functionality change.
[oota-llvm.git] / lib / Target / X86 /
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 Evan ChengImplement x86 support for @llvm.prefetch. It correspond...
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-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 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 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-03-02 Chris LattnerEvan implemented these.
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 Evan ChengSet to default: x86 no longer fold and into test if...
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 KorobeynikovPreparation step for some cleanup/generalization in...
2008-02-27 Evan ChengThis is done.
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 Chris Lattneradd a note
2008-02-26 Arnold SchwaighoferRefactor according to Evan's and Anton's suggestions.
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-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 Anton KorobeynikovFix newly-introduced 4.3 warnings
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 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 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 JohannesenRemove warning about 64-bit code on processor
2008-02-15 Dale Johannesennocona, core2 and penryn support 64 bit.
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2008-02-14 Nate BegemanChange how FP immediates are handled.
2008-02-14 Chris Lattnerupgrade some entries, remove stuff that is done.
2008-02-14 Chris Lattnerthe mid-level optimizer removes this stuff.
2008-02-14 Chris Lattnerthis one is easy.
2008-02-14 Chris LattnerThis readme entry is done, testcase here: CodeGen/X86...
2008-02-13 Dan GohmanAssigning an APInt to 0 with plain assignment gives...
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Nicolas GeoffrayEnable exception handling int JIT
2008-02-13 Nate Begemanreadme updates
2008-02-13 Evan ChengcommuteInstr() can now commute non-ssa machine instrs.
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-02-12 Dale Johannesen__DATA not __DATA__ is the right segment name on darwin.
next