aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Start the process of making MachineLoopInfo possible by templating Loop.Owen Anderson2007-11-145-49/+350
* Fixed a compilation error.Hartmut Kaiser2007-11-131-0/+1
* Fixed a strange construct. Please review.Hartmut Kaiser2007-11-131-1/+1
* Wow. I definitely shouldn't write code when I'm tird.Owen Anderson2007-11-131-19/+24
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-131-2/+4
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-131-0/+14
* Renamed serialization method "Materialize" to "Create". This is an API change.Ted Kremenek2007-11-132-14/+15
* Fixed bug with inconsistent serialization/deserialization in matchingTed Kremenek2007-11-132-0/+48
* Added versions of ReadPtr that takes an explicit SerializedPtrID. This allowsTed Kremenek2007-11-121-3/+21
* Compile fix.Duncan Sands2007-11-121-0/+1
* Add a flag for indirect branch instructions.Owen Anderson2007-11-121-0/+5
* Refactor some code.Evan Cheng2007-11-121-3/+27
* Fix rewriting of PHI nodes.Owen Anderson2007-11-121-6/+17
* Remove unnecessary #include's.Owen Anderson2007-11-121-2/+0
* As Chris and Evan pointed out, BreakCriticalMachineEdges doesn't really needOwen Anderson2007-11-122-4/+94
* Fixed a bug introduced by my last patch. Now we properly clear out the Batch...Ted Kremenek2007-11-101-0/+2
* Fixed hack in BatchReadOwnedPtrs to no longer use the array of pointers passe...Ted Kremenek2007-11-101-2/+4
* Added "random access" to the Deserializer to allow a client to jump to anyTed Kremenek2007-11-101-2/+37
* Made Deserializer a friend class of BitstreamReader.Ted Kremenek2007-11-101-5/+14
* Move MinAlign to MathExtras.h.Duncan Sands2007-11-092-28/+7
* Make this header publicAnton Korobeynikov2007-11-091-0/+29
* Fix some load/store logic that would be wrong forDuncan Sands2007-11-091-0/+7
* Much improved pic jumptable codegen:Evan Cheng2007-11-092-6/+12
* Updated Deserializer class to provide more information about the currentTed Kremenek2007-11-091-4/+14
* Make BreakCriticalMachineEdges available as a pass that can be depended on.Owen Anderson2007-11-081-0/+4
* Added typedef "SerializedPtrID" to represent the pointer handle written to diskTed Kremenek2007-11-083-19/+46
* [ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio2007-11-082-0/+22
* Fix MachineDominators' getAnalysisUsage.Owen Anderson2007-11-081-4/+5
* Oops, forgot to commit this file.Owen Anderson2007-11-081-0/+4
* Revised BatchEmitOwnedPtrs to work better with constant pointers.Ted Kremenek2007-11-081-1/+1
* Revised implementation of BatchReadOwnedPtrs() that deserializes anTed Kremenek2007-11-081-10/+13
* Fixed bug where we did not properly serialize owned objects due to a missingTed Kremenek2007-11-071-1/+1
* Added version of BatchEmitOwnedPtrs and BatchReadOwnedPtrs that emits/readsTed Kremenek2007-11-072-0/+21
* Added methods to batch emit and deserialize owned pointers. This allowsTed Kremenek2007-11-072-4/+67
* Fixed compilation errors on VC++.Hartmut Kaiser2007-11-071-0/+2
* Implemented generic serialization of APFloat.Ted Kremenek2007-11-071-0/+7
* Implemented serialization of signed integers.Ted Kremenek2007-11-073-1/+10
* Added special version of ReadPtr() that returns a deserialized pointerTed Kremenek2007-11-071-1/+4
* Fixed default ctor for APInt to properly initialize BitWidth to aTed Kremenek2007-11-071-1/+1
* Serializer no longer automatically emits a root-level block in the bitstream.Ted Kremenek2007-11-061-2/+1
* Augmented ReadPtr and ReadOwnedPtr to control whether or not a pointer is all...Ted Kremenek2007-11-061-9/+12
* make smallptrset more const and type correct, which caught a fewChris Lattner2007-11-061-13/+28
* Renamed "Flush()" to "FlushRecord()".Ted Kremenek2007-11-061-1/+1
* Added support for processing abbreviations in the Deserializer.Ted Kremenek2007-11-061-1/+1
* Move the LowerMEMCPY and LowerMEMCPYCall to a common place.Rafael Espindola2007-11-052-0/+19
* Added support in serializer and deserializer to create arbitrary blocks.Ted Kremenek2007-11-052-1/+6
* Added default creation of root-level block by bitstream serializer.Ted Kremenek2007-11-051-1/+1
* Fixed bug where tombstone key and empty key for DenseMap used forTed Kremenek2007-11-052-2/+4
* Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a commonEvan Cheng2007-11-051-180/+0
* Deleting redundant copy of block extractor pass. See also PR1775.Gordon Henriksen2007-11-051-1/+1