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
*
Fix a typo.
Evgeniy Stepanov
2016-10-31
1
-1
/
+1
*
[asan] Move instrumented null-terminated strings to a special section, LLVM part
Kuba Brecka
2016-10-31
1
-0
/
+8
*
Second attempt at r285517.
Dorit Nuzman
2016-10-31
1
-11
/
+65
*
Revert r285517 due to build failures.
Dorit Nuzman
2016-10-30
1
-59
/
+1
*
[LoopVectorize] Make interleaved-accesses analysis less conservative about
Dorit Nuzman
2016-10-30
1
-1
/
+59
*
[ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm
Teresa Johnson
2016-10-30
1
-8
/
+0
*
[ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC)
Teresa Johnson
2016-10-29
1
-3
/
+3
*
[ThinLTO] Use NoPromote flag in summary during promotion
Teresa Johnson
2016-10-29
1
-13
/
+19
*
[InstCombine] re-use bitcasted compare operands in selects (PR28001)
Sanjay Patel
2016-10-29
1
-0
/
+50
*
Don't leave unused divs/rems sitting around in BypassSlowDivision.
Justin Lebar
2016-10-28
1
-0
/
+8
*
Don't claim the udiv created in BypassSlowDivision is exact.
Justin Lebar
2016-10-28
1
-2
/
+1
*
SpeculativeExecution: Allow speculating more inst types
Matt Arsenault
2016-10-28
1
-0
/
+18
*
[MemorySSA] Add const to getClobberingMemoryAccess.
George Burgess IV
2016-10-28
1
-3
/
+3
*
[LCSSA] Perform LCSSA verification only for the current loop nest.
Igor Laevsky
2016-10-28
2
-4
/
+30
*
[Reassociate] Removing instructions mutates the IR.
Davide Italiano
2016-10-28
1
-1
/
+3
*
[ThinLTO] Rename HasSection to NoRename (NFC)
Teresa Johnson
2016-10-28
1
-2
/
+3
*
[InstCombine] fix foldSPFofSPF() to handle vector splats
Sanjay Patel
2016-10-27
1
-22
/
+18
*
[LoopUnroll] Check partial unrolling is enabled before initialization. NFC.
Haicheng Wu
2016-10-27
1
-2
/
+2
*
[InstCombine] handle simple vector integer constants in IsFreeToInvert
Sanjay Patel
2016-10-27
1
-0
/
+18
*
Add Loop Sink pass to reverse the LICM based of basic block frequency.
Dehao Chen
2016-10-27
4
-14
/
+337
*
[SLP] Fix for PR30626: Compiler crash inside SLP Vectorizer.
Alexey Bataev
2016-10-27
1
-4
/
+11
*
Introduce updateDiscriminator interface to DILocation to make it cleaner assi...
Dehao Chen
2016-10-26
1
-30
/
+7
*
[InstCombine] clean up commonCastTransforms; NFC
Sanjay Patel
2016-10-26
1
-11
/
+9
*
[IndVarSimplify][DebugLoc] When widening the exit loop condition, correctly r...
Andrea Di Biagio
2016-10-26
1
-0
/
+5
*
Cloning: Also clone global variable attached metadata.
Peter Collingbourne
2016-10-26
1
-0
/
+5
*
Utility functions for appending to llvm.used/llvm.compiler.used.
Evgeniy Stepanov
2016-10-25
3
-48
/
+48
*
[PGO] Fix select instruction annotation
Rong Xu
2016-10-25
1
-4
/
+13
*
[InstCombine] Resubmit the combine of A->B->A BitCast and fix for pr27996
Guozhi Wei
2016-10-25
2
-0
/
+128
*
[InstCombine] Ensure that truncated int types are legal.
Sanjay Patel
2016-10-25
1
-4
/
+2
*
[LV] Sink scalar operands of predicated instructions
Matthew Simpson
2016-10-25
1
-13
/
+78
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-25
3
-0
/
+44
*
Fix 80-char violations. NFC.
Michael Kuperstein
2016-10-25
1
-5
/
+10
*
Move discriminator assignment to where it is used. (NFC)
Dehao Chen
2016-10-25
1
-1
/
+1
*
[IndVarSimplify][Dwarf] When widening the IV increment, correctly set the deb...
Andrea Di Biagio
2016-10-25
1
-0
/
+5
*
[EarlyCSE] Make MemorySSA memory dependency check more aggressive.
Geoff Berry
2016-10-25
1
-16
/
+6
*
fix formatting; NFC
Sanjay Patel
2016-10-25
1
-13
/
+13
*
[InstCombine] add test and code comment to show potentially misguided icmp tr...
Sanjay Patel
2016-10-25
1
-0
/
+3
*
GlobalDCE: Restore a statement accidentally removed in r285048.
Peter Collingbourne
2016-10-25
1
-0
/
+1
*
GlobalDCE: Deduplicate code. NFCI.
Peter Collingbourne
2016-10-25
1
-35
/
+18
*
Merge two if conditions into one. NFCI.
Davide Italiano
2016-10-24
1
-3
/
+2
*
add-discriminators: Fix handling of lexical scopes.
Adrian Prantl
2016-10-24
1
-9
/
+13
*
Check the number of Args in LibCallsShrinkWrap.
Rong Xu
2016-10-24
1
-0
/
+2
*
[EarlyCSE] Optimize MemoryPhis and reduce memory clobber queries w/ MemorySSA
Geoff Berry
2016-10-24
1
-10
/
+44
*
Revert 284971.
Nico Weber
2016-10-24
1
-73
/
+38
*
[JumpThreading] Unfold selects that depend on the same condition
Pablo Barrio
2016-10-24
1
-38
/
+73
*
Now that VS2013 is gone, make a memoryssa structure an anonymous union again
Daniel Berlin
2016-10-22
1
-4
/
+4
*
[CtorUtils] Modernize. No functional changes intended.
Davide Italiano
2016-10-22
1
-5
/
+5
*
Analysis: Move llvm::getConstantRangeFromMetadata to IR library.
Peter Collingbourne
2016-10-21
2
-0
/
+2
*
[StripGCRelocates] New pass to remove gc.relocates added by RS4GC
Anna Thomas
2016-10-21
3
-0
/
+82
*
[LoopUnroll] Keep the loop test only on the first iteration of max-or-zero loops
John Brawn
2016-10-21
2
-16
/
+25
[next]