aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel2009-09-032-9/+31
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-032-15/+33
* Revert 80839 for now. It causes test failures.Devang Patel2009-09-022-31/+9
* Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel2009-09-022-9/+31
* Add a comment noting the memory ownership rules.Dan Gohman2009-09-021-1/+2
* Add convenience functions for reading in LLVM IR that autodetectDan Gohman2009-09-021-0/+117
* Add const qualifiers for isBitcodeWrapper, and add new functionsDan Gohman2009-09-021-7/+36
* Refactor common code from ParseAssemblyString and ParseAssemblyFile,Dan Gohman2009-09-021-0/+12
* Add const qualifiers to dominates' arguments.Dan Gohman2009-09-021-7/+11
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-025-22/+33
* Add a comment.Dan Gohman2009-09-021-0/+3
* 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