| Commit message (Expand) | Author | Age | Files | Lines |
* | llvm-mc: Simplify EmitAssignment ('.set' is identical to '='). | Daniel Dunbar | 2009-08-31 | 1 | -5/+1 |
* | llvm-mc: Remove MCAsmParser::Parse[Paren]RelocatableExpression. | Daniel Dunbar | 2009-08-31 | 1 | -18/+0 |
* | llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue. | Daniel Dunbar | 2009-08-31 | 1 | -15/+15 |
* | llvm-mc: Add MCAsmParser::Parse[Paren]Expression forms which return an MCExpr. | Daniel Dunbar | 2009-08-31 | 1 | -0/+16 |
* | llvm-mc: Make MCSymbolData symbol member const. | Daniel Dunbar | 2009-08-31 | 1 | -3/+3 |
* | llvm-mc: Add MCContext to MCAssembler. | Daniel Dunbar | 2009-08-31 | 1 | -1/+6 |
* | llvm-mc: Add MCAsmParser::getContext. | Daniel Dunbar | 2009-08-31 | 1 | -0/+3 |
* | llvm-mc: Add MCExpr::{dump,print}. | Daniel Dunbar | 2009-08-31 | 1 | -0/+8 |
* | llvm-mc: Switch MCExpr construction to using static member functions, and tak... | Daniel Dunbar | 2009-08-31 | 1 | -35/+171 |
* | llvm-mc: Add some doxyment markers. | Daniel Dunbar | 2009-08-31 | 1 | -1/+10 |
* | llvm-mc: Move AsmExpr into MC lib (as MCExpr). | Daniel Dunbar | 2009-08-31 | 1 | -0/+179 |
* | Step #1 to giving Callgraph some sane invariants. The problems with callgraph | Chris Lattner | 2009-08-31 | 1 | -0/+5 |
* | Fix PR4834, a tricky case where the inliner would resolve an | Chris Lattner | 2009-08-31 | 1 | -12/+28 |
* | Fix some nasty callgraph dangling pointer problems in | Chris Lattner | 2009-08-31 | 3 | -9/+15 |
* | Make sure we specify no arguments for context functions. | Erick Tryzelaar | 2009-08-30 | 1 | -2/+2 |
* | add a dump() method on callgraph. | Chris Lattner | 2009-08-30 | 1 | -1/+1 |
* | Tweak comment. | Daniel Dunbar | 2009-08-30 | 1 | -3/+1 |
* | add getPointerAddressSpace() to GEP instruction, use the method | Chris Lattner | 2009-08-30 | 1 | -0/+4 |
* | add a "getPointerAddressSpace" helper method to LoadInst and StoreInst. | Chris Lattner | 2009-08-30 | 1 | -0/+9 |
* | hopefully unbreak the build by making this-> explicit for dependent | Chris Lattner | 2009-08-30 | 1 | -1/+1 |
* | Add regular expression matching support, based on OpenBSD regexec()/regcomp() | Torok Edwin | 2009-08-30 | 1 | -0/+64 |
* | llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f... | Daniel Dunbar | 2009-08-30 | 1 | -30/+15 |
* | make DenseMap::clear() early exit if there is nothing to do. | Chris Lattner | 2009-08-30 | 1 | -0/+2 |
* | some minor cleanups to IRBuilder, factor the insertion | Chris Lattner | 2009-08-30 | 1 | -24/+32 |
* | Nuke moribund "std::string" version of EOL(..., Encoding). | Bill Wendling | 2009-08-30 | 1 | -1/+0 |
* | Remove some unused fields. | Dan Gohman | 2009-08-29 | 1 | -7/+4 |
* | - Add target lowering methods to get the preferred format for the FDE and LSDA | Bill Wendling | 2009-08-29 | 1 | -1/+14 |
* | Add a form of EOL which emits the text version of a DWARF format encoding. This | Bill Wendling | 2009-08-29 | 1 | -1/+3 |
* | Reapply 79977. | Devang Patel | 2009-08-28 | 10 | -84/+86 |
* | llvm-mc: Support .comm emission. | Daniel Dunbar | 2009-08-28 | 1 | -1/+36 |
* | llvm-mc: Support .zerofill emission. | Daniel Dunbar | 2009-08-28 | 1 | -1/+37 |
* | llvm-mc: Tweak section alignment and size computation to match 'as' closer. | Daniel Dunbar | 2009-08-28 | 1 | -5/+1 |
* | llvm-mc: Emit .lcomm as .zerofill. | Daniel Dunbar | 2009-08-28 | 1 | -2/+1 |
* | llvm-mc: Add const to EmitZeroFill section argument. | Daniel Dunbar | 2009-08-28 | 1 | -1/+1 |
* | Add MathExtras.h OffsetToAlignment, like RoundUpToAlignment but returns the | Daniel Dunbar | 2009-08-28 | 1 | -0/+7 |
* | Closure is a very generic name. Use AppleBlock instead. | Devang Patel | 2009-08-27 | 1 | -6/+7 |
* | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif | 2009-08-27 | 14 | -30/+50 |
* | Minor code simplification. | Dan Gohman | 2009-08-27 | 1 | -5/+2 |
* | Be somewhat more consistent about const qualifiers. | Dan Gohman | 2009-08-27 | 1 | -3/+4 |
* | Global Aliases are not identifiable objects. | Dan Gohman | 2009-08-27 | 1 | -1/+1 |
* | Handle TargetData with const. | Dan Gohman | 2009-08-27 | 1 | -3/+3 |
* | Strip trailing whitespace from blank lines. | Dan Gohman | 2009-08-27 | 1 | -56/+56 |
* | re-apply r80197, now that iterator.h is not mentioned any more | Gabor Greif | 2009-08-27 | 3 | -158/+15 |
* | llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions. | Daniel Dunbar | 2009-08-27 | 1 | -1/+2 |
* | Add {MCInst,MCOperand}::{print,dump} | Daniel Dunbar | 2009-08-27 | 1 | -0/+7 |
* | the buildbots revealed one more breakage. fix. (why didn't I see this?) | Gabor Greif | 2009-08-27 | 1 | -1/+1 |
* | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif | 2009-08-27 | 18 | -44/+35 |
* | Implement a new optimization in the inliner: if inlining multiple | Chris Lattner | 2009-08-27 | 1 | -4/+0 |
* | Revert accidental commit. | Bill Wendling | 2009-08-27 | 1 | -2/+0 |
* | reduce header #include'age | Chris Lattner | 2009-08-27 | 2 | -10/+11 |