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