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
/
PeepholeOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce target hook for optimizing register copies
Matt Arsenault
2015-09-24
1
-34
/
+2
*
Remove dead declaration
Matt Arsenault
2015-09-24
1
-1
/
+0
*
Fix typos / grammar
Matt Arsenault
2015-09-09
1
-26
/
+26
*
Make helper functions static. NFC.
Benjamin Kramer
2015-08-20
1
-1
/
+1
*
[PeepholeOptimizer] Look through PHIs to find additional register sources
Bruno Cardoso Lopes
2015-08-19
1
-85
/
+285
*
Revert "[PeepholeOptimizer] Look through PHIs to find additional register sou...
Bruno Cardoso Lopes
2015-08-19
1
-288
/
+85
*
[PeepholeOptimizer] Look through PHIs to find additional register sources
Bruno Cardoso Lopes
2015-08-19
1
-85
/
+288
*
[X86] Allow x86 call frame optimization to fold more loads into pushes
Michael Kuperstein
2015-08-12
1
-3
/
+3
*
Allow PeepholeOptimizer to fold a few more cases
Michael Kuperstein
2015-08-11
1
-5
/
+4
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Revert "[PeepholeOptimizer] Look through PHIs to find additional register sou...
Bruno Cardoso Lopes
2015-07-29
1
-285
/
+82
*
[PeepholeOptimizer] Look through PHIs to find additional register sources
Bruno Cardoso Lopes
2015-07-28
1
-82
/
+285
*
Revert "[PeepholeOptimizer] Look through PHIs to find additional register sou...
Bruno Cardoso Lopes
2015-07-27
1
-275
/
+82
*
[PeepholeOptimizer] Look through PHIs to find additional register sources
Bruno Cardoso Lopes
2015-07-27
1
-82
/
+275
*
[PeepholeOptimizer] Refactor optimizeUncoalescable logic
Bruno Cardoso Lopes
2015-07-22
1
-127
/
+246
*
Revert "Refactor optimizeUncoalescable logic"
Bruno Cardoso Lopes
2015-07-15
1
-246
/
+127
*
Revert "Look through PHIs to find additional register sources"
Bruno Cardoso Lopes
2015-07-15
1
-265
/
+82
*
Look through PHIs to find additional register sources
Bruno Cardoso Lopes
2015-07-15
1
-82
/
+265
*
Refactor optimizeUncoalescable logic
Bruno Cardoso Lopes
2015-07-15
1
-127
/
+246
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.
Benjamin Kramer
2015-03-23
1
-0
/
+1
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
*
Replace std::copy with a back inserter with vector append where feasible
Benjamin Kramer
2015-02-28
1
-2
/
+1
*
Peephole opt needs optimizeSelect() to keep track of newly created MIs
Mehdi Amini
2015-01-13
1
-4
/
+13
*
Avoid caching the MachineFunction, we don't use it outside of
Eric Christopher
2014-10-15
1
-9
/
+7
*
[AAarch64] Optimize CSINC-branch sequence
Gerolf Hoflehner
2014-10-14
1
-0
/
+12
*
Instead of the TargetMachine cache the MachineFunction
Eric Christopher
2014-10-14
1
-14
/
+13
*
[PeepholeOptimizer] Enable the advanced copy optimization by default.
Quentin Colombet
2014-08-21
1
-1
/
+1
*
[PeepholeOptimizer] Update the kill flags when extending the live-range of the
Quentin Colombet
2014-08-21
1
-1
/
+5
*
[PeepholeOptimizer] Take advantage of the isInsertSubreg property in the
Quentin Colombet
2014-08-21
1
-32
/
+15
*
[PeepholeOptimizer] Take advantage of the isExtractSubreg property in the
Quentin Colombet
2014-08-20
1
-24
/
+12
*
[PeepholeOptimizer] Refactor the advanced copy optimization to take advantage of
Quentin Colombet
2014-08-20
1
-169
/
+607
*
PeepholeOptimizer: make parameter ref to SmallPtrSetImpl
Hans Wennborg
2014-08-11
1
-2
/
+2
*
Re-commit "Increase the size of this SmallVector in PeepholeOptimizer." (r215...
Hans Wennborg
2014-08-11
1
-3
/
+3
*
Revert "Increase the size of this SmallVector in PeepholeOptimizer." (r215340)
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Increase the size of this SmallVector in PeepholeOptimizer.
Hans Wennborg
2014-08-11
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-5
/
+8
*
[PeepholeOptimzer] Fix a typo in a comment.
Quentin Colombet
2014-07-01
1
-1
/
+1
*
[PeepholeOptimizer] Advanced rewriting of copies to avoid cross register banks
Quentin Colombet
2014-07-01
1
-13
/
+368
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-6
/
+6
*
[CodeGen] Fix peephole optimizer bug introduced in r205481. Fixes PR19318.
Lang Hames
2014-04-03
1
-9
/
+11
*
[CodeGen] Teach the peephole optimizer to remember (and exploit) all folding
Lang Hames
2014-04-02
1
-35
/
+44
*
Disable each MachineFunctionPass for 'optnone' functions, unless that
Paul Robinson
2014-03-31
1
-0
/
+3
*
Switch a number of loops in lib/CodeGen over to range-based for-loops, now that
Owen Anderson
2014-03-17
1
-13
/
+6
*
Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changing
Owen Anderson
2014-03-13
1
-7
/
+7
*
Fix for http://llvm.org/bugs/show_bug.cgi?id=18590
Ekaterina Romanova
2014-03-13
1
-3
/
+11
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-07
1
-2
/
+2
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-1
/
+1
[next]