Add debug support for X86/ELF targets (Linux). This allows llvm-gcc4
[oota-llvm.git] / lib / Target / X86 / X86ISelLowering.cpp
2006-10-30 Reid SpencerAdd debug support for X86/ELF targets (Linux). This...
2006-10-30 Evan ChengAll targets expand BR_JT for now.
2006-10-27 Evan ChengFixed a significant bug where unpcklpd is incorrectly...
2006-10-27 Evan ChengFix for PR968: expand vector sdiv, udiv, srem, urem.
2006-10-25 Evan ChengDuring vector shuffle lowering, we sometimes commute...
2006-10-25 Evan ChengRemove -disable-x86-shuffle-opti
2006-10-20 Chris LattnerImplement branch analysis/xform hooks required by the...
2006-10-16 Evan ChengAvoid getting into an infinite loop when -disable-x86...
2006-10-13 Evan ChengMerge ISD::TRUNCSTORE to ISD::STORE. Switch to using...
2006-10-12 Evan ChengSome X86ISD::CMP were created with wrong ValueType's.
2006-10-09 Evan ChengDon't convert to MOVLP if using shufps etc. may allow...
2006-10-09 Evan ChengReflects ISD::LOAD / ISD::LOADX / LoadSDNode changes.
2006-10-05 Evan ChengMake use of getStore().
2006-10-05 Chris LattnerLower some min/max idioms to minss/maxss when unsafe...
2006-10-04 Evan ChengAdded option -disable-x86-shuffle-opti to disable X86...
2006-10-04 Chris LattnerPattern match min/max nodes when we have sse. This...
2006-10-04 Evan ChengCombine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD...
2006-10-03 Chris LattnerFix PR933 and CodeGen/X86/2006-10-02-BoolRetCrash.ll
2006-09-27 Chris Lattnersilence warnings in release build
2006-09-26 Chris LattnerVarious random and minor code cleanups.
2006-09-21 Nick LewyckyFix compile error.
2006-09-20 Anton KorobeynikovAdding codegeneration for StdCall & FastCall calling...
2006-09-17 Anton KorobeynikovAdded some eye-candy for Subtarget type checking
2006-09-17 Anton KorobeynikovSmall fixes for supporting dll* linkage types
2006-09-14 Anton KorobeynikovAdding dllimport, dllexport and external weak linkage...
2006-09-13 Chris LattnerTurn X < 0 -> TEST X,X js
2006-09-13 Chris LattnerThe sense of this branch was inverted :(
2006-09-13 Chris LattnerCompile X > -1 -> text X,X; js dest
2006-09-12 Evan ChengReflects MachineConstantPoolEntry changes.
2006-09-11 Evan ChengX86ISD::CMP now produces a chain as well as a flag...
2006-09-08 Evan ChengCommitting X86-64 support.
2006-09-08 Evan Cheng- Identify a vector_shuffle that can be turned into...
2006-09-07 Chris LattnerEliminate X86ISD::TEST, using X86ISD::CMP instead....
2006-08-17 Chris LattnerRevert this patch, the front-end has been fixed to...
2006-08-17 Chris Lattner'g' is handled by the front-end.
2006-08-17 Andrew LenharthFix handling of 'g'. Closes 883
2006-08-17 Andrew LenharthAdd the 'c' constraint as needed by the linux kernel
2006-08-17 Andrew LenharthAdd support for S and D constraints, as needed to compi...
2006-08-11 Chris LattnerEliminate use of getNode that takes a vector.
2006-08-11 Evan ChengMatch tablegen changes.
2006-08-11 Evan ChengConvert more calls of getNode() that takes a vector...
2006-08-08 Chris LattnerStart eliminating temporary vectors used to create...
2006-07-31 Chris LattnerFix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-21 Evan ChengThis opt is now handled in DAG combine.
2006-07-20 Evan ChengA splat of a vector constant of all zero or all one...
2006-07-12 Chris LattnerAdd information preventing several register class const...
2006-07-11 Chris LattnerImplement the inline asm 'A' constraint. This implemen...
2006-07-10 Evan ChengFixed stack objects do not specify alignments, but...
2006-07-10 Chris LattnerMark internal function static
2006-07-07 Evan ChengX86 target specific DAG combine: turn build_vector...
2006-07-05 Evan ChengReorg. No functionality change.
2006-06-24 Evan ChengSimplify X86CompilationCallback: always align to 16...
2006-06-15 Evan ChengType of vector extract / insert index operand should...
2006-06-14 Evan ChengAdd argument registers to the end of call operand list...
2006-06-09 Evan ChengMinor compilation speed improvement.
2006-06-06 Evan ChengAdded X86FunctionInfo subclass of MachineFunction to...
2006-06-01 Evan ChengTypos
2006-06-01 Evan ChengRemove a warning
2006-05-31 Evan ChengRemove dead code.
2006-05-26 Evan ChengChange RET node to include signness information of...
2006-05-26 Evan ChengVector argument must be passed in memory location align...
2006-05-26 Evan ChengMac OS X ABI document lied. The first four XMM register...
2006-05-26 Evan ChengMinor update to make the code more clear
2006-05-26 Evan ChengUpdate more comments.
2006-05-26 Evan ChengFix some comments.
2006-05-26 Evan ChengNo need to handle illegal types.
2006-05-25 Evan ChengConsistency
2006-05-25 Evan ChengSome clean up.
2006-05-25 Evan ChengRemove some dead code.
2006-05-25 Evan ChengBuild breakage.
2006-05-25 Evan ChengSwitch X86 over to a call-selection model where the...
2006-05-23 Chris LattnerFix file header comment
2006-05-23 Evan ChengBetter way to check for vararg.
2006-05-23 Evan ChengRemove PreprocessCCCArguments and PreprocessFastCCArgum...
2006-05-23 Chris LattnerImplement an annoying part of the Darwin/X86 abi: the...
2006-05-19 Chris LattnerCSRet allows varargs
2006-05-17 Evan ChengShould pass by reference.
2006-05-16 Chris LattnerImplement the custom lowering hook right, returning...
2006-05-16 Chris LattnerFix a bug I introduced yesterday, which broke functions...
2006-05-16 Evan ChengX86 integer register classes naming changes. Make them...
2006-05-16 Chris LattnerAdd a chain to FORMAL_ARGUMENTS. This is a minimal...
2006-05-12 Chris LattnerDead variable
2006-05-06 Chris LattnerTeach the X86 backend about non-i32 inline asm register...
2006-05-05 Chris LattnerTeach the code generator to use cvtss2sd as extload...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-04-28 Evan ChengInitial caller side support (for CCC only, not FastCC...
2006-04-28 Evan ChengImplement four-wide shuffle with 2 shufps if no more...
2006-04-28 Evan ChengTargetLowering::LowerArguments should return a VBIT_CON...
2006-04-27 Evan ChengMake x86 isel lowering produce tailcall nodes. They...
2006-04-27 Evan ChengSupport for passing 128-bit vector arguments via XMM...
2006-04-27 Evan ChengOops
2006-04-27 Evan ChengBug fix: not updating NumIntRegs.
2006-04-27 Evan Cheng- Clean up formal argument lowering code. Prepare for...
2006-04-26 Evan ChengFix fastcc failures.
2006-04-26 Evan ChengSwitching over FORMAL_ARGUMENTS mechanism to lower...
2006-04-25 Evan ChengSeparate LowerOperation() into multiple functions,...
2006-04-24 Evan ChengSpecial case handling two wide build_vector(0, x).
2006-04-24 Evan ChengA little bit more build_vector enhancement for v8i16...
2006-04-23 Evan ChengMOVL shuffle (i.e. movd or movss / movsd from memory...
next