index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CodeGen.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-15
[CodeGen] Add a pass to fold null checks into nearby memory operations.
Sanjoy Das
1
-0
/
+1
2015-05-05
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
1
-0
/
+1
2015-03-09
Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...
Reid Kleckner
1
-9
/
+11
2015-02-20
Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...
Chandler Carruth
1
-11
/
+9
2015-02-20
EH: Prune unreachable resume instructions during Dwarf EH preparation
Reid Kleckner
1
-9
/
+11
2015-01-31
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
1
-1
/
+0
2015-01-14
Revert "Insert random noops to increase security against ROP attacks (llvm)"
JF Bastien
1
-1
/
+0
2015-01-14
Insert random noops to increase security against ROP attacks (llvm)
JF Bastien
1
-0
/
+1
2014-08-21
Rename AtomicExpandLoadLinked into AtomicExpand
Robin Morisset
1
-1
/
+1
2014-08-03
MachineCombiner Pass for selecting faster instruction
Gerolf Hoflehner
1
-0
/
+1
2014-04-17
Atomics: promote ARM's IR-based atomics pass to CodeGen.
Tim Northover
1
-0
/
+1
2014-02-22
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
Quentin Colombet
1
-0
/
+1
2014-01-07
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
1
-1
/
+1
2013-12-28
Stub out a PostMachineScheduler pass.
Andrew Trick
1
-0
/
+1
2013-12-14
[Stackmap] Liveness Analysis Pass
Juergen Ributzka
1
-0
/
+1
2013-12-13
Revert "Liveness Analysis Pass"
Andrew Trick
1
-1
/
+0
2013-12-13
Liveness Analysis Pass
Andrew Trick
1
-0
/
+1
2013-11-10
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
1
-1
/
+0
2013-11-08
Revert "CalculateSpillWeights does not need to be a pass"
Arnaud A. de Grandmaison
1
-0
/
+1
2013-11-08
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
1
-1
/
+0
2013-10-14
Remove the now unused strong phi elimination pass.
Rafael Espindola
1
-1
/
+0
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
1
-1
/
+1
2013-04-22
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
1
-0
/
+1
2013-03-29
Remove the old CodePlacementOpt pass.
Benjamin Kramer
1
-1
/
+0
2013-01-07
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
1
-0
/
+1
2012-09-17
Add a MachinePostDominator pass
Tom Stellard
1
-0
/
+1
2012-09-06
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
1
-0
/
+1
2012-07-04
Add an experimental early if-conversion pass, off by default.
Jakob Stoklund Olesen
1
-0
/
+1
2012-06-20
Remove the RenderMachineFunction HTML output pass.
Jakob Stoklund Olesen
1
-1
/
+0
2012-06-08
Reintroduce VirtRegRewriter.
Jakob Stoklund Olesen
1
-0
/
+1
2012-05-30
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
1
-0
/
+1
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
1
-1
/
+11
2012-02-08
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
1
-0
/
+1
2012-02-04
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
1
-0
/
+1
2012-01-17
Renamed MachineScheduler to ScheduleTopDownLive.
Andrew Trick
1
-1
/
+1
2012-01-13
Added the MachineSchedulerPass skeleton.
Andrew Trick
1
-0
/
+1
2011-12-06
Kill off the LoopSplitter. It's not being used or maintained.
Lang Hames
1
-1
/
+0
2011-11-13
Prune more RALinScan. RALinScan was also here!
NAKAMURA Takumi
1
-1
/
+0
2011-11-02
Begin collecting some of the statistics for block placement discussed on
Chandler Carruth
1
-0
/
+1
2011-10-21
Implement a block placement pass based on the branch probability and
Chandler Carruth
1
-0
/
+1
2011-07-25
Rename BlockFrequency to BlockFrequencyInfo and MachineBlockFrequency to
Jakub Staszak
1
-0
/
+1
2011-06-27
Remove the experimental (and unused) pre-ra splitting pass. Greedy regalloc c...
Evan Cheng
1
-1
/
+0
2011-06-26
There is only one register coalescer. Merge it into the base class and
Rafael Espindola
1
-2
/
+1
2010-11-30
Stub out a new LiveDebugVariables pass.
Jakob Stoklund Olesen
1
-0
/
+1
2010-10-19
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
1
-0
/
+1
2010-10-07
Add initialization routines for CodeGen.
Owen Anderson
1
-0
/
+59