add some nounwinds
[oota-llvm.git] / test / CodeGen /
2010-03-28 Chris Lattneradd some nounwinds
2010-03-28 Chris Lattnerthis takes an insane amount of time to run, disable...
2010-03-26 Evan ChengDo not sibcall if stack needs to be dynamically aligned.
2010-03-26 Evan ChengAllow trivial sibcall of vararg callee when no argument...
2010-03-26 Evan ChengTry trivial remat before the coalescer gives up on...
2010-03-25 Jim Grosbachswitch the flag for using NEON for SP floating point...
2010-03-25 Evan ChengAdd nounwind.
2010-03-25 Chris LattnerMake the NDEBUG assertion stronger and more clear what is
2010-03-24 Nate BegemanBUILD_VECTOR was missing out on some prime opportunitie...
2010-03-24 Bob WilsonRevert Edwin's change that is breaking MultiSource...
2010-03-24 Torok EdwinFix memory leak in liveintervals: the destructor for...
2010-03-22 Chris LattnerFix PR6673: updating the callback should not clear...
2010-03-20 Bob Wilsonpr6652: Use LDM to restore PC to the return address...
2010-03-20 Evan ChengStupid svn. Add back to the lost sibcall tests.
2010-03-19 Kevin EnderbyFixed the encoding problems of the crc32 instructions...
2010-03-19 Mon P WangFixed a widening bug where we were not using the correc...
2010-03-18 Evan ChengTurning off post-ra scheduling for x86. It isn't a...
2010-03-17 Evan ChengX86 address mode matching code MatchAddressRecursively...
2010-03-17 Johnny ChenAdded sub-formats to the NeonI/NeonXI instructions...
2010-03-16 Evan ChengFix liveintervals handling of dbg_value instructions.
2010-03-16 Dan GohmanAdd an rdar number to this test.
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-16 Bob WilsonStop using the old pre-UAL syntax for LDM/STM instructi...
2010-03-16 Bob WilsonAdd a testcase for the change in r98586.
2010-03-16 Bill WendlingForgot testcase for r98599.
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-15 Dan GohmanRecognize code for doing vector gather/scatter index...
2010-03-15 Chris LattnerImplement support for the case when a reference to...
2010-03-15 Chris LattnerFix the case when a reference to an address taken BB...
2010-03-14 Chris Lattnerfilecheckize a test and mark these wiht a cpu so it...
2010-03-14 Duncan SandsTurn calls to copysignl into an FCOPYSIGN node. Handle...
2010-03-14 Chris Lattnerfix ShrinkDemandedOps to not leave dead nodes around,
2010-03-14 Chris Lattnerdon't have i386-specific tests in CodeGen/Generic,...
2010-03-14 Chris Lattnerfix PR6605, X86ISD::CMP always returns i32 (EFLAGS...
2010-03-14 Anton KorobeynikovFix typo
2010-03-14 Anton KorobeynikovFeature test for half precision FP.
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Evan ChengDo not force indirect tailcall through fixed registers...
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...
next