| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed some junk and a std::ostream operator that was hanging around. | Lang Hames | 2009-09-04 | 1 | -59/+0 |
* | Replaces uses of unsigned for indexes in LiveInterval and VNInfo with | Lang Hames | 2009-09-04 | 2 | -162/+428 |
* | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman | 2009-09-04 | 5 | -34/+93 |
* | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman | 2009-09-03 | 5 | -9/+26 |
* | LLVM currently represents floating-point negation as -0.0 - x. Fix | Dan Gohman | 2009-09-03 | 1 | -0/+2 |
* | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman | 2009-09-03 | 5 | -26/+9 |
* | Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after an | Ted Kremenek | 2009-09-03 | 2 | -62/+61 |
* | Recognize more opportunities to use SSE min and max instructions, | Dan Gohman | 2009-09-03 | 1 | -0/+3 |
* | Removed the non-target independent AsmToken::Register enum constant | Kevin Enderby | 2009-09-03 | 1 | -1/+0 |
* | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman | 2009-09-03 | 2 | -12/+81 |
* | Move getUniqueExitBlocks from LoopBase to Loop, since they depend on | Dan Gohman | 2009-09-03 | 1 | -68/+10 |
* | Change PHINode::hasConstantValue to have a DominatorTree argument | Dan Gohman | 2009-09-03 | 1 | -1/+7 |
* | Remove references to expression "handles", which are no longer used. | Dan Gohman | 2009-09-03 | 1 | -2/+2 |
* | 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 |