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
/
Scalar
/
LoopDistribute.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LDist][LVer] Explicitly pass the set of memchecks to LoopVersioning, NFC
Adam Nemet
2015-07-28
1
-3
/
+5
*
Use make_range(rbegin(), rend()) to allow foreach loops. NFC.
Pete Cooper
2015-07-24
1
-3
/
+1
*
[LAA] Introduce RuntimePointerChecking::PointerInfo, NFC
Adam Nemet
2015-07-14
1
-2
/
+2
*
[LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFC
Adam Nemet
2015-07-14
1
-3
/
+2
*
[LoopDist/LoopVer] Move LoopVersioning to a new module, NFC
Adam Nemet
2015-07-10
1
-115
/
+1
*
[LoopDist] Move loop-versioning helper functions to Cloning, NFC
Adam Nemet
2015-07-10
1
-66
/
+4
*
[LoopDist] Improve variable names and comments in LoopVersioning class, NFC
Adam Nemet
2015-06-22
1
-25
/
+29
*
[LoopDist] Rename RuntimeCheckEmitter to LoopVersioning, NFC
Adam Nemet
2015-06-19
1
-8
/
+8
*
[LoopDist] Move pointer-to-partition computation out of RuntimeCheckEmitter, NFC
Adam Nemet
2015-06-19
1
-18
/
+12
*
[LoopDistribute] Remove a layer of pointer indirection.
Benjamin Kramer
2015-05-21
1
-41
/
+32
*
Attempt to fix MSVC bots
Adam Nemet
2015-05-14
1
-3
/
+3
*
New Loop Distribution pass
Adam Nemet
2015-05-14
1
-0
/
+985