aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...Daniel Dunbar2009-09-012-4/+3
* OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter2009-09-011-0/+9
* Addedum to r80712, forgot to add files.Andreas Neustifter2009-09-012-0/+4
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-011-1/+2
* remove CallGraphNode::replaceCallSite, it is redundant with other APIs.Chris Lattner2009-09-011-5/+0
* Fix a typo in a comment.Dan Gohman2009-09-011-1/+1
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-011-2/+7
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-012-0/+7
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-011-9/+18
* Add virtual destructor.Devang Patel2009-09-011-0/+1
* llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy).Daniel Dunbar2009-09-011-2/+2
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-011-4/+4
* Introduce DILocation.Devang Patel2009-09-011-0/+20
* Add getDirectory() and getFilename() interface to DIScope.Devang Patel2009-09-011-1/+25
* Subprogram is a scope. Derive DISubprogram from DIScope.Devang Patel2009-08-311-3/+23
* Rename DIBlock as DILexicalBlock.Devang Patel2009-08-311-8/+11
* Derive DICompileUnit from DIScope.Devang Patel2009-08-311-3/+7
* Add flag to mark structs for Apple Block "byref" variables; also add code toCaroline Tice2009-08-311-1/+11
* Extend the ValuesAtScope cache to cover all expressions, not justDan Gohman2009-08-311-4/+10
* restore semantics of operator* (removing a FIXME I had to introduce in r80224)Gabor Greif2009-08-311-3/+4
* Introduce DIScope.Devang Patel2009-08-311-0/+10
* Simplify isDerivedType() and other predicate interface.Devang Patel2009-08-311-30/+10
* Revert commit 80428. It completely broke exceptionDuncan Sands2009-08-311-14/+1
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-311-4/+4
* 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