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
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MSSA] Add an overload for getClobberingMemoryAccess.
George Burgess IV
2016-07-20
1
-7
/
+9
*
move decomposeBitTestICmp() to Transforms/Utils; NFC
Sanjay Patel
2016-07-20
1
-0
/
+44
*
fix documentation comments; NFC
Sanjay Patel
2016-07-20
1
-32
/
+0
*
Revert "Revert r275883 and r275891. They seem to cause PR28608."
Michael Zolotukhin
2016-07-20
2
-15
/
+69
*
Revert r275883 and r275891. They seem to cause PR28608.
Sean Silva
2016-07-19
2
-60
/
+13
*
Fix unused variable
Daniel Berlin
2016-07-19
1
-2
/
+1
*
Make MemorySSA::dominates/locallydominates constant time
Daniel Berlin
2016-07-19
1
-16
/
+36
*
[MemorySSA] Update to the new shiny walker.
George Burgess IV
2016-07-19
1
-307
/
+830
*
[LoopSimplify] Update LCSSA after separating nested loops.
Michael Zolotukhin
2016-07-18
1
-12
/
+50
*
[LCSSA] Post-process PHI-nodes created by SSAUpdate when constructing LCSSA f...
Michael Zolotukhin
2016-07-18
1
-1
/
+10
*
Make processInstruction from LCSSA.cpp externally available.
Michael Zolotukhin
2016-07-15
1
-120
/
+126
*
[AliasAnalysis] Give back AA results for fence instructions
David Majnemer
2016-07-15
1
-5
/
+7
*
Reverting r275284 due to platform-specific test failures
Andrew Kaylor
2016-07-13
1
-1
/
+0
*
Fix for Bug 26903, adds support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-13
1
-0
/
+1
*
[LoopSimplify] Remove a comment which is unlikely to age well.
Davide Italiano
2016-07-09
1
-4
/
+0
*
[PM] Port LoopSimplify to the new pass manager.
Davide Italiano
2016-07-09
2
-0
/
+32
*
Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
Xinliang David Li
2016-07-08
1
-3
/
+3
*
[PM] Port InstSimplify to the new pass manager.
Davide Italiano
2016-07-07
1
-44
/
+62
*
Addressing post-commit comments for not rewriting fputs:
Sjoerd Meijer
2016-07-07
1
-2
/
+5
*
Code size optimisation: don't rewrite fputs to fwrite when optimising for size
Sjoerd Meijer
2016-07-07
1
-0
/
+2
*
[MemorySSA] Reinstate the legacy printer and verifier.
Chad Rosier
2016-07-06
2
-0
/
+31
*
Fix handling of forward unreachable but reverse-reachable blocks in MemorySSA...
Daniel Berlin
2016-07-06
1
-2
/
+16
*
[MSSA] Fix typo. NFC.
George Burgess IV
2016-07-06
1
-1
/
+1
*
[PM] refactor LoopAccessInfo code part-2
Xinliang David Li
2016-07-01
1
-3
/
+3
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
2
-7
/
+2
*
Factor out buildMemorySSA from getWalker.
Daniel Berlin
2016-06-27
1
-8
/
+11
*
[CodeExtractor] Merge DEBUG statements in an attempt to fix the msvc
Benjamin Kramer
2016-06-26
1
-4
/
+6
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
10
-149
/
+104
*
Just a small cleanup
David Majnemer
2016-06-25
1
-30
/
+21
*
Revert "[SimplifyCFG] Stop inserting calls to llvm.trap for UB"
David Majnemer
2016-06-25
3
-25
/
+41
*
[SimplifyCFG] Stop inserting calls to llvm.trap for UB
David Majnemer
2016-06-25
3
-41
/
+25
*
[SimplifyCFG] Replace calls to null/undef with unreachable
David Majnemer
2016-06-25
2
-1
/
+11
*
It isn't meaningful for a transform to preserve another transform. NFC.
Michael Kuperstein
2016-06-25
2
-10
/
+0
*
Reinstate r273711
David Majnemer
2016-06-25
4
-18
/
+33
*
Silence a -Wsign-compare warning
David Majnemer
2016-06-25
1
-2
/
+2
*
Revert r273711, it caused PR28298.
Nico Weber
2016-06-24
4
-33
/
+18
*
[MemorySSA] Move code around a bit. NFC.
George Burgess IV
2016-06-24
1
-34
/
+100
*
SimplifyInstruction does not imply DCE
David Majnemer
2016-06-24
4
-18
/
+33
*
Switch more loops to be range-based
David Majnemer
2016-06-24
4
-18
/
+16
*
Teaching SimplifyCFG to recognize the Or-Mask trick that InstCombine uses to
Chuang-Yu Cheng
2016-06-24
1
-0
/
+25
*
Delete more dead code.
Rafael Espindola
2016-06-22
1
-30
/
+0
*
Add MemoryAccess creation and PHI creation APIs to MemorySSA
Daniel Berlin
2016-06-21
1
-3
/
+108
*
Rename to be consistent with other type names. NFC
Daniel Berlin
2016-06-20
1
-11
/
+12
*
[sanitizers] Disable target-specific lowering of string functions.
Marcin Koscielnicki
2016-06-18
1
-0
/
+26
*
Use m_APInt in SimplifyCFG
Chuang-Yu Cheng
2016-06-17
1
-5
/
+5
*
[safestack] Fixup llvm.dbg.value when rewriting unsafe allocas.
Evgeniy Stepanov
2016-06-16
1
-19
/
+73
*
Revert r272891 "[JumpThreading] Prevent dangling pointer problems in BranchPr...
Igor Laevsky
2016-06-16
1
-5
/
+1
*
[JumpThreading] Prevent dangling pointer problems in BranchProbabilityInfo
Igor Laevsky
2016-06-16
1
-1
/
+5
*
[LAA] Default getInfo to not speculate symbolic strides. NFC
Adam Nemet
2016-06-16
1
-1
/
+1
*
SimplifyCFG is able to detect the pattern:
Chuang-Yu Cheng
2016-06-16
1
-4
/
+42
[next]