index
:
delta/llvm.git
277873ce0f48
51f23efbef48
5357a98c823a
9eb3e564d3b
EmptyLineAfterFunctionDefinition
HEAD
Jamie_Phabricator_D100991
LitFixes
Llvm
aranges
arcpatch-D108319
arcpatch-D113798
arcpatch-D90810
base_offset
baserock/flang
baserock/morph
c92d1aa44b132597d
cherry-pick-something
cleaner-attribute-errors
cmake-integration
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
diagnostic-handler-dev
efb284c07e
eng/PR-D101122-follow-up
fix_asan
forTom
hostassoc
llvm_plex_11.0.1
lntue-libc-fmin
maain
mai
main
maste
master
muiez/revert-ffad4
omp-loop
optimize_compinstr_fix
perf/tmp
relase/12.x
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/13.x
release/14.x
release/15.x
release/16.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
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
release_34
release_35
release_35@215010
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
relese/12.x
rgallop/opensource-main/scudo_standalone
scripted-process
shape
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
temp-test-main
test-D97234
testing
upstream
use-after-move-docs
verify-in-debug
vkd1
zibi/warnings_from_nanosleep
github.com: llvm/llvm-project.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
PeepholeOptimizer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
[Peephole] Rewrite copies to avoid cross register banks copies.
Quentin Colombet
2013-09-13
1
-84
/
+166
*
Add debug prints for when optimizeLoadInstr folds a load.
Craig Topper
2012-12-17
1
-0
/
+6
*
Add comment for load folding
Joel Jones
2012-12-11
1
-0
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-5
/
+5
*
Make sure we iterate over newly created instructions. Fixes pr13625. Testcase to
Rafael Espindola
2012-10-15
1
-0
/
+5
*
Use standard pattern for iterate+erase.
Jakob Stoklund Olesen
2012-08-17
1
-9
/
+2
*
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-16
1
-16
/
+27
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-14
/
+15
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
1
-0
/
+57
*
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-29
1
-22
/
+0
*
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-28
1
-0
/
+22
*
Add SrcReg2 to analyzeCompare and optimizeCompareInstr to handle Compare
Manman Ren
2012-06-29
1
-4
/
+5
*
Implement PPCInstrInfo::isCoalescableExtInstr().
Jakob Stoklund Olesen
2012-06-19
1
-3
/
+19
*
Style: Don't reuse variables for multiple purposes.
Jakob Stoklund Olesen
2012-06-19
1
-8
/
+7
*
Revert r157755.
Manman Ren
2012-06-06
1
-1
/
+0
[next]