| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | 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 |