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
...
*
[LoopUnroll] Use the upper bound of the loop trip count to fullly unroll a loop
Haicheng Wu
2016-10-12
2
-36
/
+91
*
[SimplifyCFG] Don't create PHI nodes for constant bundle operands
Sanjoy Das
2016-10-12
1
-1
/
+10
*
[CVP] Convert an AShr to a LShr if 1st operand is known to be nonnegative.
Chad Rosier
2016-10-12
1
-0
/
+23
*
[InstCombine] Fix constexpr issue in select combining
Simon Pilgrim
2016-10-12
1
-4
/
+5
*
Memory-SSA cleanup of clobbers interface, NFC
Sebastian Pop
2016-10-12
2
-19
/
+26
*
GVN-hoist: fix store past load dependence analysis (PR30216, PR30499)
Sebastian Pop
2016-10-12
2
-81
/
+88
*
[sanitizer-coverage] use private linkage for coverage guards, delete old comm...
Kostya Serebryany
2016-10-11
1
-12
/
+4
*
[LCSSA] Implement linear algorithm for the isRecursivelyLCSSAForm
Igor Laevsky
2016-10-11
3
-9
/
+13
*
[InstCombine] Transform !range metadata to !nonnull when combining loads
David Majnemer
2016-10-11
1
-2
/
+10
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
3
-6
/
+3
*
[coroutines] Store an address of destroy OR cleanup part in the coroutine frame.
Gor Nishanov
2016-10-08
2
-16
/
+36
*
[InstCombine] Don't unpack arrays that are too large (part 2).
Davide Italiano
2016-10-07
1
-0
/
+7
*
[InstCombine] Don't unpack arrays that are too large
Davide Italiano
2016-10-07
1
-0
/
+7
*
[LoopIdiomRecognize] Merge two if conditions into one. NFCI.
Davide Italiano
2016-10-07
1
-3
/
+1
*
[InstCombine] fold select X, (ext X), C
Sanjay Patel
2016-10-07
1
-1
/
+21
*
Invoke add-discriminator at -g0 -fsample-profile
Dehao Chen
2016-10-07
1
-4
/
+1
*
[LV] Don't mark multi-use branch conditions uniform
Matthew Simpson
2016-10-07
1
-3
/
+6
*
[SLPVectorizer] Fix for PR25748: reduction vectorization after loop
Alexey Bataev
2016-10-07
1
-8
/
+22
*
[ARM] Don't convert switches to lookup tables of pointers with ROPI/RWPI
Oliver Stannard
2016-10-07
1
-17
/
+27
*
[SimplifyCFG] Correctly test for unconditional branches in GetCaseResults
David Majnemer
2016-10-07
1
-1
/
+1
*
[PGO] Create weak alias for the renamed Comdat function
Rong Xu
2016-10-06
1
-0
/
+4
*
Revert "Add -strip-nonlinetable-debuginfo capability"
Michael Ilseman
2016-10-06
3
-44
/
+0
*
Add -strip-nonlinetable-debuginfo capability
Michael Ilseman
2016-10-06
3
-0
/
+44
*
[RS4GC] Fix comment to show TODO. NFC
Anna Thomas
2016-10-06
1
-1
/
+1
*
[EfficiencySanitizer] Adds shadow memory parameters for 40-bit virtual memory...
Sagar Thakur
2016-10-06
1
-9
/
+27
*
Modify df_iterator to support post-order actions
David Callahan
2016-10-05
1
-1
/
+1
*
[asan] Reapply: Switch to using dynamic shadow offset on iOS
Anna Zaks
2016-10-05
1
-2
/
+3
*
[LV] Pass profitability analysis in vectorizer constructor (NFC)
Matthew Simpson
2016-10-05
1
-23
/
+28
*
[LV] Pass legality analysis in vectorizer constructor (NFC)
Matthew Simpson
2016-10-05
1
-12
/
+12
*
[LV] Remove obsolete comment (NFC)
Matthew Simpson
2016-10-05
1
-3
/
+1
*
[LV] Use getScalarizationOverhead in memory instruction costs (NFC)
Matthew Simpson
2016-10-05
1
-14
/
+10
*
[LV] Add helper function for predicated block probability (NFC)
Matthew Simpson
2016-10-05
1
-13
/
+25
*
[LV] Add isScalarWithPredication helper function (NFC)
Matthew Simpson
2016-10-05
1
-11
/
+23
*
Revert "[asan] LLVM: Switch to using dynamic shadow offset on iOS"
Anna Zaks
2016-10-05
1
-3
/
+2
*
Use StringRef in ARCRuntimeEntryPoints APIs (NFC)
Mehdi Amini
2016-10-05
1
-6
/
+3
*
[LoopDistribute] Fix a typo in the pass name.
Michael Zolotukhin
2016-10-05
1
-1
/
+1
*
[asan] LLVM: Switch to using dynamic shadow offset on iOS
Anna Zaks
2016-10-04
1
-2
/
+3
*
[RS4GC] Handle ShuffleVector instruction in findBasePointer
Anna Thomas
2016-10-04
1
-10
/
+32
*
[PruneEH] Be correct in the face IPO
Sanjoy Das
2016-10-03
1
-4
/
+1
*
Refactor LICM pass in preparation for LoopSink pass.
Dehao Chen
2016-10-03
1
-8
/
+17
*
Jump threading: avoid trying to split edge into landingpad block (PR27840)
Hans Wennborg
2016-10-03
1
-0
/
+4
*
Add new target hooks for LoadStoreVectorizer
Volkan Keles
2016-10-03
1
-42
/
+39
*
Remove duplicated code; NFC
Sanjoy Das
2016-10-02
1
-1
/
+2
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
19
-34
/
+24
*
[ASAN] Add the binder globals on Darwin to llvm.compiler.used to avoid LTO de...
Mehdi Amini
2016-10-01
1
-2
/
+34
*
[InstCombine] allow non-splat folds of select cond (ext X), C
Sanjay Patel
2016-09-30
2
-40
/
+34
*
[Coroutines] Part15c: Fix coro-split to correctly handle definitions between ...
Gor Nishanov
2016-09-30
1
-22
/
+26
*
[Coroutines] Part15b: Fix dbg information handling in coro-split.
Gor Nishanov
2016-09-30
2
-6
/
+13
*
[Coroutines] Part 15a: Lower coro.subfn.addr in CoroCleanup
Gor Nishanov
2016-09-30
2
-3
/
+26
*
Update loop unroller cost model to make sure debug info does not affect optim...
Dehao Chen
2016-09-30
1
-0
/
+3
[prev]
[next]