index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodeGen.cpp
Age
Commit message (
Expand
)
Author
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2012-09-17
Add a MachinePostDominator pass
Tom Stellard
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-07-04
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-06-20
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
2012-06-08
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-05-30
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-04
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-01-17
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-13
Added the MachineSchedulerPass skeleton.
Andrew Trick
2011-12-06
Kill off the LoopSplitter. It's not being used or maintained.
Lang Hames
2011-11-13
Prune more RALinScan. RALinScan was also here!
NAKAMURA Takumi
2011-11-02
Begin collecting some of the statistics for block placement discussed on
Chandler Carruth
2011-10-21
Implement a block placement pass based on the branch probability and
Chandler Carruth
2011-07-25
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-06-27
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
2011-06-26
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2010-11-30
Stub out a new LiveDebugVariables pass.
Jakob Stoklund Olesen
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-07
Add initialization routines for CodeGen.
Owen Anderson