aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-052-10/+2
* Change uses of getTypeSize to getABITypeSize, getTypeStoreSizeDuncan Sands2007-11-041-1/+5
* There are times when the coalescer would not coalesce away a copy but the copyEvan Cheng2007-11-031-0/+5
* Added overloaded version of Deserializer::ReadOwnedPtr which allowsTed Kremenek2007-11-021-0/+5
* VAArgInst does, in fact, read memory.Owen Anderson2007-11-021-1/+1
* When converting to integer, do bit manipulations in the destinationNeil Booth2007-11-011-0/+2
* Removed ReadVal from SerializeTrait<T>, and also removed it fromTed Kremenek2007-11-012-8/+1
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-16/+42
* Get rid of compilation warning during release buildsBill Wendling2007-11-011-2/+2
* - Coalesce extract_subreg when both intervals are relatively small.Evan Cheng2007-11-011-5/+5
* Rewrote backpatcher. Backpatcher now stores the "has final pointer"Ted Kremenek2007-11-011-32/+48
* Added typedef "value_type" to DenseMap (similar typedef appears in std::map).Ted Kremenek2007-11-011-5/+11
* constified several pointer arguments for methods in the Deserializer.Ted Kremenek2007-10-311-2/+5
* Implemented deserialization of references. References are handledTed Kremenek2007-10-311-5/+21
* Added Serializer::EmitRef to deal with emitting arbitrary references.Ted Kremenek2007-10-311-3/+6
* Changed access control within FoldingSet for some ivars from "private"Ted Kremenek2007-10-311-1/+1
* Add a newline at the end of the file.Duncan Sands2007-10-311-1/+1
* Add the skeleton of a better PHI elimination pass.Owen Anderson2007-10-311-0/+8
* Some fixes to get MachineDomTree working better.Owen Anderson2007-10-313-18/+38
* Added member function "size()" to FoldingSet to return the number ofTed Kremenek2007-10-301-1/+4
* Add missing SSE builtins: CVTPD2PI, CVTPS2PI,Dale Johannesen2007-10-301-0/+13
* Fix argument types for PSLLQ, PSRLQ.Dale Johannesen2007-10-301-2/+2
* Enable more fold (sext (load x)) -> (sext (truncate (sextload x)))Evan Cheng2007-10-291-0/+4
* Add explicit keywords.Dan Gohman2007-10-291-2/+2
* Model stacksave and stackrestore as both writing memory, since we Chris Lattner2007-10-291-1/+4
* Add a first attempt at dominator information for MBB's. Use with caution: th...Owen Anderson2007-10-292-7/+177
* Updated backpatching logic during object deserialization to performTed Kremenek2007-10-281-19/+53
* The guaranteed alignment of ptr+offset is only the minimum ofDuncan Sands2007-10-281-0/+28
* Fixed bug where default SerializeTrait<>::Materialize would not return the ma...Ted Kremenek2007-10-261-1/+1
* Added serialization support for APInt.Ted Kremenek2007-10-261-0/+11
* Fixed incorrect "path name" in preamble (comment) of header file.Ted Kremenek2007-10-261-1/+1
* Fixed incorrect "path name" in preamble (comment) of header file.Ted Kremenek2007-10-261-1/+1
* Added default implementation of SerializeTrait<> that dispatches toTed Kremenek2007-10-262-1/+25
* More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen2007-10-261-1/+1
* Loosen up iv reuse to allow reuse of the same stride but a larger type when t...Evan Cheng2007-10-261-1/+8
* Updated backpatching during object deserialization to support "smart"Ted Kremenek2007-10-251-2/+6
* Added special treatment of serializing NULL pointers.Ted Kremenek2007-10-252-1/+5
* Created header file to include minimal forward references needed forTed Kremenek2007-10-252-6/+29
* Fix comment typos.Duncan Sands2007-10-251-2/+2
* remove unimplemented ctor, add some comments.Chris Lattner2007-10-251-4/+3
* Make it possible for DomTreeBase to be constructed from MachineFunction's as ...Owen Anderson2007-10-252-11/+15
* Implemented prototype serialization of pointers, including supportTed Kremenek2007-10-253-29/+75
* Split Serialization.h into separate headers: Serialize.h andTed Kremenek2007-10-243-103/+137
* add a nice predicate to check to see if nanChris Lattner2007-10-241-0/+1
* Silenced a VC++ warning.Hartmut Kaiser2007-10-242-2/+2
* Added "ReadEnum" and "WriteEnum" to serialization classes.Ted Kremenek2007-10-231-3/+16
* Make DomTreeBase not a FunctionPass.Owen Anderson2007-10-232-10/+23
* Added preliminary implementation of generic object serialization to bitcode.Ted Kremenek2007-10-231-0/+115
* Unbreak the build. Forgot to commit this file.Owen Anderson2007-10-231-39/+176
* Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in...Owen Anderson2007-10-231-3/+25