| Commit message (Expand) | Author | Age | Files | Lines |
* | BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi... | Ted Kremenek | 2010-01-15 | 2 | -4/+6 |
* | Adjust some comments per review. | Dale Johannesen | 2010-01-15 | 1 | -2/+4 |
* | Remove unneeded argument per review. | Dale Johannesen | 2010-01-15 | 1 | -3/+1 |
* | mc'ize a bunch of symbol stuff, eliminating std::strings. | Chris Lattner | 2010-01-15 | 1 | -12/+9 |
* | add another helper | Chris Lattner | 2010-01-15 | 2 | -0/+17 |
* | Fix PR6019. A load has more than one use if it feeds a bitconvert that | David Greene | 2010-01-15 | 2 | -1/+32 |
* | add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol | Chris Lattner | 2010-01-15 | 5 | -10/+29 |
* | Update CMake build. | Ted Kremenek | 2010-01-15 | 1 | -1/+0 |
* | Update CMake build. | Ted Kremenek | 2010-01-15 | 1 | -1/+2 |
* | add testcase for r93564 | Jim Grosbach | 2010-01-15 | 1 | -0/+20 |
* | Add comments to the dump() and dumpr() routines. | Dan Gohman | 2010-01-15 | 1 | -0/+8 |
* | DEBUG_VALUE is now variable sized, as it has a | Dale Johannesen | 2010-01-15 | 2 | -1/+25 |
* | Update Thumb1 storeRegToStackSlot() and loadRegFromStackSlot() to properly | Jim Grosbach | 2010-01-15 | 1 | -2/+6 |
* | Fix a typo that Anton noticed. | Dan Gohman | 2010-01-15 | 1 | -1/+1 |
* | Add FIXME. | Devang Patel | 2010-01-15 | 1 | -0/+1 |
* | Fix a comment typo. | Bob Wilson | 2010-01-15 | 1 | -1/+1 |
* | move "Metadata Nodes and Metadata Strings" section to the right place in the | Chris Lattner | 2010-01-15 | 1 | -38/+32 |
* | Remove the InlineHint attribute. There are no current or planned | Eric Christopher | 2010-01-15 | 12 | -21/+4 |
* | zext / truncate is free on msp430. Inform codegen about this. | Anton Korobeynikov | 2010-01-15 | 2 | -0/+42 |
* | Reenable tests | Anton Korobeynikov | 2010-01-15 | 2 | -8/+6 |
* | Add branch relaxation pass (shamelessly stolen from PPC). | Anton Korobeynikov | 2010-01-15 | 7 | -1/+256 |
* | Provide instruction sizes & encoding. No opcodes yet (but not needed so far). | Anton Korobeynikov | 2010-01-15 | 3 | -612/+839 |
* | Enable bit tests and setcc stuff. | Anton Korobeynikov | 2010-01-15 | 2 | -20/+25 |
* | Add micro-optimization which allows us to fold imm into cmp. This allows us t... | Anton Korobeynikov | 2010-01-15 | 1 | -0/+32 |
* | Add instruction formats & support stuff | Anton Korobeynikov | 2010-01-15 | 1 | -10/+115 |
* | Don't make changes to the MBB in MachineBasicBlock::canFallThrough(). | Jakob Stoklund Olesen | 2010-01-15 | 1 | -1/+1 |
* | Simplify logic. Any functional change is unintended. | Jakob Stoklund Olesen | 2010-01-15 | 1 | -6/+2 |
* | unbreak the build, grr symlinks. | Chris Lattner | 2010-01-15 | 1 | -1/+1 |
* | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene | 2010-01-15 | 3 | -1/+63 |
* | fix a bug in range information for $42, eliminate an | Chris Lattner | 2010-01-15 | 4 | -14/+10 |
* | add range information for mem X86Operand's, now all | Chris Lattner | 2010-01-15 | 1 | -7/+11 |
* | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner | 2010-01-15 | 5 | -42/+70 |
* | give X86Operand a ctor and start passing SMLoc's into it. | Chris Lattner | 2010-01-15 | 1 | -11/+13 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 11 | -57/+63 |
* | Revert 93499. After discussion with Chris we agreed | Dale Johannesen | 2010-01-15 | 2 | -29/+0 |
* | add range location info for registers, change | Chris Lattner | 2010-01-15 | 1 | -33/+42 |
* | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman | 2010-01-15 | 10 | -1556/+144 |
* | clean up the memory management of the operands. | Chris Lattner | 2010-01-15 | 1 | -53/+52 |
* | refactor ParseRegister to avoid using X86Operand as a temporary | Chris Lattner | 2010-01-15 | 1 | -15/+12 |
* | mention that unwind isn't to be trusted, patch by Dustin Laurence | Chris Lattner | 2010-01-15 | 1 | -0/+6 |
* | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez | 2010-01-15 | 9 | -49/+55 |
* | Test case for http://llvm.org/PR6028. | Jay Foad | 2010-01-15 | 1 | -0/+9 |
* | Fix http://llvm.org/PR6028, an assertion failure when an UndefValue of | Jay Foad | 2010-01-15 | 1 | -2/+16 |
* | Change pre-regalloc tail duplication to only duplicate indirect branch blocks. | Bob Wilson | 2010-01-15 | 1 | -4/+11 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 9 | -55/+49 |
* | Temporary disable tests | Anton Korobeynikov | 2010-01-15 | 2 | -0/+2 |
* | Lower FrameIndex operand of DEBUG_VALUE (specially) and | Dale Johannesen | 2010-01-15 | 2 | -0/+29 |
* | Remove DEBUG_DECLARE, looks like we don't need it. | Dale Johannesen | 2010-01-15 | 5 | -29/+6 |
* | Fix cmp emission on msp430: we definitely should turn stuff like | Anton Korobeynikov | 2010-01-15 | 2 | -25/+27 |
* | Do not use AT_specification die for static variables. It confuses gdb. | Devang Patel | 2010-01-15 | 2 | -3/+18 |