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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
use range-loops; NFCI
Sanjay Patel
2016-05-13
1
-7
/
+7
*
Revert "(HEAD -> master, origin/master, origin/HEAD) [ProfileData] (llvm) Use...
Vedant Kumar
2016-05-13
2
-27
/
+20
*
[ProfileData] (llvm) Use Error in InstrProf and Coverage, NFC
Vedant Kumar
2016-05-13
2
-20
/
+27
*
Rename getLargestLegalIntTypeSize to getLargestLegalIntTypeSizeInBits(). NFC.
Jun Bum Lim
2016-05-13
2
-2
/
+2
*
[EarlyCSE] Change key type of AvailableCalls to Instruction*. NFCI.
Geoff Berry
2016-05-13
1
-3
/
+4
*
[InstCombine] handle zero constant vectors for LE/GE comparisons too
Sanjay Patel
2016-05-13
1
-2
/
+3
*
[PGO] Add flags to control IRPGO warnings.
Rong Xu
2016-05-13
1
-3
/
+18
*
[MemCpyOpt] Use MaxIntSize in byte instead of bit
Jun Bum Lim
2016-05-13
1
-1
/
+1
*
[InstCombine] canonicalize* LE/GE vector integer comparisons to LT/GT (PR2670...
Sanjay Patel
2016-05-13
1
-2
/
+55
*
Revert "[Unroll] Implement a conservative and monotonically increasing cost t...
Michael Zolotukhin
2016-05-13
1
-178
/
+13
*
[LoopDist] Only run LAA for loops with the pragma
Adam Nemet
2016-05-13
1
-17
/
+17
*
[Unroll] Implement a conservative and monotonically increasing cost tracking ...
Michael Zolotukhin
2016-05-13
1
-13
/
+178
*
[PM] Port of the DepndenceAnalysis to the new PM.
Chandler Carruth
2016-05-12
3
-10
/
+10
*
Tidied up switch cases. NFCI.
Simon Pilgrim
2016-05-12
1
-52
/
+48
*
[PM] Make LowerAtomic a FunctionPass.
Davide Italiano
2016-05-12
1
-5
/
+16
*
[LoopVectorizer] LoopVectorBody doesn't need to be a vector. NFC.
Michael Kuperstein
2016-05-12
1
-40
/
+22
*
[SCCP] Resolve shifts beyond the bitwidth to undef
David Majnemer
2016-05-12
1
-0
/
+16
*
All llvm.deoptimize declarations must use the same calling convention
Sanjoy Das
2016-05-12
1
-1
/
+7
*
Revert "[SCCP] Partially propagate informations when the input is not fully d...
Davide Italiano
2016-05-11
1
-3
/
+0
*
[ThinLTO] Don't re-analyze callee at same threshold unnecessarily
Teresa Johnson
2016-05-11
1
-1
/
+1
*
Return a StringRef from getSection.
Rafael Espindola
2016-05-11
1
-1
/
+1
*
Delete mayBeOverridden.
Rafael Espindola
2016-05-11
1
-1
/
+1
*
[PGO] Use WeakAny linkage for __llvm_profile_raw_version
Rong Xu
2016-05-11
1
-1
/
+1
*
Propagate branch metadata when some branch probability is missing.
Dehao Chen
2016-05-10
1
-5
/
+13
*
[PM]: port IR based profUse pass to new pass manager
Xinliang David Li
2016-05-10
1
-10
/
+32
*
Revert "MemCpyOpt: combine local load/store sequences into memcpy."
Tim Northover
2016-05-10
1
-222
/
+48
*
MemCpyOpt: combine local load/store sequences into memcpy.
Tim Northover
2016-05-10
1
-48
/
+222
*
Loop unroller: set thresholds for optsize and minsize functions to zero
Hans Wennborg
2016-05-10
1
-2
/
+2
*
Enable loopreroll for sext of loop control only IV
Lawrence Hu
2016-05-10
1
-12
/
+33
*
Revert r26084: Enable loopreroll for sext of loop control only IV
Lawrence Hu
2016-05-10
1
-33
/
+12
*
Cloning: Clean up the interface to the CloneFunction function.
Peter Collingbourne
2016-05-10
2
-31
/
+13
*
[InstCombine] Fold icmp ugt/ult (udiv i32 C2, X), C1.
Chad Rosier
2016-05-10
1
-3
/
+21
*
[SCCP] Partially propagate informations when the input is not fully defined.
Davide Italiano
2016-05-10
1
-0
/
+3
*
Re-apply r269081 and r269082 with a fix for MSVC.
Peter Collingbourne
2016-05-10
1
-51
/
+13
*
Revert r269081 and r269082 while I try to find the right incantation to fix M...
Peter Collingbourne
2016-05-10
1
-12
/
+51
*
[PGO] resubmit r268969
Rong Xu
2016-05-10
1
-1
/
+1
*
Enable loopreroll for sext of loop control only IV
Lawrence Hu
2016-05-10
1
-12
/
+33
*
WholeProgramDevirt: Move logic for finding devirtualizable call sites to Anal...
Peter Collingbourne
2016-05-10
1
-51
/
+12
*
[ThinLTO] Add option to emit imports files for distributed backends
Teresa Johnson
2016-05-10
1
-0
/
+15
*
Restore "[ThinLTO] Emit individual index files for distributed backends"
Teresa Johnson
2016-05-10
1
-0
/
+27
*
Update Debug Intrinsics in RewriteUsesOfClonedInstructions in LoopRotation
Chuang-Yu Cheng
2016-05-10
1
-0
/
+34
*
[InstCombine] Remove trivially empty va_start/va_end and va_copy/va_end ranges.
Arnaud A. de Grandmaison
2016-05-10
2
-22
/
+59
*
Revert "[PGO] Fix __llvm_profile_raw_version linkage in MACHO IR instrumentat...
Renato Golin
2016-05-10
1
-1
/
+1
*
[LoopVectorize] Handling induction variable with non-constant step.
Elena Demikhovsky
2016-05-10
2
-49
/
+119
*
[LAA] Rename "isStridedPtr" with "getPtrStride". NFC.
Denis Zobnin
2016-05-10
2
-3
/
+3
*
Minor formatting fixes in LoopUnroll.cpp.
Justin Lebar
2016-05-10
1
-4
/
+2
*
[IndirectCallPromotion] Remove duplicate comment. NFC
Adam Nemet
2016-05-09
1
-1
/
+0
*
Typo. NFC.
Chad Rosier
2016-05-09
1
-1
/
+1
*
Cleanup followup of r268710 - [PM] port IR based PGO prof-gen pass to new pas...
Xinliang David Li
2016-05-09
1
-26
/
+25
*
[PGO] Fix __llvm_profile_raw_version linkage in MACHO
Rong Xu
2016-05-09
1
-1
/
+1
[next]