aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-2812-12/+12
* Add BasicBlock list to MchineFunction that will eventually be the onlyChris Lattner2002-10-282-4/+19
* MachineFunction.h now includes MachineBasicBlock.h in preparation forChris Lattner2002-10-281-1/+1
* Remvoe dead fixme and typedefChris Lattner2002-10-281-4/+0
* MachineBasicBlock doesn't need basicblock.h, it needs Annotation.hChris Lattner2002-10-281-6/+9
* Rename file to MachineBasicBlock.hChris Lattner2002-10-281-77/+0
* Add note about state that should be removed when time permitsChris Lattner2002-10-281-3/+13
* Fixes to previous checkinChris Lattner2002-10-281-2/+3
* Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner2002-10-283-9/+16
* Add prototypes for creation/destruction passesChris Lattner2002-10-281-0/+3
* * Doxygenify commentsChris Lattner2002-10-281-17/+16
* This header is renamed to MachineFunction.hChris Lattner2002-10-281-124/+0
* We don't need the forwarding typedefChris Lattner2002-10-281-4/+0
* Changed `MachineCodeForMethod' to `MachineFunction'.Misha Brukman2002-10-287-51/+62
* Add support or other operand typesChris Lattner2002-10-271-0/+20
* Prune #includesChris Lattner2002-10-272-10/+6
* Add neccesary #includeChris Lattner2002-10-272-0/+2
* Old GCC's don't have an <ostream>Chris Lattner2002-10-272-2/+2
* Add #includeChris Lattner2002-10-272-0/+2
* Initial checkin of target support for X86 backend.Chris Lattner2002-10-252-0/+171
* Initial checkin of Machine Code representation for X86 backend. This willChris Lattner2002-10-254-0/+335
* Fix typoChris Lattner2002-10-251-1/+1
* * Remove unneccesary #includesChris Lattner2002-10-242-10/+6
* Minor cleanupsChris Lattner2002-10-231-5/+4
* - Two minor improvements to the MachineInstr class to reduce footprint andChris Lattner2002-10-221-30/+41
* We need to know the call sites each function hostsChris Lattner2002-10-222-2/+18
* Allow modification of calleeChris Lattner2002-10-222-0/+4
* Small space optimization: Make MachineOperands take 16 bytes instead ofChris Lattner2002-10-221-15/+6
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-211-11/+12
* Delete unused arguments to DSGraph::cloneInto methodChris Lattner2002-10-212-8/+2
* - Add "ResolvingCaller" to the CallSite record. This keeps track of whichChris Lattner2002-10-214-48/+108
* Add another copy ctor formChris Lattner2002-10-212-2/+12
* As it turns out, we don't need a fully generic mapping copy ctor, we just needChris Lattner2002-10-212-20/+62
* Make sure to initialize isArray memberChris Lattner2002-10-212-4/+4
* Remove a 'using' directives from a header file. Using directives causeChris Lattner2002-10-211-5/+4
* Add a missing std:: qualifierChris Lattner2002-10-211-1/+1
* Two callsites are equivalent even if they are from two completely differentChris Lattner2002-10-212-6/+2
* - Make DSCallSite not inherit from std::vector. Renamed methods slightly.Chris Lattner2002-10-212-40/+118
* Remove spurious caller pointer in DSCallSite.Vikram S. Adve2002-10-202-20/+22
* Add isArray flagChris Lattner2002-10-202-12/+18
* Added a first-class representation for each call site that can beVikram S. Adve2002-10-202-26/+10
* Added a first-class representation for each call site that can be usedVikram S. Adve2002-10-202-6/+70
* Convert typerec to be a structure instead of a pairChris Lattner2002-10-182-2/+34
* Don't emit braces around something without outgoing edgesChris Lattner2002-10-182-6/+10
* Add interface for mod/ref info to be captures by dsgraphsChris Lattner2002-10-172-4/+28
* * Add data structures to BU pass to keep track of call sites for functionsChris Lattner2002-10-172-14/+42
* * Remove a lot of obsolete #if 0'd codeChris Lattner2002-10-172-90/+10
* Use the forward declaration for GraphTraits instead of #includingChris Lattner2002-10-171-1/+2
* Be const correct. Handle both DSGraph* and const DSGraph*'sChris Lattner2002-10-174-30/+82
* Break up the GraphWriter into smaller chunks to be used in different waysChris Lattner2002-10-172-20/+34