Correct some bogus target triples.
[oota-llvm.git] / lib /
2010-05-07 Dan GohmanAdd some words to this output to indicate what the...
2010-05-07 Dan GohmanAdd a simple module-level debug info printer. It just...
2010-05-07 Dan GohmanFix the new print functions to call print instead of...
2010-05-07 Dan GohmanAdd an LLVM IR version of code sinking. This uses the...
2010-05-07 Dan GohmanConvert the DebugInfo classes dump() methods into print...
2010-05-07 Evan ChengUse VLD2q32 / VST2q32 to reload / spill QQ (pair of...
2010-05-07 Evan ChengUse VSTMD / VLDMD for spills and reloads of Q registers...
2010-05-07 Nick LewyckyRevert r103133 and add testcase from PR7066.
2010-05-07 Dan GohmanWhen rematerializing, use the debug location of the...
2010-05-07 Dan GohmanTransfer debug location information from PHI nodes...
2010-05-07 Dan GohmanPrint debug information for SDNodes.
2010-05-07 Dan GohmanDisable the new unknown-location code for now. It cause...
2010-05-07 Evan ChengRemove VLD1q and VST1q for reloading and spilling Q...
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 Daniel DunbarMC/X86: Error out if we see a non-constant FK_Data_1...
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-05-06 Evan ChengAdd argument TargetRegisterInfo to loadRegFromStackSlot...
2010-05-06 Evan Cheng80 col violation.
2010-05-06 Bob WilsonAdd a missing break statement to fix unintentional...
2010-05-06 Jim GrosbachFix unintentional fallthrough. Patch by Edmund Grimley...
2010-05-06 Shantonu SenFix "warning: extra ';' inside a struct or union" when...
2010-05-06 Daniel DunbarRevert r103137, fix for $ in labels. It looks like...
2010-05-06 Evan ChengRe-apply 103156 and 103157. 103156 didn't break anythin...
2010-05-06 Evan ChengFixes a coalescer bug that caused llc to crash on 2009...
2010-05-06 Dan GohmanRevert r103157, which broke test/CodeGen/ARM/2009-11...
2010-05-06 Eric ChristopherRevert r103156 since it was breaking the build bots.
2010-05-06 Dan GohmanHandle the case where open(2) or close(2) is interrupte...
2010-05-06 Evan ChengFix an obvious bug in isMoveInstr. It needs to return...
2010-05-06 Evan ChengAdding pseudo 256-bit registers QQ0 . . . QQ7 to repres...
2010-05-06 Evan ChengCosmetic changes.
2010-05-06 Evan ChengstoreRegToStackSlot has forgotten about QPR_8 register...
2010-05-06 Dan GohmanHandle EWOULDBLOCK as EAGAIN. And add a comment explain...
2010-05-06 Dan GohmanUpdate LabelsBeforeInsn also, when creating unknown...
2010-05-06 Chris LattnerFix PR7054 - Assertion `Symbol->isUndefined() && "Canno...
2010-05-06 Dan GohmanIn bottom-up mode, defer the materialization of local...
2010-05-05 Dan GohmanAdd an "IsBottomUp" member function to FastISel, which...
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 Dan GohmanEmit debug info for MachineInstrs with unknown debug...
2010-05-05 Jakob Stoklund OlesenFix PR6520. An earlyclobber physreg must not be allocat...
2010-05-05 Sean CallananFixed a sign-extension bug in the X86 disassembler
2010-05-05 Devang PatelUse getValue() for PHINodes when direct NodeMap access...
2010-05-05 Evan ChengDo not pre-allocate references of D registers pairs...
2010-05-05 Dan GohmanNo-ops emitted for scheduling don't correspond with...
2010-05-05 Jim GrosbachAdd initial support for ARMv7M subtarget and cortex...
2010-05-05 Bob WilsonUse the right version of "append" to combine two SmallV...
2010-05-05 Daniel DunbarMC/Mach-O: Mark absolute variable's appropriately,...
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 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 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 Benjamin KramerTry again if write(2) reports an recoverable error.
2010-05-05 Eric ChristopherRevert 102941, we're going to do this via attr and...
2010-05-04 Bob WilsonCombine the implementations of the core part of the...
2010-05-04 Eric ChristopherUpdate comment.
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 Bob WilsonDefer adding critical edges to the "toSplit" list until...
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 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 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 Jakob Stoklund OlesenRemove 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 OlesenCheck that subregisters don't have independent values...
2010-05-03 Eric ChristopherReword a comment slightly.
2010-05-03 Dan GohmanUse getConstant instead of getIntegerSCEV. The two...
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 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...
next