Do not use '&' prefix for globals when register base field is non-zero, otherwise...
[oota-llvm.git] / lib / Target / X86 /
2010-03-05 Evan ChengFix typo.
2010-03-05 Evan ChengFix an oops in x86 sibcall optimization. If the ByVal...
2010-03-05 Evan ChengRever 96389 and 96990. They are causing some miscompila...
2010-03-05 Bill WendlingRevert r97766. It's deleting a tag.
2010-03-05 Bill WendlingMicro-optimization:
2010-03-04 Jakob Stoklund OlesenFix the remaining MUL8 and DIV8 to define AX instead...
2010-03-04 Dan GohmanFix recognition of 16-bit bswap for C front-ends which...
2010-03-04 Chris Lattnernot committing what you test = bad.
2010-03-04 Chris Lattnermake gep matching in fastisel match the base of the...
2010-03-04 Chris Lattneradd a comment.
2010-03-03 Chris Lattnerremove nvload and two patterns that use it which are
2010-03-03 Chris Lattnerfactor the 'in the default address space' check out...
2010-03-03 Chris Lattnerfactor the 'sign extended from 8 bit' patterns better so
2010-03-02 Chris Lattnermerge two loops over all nodes in the graph into one.
2010-03-02 Chris Lattnereliminate PreprocessForRMW now that isel handles it.
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Chris LattnerSink InstructionSelect() out of each target into SDISel...
2010-03-02 Bill WendlingRemove dead parameter passing.
2010-03-02 Dan GohmanFloating-point add, sub, and mul are now spelled fadd...
2010-03-01 Chris Lattnerremove a little hack I did for the old isel, not needed
2010-03-01 Evan ChengRemove the optimize for code size limitation on r67917...
2010-03-01 Chris Lattnerremove a terrible hack that disabled assertions from...
2010-03-01 Dan GohmanThis is now done.
2010-02-28 Mikhail Glushenkov80-col violations/trailing whitespace.
2010-02-28 Dan GohmanImplement XMM subregs.
2010-02-27 Dan GohmanThe mayHaveSideEffects flag is no longer used.
2010-02-27 Chris Lattnerfix an incorrect (overly conservative) predicate.
2010-02-27 Evan ChengRe-apply 97040 with fix. This survives a ppc self-host...
2010-02-26 Dale JohannesenMove dbg_value generation to target-independent FastISel,
2010-02-26 Dan Gohmanmovl is a cheaper way to materialize 0 without clobberi...
2010-02-26 Dan GohmanDelete a bunch of redundant predicates.
2010-02-25 Daniel DunbarFix TextAlignFillValue in a few places
2010-02-25 Dan GohmanTruncate from i64 to i32 is "free" on x86-32, because...
2010-02-24 Daniel DunbarSpeculatively revert r97011, "Re-apply 96540 and 96556...
2010-02-24 Dan GohmanWhen forming SSE min and max nodes for UGE and ULE...
2010-02-24 Evan ChengRe-apply 96540 and 96556 with fixes.
2010-02-24 Jakob Stoklund OlesenDIV8r must define %AX since X86DAGToDAGISel::Select...
2010-02-23 Evan ChengFix rev 96389 by restricting the xform to mask that...
2010-02-23 Chris Lattnerno need to override IsLegalToFold, the base implementation
2010-02-23 Chris Lattnerremove a confused pattern that is trying to match an...
2010-02-23 Chris Lattnerremove a bunch of dead named arguments in input patterns,
2010-02-23 Chris Lattnerfix a type mismatch in this pattern, where we were...
2010-02-23 Chris LattnerX86InstrInfoSSE.td declares PINSRW as having type v8i16,
2010-02-22 Arnold SchwaighoferMark the return address stack slot as mutable when...
2010-02-22 Dan GohmanFix a typo in a comment.
2010-02-22 Dan GohmanRemove the logic for reasoning about NaNs from the...
2010-02-22 Chris Lattnerfix an incorrect VT: eflags is always i32. The bug...
2010-02-21 Daniel DunbarMC/X86: Add stub AsmBackend.
2010-02-21 Anton KorobeynikovIt turned out that we failed to emit proper symbol...
2010-02-21 Chris Lattnerfix and un-xfail X86/vec_ss_load_fold.ll
2010-02-21 Chris Lattnerrename SelectScalarSSELoad -> SelectScalarSSELoadXXX...
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Bob WilsonRevert Anton's most recent EH patch (r96637), since...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
2010-02-19 Anton KorobeynikovUse the same encoding for EH stuff uniformly on all...
2010-02-18 Dale JohannesenGenerate DBG_VALUE from dbg.value intrinsics. These...
2010-02-18 Chris Lattneradd a missing type cast.
2010-02-18 Evan ChengSome dag combiner goodness:
2010-02-17 Chris Lattnerrename and document some arguments so I don't have...
2010-02-17 Anton KorobeynikovUse pointer-wide encoding for LSDA and FDE on Darwin.
2010-02-17 Chris Lattnerdaniel remembered why this was needed.
2010-02-17 Chris Lattneradd a comment explaining why darwin/i386 uses ## as...
2010-02-17 Dan GohmanMake the operand and format specifier match, and print all
2010-02-16 Chris Lattnerfix rdar://7653908, a crash on a case where we would...
2010-02-16 Evan ChengLook for SSE and instructions of this form: (and x...
2010-02-16 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-16 Benjamin KramerMinor warning fixes (semicolons, newline at EOF).
2010-02-16 Chris Lattnermake pcrel immediate values relative to the start of...
2010-02-15 Anton KorobeynikovFix a silly darwin-only typo introduced during merge.
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-02-15 Chris Lattnerrevert r96241. It breaks two regression tests, isn...
2010-02-15 Evan ChengSplit SelectionDAGISel::IsLegalAndProfitableToFold to
2010-02-15 David GreeneAdd support for emitting non-temporal stores for DAGs...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-14 Anton KorobeynikovForgot to commit the header
2010-02-14 Anton KorobeynikovDrop winmcasminfo and use normal AT&T COFF for all...
2010-02-13 Chris Lattnerteach the encoder to handle pseudo instructions like...
2010-02-13 Daniel DunbarX86: Move extended MCFixupKinds into X86FixupKinds.h
2010-02-13 Chris Lattneradd encoder support and tests for rdtscp
2010-02-13 Sean CallananAdded the rdtscp instruction to the x86 instruction
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2010-02-13 Sean CallananFixed encodings for invlpg, invept, and invvpid.
2010-02-13 Chris Lattnerrip out the 'heinous' x86 MCCodeEmitter implementation.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-13 Daniel DunbarMC/X86: Push immediate operands as immediates not expre...
2010-02-12 Chris LattnerRemove special cases for [LM]FENCE, MONITOR and MWAIT...
2010-02-12 Chris Lattnerimplement the rest of correct x86-64 encoder support for
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-12 Chris Lattnerimplement infrastructure to support fixups for rip-rel
2010-02-12 Chris Lattnerpull the rip-relative addressing mode case up early.
2010-02-12 Chris Lattnerfixme resolved!
2010-02-12 Chris Lattnerstart producing reloc_pcrel_4byte/reloc_pcrel_1byte...
2010-02-12 Chris Lattnerenhance the immediate field encoding to know whether...
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Anton KorobeynikovSetup correct data layout to match gcc's expectations...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Chris Lattneradd a bunch of mod/rm encoding types for fixed mod...
next