aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add a new interface function to AutoUpgrade for simultaneously upgradingReid Spencer2006-01-191-1/+25
* Added minimum Dwarf aranges. Cleaned up some section headers. Line numberJim Laskey2006-01-181-6/+6
* Pastos.Jim Laskey2006-01-171-9/+9
* Add frame work for additional dwarf sections. Comments will improve as codeJim Laskey2006-01-171-0/+64
* Support for the insertelement operation.Robert Bocchino2006-01-171-0/+1
* Instruction and constant expression definitions for the insertelementRobert Bocchino2006-01-173-7/+62
* Suppress "no newline at end of file" warnings.Evan Cheng2006-01-171-1/+1
* Misc. errors.Jim Laskey2006-01-171-7/+12
* Adding basic support for Dwarf line number debug information.Jim Laskey2006-01-172-84/+506
* Reduce memory consumption and force (somewhat) access to entries via ID.Jim Laskey2006-01-171-11/+11
* Yet another getTargetNode() variant. I promise one of these days I'll fixEvan Cheng2006-01-171-0/+12
* Redundant inline keyword.Jim Laskey2006-01-161-1/+1
* UniqueVector template provides a means of enumerating objects uniquely.Jim Laskey2006-01-161-0/+70
* For PR411:Reid Spencer2006-01-161-5/+16
* For PR411:Reid Spencer2006-01-161-0/+33
* Remove a never-working passChris Lattner2006-01-161-1/+0
* Initialize DFSnum's to -1, in case a node is not reachable.Chris Lattner2006-01-151-2/+3
* add an assert, patch by Daniel BerlinChris Lattner2006-01-151-0/+1
* Change ET-Forest to automatically recalculate its DFSnum's if too many slowChris Lattner2006-01-142-7/+17
* Teach inline function how to update the callgraph when it makes changes.Chris Lattner2006-01-141-9/+13
* Add CallGraph::getOrInsertFunction, to allow clients to update the callgraphChris Lattner2006-01-141-0/+5
* add a dump method to CallGraphChris Lattner2006-01-141-1/+2
* Fix generous source of VC++ truncation warnings.Jeff Cohen2006-01-141-2/+2
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-142-9/+37
* Add a new InvalidateStructLayoutInfo method and some comments.Chris Lattner2006-01-141-0/+9
* Simplify the implementations of classof using the new IntrinsicInst classof.Chris Lattner2006-01-131-56/+32
* Add some functionality to the IntrinsicInst class and some commentsChris Lattner2006-01-131-0/+20
* Allow the code cloning interfaces to capture some important info about theChris Lattner2006-01-131-6/+39
* Provide an interface for Targets to specify their stack pointer registerChris Lattner2006-01-131-0/+19
* add stacksave/stackrestore nodesChris Lattner2006-01-131-0/+9
* add new llvm.stacksave/llvm.stackrestore intrinsicsChris Lattner2006-01-131-0/+2
* Add bswap, rotl, and rotr nodesNate Begeman2006-01-111-2/+4
* Simple is good, CVS log is for history, not the silly credits blockChris Lattner2006-01-111-4/+2
* Switch loopinfo to using ETForest instead of DominatorSet to compute itself.P...Chris Lattner2006-01-111-5/+3
* Added an instruction and constant expression for the extractelementRobert Bocchino2006-01-104-1/+55
* For PR411:Reid Spencer2006-01-102-0/+290
* Make ValueSymbolTable (temporarily) a friend of Value so it can mod theReid Spencer2006-01-101-1/+2
* For PR521:Reid Spencer2006-01-101-2/+4
* New getNode() variants.Evan Cheng2006-01-091-4/+61
* Add some documentation.Reid Spencer2006-01-081-0/+2
* Fix the build on platforms where <cassert> doesn't define NULLChris Lattner2006-01-081-0/+1
* Initial implementation of the ET-Forest data structure for dominators andChris Lattner2006-01-083-1/+447
* Fix out of date comments, patch by Marco Matthies.Chris Lattner2006-01-081-4/+2
* Grammer correction.Jim Laskey2006-01-051-2/+2
* Added initial support for DEBUG_LABEL allowing debug specific labels to beJim Laskey2006-01-053-6/+19
* Applied some recommend changes from sabre. The dominate one beginning "let theJim Laskey2006-01-044-112/+88
* Be consistent in using class vs struct to make VC++ happy. And as it containsJeff Cohen2006-01-041-1/+2
* Add unique id to debug location for debug label use (work in progress.)Jim Laskey2006-01-041-2/+3
* Add flag for debug presence.Jim Laskey2006-01-041-0/+5
* Tie dwarf generation to darwin assembler.Jim Laskey2006-01-042-3/+180