aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/CodeGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Kill off the LoopSplitter. It's not being used or maintained.Lang Hames2011-12-061-1/+0
* Prune more RALinScan. RALinScan was also here!NAKAMURA Takumi2011-11-131-1/+0
* Begin collecting some of the statistics for block placement discussed onChandler Carruth2011-11-021-0/+1
* Implement a block placement pass based on the branch probability andChandler Carruth2011-10-211-0/+1
* Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency toJakub Staszak2011-07-251-0/+1
* Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...Evan Cheng2011-06-271-1/+0
* There is only one register coalescer. Merge it into the base class andRafael Espindola2011-06-261-2/+1
* Stub out a new LiveDebugVariables pass.Jakob Stoklund Olesen2010-11-301-0/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-0/+1
* Add initialization routines for CodeGen.Owen Anderson2010-10-071-0/+59