aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGen.cpp
AgeCommit message (Expand)Author
2011-07-25Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak
2011-06-27Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng
2011-06-26There is only one register coalescer. Merge it into the base class andRafael Espindola
2010-11-30Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-07Add initialization routines for CodeGen.Owen Anderson