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
/
Hexagon
/
HexagonLoopIdiomRecognition.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
[Hexagon] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+1
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
1
-6
/
+4
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
1
-4
/
+6
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
1
-6
/
+4
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-3
/
+4
*
HexagonLoopIdiomRecognition - silence static analyzer dyn_cast<> null derefer...
Simon Pilgrim
2019-09-23
1
-3
/
+3
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+2
*
Do a sweep of symbol internalization. NFC.
Benjamin Kramer
2019-08-23
1
-3
/
+3
*
[opaque pointer types] Pass function types to CallInst creation.
James Y Knight
2019-02-01
1
-1
/
+1
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-4
/
+2
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-2
/
+4
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-4
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Hexagon] Do not promote terminator instructions in Hexagon loop idioms
Krzysztof Parzyszek
2019-01-16
1
-1
/
+3
*
[LoopIdioms] More LocationSize::precise annotations; NFC
George Burgess IV
2018-12-24
1
-1
/
+2
*
Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
Fangrui Song
2018-10-19
1
-1
/
+1
*
Replace most users of UnknownSize with LocationSize::unknown(); NFC
George Burgess IV
2018-10-10
1
-1
/
+1
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Replace AA's uses of uint64_t with LocationSize; NFC.
George Burgess IV
2018-05-25
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-12
/
+14
*
Simplify LLVM_ATTRIBUTE_USED call sites.
Fangrui Song
2018-05-05
1
-2
/
+2
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+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
*
[Hexagon] Update uses of deprecated IRBuilder CreateMemCpy/Move calls
Daniel Neilson
2018-02-09
1
-5
/
+6
*
[Hexagon] Handle truncates in polynomial multiply idiom recognition
Krzysztof Parzyszek
2018-01-30
1
-12
/
+70
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-7
/
+4
*
[ModRefInfo] Make enum ModRefInfo an enum class [NFC].
Alina Sbirlea
2017-12-07
1
-5
/
+5
*
[ModRefInfo] Do not use ModRefInfo result in if conditions as this makes
Alina Sbirlea
2017-12-06
1
-1
/
+2
*
Modify ModRefInfo values using static inline method abstractions [NFC].
Alina Sbirlea
2017-12-05
1
-1
/
+2
*
Use getStoreSize() in various places instead of 'BitSize >> 3'.
Jonas Paulsson
2017-11-28
1
-10
/
+2
*
[Hexagon] Make a test more flexible in HexagonLoopIdiomRecognition
Krzysztof Parzyszek
2017-11-07
1
-18
/
+51
*
[Hexagon] Generate correct runtime check when recognizing memmove
Krzysztof Parzyszek
2017-08-24
1
-3
/
+4
*
[Hexagon] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-29
1
-84
/
+98
*
[Hexagon] Stop pmpy recognition when shift conversion fails
Krzysztof Parzyszek
2017-06-13
1
-1
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[Hexagon] Handle long-running simplification loop in idiom recognition
Krzysztof Parzyszek
2017-06-01
1
-3
/
+5
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+1
*
[KnownBits] Add bit counting methods to KnownBits struct and use them where p...
Craig Topper
2017-05-12
1
-1
/
+1
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-3
/
+3
*
[ValueTracking] Introduce a KnownBits struct to wrap the two APInts for compu...
Craig Topper
2017-04-26
1
-4
/
+4
*
Module::getOrInsertFunction is using C-style vararg instead of variadic templ...
Serge Guelton
2017-04-11
1
-2
/
+1
*
Revert "Turn some C-style vararg into variadic templates"
Diana Picus
2017-04-11
1
-1
/
+2
*
Turn some C-style vararg into variadic templates
Serge Guelton
2017-04-11
1
-2
/
+1
*
[Hexagon] Avoid infinite loops in HexagonLoopIdiomRecognition
Krzysztof Parzyszek
2017-03-23
1
-13
/
+29
*
Recommit r298282 with fixes for memory allocation/deallocation
Krzysztof Parzyszek
2017-03-21
1
-17
/
+724
*
Revert "[Hexagon] Recognize polynomial-modulo loop idiom again"
Vitaly Buka
2017-03-21
1
-700
/
+17
[next]