Fix a FIXME: in ReplaceNodeWith, if the new node
[oota-llvm.git] / lib / Target /
2008-10-28 Jim GrosbachSupport for constant islands in the ARM JIT.
2008-10-28 Duncan SandsFix darwin ppc llvm-gcc build breakage: intercept
2008-10-28 Chris LattnerFix a nasty miscompilation of 176.gcc on linux/x86...
2008-10-27 David GreeneHave TableGen emit setSubgraphColor calls under control...
2008-10-27 Evan ChengFor now, don't split live intervals around x87 stack...
2008-10-25 Dan GohmanMove the code that adds the DeadMachineInstructionElimP...
2008-10-25 Nicolas GeoffraySupport for allocation of TLS variables in the JIT...
2008-10-25 Nicolas GeoffrayGenerate code for TLS instructions.
2008-10-25 Oscar FuentesCMake: lib/Target/ARM/AsmPrinter/CMakeLists.txt added.
2008-10-24 Dale JohannesenMark MFCR as reading all condition code registers.
2008-10-24 Dale JohannesenRewrite logic to figure out whether LR needs to
2008-10-24 Torok Edwinmove the note to the correct README
2008-10-24 Torok Edwinadd note about va_arg code on x86 and x86-64
2008-10-24 Duncan SandsFix translateX86CC: if SetCCOpcode is SETULE and
2008-10-24 Dan GohmanFix constant-offset emission for x86-64 absolute addres...
2008-10-23 Dale JohannesenMark defs and uses of CTR and LR correctly.
2008-10-22 Jim Grosbachremove extraneous #ifdef's
2008-10-22 Dale JohannesenRemove allocation of unused stack slot.
2008-10-22 Duncan SandsGet this working with LegalizeTypes: (1) don't
2008-10-22 Chris LattnerFix PR2907 by digging through constant expressions...
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 Jim Grosbachuse pre-UAL mnemonics for push/pop for compilaton callb...
2008-10-21 Dan GohmanDisable constant-offset folding for PowerPC, as the...
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 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
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 now partly done.
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 Chris Lattneradd some simple hacky long double support for the CBE...
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 Duncan SandsFix warnings about mb/me being potentially used
2008-10-16 Chris Lattneradd some notes
2008-10-16 Chris Lattneradd some notes and a file to collect unimplemented...
2008-10-16 Chris Lattnermark some targets as experimental. Andrew, if you...
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 Chris Lattnermove PR1941 here.
2008-10-15 Chris Lattnermove PR1604 here.
2008-10-15 Chris Lattnermove PR1488 into this file.
2008-10-15 Dan GohmanNow that predicates can be composed, simplify several of
2008-10-15 Chris Lattneradd a note
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 Jim GrosbachUpdate ARM Insn encoding to get endian-ness to match...
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-10 Anton KorobeynikovFix a thinko and unbreak sparc default CC
2008-10-10 Anton KorobeynikovExtend set of return registers on sparc until someone...
2008-10-10 Anton KorobeynikovIgnore extra 'r' modifier for now
2008-10-10 Anton KorobeynikovUse expand for smul_lohi for now
2008-10-10 Anton KorobeynikovAdd rudimentary support for 'r' register operand
2008-10-10 Anton KorobeynikovCleanup
2008-10-10 Anton KorobeynikovAdd rudimentary asmprinter support for printing inline...
2008-10-10 Anton KorobeynikovAdd dummy 'm' inline asm constraint handler for Sparc...
2008-10-10 Anton KorobeynikovCleanup
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-09 Chris Lattnerget CodeGen/Alpha/mul128.ll to work.
2008-10-08 Dale Johannesen(re)Put const weak strings in appropriate section on...
2008-10-08 Jim GrosbachComment to be explicit that the enumeration values...
2008-10-08 Duncan SandsUse template to distinguish between function variants.
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
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...
next