oota-llvm.git
2009-06-01 Nick Kledzikupdate comments about .objc_ symbols being generated
2009-06-01 Dale JohannesenMake the implicit inputs and outputs of target-independent
2009-06-01 Dale JohannesenComment grammaro/clarification.
2009-06-01 Dale JohannesenTrailing whitespace.
2009-06-01 Mike StumpDcoument that the opauque value used to construct QNaNs...
2009-06-01 Nick Kledzik<rdar://problem/6927148> libLTO needs to handle i386...
2009-06-01 Bill WendlingAccidental commit. This isn't ready for prime time...
2009-06-01 Anton KorobeynikovImplement review feedback. Make thumb2 'normal' subtarg...
2009-06-01 Bruno Cardoso... Fix new CodeEmitter stuff to follow LLVM codying style...
2009-06-01 Anton KorobeynikovDo not emit "generic" CPU string. This fixes PR4291.
2009-06-01 Eli FriedmanPR4286: Make RewriteLoadUserOfWholeAlloca and
2009-06-01 Nick LewyckyUpdate the bitcode reader to support reading .bc files...
2009-06-01 Nick LewyckyAdd missing codenames to the .bc analyzer.
2009-05-31 Dan GohmanFix a grammaro and clarify a comment.
2009-05-31 Dan GohmanDelete an obsolete sentance from a comment.
2009-05-31 Dan GohmanFix the name of the function in this comment.
2009-05-31 Owen AndersonBe more aggressive in doing LoadPRE by tracing backward...
2009-05-31 Nick LewyckyFix typo in error message.
2009-05-31 Duncan SandsRename CustomLowerResults to CustomLowerNode, since
2009-05-30 Bruno Cardoso... Use uint8_t and int32_t in {JIT,Machine}CodeEmiters
2009-05-30 Bruno Cardoso... Add AMD64 elf machine type
2009-05-30 Bruno Cardoso... First patch in the direction of splitting MachineCodeEm...
2009-05-30 Chris Lattnerfix PR4284, a bug in simplifylibcalls handling memcmp...
2009-05-30 Nick LewyckyMetadata uses metadata type not empty struct.
2009-05-30 Mike StumpAdd some documentation.
2009-05-30 Duncan SandsAdjust these tests now that "extern inline"
2009-05-30 Evan Cheng(i64 (zext (srl GR32 8))) -> movzbl AH is not safe...
2009-05-30 Nick LewyckyGive embedded metadata its own type instead of relying...
2009-05-30 Mike StumpAdd support for letting the client choose different...
2009-05-30 Bill WendlingUntabification.
2009-05-30 Bill WendlingUntabify.
2009-05-30 Evan ChengUntabify.
2009-05-29 Anton KorobeynikovAdd placeholder for thumb2 stuff
2009-05-29 Bill WendlingEnable GVN Load PRE.
2009-05-29 Duncan SandsDan noticed that the verifier wasn't thoroughly checkin...
2009-05-29 Bruno Cardoso... Fix some typos
2009-05-29 Torok Edwinjust show the instruction, its not that slow.
2009-05-29 Torok Edwinfor instructions with void type we have no choice but...
2009-05-29 Torok EdwinAdd a DEBUG() output to GVN that prints the instruction...
2009-05-29 Owen AndersonFix an issue where phiMap was not being updated properl...
2009-05-29 Evan ChengDefault isNarrowingProfitable to false.
2009-05-29 Evan ChengRemove an accidental commit.
2009-05-29 Evan ChengMore h-registers tricks: folding zext nodes.
2009-05-28 Evan ChengDo not try to create a MVT type of width 0.
2009-05-28 Bill WendlingThe MONITOR and MWAIT instructions have insufficient...
2009-05-28 Daniel DunbarNewNightlyTest.pl: Add a -parallel-jobs argument (set...
2009-05-28 Eli FriedmanAdd explicit test for PR4280.
2009-05-28 Eli FriedmanRe-commit r72514 and r72516 with a fixed version of...
2009-05-28 Evan ChengFix MOVMSKPDrr encoding.
2009-05-28 Evan ChengFix PSIGND encoding bug. Patch by Sean Callanan.
2009-05-28 Evan ChengIncorporate patch feedbacks.
2009-05-28 Daniel DunbarNightlyTest: Write "sentdata.txt" files and run the...
2009-05-28 Sanjiv GuptaEmit debug info for locals with proper scope.
2009-05-28 Bill WendlingTemporarily revert r72514 (and dependent patch r72516...
2009-05-28 Sanjiv GuptaMark the branch insns correctly.
2009-05-28 Sanjiv GuptaFixing problems that got exposed after the refactoring...
2009-05-28 Eli FriedmanAdd a testcase which got fixed by recent legalization...
2009-05-28 Eli FriedmanRemove a couple of useless functions.
2009-05-28 Eli FriedmanRemove special cases for more opcodes.
2009-05-28 Eli FriedmanReturn the operand rather than a null SDValue when...
2009-05-28 Nick LewyckyUse Operands.data() instead of &Operands[0] where Opera...
2009-05-28 Eli FriedmanRemove special case for SETCC opcode; add some comments...
2009-05-28 Jeffrey YasskinThis patch brings the list of attributes in CPPBackend...
2009-05-28 Eli FriedmanSome minor cleanups.
2009-05-28 Bill Wendling"The instructions MMX_PSADBWrm and MMX_PSADBWrr have...
2009-05-28 Evan ChengAdded optimization that narrow load / op / store and...
2009-05-27 Dan GohmanRevert 72493 and replace it with a more conservative...
2009-05-27 Eli FriedmanGer rid of some dead code.
2009-05-27 Dan GohmanIn ChangeCompareStride, when the stride to be reused...
2009-05-27 Evan ChengFix sfence jit encoding. Patch by Sean Callanan.
2009-05-27 Bill WendlingThis looks like it passes now.
2009-05-27 Bruno Cardoso... Added support for fround, fextend and FP_TO_SINT
2009-05-27 Douglas GregorMinor fix for CMake build system
2009-05-27 Oscar FuentesCMake: Set LIBS on llvm-config so we can query the...
2009-05-27 Eli FriedmanMinor cleanups; add a better explanation for the issue...
2009-05-27 Eli FriedmanRemove more special cases for opcodes.
2009-05-27 Eli FriedmanRemove special cases for more opcodes.
2009-05-27 Eli FriedmanRemoving more special cases from LegalizeDAG.
2009-05-27 Eli FriedmanEliminate more special cases for opcodes.
2009-05-27 Eli FriedmanRemove more special cases from LegalizeDAG.
2009-05-27 Eli FriedmanRemove unused argument.
2009-05-27 Eli FriedmanRemove more opcode special cases.
2009-05-27 Dan GohmanAdd braces around an array initializer.
2009-05-27 Dan GohmanTeach SCEVExpander to avoid creating over-indexed GEP...
2009-05-27 Dan GohmanTeach BasicAliasAnalysis to understand constant gep...
2009-05-27 Eli FriedmanStart of refactoring LegalizeDAG so that we don't need...
2009-05-27 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-26 Dale JohannesenTestcase for (llvm-gcc-4.2) 72442 (PR 4242).
2009-05-26 Daniel DunbarBack out r72431, it is causing a number of compilation...
2009-05-26 Stefanus Du... Update CPU capabilities for AMD machines
2009-05-26 Eli FriedmanDon't abuse the quirky behavior of LegalizeDAG for...
2009-05-26 Torok EdwinFor the new ar --plugin libLLVMgold.so to work we need...
2009-05-26 Jeffrey YasskinLiveVariables::VarInfo contains an AliveBlocks BitVecto...
2009-05-26 Dan GohmanFor the return type of SCEVUDivExpr, use the RHS' type...
2009-05-26 Dan GohmanGive SCEVNaryExpr a doxygen comment.
2009-05-26 Dan GohmanIn cases where a pointer value is an operand of a multi...
2009-05-26 Eli FriedmanDelete a bunch of dead code from LegalizeDAG.
2009-05-26 Evan ChengEliminate VarInfo::UsedBlocks.
2009-05-25 Chris Lattnermake memdep use the getModRefInfo method for stores...
2009-05-25 Nick LewyckyAudit the type constructors. Previously it was possible...
next