summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CodeGen.cpp
Commit message (Expand)AuthorAge
* Kill off the LoopSplitter. It's not being used or maintained.Lang Hames2011-12-06
* Prune more RALinScan. RALinScan was also here!NAKAMURA Takumi2011-11-13
* Begin collecting some of the statistics for block placement discussed onChandler Carruth2011-11-02
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-21
* 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