summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Make this header publicAnton Korobeynikov2007-11-09
* Fix some load/store logic that would be wrong forDuncan Sands2007-11-09
* Much improved pic jumptable codegen:Evan Cheng2007-11-09
* Updated Deserializer class to provide more information about the currentTed Kremenek2007-11-09
* Make BreakCriticalMachineEdges available as a pass that can be depended on.Owen Anderson2007-11-08
* Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek2007-11-08
* [ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio2007-11-08
* Fix MachineDominators' getAnalysisUsage.Owen Anderson2007-11-08
* Oops, forgot to commit this file.Owen Anderson2007-11-08
* Revised BatchEmitOwnedPtrs to work better with constant pointers.Ted Kremenek2007-11-08
* Revised implementation of BatchReadOwnedPtrs() that deserializes anTed Kremenek2007-11-08
* Fixed bug where we did not properly serialize owned objects due to a missingTed Kremenek2007-11-07
* Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/readsTed Kremenek2007-11-07
* Added methods to batch emit and deserialize owned pointers. This allowsTed Kremenek2007-11-07
* Fixed compilation errors on VC++.Hartmut Kaiser2007-11-07
* Implemented generic serialization of APFloat.Ted Kremenek2007-11-07
* Implemented serialization of signed integers.Ted Kremenek2007-11-07
* Added special version of ReadPtr() that returns a deserialized pointerTed Kremenek2007-11-07
* Fixed default ctor for APInt to properly initialize BitWidth to aTed Kremenek2007-11-07
* Serializer no longer automatically emits a root-level block in the bitstream.Ted Kremenek2007-11-06
* Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...Ted Kremenek2007-11-06
* make smallptrset more const and type correct, which caught a fewChris Lattner2007-11-06
* Renamed "Flush()" to "FlushRecord()".Ted Kremenek2007-11-06
* Added support for processing abbreviations in the Deserializer.Ted Kremenek2007-11-06
* Move the LowerMEMCPY and LowerMEMCPYCall to a common place.Rafael Espindola2007-11-05
* Added support in serializer and deserializer to create arbitrary blocks.Ted Kremenek2007-11-05
* Added default creation of root-level block by bitstream serializer.Ted Kremenek2007-11-05
* Fixed bug where tombstone key and empty key for DenseMap used forTed Kremenek2007-11-05
* Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a commonEvan Cheng2007-11-05
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-05
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-05
* Change uses of getTypeSize to getABITypeSize, getTypeStoreSizeDuncan Sands2007-11-04
* There are times when the coalescer would not coalesce away a copy but the copyEvan Cheng2007-11-03
* Added overloaded version of Deserializer::ReadOwnedPtr which allowsTed Kremenek2007-11-02
* VAArgInst does, in fact, read memory.Owen Anderson2007-11-02
* When converting to integer, do bit manipulations in the destinationNeil Booth2007-11-01
* Removed ReadVal from SerializeTrait<T>, and also removed it fromTed Kremenek2007-11-01
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-01
* Get rid of compilation warning during release buildsBill Wendling2007-11-01
* - Coalesce extract_subreg when both intervals are relatively small.Evan Cheng2007-11-01
* Rewrote backpatcher. Backpatcher now stores the "has final pointer"Ted Kremenek2007-11-01
* Added typedef "value_type" to DenseMap (similar typedef appears in std::map).Ted Kremenek2007-11-01
* constified several pointer arguments for methods in the Deserializer.Ted Kremenek2007-10-31
* Implemented deserialization of references. References are handledTed Kremenek2007-10-31
* Added Serializer::EmitRef to deal with emitting arbitrary references.Ted Kremenek2007-10-31
* Changed access control within FoldingSet for some ivars from "private"Ted Kremenek2007-10-31
* Add a newline at the end of the file.Duncan Sands2007-10-31
* Add the skeleton of a better PHI elimination pass.Owen Anderson2007-10-31
* Some fixes to get MachineDomTree working better.Owen Anderson2007-10-31
* Added member function "size()" to FoldingSet to return the number ofTed Kremenek2007-10-30