aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineBasicBlock.h
Commit message (Expand)AuthorAgeFilesLines
* Simplify the MachineLICM pass by having it only traverse outerDan Gohman2009-01-151-0/+6
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-161-0/+2
* Add a new MachineBasicBlock utility function, isLayoutSuccessor, thatDan Gohman2008-10-021-0/+7
* Update VS projects.Cédric Venet2008-09-201-2/+3
* Fold the useful features of alist and alist_node into ilist, andDan Gohman2008-07-281-12/+20
* Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks.Dan Gohman2008-07-171-1/+1
* Pool-allocation for MachineInstrs, MachineBasicBlocks, andDan Gohman2008-07-071-43/+26
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-1/+1
* Added addition atomic instrinsics and, or, xor, min, and max.Mon P Wang2008-05-051-0/+5
* Fix more -Wshorten-64-to-32 warnings.Evan Cheng2008-05-051-3/+7
* - Check if a register is livein before removing it. It may have already been ...Evan Cheng2008-04-241-0/+4
* Add a quick and dirty "loop aligner pass". x86 uses it to align its loops to ...Evan Cheng2008-02-281-1/+14
* properly encapsulate the parent field of MBB and MI with get/set accessors.Chris Lattner2007-12-311-13/+13
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+371