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
*
[llvm] Replacing asserts with static_asserts where appropriate
Gabor Horvath
2015-03-16
1
-1
/
+5
*
asan: fix overflows in isSafeAccess
Dmitry Vyukov
2015-03-16
1
-3
/
+3
*
One more try with unused.
Michael Gottesman
2015-03-16
1
-1
/
+2
*
Add in an unreachable after a covered switch to appease certain bots.
Michael Gottesman
2015-03-16
1
-0
/
+1
*
Remove a used that snuck in that seems to be triggering the MSVC buildbots.
Michael Gottesman
2015-03-16
1
-2
/
+1
*
[objc-arc] Fix indentation of debug logging so it is easy to read the output.
Michael Gottesman
2015-03-16
3
-19
/
+101
*
[objc-arc] Make the ARC optimizer more conservative by forcing it to be non-s...
Michael Gottesman
2015-03-16
2
-6
/
+2
*
[objc-arc] Treat memcpy, memove, memset as just using pointers, not decrement...
Michael Gottesman
2015-03-16
1
-34
/
+62
*
[objc-arc] Rename ConnectTDBUTraversals => PairUpRetainsReleases.
Michael Gottesman
2015-03-16
1
-15
/
+15
*
[objc-arc] Move initialization of ARCMDKindCache into the class itself. I als...
Michael Gottesman
2015-03-16
6
-21
/
+54
*
[objc-arc] Change EntryPointType to an enum class outside of ARCRuntimeEntryP...
Michael Gottesman
2015-03-16
3
-34
/
+34
*
[opaque pointer type] IRBuilder gep migration progress
David Blaikie
2015-03-15
1
-0
/
+5
*
Update InstCombine to transform aggregate stores into scalar stores.
Mehdi Amini
2015-03-14
1
-0
/
+28
*
Add some missed formatting
David Blaikie
2015-03-14
1
-4
/
+7
*
[opaque pointer type] gep API migration, ArgPromo
David Blaikie
2015-03-14
1
-16
/
+19
*
[opaque pointer type] more gep API migration
David Blaikie
2015-03-14
2
-10
/
+12
*
[opaque pointer type] more gep API migrations
David Blaikie
2015-03-14
2
-2
/
+3
*
[opaque pointer type] Start migrating GEP creation to explicitly specify the ...
David Blaikie
2015-03-14
4
-26
/
+27
*
LowerBitSets: Do not export symbols for bit set referenced globals on Darwin.
Peter Collingbourne
2015-03-14
1
-1
/
+9
*
Reapply "[Reassociate] Add initial support for vector instructions."
Robert Lougher
2015-03-13
1
-19
/
+15
*
instcombine: alloca: Canonicalize scalar allocation array size
Duncan P. N. Exon Smith
2015-03-13
1
-2
/
+10
*
instcombine: alloca: Limit array size type promotion
Duncan P. N. Exon Smith
2015-03-13
1
-9
/
+9
*
AsmWriter: Write alloca array size explicitly (and -instcombine fixup)
Duncan P. N. Exon Smith
2015-03-13
1
-4
/
+4
*
instcombine: alloca: Remove nesting in simplifyAllocaArraySize(), NFC
Duncan P. N. Exon Smith
2015-03-13
1
-27
/
+30
*
instcombine: alloca: Split out simplifyAllocaArraySize(), NFC
Duncan P. N. Exon Smith
2015-03-13
1
-8
/
+15
*
Revert: "[Reassociate] Add initial support for vector instructions."
Robert Lougher
2015-03-13
1
-15
/
+19
*
[Reassociate] Add initial support for vector instructions.
Robert Lougher
2015-03-13
1
-19
/
+15
*
Reapply 'Run LICM pass after loop unrolling pass.'
Kevin Qin
2015-03-12
1
-1
/
+12
*
Extended support for native Windows C++ EH outlining
Andrew Kaylor
2015-03-11
1
-0
/
+8
*
InstCombine: Don't fold call bitcast into args if callee is byval
David Majnemer
2015-03-11
1
-1
/
+4
*
Inliner should not add callgraph edges for intrinsic calls (PR22857)
Sanjay Patel
2015-03-11
1
-1
/
+8
*
If a conditional branch jumps to the same target, remove the condition
Philip Reames
2015-03-10
1
-0
/
+9
*
remove function names from comments; NFC
Sanjay Patel
2015-03-10
1
-29
/
+26
*
Enable loop-rotate before loop-vectorize by default
Michael Zolotukhin
2015-03-10
1
-2
/
+1
*
[LAA-memchecks 2/3] Move number of memcheck threshold checking to LV
Adam Nemet
2015-03-10
1
-1
/
+13
*
remove names from comments; NFC
Sanjay Patel
2015-03-10
1
-11
/
+9
*
fix typos; NFC
Sanjay Patel
2015-03-10
1
-2
/
+2
*
remove function names from comments; NFC
Sanjay Patel
2015-03-10
1
-11
/
+9
*
Fix a crash in InstCombine where we could try to truncate a switch comparison...
Owen Anderson
2015-03-10
1
-1
/
+2
*
Fix an infinite loop in InstCombine when an instruction with no users and sid...
Owen Anderson
2015-03-10
1
-0
/
+4
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
74
-1681
/
+1482
*
[sanitizer] fix instrumentation with -mllvm -sanitizer-coverage-block-thresho...
Kostya Serebryany
2015-03-10
1
-7
/
+10
*
[sanitizer] decrease sanitizer-coverage-block-threshold from 1000 to 500 as a...
Kostya Serebryany
2015-03-10
1
-1
/
+1
*
Remove the remaining uses of abs64 and nuke it.
Benjamin Kramer
2015-03-09
3
-7
/
+7
*
Make helper functions static.
Benjamin Kramer
2015-03-09
3
-11
/
+11
*
SymbolRewriter: Hide implementation details
Benjamin Kramer
2015-03-09
1
-6
/
+6
*
Revert r231630 - Run LICM pass after loop unrolling pass.
Kevin Qin
2015-03-09
2
-10
/
+7
*
Introduce runtime unrolling disable matadata and use it to mark the scalar lo...
Kevin Qin
2015-03-09
2
-2
/
+60
*
Run LICM pass after loop unrolling pass.
Kevin Qin
2015-03-09
2
-7
/
+10
*
Simplify expressions involving boolean constants with clang-tidy
David Blaikie
2015-03-09
1
-1
/
+1
[next]