I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename it
[oota-llvm.git] / test /
2010-05-11 Jakob Stoklund OlesenMostly rewrite RegAllocFast.
2010-05-11 Daniel DunbarMC/Mach-O x86_64: Switch to using fragment atom symbol.
2010-05-11 Kalle RaiskilaMake SPU backend not assert on jump tables.
2010-05-11 Evan ChengSelect @llvm.trap to the special B with 1111 condition...
2010-05-10 Daniel DunbarMC/Mach-O: Fix another mismatch with .weak_definition...
2010-05-10 Devang PatelEnable multiple Compile Units in one module.
2010-05-10 Chris Lattnerthis really is needed. :(
2010-05-10 Chris Lattnerjust remove this, it isn't needed.
2010-05-10 Chris Lattnerfix PR7105 by enumerating MDNodes on all @llvm.foo
2010-05-10 Chris Lattnerfix a pretty obvious typo. We test things before commi...
2010-05-10 David GreeneFix PR6875:
2010-05-10 Evan ChengBe careful with operand promotion. For a binary operati...
2010-05-10 Devang PatelTest case for 103414.
2010-05-10 Kalle RaiskilaFix encoding of 'sf' and 'sfh' instructions.
2010-05-08 Chris Lattnermake simplifycfg insert an llvm.trap before the 'unreac...
2010-05-08 Chris LattnerTeach instcombine to transform a bitcast/(zext|trunc...
2010-05-08 Chris LattnerFix PR7052, patch by Jakub Staszak!
2010-05-08 Bill WendlingReadd testcase.
2010-05-07 Dan GohmanWhen pruning candidate formulae out of an LSRUse, updat...
2010-05-07 Bill WendlingRemove. Don't XFAIL.
2010-05-07 Bill WendlingTemorarily revert r101984.
2010-05-07 Dan GohmanSDDbgValues are apparently not being legalized. Fix...
2010-05-07 Kevin EnderbyFix i386 relocations to Weak Definitions. The relocati...
2010-05-07 Dale JohannesenFix PR 7087, and probably other things, by extending
2010-05-07 Devang PatelUpdate test to use valid debug info.
2010-05-07 Jim GrosbachClean up the conditional for handling of sign_extend_in...
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...
next