index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodeGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a MachinePostDominator pass
Tom Stellard
2012-09-17
1
-0
/
+1
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
1
-0
/
+1
*
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
2012-07-04
1
-0
/
+1
*
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
2012-06-20
1
-1
/
+0
*
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
2012-06-08
1
-0
/
+1
*
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-30
1
-0
/
+1
*
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
1
-1
/
+11
*
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
1
-0
/
+1
*
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-02-04
1
-0
/
+1
*
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
2012-01-17
1
-1
/
+1
*
Added the MachineSchedulerPass skeleton.
Andrew Trick
2012-01-13
1
-0
/
+1
*
Kill off the LoopSplitter. It's not being used or maintained.
Lang Hames
2011-12-06
1
-1
/
+0
*
Prune more RALinScan. RALinScan was also here!
NAKAMURA Takumi
2011-11-13
1
-1
/
+0
*
Begin collecting some of the statistics for block placement discussed on
Chandler Carruth
2011-11-02
1
-0
/
+1
*
Implement a block placement pass based on the branch probability and
Chandler Carruth
2011-10-21
1
-0
/
+1
*
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
2011-07-25
1
-0
/
+1
*
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
2011-06-27
1
-1
/
+0
*
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
2011-06-26
1
-2
/
+1
*
Stub out a new LiveDebugVariables pass.
Jakob Stoklund Olesen
2010-11-30
1
-0
/
+1
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-0
/
+1
*
Add initialization routines for CodeGen.
Owen Anderson
2010-10-07
1
-0
/
+59