Get this working with LegalizeTypes: (1) don't
[oota-llvm.git] / lib / Target / X86 /
2008-10-22 Duncan SandsGet this working with LegalizeTypes: (1) don't
2008-10-22 Oscar FuentesCMake: Turned some libraries into partially linked...
2008-10-22 Dale JohannesenAdjust comments for pedantic satisfaction.
2008-10-21 Dale JohannesenAdd comments to explain uint64->f64 algorithm,
2008-10-21 Dale JohannesenAdd an SSE2 algorithm for uint64->f64 conversion.
2008-10-21 Dan GohmanImplement the optimized FCMP_OEQ/FCMP_UNE code for...
2008-10-21 Dan GohmanDon't create TargetGlobalAddress nodes with offsets...
2008-10-21 Dan GohmanOptimized FCMP_OEQ and FCMP_UNE for x86.
2008-10-21 Dan GohmanWhen the coalescer is doing rematerializing, have it...
2008-10-20 Duncan SandsHave X86 custom lowering for LegalizeTypes use
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-17 Dan GohmanThis is done.
2008-10-17 Evan ChengAdd implicit defs of XMM8 to XMM15 on 32-bit call instr...
2008-10-17 Chris Lattneradd support for 128 bit inputs on both x86-64 and x86-32.
2008-10-17 Chris LattnerFix a bug where the x86 backend would reject 64-bit...
2008-10-17 Evan ChengFix lfence and mfence encoding. These look like MRM5r...
2008-10-17 Evan ChenggetX86RegNum has long been moved to X86RegisterInfo.
2008-10-17 Dan GohmanFun x86 encoding tricks: when adding an immediate value...
2008-10-17 Dan GohmanDefine patterns for shld and shrd that match immediate
2008-10-16 Dan GohmanTrim #includes.
2008-10-16 Chris Lattnerfix typo noticed by sdt
2008-10-16 Chris Lattneradd some notes
2008-10-16 Chris Lattneradd some notes and a file to collect unimplemented...
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-10-16 Dan GohmanRemove an unused variable.
2008-10-16 Dan GohmanFix the predicate for memop64 to be a regular load...
2008-10-15 Dan GohmanNow that predicates can be composed, simplify several of
2008-10-15 Chris Lattneradd support for folding immediates into stores when...
2008-10-15 Chris Lattnerfold immediates into stores in simple cases, this produ...
2008-10-15 Chris Lattnerfold compare of null pointer into compare with 0.
2008-10-15 Chris LattnerSome minor cleanups:
2008-10-15 Chris LattnerUse switch on VT instead of Type* comparisons.
2008-10-15 Chris LattnerUse X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it...
2008-10-15 Chris Lattnerrefactor compare emission out into a new X86FastEmitCom...
2008-10-15 Chris LattnerFold immediates into compares when possible, producing...
2008-10-15 Chris Lattnermore minor refactoring of X86SelectBranch, no functiona...
2008-10-15 Chris Lattnerfactor buildmi calls in X86SelectBranch
2008-10-15 Chris Lattnerfactor some more BuildMI's in X86SelectCmp
2008-10-15 Chris Lattnerfactor some BuildMI calls, no functionality change.
2008-10-15 Evan Cheng- Add target lowering hooks that specify which setcc...
2008-10-14 Dan GohmanFastISel support for exception-handling constructs.
2008-10-14 Dale JohannesenAccept -march=i586, because gcc does (a synonym
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-14 Evan ChengFix indentation.
2008-10-13 Dan GohmanWhen doing the very-late shift-and address-mode optimiz...
2008-10-12 Anton KorobeynikovUpdate size of inst correctly with segment override.
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-10-11 Duncan SandsFix comment typo.
2008-10-11 Anton KorobeynikovAdd ability to override segment (mostly for code emitte...
2008-10-10 Dale JohannesenFix SSE4.1 roundss, roundsd. While the instructions...
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-07 Dan GohmanAdd MBB successors and physreg Uses in the same order...
2008-10-07 Dan GohmanInstead of emitting an implicit use for the super-regis...
2008-10-07 Dale JohannesenModel hardwired inputs & outputs of x86 8-bit divides...
2008-10-07 Anders CarlssonCertain patterns involving the "movss" instruction...
2008-10-06 Evan ChengFix PR2850 and PR2863. Only generate movddup for 128...
2008-10-06 Devang PatelIt is possible that all functions in one module are...
2008-10-06 Devang PatelRemove unncessary isDeclaration() checks.
2008-10-05 Anton KorobeynikovFix weird think-o and unbreak build on all gcc-3.4...
2008-10-04 Anton KorobeynikovRevert r56675 - it breaks unwinding runtime everywhere.
2008-10-03 Dale JohannesenMake atomic Swap work, 64-bit on x86-32.
2008-10-03 Dale JohannesenPass MemOperand through for 64-bit atomics on 32-bit,
2008-10-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-10-03 Dan GohmanRemove an unused field.
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-03 Dan GohmanFix X86FastISel to handle dynamic allocas that have...
2008-10-02 Dan GohmanOptimize conditional branches in X86FastISel. This...
2008-10-02 Dale JohannesenHandle some 64-bit atomics on x86-32, some of the time.
2008-10-02 Dan GohmanWork around an interaction between fast-isel and regall...
2008-10-02 Bill Wendling"The original bug was a complaint that _mm_srli_si128...
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-10-01 Dan GohmanSplit x86's ADJCALLSTACK instructions into 32-bit and...
2008-10-01 Dan GohmanMark CALL instructions as having a Use of ESP/RSP.
2008-10-01 Bill WendlingImplement the -fno-builtin option in the front-end...
2008-09-30 Bill WendlingJust don't transform this memset into "bzero" if no...
2008-09-30 Bill WendlingAdd the new `-no-builtin' flag. This flag is meant...
2008-09-30 Dan GohmanOptimize SelectionDAG's AssignTopologicalOrder even...
2008-09-30 Dan GohmanFix X86FastISel's output for x86-32 PIC constant pool...
2008-09-30 Dan GohmanMove the GlobalBaseReg field out of X86ISelDAGToDAG.cpp
2008-09-30 Dan GohmanDisable all x87 usage, including f32 and f64 when the...
2008-09-29 Dale JohannesenRemove misuse of ReplaceNodeResults for atomics with
2008-09-29 Dan GohmanFix an over-pessimization about GlobalVariable addresse...
2008-09-29 Evan ChengFix PR2835. Do not change the width of a volatile load.
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-27 Evan ChengRe-apply 56683 with fixes.
2008-09-27 Daniel DunbarUnbreak build.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Evan ChengImplement "punpckldq %xmm0, $xmm0" as "pshufd $0x50...
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Dan GohmanRename ConstantSDNode's getSignExtended to getSExtValue...
2008-09-26 Dan GohmanMark lea fi# as being really rematerializable.
2008-09-26 Evan Chengunpckhps requires sse1, punpckhdq requires sse2.
2008-09-26 Dan GohmanFix X86FastISel's address folding to check displacement
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-26 Dan GohmanFactor out the code for determining when symblic addresses
2008-09-26 Evan ChengAvoid spilling EBP / RBP twice in the prologue.
2008-09-26 Evan ChengX86 address displacement field must be interpreted...
2008-09-26 Oscar FuentesCMake: Builds all targets.
next