summaryrefslogtreecommitdiff
path: root/lib/CodeGen/MachineBasicBlock.cpp
Commit message (Expand)AuthorAge
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-12
* Remove and simplify some more machineinstr/machineoperand stuff.Chris Lattner2006-05-04
* Remove a bunch more dead V9 specific stuffChris Lattner2006-05-04
* Remove trailing whitespaceMisha Brukman2005-04-21
* print the machine CFG in the -print-machineinstrs dumpChris Lattner2005-04-01
* Improve conformance with the Misha spelling benchmark suiteChris Lattner2005-01-30
* adjust to ilist changes.Chris Lattner2005-01-29
* Move method bodies that depend on <algorithm> from MBB.h to MBB.cppChris Lattner2004-10-26
* Indent to 2 spaces.Alkis Evlogimenos2004-09-05
* Changes For Bug 352Reid Spencer2004-09-01
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-04
* Change MBB autonumber a bit to get the reverse mapping as well as a forwardChris Lattner2004-07-01
* Made a fix so that you can print out MachineInstrs that belong to a MachineBa...Tanya Lattner2004-06-25
* Make debugging dumps w/ multiple MachineBBs for a given LLVM BB readable.Brian Gaeke2004-06-17
* Adjust to new TargetMachine interfaceChris Lattner2004-06-02
* Moved MachineBasicBlock deconstructor to cpp file and removed it from LeakDet...Tanya Lattner2004-05-24
* Added MachineFunction parent* to MachineBasicBlock. Customized ilist templateTanya Lattner2004-05-24
* Eliminate an explicit use of the LLVM basic block, using getParent instead,Chris Lattner2004-05-24
* Add non-const MachineBasicBlock::getParent() accessor method.Brian Gaeke2004-05-12
* Use MachineBasicBlock::getParent().Alkis Evlogimenos2004-02-23
* Refactor rewinding code for finding the first terminator of a basicAlkis Evlogimenos2004-02-23
* Add a MachineBasicBlock::getParent() methodChris Lattner2004-02-19
* Add LeakDetection to MachineInstr.Alkis Evlogimenos2004-02-16
* Change MachineBasicBlock's to not be Annotations, instead they are kept asChris Lattner2002-10-28
* Rename MachineCodeForBasicBlock to MachineBasicBlockChris Lattner2002-10-28
* Inline some methods from .cpp files into .h files, minor cleanupsChris Lattner2002-10-28
* Updates to match misha's changesChris Lattner2002-10-28
* Implementation of class MachineCodeForBasicBlock.Vikram S. Adve2002-07-08