| Commit message (Expand) | Author | Age | Files | Lines |
* | improve comments. | Chris Lattner | 2009-09-03 | 1 | -1/+3 |
* | Thread an MCAsmInfo pointer through the various MC printing APIs, | Chris Lattner | 2009-09-03 | 4 | -5/+8 |
* | Set the 'cached digest' flag after computing the digest for an | Ted Kremenek | 2009-09-03 | 1 | -0/+1 |
* | Fixed a test that ensures the LocalRewriter does not attempt to | Lang Hames | 2009-09-03 | 1 | -14/+10 |
* | back out my recent commit (r80858), it seems to break self-hosting buildbot's... | Gabor Greif | 2009-09-03 | 2 | -33/+15 |
* | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel | 2009-09-03 | 2 | -9/+31 |
* | re-commit r66920 (which has been backed out in r66953) I may have more luck t... | Gabor Greif | 2009-09-03 | 2 | -15/+33 |
* | Revert 80839 for now. It causes test failures. | Devang Patel | 2009-09-02 | 2 | -31/+9 |
* | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel | 2009-09-02 | 2 | -9/+31 |
* | Add a comment noting the memory ownership rules. | Dan Gohman | 2009-09-02 | 1 | -1/+2 |
* | Add convenience functions for reading in LLVM IR that autodetect | Dan Gohman | 2009-09-02 | 1 | -0/+117 |
* | Add const qualifiers for isBitcodeWrapper, and add new functions | Dan Gohman | 2009-09-02 | 1 | -7/+36 |
* | Refactor common code from ParseAssemblyString and ParseAssemblyFile, | Dan Gohman | 2009-09-02 | 1 | -0/+12 |
* | Add const qualifiers to dominates' arguments. | Dan Gohman | 2009-09-02 | 1 | -7/+11 |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 5 | -22/+33 |
* | Add a comment. | Dan Gohman | 2009-09-02 | 1 | -0/+3 |
* | Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea... | Daniel Dunbar | 2009-09-01 | 2 | -4/+3 |
* | OptimalEdgeProfiling: Reading in Profiles. | Andreas Neustifter | 2009-09-01 | 1 | -0/+9 |
* | Addedum to r80712, forgot to add files. | Andreas Neustifter | 2009-09-01 | 2 | -0/+4 |
* | OptimalEdgeProfiling: Creation of profiles. | Andreas Neustifter | 2009-09-01 | 1 | -1/+2 |
* | remove CallGraphNode::replaceCallSite, it is redundant with other APIs. | Chris Lattner | 2009-09-01 | 1 | -5/+0 |
* | Fix a typo in a comment. | Dan Gohman | 2009-09-01 | 1 | -1/+1 |
* | Preparation for Optimal Edge Profiling: | Andreas Neustifter | 2009-09-01 | 1 | -2/+7 |
* | Preparation for Optimal Edge Profiling: | Andreas Neustifter | 2009-09-01 | 2 | -0/+7 |
* | Change CallGraphNode to maintain it's Function as an AssertingVH | Chris Lattner | 2009-09-01 | 1 | -9/+18 |
* | Add virtual destructor. | Devang Patel | 2009-09-01 | 1 | -0/+1 |
* | llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy). | Daniel Dunbar | 2009-09-01 | 1 | -2/+2 |
* | Clean up LSDA name generation and use for SJLJ exception handling. This | Jim Grosbach | 2009-09-01 | 1 | -4/+4 |
* | Introduce DILocation. | Devang Patel | 2009-09-01 | 1 | -0/+20 |
* | Add getDirectory() and getFilename() interface to DIScope. | Devang Patel | 2009-09-01 | 1 | -1/+25 |
* | Subprogram is a scope. Derive DISubprogram from DIScope. | Devang Patel | 2009-08-31 | 1 | -3/+23 |
* | Rename DIBlock as DILexicalBlock. | Devang Patel | 2009-08-31 | 1 | -8/+11 |
* | Derive DICompileUnit from DIScope. | Devang Patel | 2009-08-31 | 1 | -3/+7 |
* | Add flag to mark structs for Apple Block "byref" variables; also add code to | Caroline Tice | 2009-08-31 | 1 | -1/+11 |
* | Extend the ValuesAtScope cache to cover all expressions, not just | Dan Gohman | 2009-08-31 | 1 | -4/+10 |
* | restore semantics of operator* (removing a FIXME I had to introduce in r80224) | Gabor Greif | 2009-08-31 | 1 | -3/+4 |
* | Introduce DIScope. | Devang Patel | 2009-08-31 | 1 | -0/+10 |
* | Simplify isDerivedType() and other predicate interface. | Devang Patel | 2009-08-31 | 1 | -30/+10 |
* | Revert commit 80428. It completely broke exception | Duncan Sands | 2009-08-31 | 1 | -14/+1 |
* | llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues. | Daniel Dunbar | 2009-08-31 | 1 | -4/+4 |
* | 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 |