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