summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* Replaces uses of unsigned for indexes in LiveInterval and VNInfo withLang Hames2009-09-04
* Include optional subclass flags, such as inbounds, nsw, etc., in theDan Gohman2009-09-04
* Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman2009-09-03
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-03
* Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,Dan Gohman2009-09-03
* Make ImmutableMap/ImmutableSet quicker by only canonicalizing the tree after anTed Kremenek2009-09-03
* Recognize more opportunities to use SSE min and max instructions,Dan Gohman2009-09-03
* Removed the non-target independent AsmToken::Register enum constantKevin Enderby2009-09-03
* Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verifyDan Gohman2009-09-03
* Move getUniqueExitBlocks from LoopBase to Loop, since they depend onDan Gohman2009-09-03
* Change PHINode::hasConstantValue to have a DominatorTree argumentDan Gohman2009-09-03
* Remove references to expression "handles", which are no longer used.Dan Gohman2009-09-03
* improve comments.Chris Lattner2009-09-03
* Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner2009-09-03
* Set the 'cached digest' flag after computing the digest for anTed Kremenek2009-09-03
* Fixed a test that ensures the LocalRewriter does not attempt toLang Hames2009-09-03
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-03
* Now Bitcode reader bug is fixed. Reapply 80839.Devang Patel2009-09-03
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-03
* Revert 80839 for now. It causes test failures.Devang Patel2009-09-02
* Use CallbackVH, instead of WeakVH, to hold MDNode elements. Devang Patel2009-09-02
* Add a comment noting the memory ownership rules.Dan Gohman2009-09-02
* Add convenience functions for reading in LLVM IR that autodetectDan Gohman2009-09-02
* Add const qualifiers for isBitcodeWrapper, and add new functionsDan Gohman2009-09-02
* Refactor common code from ParseAssemblyString and ParseAssemblyFile,Dan Gohman2009-09-02
* Add const qualifiers to dominates' arguments.Dan Gohman2009-09-02
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Add a comment.Dan Gohman2009-09-02
* Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...Daniel Dunbar2009-09-01
* OptimalEdgeProfiling: Reading in Profiles.Andreas Neustifter2009-09-01
* Addedum to r80712, forgot to add files.Andreas Neustifter2009-09-01
* OptimalEdgeProfiling: Creation of profiles.Andreas Neustifter2009-09-01
* remove CallGraphNode::replaceCallSite, it is redundant with other APIs.Chris Lattner2009-09-01
* Fix a typo in a comment.Dan Gohman2009-09-01
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-01
* Preparation for Optimal Edge Profiling:Andreas Neustifter2009-09-01
* Change CallGraphNode to maintain it's Function as an AssertingVHChris Lattner2009-09-01
* Add virtual destructor.Devang Patel2009-09-01
* llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy).Daniel Dunbar2009-09-01
* Clean up LSDA name generation and use for SJLJ exception handling. ThisJim Grosbach2009-09-01
* Introduce DILocation.Devang Patel2009-09-01
* Add getDirectory() and getFilename() interface to DIScope.Devang Patel2009-09-01
* Subprogram is a scope. Derive DISubprogram from DIScope.Devang Patel2009-08-31
* Rename DIBlock as DILexicalBlock.Devang Patel2009-08-31
* Derive DICompileUnit from DIScope.Devang Patel2009-08-31
* Add flag to mark structs for Apple Block "byref" variables; also add code toCaroline Tice2009-08-31
* Extend the ValuesAtScope cache to cover all expressions, not justDan Gohman2009-08-31
* restore semantics of operator* (removing a FIXME I had to introduce in r80224)Gabor Greif2009-08-31
* Introduce DIScope.Devang Patel2009-08-31
* Simplify isDerivedType() and other predicate interface.Devang Patel2009-08-31