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
*
SampleProfile: Check for missing debug locations
Duncan P. N. Exon Smith
2015-03-20
1
-0
/
+3
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
2
-7
/
+2
*
LowerBitSets: Avoid reusing byte set addresses.
Peter Collingbourne
2015-03-19
1
-1
/
+16
*
libLTO, llvm-lto, gold: Introduce flag for controlling optimization level.
Peter Collingbourne
2015-03-19
1
-4
/
+12
*
PassManagerBuilder: Remove effectively dead 'StripDebug' option
Duncan P. N. Exon Smith
2015-03-19
1
-7
/
+2
*
GlobalDCE: Improve performance for large modules containing comdats.
Peter Collingbourne
2015-03-19
1
-10
/
+16
*
[InstCombine] Don't fold a GEP into itself through a PHI node
Daniel Jasper
2015-03-19
1
-0
/
+13
*
[ConstantRange] Split makeICmpRegion in two.
Sanjoy Das
2015-03-18
2
-4
/
+4
*
Try to fix a test broken by one of my previous commits.
Michael Zolotukhin
2015-03-17
1
-0
/
+3
*
LoopVectorize: teach loop vectorizer to vectorize calls.
Michael Zolotukhin
2015-03-17
1
-35
/
+157
*
LoopVectorizer: Add TargetTransformInfo.
Michael Zolotukhin
2015-03-17
1
-9
/
+12
*
[asan] remove redundant ifndefs. NFC
Kostya Serebryany
2015-03-17
1
-9
/
+5
*
[SwitchLowering] Remove incoming values in the reverse order
Michael Liao
2015-03-17
1
-1
/
+6
*
Fix GCC -Wparentheses warning (& reformat now that the precedence is fixed)
David Blaikie
2015-03-17
1
-2
/
+2
*
asan: optimization experiments
Dmitry Vyukov
2015-03-17
1
-60
/
+114
*
Use an underlying enum type of unsigned to silence a -Wmicrosoft warning abou...
Reid Kleckner
2015-03-17
1
-1
/
+1
*
[IRCE] Add a -irce-print-range-checks option.
Sanjoy Das
2015-03-17
1
-6
/
+15
*
MapMetadata: Allow unresolved metadata if it won't change
Duncan P. N. Exon Smith
2015-03-17
1
-1
/
+5
*
[IRCE] Add comments, NFC.
Sanjoy Das
2015-03-17
1
-4
/
+27
*
[IRCE] Support half-range checks.
Sanjoy Das
2015-03-17
1
-128
/
+152
*
GCOV: Make the exit block placement from r223193 optional
Justin Bogner
2015-03-16
1
-7
/
+13
*
LowerBitSets: do not use private aliases at all on Darwin.
Peter Collingbourne
2015-03-16
1
-12
/
+17
*
[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
[next]