2010-01-15 |
David Greene | Fix PR6019. A load has more than one use if it feeds... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | add a AsmPrinter::GetGlobalValueSymbol and GetExternalS... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Ted Kremenek | Update CMake build. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jim Grosbach | add testcase for r93564 |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dan Gohman | Add comments to the dump() and dumpr() routines. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dale Johannesen | DEBUG_VALUE is now variable sized, as it has a |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jim Grosbach | Update Thumb1 storeRegToStackSlot() and loadRegFromStac... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dan Gohman | Fix a typo that Anton noticed. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Devang Patel | Add FIXME. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | move "Metadata Nodes and Metadata Strings" section... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Eric Christopher | Remove the InlineHint attribute. There are no current... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | zext / truncate is free on msp430. Inform codegen about... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Reenable tests |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Add branch relaxation pass (shamelessly stolen from... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Provide instruction sizes & encoding. No opcodes yet... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Enable bit tests and setcc stuff. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Add micro-optimization which allows us to fold imm... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Add instruction formats & support stuff |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jakob Stoklund... | Don't make changes to the MBB in MachineBasicBlock... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jakob Stoklund... | Simplify logic. Any functional change is unintended. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | unbreak the build, grr symlinks. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
David Greene | Add some debug routines to SelectionDAG to dump full... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | fix a bug in range information for $42, eliminate an |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | add range information for mem X86Operand's, now all |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | extend MCAsmParser::ParseExpression and ParseParenExpre... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | give X86Operand a ctor and start passing SMLoc's into it. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Victor Hernandez | Improve llvm.dbg.declare intrinsic by referring directl... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dale Johannesen | Revert 93499. After discussion with Chris we agreed |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | add range location info for registers, change |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Nate Begeman | Hook up llc's -filetype=obj to use MCStreamer if an... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | clean up the memory management of the operands. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | refactor ParseRegister to avoid using X86Operand as... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Chris Lattner | mention that unwind isn't to be trusted, patch by Dusti... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Victor Hernandez | Revert r93504 because older uses of llvm.dbg.declare... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jay Foad | Test case for http://llvm.org/PR6028. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jay Foad | Fix llvm.org/PR6028, an assertion failure when an Undef... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Bob Wilson | Change pre-regalloc tail duplication to only duplicate... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Victor Hernandez | Improve llvm.dbg.declare intrinsic by referring directl... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Temporary disable tests |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dale Johannesen | Lower FrameIndex operand of DEBUG_VALUE (specially... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Dale Johannesen | Remove DEBUG_DECLARE, looks like we don't need it. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Anton Korobeynikov | Fix cmp emission on msp430: we definitely should turn... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Devang Patel | Do not use AT_specification die for static variables... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jeffrey Yasskin | Make sure include/llvm/MC/MCParsedAsmOperand.h can... |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jim Grosbach | fix 80-column violations |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Devang Patel | new test case for r93485. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jim Grosbach | Fix 80 column violations and clean up whitespace |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Devang Patel | Do not emit multiple AT_container_type attributes. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jim Grosbach | Name change for consistency. No functional change. |
commit | commitdiff | tree | snapshot |
2010-01-15 |
Jim Grosbach | EmitAtomicCmpSwap() custome inserter needs to delete... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Jeffrey Yasskin | Teach PPC how to replaceMachineCodeForFunction correctl... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Eric Christopher | Pad my commit stats by reducing indentation in this... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Johnny Chen | Added 16-bit Thumb Load/Store immediate instructions... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Chris Lattner | add virtual methods to get the start/end of a MCParsedA... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Chris Lattner | Split the TargetAsmParser "ParseInstruction" interface... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Anton Korobeynikov | Add variable-width shifts for MSP430 |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Anton Korobeynikov | Remove pseudo-MI in custom inserter. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Dale Johannesen | Fix a comment. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Eric Christopher | Few minor changes that were requested. No functional... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Jim Grosbach | Add comment explaining the necessity of r93456 |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Chris Lattner | prune #includes in TargetAsmParser.h |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Jim Grosbach | Dwarf EH prepare needs to be run after SjLj prepare... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Chris Lattner | introduce MCParsedAsmOperand |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Chris Lattner | introduce the MCParsedAsmOperand class. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Evan Cheng | Small tweak to inline cost computation. Ext of i/fcmp... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Anton Korobeynikov | Remove spurious semicolon. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | In debug builds, assert that function-local metadata... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Eric Christopher | Reduce the inlining cost of functions that contain... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Simplify code that chooses when to enumerate function... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Avoid modifying ValueEnumerator's MD ValueList by choos... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Jakob Stoklund... | ARM "l" constraint for inline asm means R0-R7, also... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Bill Wendling | Use ENABLE_ASSERTIONS throughout. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Dan Gohman | Fix a codegen abort seen in 483.xalancbmk. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Evan Cheng | Test for r93409. |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Extend testcase to also test llvm.dbg.value intrinsic |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Now that LLParser, AsmWriter, BitcodeReader, and Bitcod... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | In WriteFunction(), write function-local metadata befor... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Fix printing of function-local metadata in AsmWriter |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Clean up unnecessary return and brackets |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Victor Hernandez | Add MDNode::getFunction(), which figures out the metada... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Jakob Stoklund... | Don't fold insufficiently aligned ldr/str into ldm... |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Stuart Hastings | Erm, previous patch was wrong; Thanks Bill\! |
commit | commitdiff | tree | snapshot |
2010-01-14 |
Stuart Hastings | Enable assertions by default for Apple-style builds. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | this is an SSE-specific issue. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | X86 if conversion + tail merging issues from PR6032. |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Bill Wendling | When the visitSub method was split into visitSub and... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Tobias Grosser | Add getSource() to SuccIterator |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Tobias Grosser | Extend SuccIterator |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | this test requires SSE, thanks to jyasskin for pointing... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | makeNameProper is now private! |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | fix ELF section mangling stuff for weak symbols to... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Victor Hernandez | Fix comment typo |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | tidy |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | reduce duplicate mangling logic by using MCSymbol:... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | expose a static function as a static method on the... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Johnny Chen | Fixed a couple of places for Thumb MOV where encoding... |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Jakob Stoklund... | Fix pasto |
commit | commitdiff | tree | snapshot |
2010-01-13 |
Chris Lattner | stop the CBE from using deprecated Mangler stuff. |
commit | commitdiff | tree | snapshot |
next |