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
/
Target
/
PowerPC
/
PPCLoopPreIncPrep.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] [NFC] rename PPCLoopPreIncPrep.cpp to PPCLoopInstrFormPrep.cpp afte...
Jinsong Ji
2019-11-27
1
-890
/
+0
*
Fix signed/unsigned comparison warning. NFCI.
Simon Pilgrim
2019-11-18
1
-1
/
+1
*
[PowerPC] extend PPCPreIncPrep Pass for ds/dq form
czhengsz
2019-11-17
1
-54
/
+338
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[Powerpc][LoopPreIncPrep] NFC - refactor this pass for ds/dq form.
Chen Zheng
2019-09-25
1
-295
/
+375
*
[PPC] PPCLoopPreIncPrep - silence static analyzer null dereference warning.
Simon Pilgrim
2019-09-20
1
-1
/
+1
*
[MemorySSA] Teach LoopSimplify to preserve MemorySSA.
Alina Sbirlea
2019-05-08
1
-1
/
+1
*
[PowerPC] Add initialization for some ppc passes
Kang Zhang
2019-04-12
1
-6
/
+0
*
Revert "[PowerPC] Add initialization for some ppc passes"
Eric Christopher
2019-04-12
1
-0
/
+6
*
[PowerPC] Add initialization for some ppc passes
Kang Zhang
2019-04-12
1
-6
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove trailing space
Fangrui Song
2018-07-30
1
-1
/
+1
*
[PowerPC] Don't make it as pre-inc candidate if displacement isn't 4's multip...
QingShan Zhang
2018-07-02
1
-0
/
+13
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+4
*
[STLExtras] Add distance() for ranges, pred_size(), and succ_size()
Vedant Kumar
2018-05-10
1
-2
/
+1
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
[PowerPC] Check if the pre-increment PHI Node already exists
Stefan Pintilie
2017-08-21
1
-0
/
+65
*
[PowerPC] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-01-13
1
-2
/
+4
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-09
1
-13
/
+25
*
Add optimization bisect opt-in calls for PowerPC passes
Andrew Kaylor
2016-04-27
1
-0
/
+3
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-1
/
+6
*
[PowerPC] Fix LoopPreIncPrep not to depend on SCEV constant simplifications
Hal Finkel
2015-11-08
1
-36
/
+78
*
PowerPC: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-20
1
-2
/
+2
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-3
/
+3
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[PowerPC] Really iterate over all loops in PPCLoopDataPrefetch/PPCLoopPreIncPrep
Hal Finkel
2015-04-12
1
-7
/
+3
*
[PowerPC] Fix PPCLoopPreIncPrep for depth > 1 loops
Hal Finkel
2015-04-11
1
-10
/
+27
*
[opaque pointer type] gep API migration
David Blaikie
2015-03-14
1
-5
/
+6
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-7
/
+1
*
Re-sort #include lines using my handy dandy ./utils/sort_includes.py
Chandler Carruth
2015-02-13
1
-2
/
+2
*
[PowerPC] Handle loop predecessor invokes
Hal Finkel
2015-02-07
1
-4
/
+12
*
Make helper functions/classes/globals static. NFC.
Benjamin Kramer
2015-02-06
1
-1
/
+1
*
[PowerPC] Prepare loops for pre-increment loads/stores
Hal Finkel
2015-02-05
1
-0
/
+374