summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGen.cpp
Commit message (Expand)AuthorAge
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-25
* Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng2011-06-27
* There is only one register coalescer. Merge it into the base class andRafael Espindola2011-06-26
* Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen2010-11-30
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Add initialization routines for CodeGen.Owen Anderson2010-10-07