index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
/
CodeGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
MachinePipeliner pass that implements Swing Modulo Scheduling
Brendon Cahoon
2016-07-29
1
-0
/
+1
*
XRay: Add entry and exit sleds
Dean Michael Berris
2016-07-14
1
-0
/
+1
*
[PM] Port UnreachableBlockElim to the new Pass Manager
Wei Mi
2016-07-08
1
-1
/
+1
*
[PM] Port PreISelIntrinsicLowering to the new PM
Michael Kuperstein
2016-06-24
1
-1
/
+1
*
CodeGen: Refactor renameDisconnectedComponents() as a pass
Matthias Braun
2016-05-31
1
-0
/
+1
*
[ARM, AArch64] Properly initialize InterleavedAccessPass
Matthew Simpson
2016-05-19
1
-0
/
+1
*
CodeGen: Add DetectDeadLanes pass.
Matthias Braun
2016-04-28
1
-0
/
+1
*
Introduce llvm.load.relative intrinsic.
Peter Collingbourne
2016-04-22
1
-0
/
+1
*
CodeGen: Add a stand-alone hazard recognizer pass
Tom Stellard
2016-04-22
1
-0
/
+1
*
Introduce a "patchable-function" function attribute
Sanjoy Das
2016-04-19
1
-0
/
+1
*
Move SafeStack to CodeGen.
Benjamin Kramer
2016-01-27
1
-0
/
+1
*
Recommit LiveDebugValues pass after fixing a couple of minor issues.
Vikram TV
2015-12-16
1
-0
/
+1
*
Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...
Mehdi Amini
2015-12-09
1
-1
/
+0
*
Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...
Vikram TV
2015-12-09
1
-0
/
+1
*
[WinEH] Add a funclet layout pass
David Majnemer
2015-09-17
1
-0
/
+1
*
[CodeGen] Add a pass to fold null checks into nearby memory operations.
Sanjoy Das
2015-06-15
1
-0
/
+1
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-0
/
+1
*
Reland r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...
Reid Kleckner
2015-03-09
1
-9
/
+11
*
Revert r229944: EH: Prune unreachable resume instructions during Dwarf EH pre...
Chandler Carruth
2015-02-20
1
-11
/
+9
*
EH: Prune unreachable resume instructions during Dwarf EH preparation
Reid Kleckner
2015-02-20
1
-9
/
+11
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-1
/
+0
*
Revert "Insert random noops to increase security against ROP attacks (llvm)"
JF Bastien
2015-01-14
1
-1
/
+0
*
Insert random noops to increase security against ROP attacks (llvm)
JF Bastien
2015-01-14
1
-0
/
+1
*
Rename AtomicExpandLoadLinked into AtomicExpand
Robin Morisset
2014-08-21
1
-1
/
+1
*
MachineCombiner Pass for selecting faster instruction
Gerolf Hoflehner
2014-08-03
1
-0
/
+1
*
Atomics: promote ARM's IR-based atomics pass to CodeGen.
Tim Northover
2014-04-17
1
-0
/
+1
*
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
Quentin Colombet
2014-02-22
1
-0
/
+1
*
Re-sort all of the includes with ./utils/sort_includes.py so that
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Stub out a PostMachineScheduler pass.
Andrew Trick
2013-12-28
1
-0
/
+1
*
[Stackmap] Liveness Analysis Pass
Juergen Ributzka
2013-12-14
1
-0
/
+1
*
Revert "Liveness Analysis Pass"
Andrew Trick
2013-12-13
1
-1
/
+0
*
Liveness Analysis Pass
Andrew Trick
2013-12-13
1
-0
/
+1
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-10
1
-1
/
+0
*
Revert "CalculateSpillWeights does not need to be a pass"
Arnaud A. de Grandmaison
2013-11-08
1
-0
/
+1
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-08
1
-1
/
+0
*
Remove the now unused strong phi elimination pass.
Rafael Espindola
2013-10-14
1
-1
/
+0
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
1
-1
/
+1
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
1
-0
/
+1
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
1
-1
/
+0
*
Switch TargetTransformInfo from an immutable analysis pass that requires
Chandler Carruth
2013-01-07
1
-0
/
+1
*
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
[next]