aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* isSubRegOf() is a dup of isSubRegister.Evan Cheng2007-10-231-11/+0
* Move the SCEV object factors from being static members of the individualDan Gohman2007-10-223-102/+112
* add a mechanism for the JIT to invoke a function to lazily create functions a...Chris Lattner2007-10-221-1/+14
* Reg2Mem cleanup and optimizations:Anton Korobeynikov2007-10-211-2/+3
* Add a convenience method for creating EE's.Chris Lattner2007-10-211-1/+7
* Local spiller optimization:Evan Cheng2007-10-191-2/+11
* rename ExpandOperation to ExpandOperationResult, as suggestedChris Lattner2007-10-191-2/+2
* Add support for byval function whose argument is not 32 bit aligned.Rafael Espindola2007-10-192-5/+17
* add a new target hook.Chris Lattner2007-10-191-0/+9
* More ppcf128 issues (maybe the last)?Dale Johannesen2007-10-191-0/+4
* - Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...Evan Cheng2007-10-181-2/+10
* Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...Evan Cheng2007-10-181-6/+6
* Add an uppercase conversion utility function.Christopher Lamb2007-10-181-0/+8
* remove dead fileChris Lattner2007-10-181-76/+0
* update comment.Chris Lattner2007-10-181-1/+1
* Missing 'public' keyword.Gordon Henriksen2007-10-181-1/+1
* Really fix PR1734. Carefully track which register uses are sub-register uses byEvan Cheng2007-10-181-6/+16
* Remove unnecessary include.Evan Cheng2007-10-181-1/+0
* Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson2007-10-182-102/+96
* Changed the return type of type-specific Allocate() methods to returnTed Kremenek2007-10-182-3/+3
* ImutAVLTree now allocates tree nodes from the BumpPtrAllocator usingTed Kremenek2007-10-171-4/+3
* Removed inclusion of cassert, which is no longer needed.Ted Kremenek2007-10-171-2/+0
* Minor cosmetic cleanups in the calculation of alignments forTed Kremenek2007-10-171-3/+5
* Added template function alignof() which provides a cleanTed Kremenek2007-10-171-0/+7
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-171-71/+40