Update CMake build.
[oota-llvm.git] / test /
2010-05-07 Duncan SandsCorrect some bogus target triples.
2010-05-07 Dan GohmanAdd an LLVM IR version of code sinking. This uses the...
2010-05-07 Nick LewyckyRevert r103133 and add testcase from PR7066.
2010-05-07 Dale JohannesenAdjust tests affected by llvm-gcc 103229.
2010-05-07 Dan GohmanDisable the new unknown-location code for now. It cause...
2010-05-06 Daniel DunbarMC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemA...
2010-05-06 Chris Lattnerfix rdar://7947167 - llvm-mc doesn't match movsq
2010-05-06 Sean CallananEliminated the classification of control registers...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Dan GohmanAdd a testcase for r103135, explicitly representing...
2010-05-06 Daniel DunbarRevert r103137, fix for $ in labels. It looks like...
2010-05-06 Chris LattnerFix PR7054 - Assertion `Symbol->isUndefined() && "Canno...
2010-05-05 Chris Lattnerfix rdar://7946934 - in some limited cases, the assembl...
2010-05-05 Jim GrosbachCleanup of ARMv7M support. Move hardware divide and...
2010-05-05 Jakob Stoklund OlesenFix PR6520. An earlyclobber physreg must not be allocat...
2010-05-05 Stuart HastingsTest case for pr2394 and r102979.
2010-05-05 Jim Grosbachfix copy/paste oops.
2010-05-05 Jim GrosbachAdd tests for ARMV7M divide instruction use
2010-05-05 Jim Grosbachremove unneeded underscores.
2010-05-05 Jim GrosbachConvert to filecheck
2010-05-05 Daniel DunbarMC/Mach-O: Mark absolute variable's appropriately,...
2010-05-05 Daniel DunbarMC/Mach-O/x86_64: Relocations in debug sections should...
2010-05-04 Duncan SandsUse llvm.foo as the intrinsic, rather than llvm.dbg...
2010-05-04 Chris Lattner"on the rare occasion the SPU BE produces illegal assem...
2010-05-04 Daniel DunbarMC/X86: Chris pointed that 'as' isn't consistent in...
2010-05-04 Daniel DunbarMC/X86: Add "support" for matching ATT style mnemonic...
2010-05-04 Duncan SandsFix a variant of PR6112 found by thinking about it...
2010-05-04 Devang PatelSet DW_AT_APPLE_omit_frame_ptr in endFunction() where...
2010-05-04 Devang PatelDo not ignore debug loc attached with llvm.dbg.declare...
2010-05-03 Dale JohannesenImplement builtin_return_address(x) and builtin_frame_a...
2010-05-03 Jakob Stoklund OlesenCheck that subregisters don't have independent values...
2010-05-03 Dan GohmanFix tests to use fadd, fsub, and fmul, instead of add...
2010-05-03 Bill WendlingRevert r102948.
2010-05-03 Kevin EnderbyChanged llvm-mc to use the same suffixes with floating...
2010-05-03 Kevin EnderbyFixed the encoding of two of the X86 movq instuctions...
2010-05-03 Kevin EnderbyFixed the encoding of the x86 push instructions. Using...
2010-05-03 Bill WendlingTestcase for r102947.
2010-05-03 Devang PatelCheck for side effects before splitting loop.
2010-05-03 Dan GohmanFix a bug which prevented tail merging of return instru...
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-05-01 Chris Lattnerrevert r102831. We already delete dead readonly calls in
2010-05-01 Anton KorobeynikovInsert ANY_EXTEND node instead of invalid truncate...
2010-05-01 Anton KorobeynikovDo folding for indirect branches, where possible
2010-05-01 Anton KorobeynikovImplement indirect branches on MSP430
2010-05-01 Owen AndersonDisable the call-deletion transformation introduced...
2010-05-01 Chris Lattnerfix PR5009 by making CGSCCPM realize that a call was...
2010-05-01 Chris Lattnerrename test
2010-05-01 Chris LattnerImplement rdar://6295824 and PR6724 with two tiny changes
2010-05-01 Chris LattnerThe inliner has traditionally not considered call sites
2010-05-01 Bill WendlingTest failing too much on too many platforms.
2010-04-30 Bill WendlingMaybe it needs sse2?
2010-04-30 Bill WendlingForce 64-bit.
2010-04-30 Chris LattnerDan recently disabled recursive inlining within a funct...
2010-04-30 Bill WendlingEXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have...
2010-04-30 Jakob Stoklund OlesenThe local register allocator has to spill dirty callee...
2010-04-30 Devang PatelPreserve debug info attached with call instruction...
2010-04-30 Devang PatelNew test.
2010-04-30 Dan GohmanAdd lint checks for invalid uses of memory.
2010-04-30 Dan GohmanAdd -o /dev/null to some tests which don't care about...
2010-04-30 Evan ChengFix test.
2010-04-30 Evan ChengAnother sibcall bug. If caller and callee calling conve...
2010-04-29 Jakob Stoklund OlesenReject really weird coalescer case when trying to merge...
2010-04-29 Evan ChengLoad folding tail call should not use ebp / rbp after...
2010-04-28 Kevin EnderbyFixed the word sized Bit Scan Forward/Reverse instructi...
2010-04-28 Chris Lattnerfix this to work with objdir != srcdir
2010-04-28 Dale JohannesenFix comment.
2010-04-28 Dale JohannesenTest for llvm-gcc checkin 102543.
2010-04-28 Devang PatelUpdate tests. Now DBG_VALUE instruction is created...
2010-04-28 Chris Lattnerfix PR6112 - When globalopt (or any other pass) does...
2010-04-28 Chris LattnerRework global alignment computation again. Now we...
2010-04-28 Evan ChengEnable i16 to i32 promotion by default.
2010-04-28 Evan ChengUpdate tests.
2010-04-28 Devang PatelEmit debug info for byval parameters.
2010-04-27 Evan ChengDo not count kill, implicit_def instructions as printed...
2010-04-27 Chris Lattnerround zero-byte .zerofill directives up to 1 byte....
2010-04-27 Dale JohannesenUn-XFAIL this on ppc. My enabling of dbg_declare handling
2010-04-26 Chris Lattneron darwin empty functions need to codegen into somethin...
2010-04-26 Bob WilsonHandle register-to-register copies within the tGPR...
2010-04-26 Devang PatelUse DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_p...
2010-04-26 Dan GohmanWhen checking whether the special handling for an addre...
2010-04-26 Dan GohmanAdd a comment to this test.
2010-04-26 Chris Lattnerfix PR6921 a different way. Intead of increasing the
2010-04-26 Chris LattnerRevert r102300/102301, which serious broke objc apps.
2010-04-26 Chris Lattnerfix PR6940: sitofp(undef) folds to 0.0, not undef.
2010-04-25 Chris Lattnertestcase for PR6913
2010-04-25 Chris Lattnerthis passes now.
2010-04-25 Chris LattnerFix PR6921: globals were not getting correctly rounded...
2010-04-24 Dan GohmanGeneralize LSR's OptimizeMax to handle the new kinds...
2010-04-24 Dan GohmanScalarEvolution support for <= and >= loops.
2010-04-23 Chris Lattnerno longer xfail
2010-04-23 Stuart HastingsPer Chris, fuse four trivial tests using grep (r102199...
2010-04-23 Dan GohmanChange TargetData's algorithm for computing defualt...
2010-04-23 Stuart HastingsAdd some missing x86 patterns for movdq2q. Fixes two...
2010-04-23 Chris Lattnerfix some failures my callgraph dump format change broke.
2010-04-23 Chris Lattnertestcase for the bug that required a patch to be reverted.
2010-04-23 Dan GohmanFix LSR to tolerate cases where ScalarEvolution initially
2010-04-23 Chris Lattnerdisable my previous inliner patch, it appears to be...
2010-04-22 Chris LattnerThe inliner was choosing to not consider call sites
2010-04-22 Jim GrosbachUpdate ARM DAGtoDAG for matching UBFX instruction for...
2010-04-22 Devang PatelRemove the test for now.
next