oota-llvm.git
2010-05-05 Daniel DunbarMC: Reject attempts to define a variable symbol.
2010-05-05 Daniel DunbarMC: Make setVariableValue check the redefinition condit...
2010-05-05 Evan ChengMove REG_SEQUENCE removal to 2addr pass.
2010-05-05 Chris LattnerImplement rdar://7415680 - Twine integer support lacks...
2010-05-05 Jeffrey YasskinRearrange the suppressions files to be by-architecture...
2010-05-05 Evan ChengModel CONCAT_VECTORS of two 64-bit values as a REG_SEQU...
2010-05-05 Evan ChengTrim include.
2010-05-05 Evan ChengTeach liveintervalanalysis about virtual registers...
2010-05-05 Jeffrey YasskinAdd a suppressions file for an intermittent "leak"...
2010-05-05 Daniel DunbarMC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s...
2010-05-05 Daniel DunbarMC/Mach-O/x86_64: Relocations in debug sections should...
2010-05-05 Daniel Dunbarlit: Allow test_format to be None.
2010-05-05 Benjamin KramerTry again if write(2) reports an recoverable error.
2010-05-05 Shantonu SenAdd newline to end of file to avoid warning
2010-05-05 Eric ChristopherRevert 102941, we're going to do this via attr and...
2010-05-05 Sean HuntInclude the right header for toupper
2010-05-05 Sean HuntAdd an emitter to handle the list of clang statement...
2010-05-04 Bob WilsonCombine the implementations of the core part of the...
2010-05-04 Eric ChristopherUpdate comment.
2010-05-04 Chris Lattneradd the ability to associate 'category' names with...
2010-05-04 Evan ChengWith -neon-reg-sequence, models forming a Q register...
2010-05-04 Evan ChengDo not pre-allocate for registers which form a REG_SEQU...
2010-05-04 Evan ChengTeach PHI elimination to remove REG_SEQUENCE instructio...
2010-05-04 Duncan SandsUse llvm.foo as the intrinsic, rather than llvm.dbg...
2010-05-04 Bob WilsonDefer adding critical edges to the "toSplit" list until...
2010-05-04 Chris Lattnerone more thing.
2010-05-04 Chris Lattnerupdate instructions for llvm-gcc4, the brave new world...
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 Evan ChengRename variables for consistency.
2010-05-04 Daniel DunbarMC/X86: Add "support" for matching ATT style mnemonic...
2010-05-04 Duncan SandsFix a problem exposed by my previous commit and noticed...
2010-05-04 Duncan SandsFix a variant of PR6112 found by thinking about it...
2010-05-04 Gabor Greiffix operand indexes when outputting InvokeInsts
2010-05-04 Devang PatelSet DW_AT_APPLE_omit_frame_ptr in endFunction() where...
2010-05-04 Dan GohmanUse the SCEVAddRecExpr::getPostIncExpr utility function...
2010-05-04 Dan GohmanFix a copy+pasto.
2010-05-04 Devang PatelDo not ignore debug loc attached with llvm.dbg.declare...
2010-05-04 Evan ChengInstruction selection optimizations may have moved...
2010-05-04 Kevin EnderbyFix to r102952. The MOV64toSDrm record in X86Instr64bi...
2010-05-04 Daniel DunbarMC/Matcher: Add support for over-riding the default...
2010-05-04 Daniel Dunbarllvm-mc: Fix case were we would skip a line in the...
2010-05-04 Evan ChengTeach scheduler about REG_SEQUENCE.
2010-05-04 Dan GohmanAdd a polygen rule that reflects the fact that nsw...
2010-05-04 Dan GohmanRe-enable isel kill flags, now that the local allocator...
2010-05-04 Jim Grosbachrdar://7937137 - dbg values not being handled in thumb1...
2010-05-03 Dan GohmanUpdate one more 2.7 to 2.8.
2010-05-03 Dan GohmanMinimally update ReleaseNotes.html for 2.8 development...
2010-05-03 Jakob Stoklund... Remove preexisting kill flags in RegAllocLocal, just...
2010-05-03 Dan GohmanFactor out FastISel's code for materializing constants...
2010-05-03 Dale JohannesenImplement builtin_return_address(x) and builtin_frame_a...
2010-05-03 Dan GohmanRemove the API compatibility layer which converted...
2010-05-03 Jakob Stoklund... Check 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 Eric ChristopherReword a comment slightly.
2010-05-03 Dan GohmanUse getConstant instead of getIntegerSCEV. The two...
2010-05-03 Bill WendlingRevert r102948.
2010-05-03 Bob WilsonRemove special case for llvmCore_Embedded project....
2010-05-03 Bob WilsonPrint basic block numbers in live interval debug output...
2010-05-03 Nick LewyckyFix function prototype mismatch in LLVMUnionType()...
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 Dan GohmanSilence warnings about -1 being converted to an unsigne...
2010-05-03 Eric ChristopherAdd an option, defaulting to off, to disable the sse...
2010-05-03 Devang PatelCheck for side effects before splitting loop.
2010-05-03 Dan GohmanUse isTrueWhenEqual and isFalseWhenEqual instead of...
2010-05-03 Dan GohmanIn ScalarEvolution::print, don't bother printing out...
2010-05-03 Dan GohmanIn SimplifyICmpOperands, avoid needlessly swapping...
2010-05-03 Dan GohmanFactor out the new <= and >= analysis code into Simplif...
2010-05-03 Dan GohmanUpdate this comment to note its relationship with the...
2010-05-03 Dan GohmanDelete this comment. The behavior of struct loads and...
2010-05-03 Dan GohmanDescribe invoke instruction dependencies. Generalize...
2010-05-03 Dan GohmanSay "operations" instead of "instructions", as nsw...
2010-05-03 Dan GohmanFix a bug which prevented tail merging of return instru...
2010-05-03 Dan GohmanAdd a README entry.
2010-05-02 Duncan SandsRemove the -enable-sjlj-eh option, which doesn't do...
2010-05-01 Chris Lattnerfix some inconsistent line endings, patch by Jakub...
2010-05-01 Chris Lattnerrevert r102831. We already delete dead readonly calls in
2010-05-01 Dale JohannesenDon't count debug info as instructions. This was
2010-05-01 David ChisnallAdded a variant of InlineCostAnalyzer::getInlineCost...
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 Anton KorobeynikovLong branch target oparands are not pc-rel.
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 Dan GohmanRemove the code for special-casing byval for fast-isel...
2010-05-01 Dan GohmanFix an ancient FIXME.
2010-05-01 Dan GohmanRe-disable kill flags, as there is more trouble.
2010-05-01 Chris Lattnerrename InlineInfo.DevirtualizedCalls -> InlinedCalls to
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 Dan GohmanRe-enable kill flags from SelectionDAGISel, with a...
2010-05-01 Dale JohannesenFix a bug where debug info affected stack slot coloring.
2010-05-01 Dan GohmanFix whitespace.
2010-05-01 Dan GohmanDon't pass SDValues by non-const reference unless they...
2010-05-01 Evan ChengAdd a pseudo instruction REG_SEQUENCE that takes a...
next