MC/Mach-O: Initial x86_64 support.
[oota-llvm.git] / test / CodeGen /
2010-03-12 Chris Lattnersimplify code to use OutContext.GetOrCreateTemporarySym...
2010-03-12 Chris Lattnerfix PR6577, a bug in sdbuilder lowering select instructions
2010-03-11 Bill Wendlingrevert r98270.
2010-03-11 Evan ChengBad bad bug. x86 force indirect tail call address into...
2010-03-11 Richard OsborneAdd dag combine to simplify lmul(x, 0, a, b)
2010-03-11 Evan ChengThe check for coalescing a virtual register to a physic...
2010-03-11 Eric ChristopherHave fast-isel understand llvm.objectsize. Update...
2010-03-11 Chris Lattneradd support, testcases, and dox for the new GHC calling
2010-03-10 Chris Lattnerfix PR6533 by updating the br(xor) code to remember...
2010-03-10 Richard OsborneHandle MVT::i64 type in DAG combine for ISD::ADD. Fold...
2010-03-10 Richard OsborneFold add(add(mul(x,y),a),b) -> lmul(x,y,a,b) if the...
2010-03-10 Richard OsbornePrefer LMUL to MACCU as LMUL has no tied operands.
2010-03-10 Richard OsborneCustom lower (S|U)MUL_LOHI -> MACC(S|U)
2010-03-10 Richard OsborneLower add (mul a, b), c into MACCU / MACCS nodes which...
2010-03-10 Richard OsborneConvert test to FileCheck.
2010-03-10 Evan ChengFix typo.
2010-03-10 Evan ChengUnbreak test on Linux.
2010-03-10 Evan ChengEnable machine cse pass.
2010-03-09 Dale JohannesenThe address of an indirect call must be in R12 on Darwin.
2010-03-09 Richard OsborneIn cases where the carry / borrow unused converted...
2010-03-09 Richard OsborneAdd DAG combine for ladd / lsub.
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Bob WilsonFix a crash compiling 254.gap for Thumb2. The Thumb2...
2010-03-08 Evan ChengAdd documentation on sibling call optimization. Rename...
2010-03-06 Wesley PeckRe-committing the failed r97807 commit with changes...
2010-03-06 Anton KorobeynikovInitial bits of ARMv4-only support.
2010-03-06 Anton KorobeynikovDo not use '&' prefix for globals when register base...
2010-03-06 Chris Lattnerrevert r97807, it introduced build warnings.
2010-03-05 Charles DavisDon't emit global symbols into the (__TEXT,__ustring...
2010-03-05 Jakob Stoklund OlesenBetter handling of dead super registers in LiveVariable...
2010-03-05 Jakob Stoklund OlesenWe don't really care about correct register liveness...
2010-03-05 Jakob Stoklund OlesenAvoid creating bad PHI instructions when BR is being...
2010-03-05 Chris Lattnerfix bss section printing for cell, patch by Kalle Raiskila!
2010-03-05 Wesley PeckReworking the stack layout that the MicroBlaze backend...
2010-03-05 Evan ChengFix an oops in x86 sibcall optimization. If the ByVal...
2010-03-05 Chris LattnerFix PR6497, a bug where we'd fold a load into an addc
2010-03-05 Chris Lattnercleanup
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 Johnny ChenDrop the ".w" qualifier for t2UXTB16* instructions...
2010-03-04 Bob Wilsonpr6478: The frame pointer spill frame index is only...
2010-03-04 Bob Wilsonpr6480: Don't try producing ld/st-multiple instructions...
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-03 Dan GohmanRevert r97580; that's not the right way to fix this.
2010-03-03 Bill WendlingThis test case:
2010-03-02 Chris LattnerFix some issues in WalkChainUsers dealing with
2010-03-02 Chris Lattnerthis testcase is failing because pic16 doesn't define...
2010-03-02 Chris Lattnerxfail this for now.
2010-03-02 Dan GohmanWhen expanding an expression such as (A + B + C + D...
2010-03-02 Chris Lattnerclean up some testcases.
2010-03-02 Chris LattnerFix the xfail I added a couple of patches back. The...
2010-03-02 Chris LattnerRewrite chain handling validation and input TokenFactor...
2010-03-02 Dan GohmanFix several places to handle vector operands properly.
2010-03-01 Chris LattnerFix PR2590 by making PatternSortingPredicate actually be
2010-03-01 Chris Lattnerstop using anders-aa
2010-03-01 Devang PatelRewrite test to test VLA using new debug info encoding...
2010-03-01 Devang PatelRemove this generic debug info intrinsic test. LLVM...
2010-02-28 Chris Lattneradd some random nounwinds.
2010-02-28 Dan GohmanDon't try to replace physical registers when doing...
2010-02-27 Dan GohmanAdd nounwinds.
2010-02-27 Evan ChengRe-apply 97040 with fix. This survives a ppc self-host...
2010-02-26 Jakob Stoklund OlesenUse the right floating point load/store instructions...
2010-02-26 Sanjiv GuptaReapply things reverted back in 97220, with the fixed...
2010-02-26 Richard OsborneFix XCoreTargetLowering::isLegalAddressingMode() to...
2010-02-25 Chris Lattnerchange the scope node to include a list of children...
2010-02-25 Dan GohmanRevert r97064. Duncan pointed out that bitcasts are...
2010-02-25 Dan GohmanMake LoopSimplify change conditional branches in loop...
2010-02-24 Jakob Stoklund OlesenCreate a stack frame on ARM when
2010-02-24 Bob WilsonCheck for comparisons of +/- zero when optimizing less...
2010-02-24 Dan GohmanMake getTypeSizeInBits work correctly for array types...
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 Chris LattnerChange the scheduler from adding nodes in allnodes...
2010-02-24 Jim GrosbachLowerCall() should always do getCopyFromReg() to refere...
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 Jakob Stoklund OlesenRemember to handle sub-registers when moving imp-defs...
2010-02-23 Jakob Stoklund OlesenKeep track of phi join registers explicitly in LiveVari...
2010-02-23 Wesley PeckAdding the MicroBlaze backend.
2010-02-23 Richard OsborneLower BR_JT on the XCore to a jump into a series of...
2010-02-22 Evan ChengThese should not have been committed.
2010-02-22 Chris Lattnerno need to run llvm-as here.
2010-02-22 Evan ChengInstcombine constant folding can normalize gep with...
2010-02-22 Dan GohmanCanonicalize ConstantInts to the right operand of commu...
2010-02-22 Dan GohmanActually enable the -enable-unsafe-fp-math tests.
2010-02-22 Arnold SchwaighoferMark the return address stack slot as mutable when...
2010-02-22 Dan GohmanRemove the logic for reasoning about NaNs from the...
2010-02-22 Dan GohmanWhen emitting an instruction which depends on both...
2010-02-21 Chris Lattneradd some no-unwinds, other minor cleanups.
2010-02-21 Chris Lattneradd a triple so that this doesn't fail due to linux...
2010-02-21 Chris Lattnerfilecheckize and add nouwinds.
2010-02-21 Anton KorobeynikovIT turns out that during jumpless setcc lowering eq...
2010-02-21 Chris Lattnerfix and un-xfail X86/vec_ss_load_fold.ll
2010-02-21 Chris Lattnertemporarily disable this.
2010-02-19 Dan GohmanCheck for overflow when scaling up an add or an addrec for
2010-02-19 Charles DavisAdd support for the 'alignstack' attribute to the x86...
2010-02-19 Duncan SandsRevert commits 96556 and 96640, because commit 96556...
next